@flozy/editor 5.3.5 → 5.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. package/dist/Editor/CommonEditor.js +8 -14
  2. package/dist/Editor/Editor.css +22 -58
  3. package/dist/Editor/Elements/Accordion/Accordion.js +1 -8
  4. package/dist/Editor/Elements/AppHeader/AppHeader.js +6 -6
  5. package/dist/Editor/Elements/Button/EditorButton.js +2 -9
  6. package/dist/Editor/Elements/Color Picker/ColorButtons.js +2 -4
  7. package/dist/Editor/Elements/Divider/Divider.js +9 -24
  8. package/dist/Editor/Elements/Embed/Image.js +12 -31
  9. package/dist/Editor/Elements/Embed/Video.js +2 -13
  10. package/dist/Editor/Elements/Form/Form.js +0 -1
  11. package/dist/Editor/Elements/FreeGrid/breakpointConstants.js +4 -4
  12. package/dist/Editor/Elements/FreeGrid/styles.js +1 -2
  13. package/dist/Editor/Elements/Grid/GridItem.js +0 -2
  14. package/dist/Editor/Elements/Grid/Styles.js +0 -44
  15. package/dist/Editor/Elements/List/CheckList.js +1 -2
  16. package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +0 -1
  17. package/dist/Editor/Elements/Search/SearchAttachment.js +0 -1
  18. package/dist/Editor/Elements/Signature/SignaturePopup.js +4 -4
  19. package/dist/Editor/Elements/SimpleText/index.js +1 -8
  20. package/dist/Editor/Elements/SimpleText/style.js +1 -10
  21. package/dist/Editor/Elements/TopBanner/TopBanner.js +1 -2
  22. package/dist/Editor/MiniEditor.js +1 -15
  23. package/dist/Editor/Styles/EditorStyles.js +3 -5
  24. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +1 -17
  25. package/dist/Editor/Toolbar/FormatTools/TextSize.js +3 -5
  26. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +72 -210
  27. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +8 -55
  28. package/dist/Editor/Toolbar/Toolbar.js +0 -6
  29. package/dist/Editor/Toolbar/toolbarGroups.js +0 -4
  30. package/dist/Editor/assets/svg/SettingsIcon.js +4 -4
  31. package/dist/Editor/common/ColorPickerButton.js +3 -5
  32. package/dist/Editor/common/DnD/Draggable.js +1 -2
  33. package/dist/Editor/common/FontLoader/FontLoader.js +4 -4
  34. package/dist/Editor/common/Icon.js +0 -6
  35. package/dist/Editor/common/ImageSelector/Options/Upload.js +1 -2
  36. package/dist/Editor/common/ImageSelector/Styles.js +6 -47
  37. package/dist/Editor/common/ImageSelector/UploadStyles.js +6 -18
  38. package/dist/Editor/common/MentionsPopup/Styles.js +122 -109
  39. package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +0 -1
  40. package/dist/Editor/common/RnD/GuideLines/styles.js +3 -3
  41. package/dist/Editor/common/RnD/ShadowElement.js +1 -1
  42. package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +2 -14
  43. package/dist/Editor/common/RnD/Utils/gridDropItem.js +6 -9
  44. package/dist/Editor/common/RnD/index.js +1 -2
  45. package/dist/Editor/common/Section/index.js +3 -3
  46. package/dist/Editor/common/Section/styles.js +1 -5
  47. package/dist/Editor/common/Shorthands/elements.js +1 -13
  48. package/dist/Editor/common/StyleBuilder/fieldStyle.js +1 -2
  49. package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +3 -9
  50. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +3 -27
  51. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +2 -15
  52. package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +2 -10
  53. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +1 -2
  54. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +1 -1
  55. package/dist/Editor/common/StyleBuilder/fieldTypes/icons.js +0 -2
  56. package/dist/Editor/common/StyleBuilder/fieldTypes/index.js +1 -3
  57. package/dist/Editor/common/StyleBuilder/fieldTypes/radiusStyle.js +4 -4
  58. package/dist/Editor/common/StyleBuilder/fieldTypes/saveAsTemplate.js +6 -22
  59. package/dist/Editor/common/StyleBuilder/fieldTypes/selectBox.js +2 -21
  60. package/dist/Editor/common/StyleBuilder/fieldTypes/text.js +4 -15
  61. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +0 -7
  62. package/dist/Editor/common/StyleBuilder/index.js +9 -17
  63. package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +0 -4
  64. package/dist/Editor/common/ToolbarIcon.js +1 -2
  65. package/dist/Editor/common/Uploader.js +36 -46
  66. package/dist/Editor/common/iconListV2.js +130 -348
  67. package/dist/Editor/common/iconslist.js +3 -6
  68. package/dist/Editor/commonStyle.js +4 -290
  69. package/dist/Editor/helper/index.js +3 -16
  70. package/dist/Editor/helper/theme.js +1 -24
  71. package/dist/Editor/hooks/useMouseMove.js +2 -5
  72. package/dist/Editor/plugins/withCustomDeleteBackward.js +2 -33
  73. package/dist/Editor/plugins/withEmbeds.js +26 -30
  74. package/dist/Editor/utils/SlateUtilityFunctions.js +4 -27
  75. package/dist/Editor/utils/button.js +4 -4
  76. package/dist/Editor/utils/helper.js +13 -40
  77. package/dist/Editor/utils/pageSettings.js +2 -14
  78. package/package.json +2 -2
  79. package/dist/Editor/Elements/DataView/DataView.js +0 -124
  80. package/dist/Editor/Elements/DataView/DataViewButton.js +0 -23
  81. package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +0 -67
  82. package/dist/Editor/Elements/DataView/Layouts/DataTypes/CheckType.js +0 -33
  83. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/Select.js +0 -162
  84. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/SimpleSelect.js +0 -40
  85. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/styles.js +0 -67
  86. package/dist/Editor/Elements/DataView/Layouts/DataTypes/DateType.js +0 -35
  87. package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +0 -39
  88. package/dist/Editor/Elements/DataView/Layouts/DataTypes/NumberType.js +0 -30
  89. package/dist/Editor/Elements/DataView/Layouts/DataTypes/PersonType.js +0 -30
  90. package/dist/Editor/Elements/DataView/Layouts/DataTypes/SelectType.js +0 -35
  91. package/dist/Editor/Elements/DataView/Layouts/DataTypes/TextType.js +0 -36
  92. package/dist/Editor/Elements/DataView/Layouts/DataTypes/index.js +0 -17
  93. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseField.js +0 -29
  94. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseSort.js +0 -38
  95. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/index.js +0 -74
  96. package/dist/Editor/Elements/DataView/Layouts/FilterSort/index.js +0 -64
  97. package/dist/Editor/Elements/DataView/Layouts/FilterSort/styles.js +0 -106
  98. package/dist/Editor/Elements/DataView/Layouts/FilterView.js +0 -174
  99. package/dist/Editor/Elements/DataView/Layouts/Formula.js +0 -29
  100. package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +0 -113
  101. package/dist/Editor/Elements/DataView/Layouts/Options/AddProperty.js +0 -37
  102. package/dist/Editor/Elements/DataView/Layouts/Options/AllProperties.js +0 -111
  103. package/dist/Editor/Elements/DataView/Layouts/Options/ChangeProperty.js +0 -60
  104. package/dist/Editor/Elements/DataView/Layouts/Options/ColumnsList.js +0 -36
  105. package/dist/Editor/Elements/DataView/Layouts/Options/Constants.js +0 -101
  106. package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +0 -160
  107. package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +0 -190
  108. package/dist/Editor/Elements/DataView/Layouts/Options/FilterProperty.js +0 -42
  109. package/dist/Editor/Elements/DataView/Layouts/Options/PropertyList.js +0 -30
  110. package/dist/Editor/Elements/DataView/Layouts/Options/index.js +0 -110
  111. package/dist/Editor/Elements/DataView/Layouts/Options/styles.js +0 -179
  112. package/dist/Editor/Elements/DataView/Layouts/TableStyles.js +0 -112
  113. package/dist/Editor/Elements/DataView/Layouts/TableView.js +0 -227
  114. package/dist/Editor/Elements/DataView/Layouts/ViewData.js +0 -80
  115. package/dist/Editor/Elements/DataView/Layouts/colStyles.js +0 -10
  116. package/dist/Editor/Elements/DataView/Layouts/index.js +0 -25
  117. package/dist/Editor/Elements/DataView/Providers/DataViewProvider.js +0 -281
  118. package/dist/Editor/Elements/DataView/Utils/globalSearch.js +0 -15
  119. package/dist/Editor/Elements/DataView/Utils/multiSortRows.js +0 -74
  120. package/dist/Editor/Elements/DataView/styles.js +0 -154
  121. package/dist/Editor/common/StyleBuilder/fieldTypes/lineSpacing.js +0 -79
  122. package/dist/Editor/helper/enforceDateFormat.js +0 -41
  123. package/dist/Editor/utils/dataView.js +0 -43
@@ -454,130 +454,133 @@ export const FormElementIcon = props => /*#__PURE__*/_jsxs("svg", {
454
454
  })]
455
455
  });
456
456
  export const OrderedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
457
- width: "24",
458
- height: "25",
457
+ width: "19",
458
+ height: "19",
459
459
  viewBox: "0 0 24 25",
460
460
  fill: "none",
461
461
  xmlns: "http://www.w3.org/2000/svg",
462
462
  className: "orderedListIcon",
463
463
  children: [/*#__PURE__*/_jsx("path", {
464
464
  d: "M11 19.8564H21",
465
- stroke: "#64748B",
466
- strokeWidth: "2",
465
+ stroke: "currentColor",
466
+ strokeWidth: "1.5",
467
467
  strokeLinecap: "round",
468
- strokeLinejoin: "round",
469
- className: "strokePathList"
468
+ strokeLinejoin: "round"
470
469
  }), /*#__PURE__*/_jsx("path", {
471
470
  d: "M11 12.8564H21",
472
- stroke: "#64748B",
473
- strokeWidth: "2",
471
+ stroke: "currentColor",
472
+ strokeWidth: "1.5",
474
473
  strokeLinecap: "round",
475
- strokeLinejoin: "round",
476
- className: "strokePathList"
474
+ strokeLinejoin: "round"
477
475
  }), /*#__PURE__*/_jsx("path", {
478
476
  d: "M11 5.85645H21",
479
- stroke: "#64748B",
480
- strokeWidth: "2",
477
+ stroke: "currentColor",
478
+ strokeWidth: "1.5",
481
479
  strokeLinecap: "round",
482
- strokeLinejoin: "round",
483
- className: "strokePathList"
484
- }), /*#__PURE__*/_jsx("path", {
485
- d: "M5.63139 3.12917V7.85645H4.34801V4.31099H4.32031L3.28622 4.9296V3.84011L4.44957 3.12917H5.63139Z",
486
- fill: "#64748B",
487
- className: "fillPathList"
488
- }), /*#__PURE__*/_jsx("path", {
489
- d: "M3.31392 14.8564V13.9331L5.07741 12.4743C5.19437 12.3774 5.29439 12.2866 5.37749 12.202C5.46212 12.1158 5.52675 12.0273 5.57138 11.9365C5.61754 11.8457 5.64062 11.7449 5.64062 11.6341C5.64062 11.5126 5.61447 11.4087 5.56215 11.3225C5.51136 11.2364 5.44058 11.1702 5.34979 11.124C5.259 11.0763 5.15436 11.0525 5.03587 11.0525C4.91738 11.0525 4.81274 11.0763 4.72195 11.124C4.63269 11.1717 4.56345 11.2417 4.5142 11.3341C4.46496 11.4264 4.44034 11.5387 4.44034 11.6711H3.22159C3.22159 11.3387 3.29622 11.0525 3.44549 10.8124C3.59476 10.5724 3.80558 10.3877 4.07795 10.2584C4.35032 10.1292 4.66963 10.0645 5.03587 10.0645C5.41442 10.0645 5.74219 10.1253 6.01918 10.2469C6.2977 10.3669 6.51237 10.5362 6.66317 10.7547C6.81552 10.9732 6.89169 11.2294 6.89169 11.5233C6.89169 11.7049 6.85399 11.8857 6.77859 12.0658C6.70318 12.2443 6.56777 12.442 6.37234 12.659C6.17691 12.876 5.89915 13.1345 5.53906 13.4346L5.09588 13.8039V13.8316H6.94247V14.8564H3.31392Z",
490
- fill: "#64748B",
491
- className: "fillPathList"
492
- }), /*#__PURE__*/_jsx("path", {
493
- d: "M5.16051 21.9211C4.78812 21.9211 4.45727 21.8572 4.16797 21.7295C3.88021 21.6002 3.654 21.4225 3.48935 21.1963C3.32469 20.9701 3.2416 20.71 3.24006 20.4161H4.53267C4.53421 20.5069 4.56191 20.5885 4.61577 20.6608C4.67116 20.7316 4.74657 20.787 4.84197 20.827C4.93738 20.867 5.04664 20.887 5.16974 20.887C5.28823 20.887 5.39287 20.8662 5.48366 20.8247C5.57446 20.7816 5.64524 20.7223 5.69602 20.6469C5.7468 20.5715 5.77143 20.4854 5.76989 20.3884C5.77143 20.293 5.74219 20.2084 5.68217 20.1345C5.6237 20.0606 5.54137 20.0029 5.43519 19.9614C5.32901 19.9198 5.20668 19.8991 5.06818 19.8991H4.58807V19.0127H5.06818C5.1959 19.0127 5.30824 18.9919 5.40518 18.9504C5.50367 18.9088 5.57984 18.8511 5.6337 18.7773C5.6891 18.7034 5.71603 18.6188 5.71449 18.5233C5.71603 18.431 5.69371 18.3495 5.64755 18.2787C5.60138 18.2079 5.53675 18.1525 5.45366 18.1125C5.3721 18.0725 5.27746 18.0525 5.16974 18.0525C5.05279 18.0525 4.94815 18.0732 4.85582 18.1148C4.76503 18.1563 4.69348 18.214 4.64116 18.2879C4.58884 18.3618 4.56191 18.4464 4.56037 18.5418H3.33239C3.33393 18.2525 3.41317 17.9971 3.57013 17.7755C3.72863 17.5539 3.94561 17.38 4.22106 17.2538C4.49651 17.1276 4.81274 17.0645 5.16974 17.0645C5.51906 17.0645 5.82759 17.1238 6.09535 17.2423C6.36464 17.3608 6.57469 17.5239 6.7255 17.7316C6.87784 17.9378 6.95324 18.174 6.9517 18.4403C6.95478 18.7049 6.86399 18.9219 6.67933 19.0912C6.49621 19.2604 6.26385 19.3605 5.98224 19.3912V19.4282C6.36387 19.4697 6.65086 19.5867 6.84322 19.779C7.03557 19.9698 7.13021 20.2099 7.12713 20.4992C7.12867 20.7762 7.04557 21.0216 6.87784 21.2355C6.71165 21.4494 6.48005 21.6172 6.18306 21.7387C5.88761 21.8603 5.54676 21.9211 5.16051 21.9211Z",
494
- fill: "#64748B",
495
- className: "fillPathList"
480
+ strokeLinejoin: "round"
481
+ }), /*#__PURE__*/_jsx("text", {
482
+ x: "3",
483
+ y: "8",
484
+ fontSize: "5",
485
+ fill: "currentColor",
486
+ children: "1"
487
+ }), /*#__PURE__*/_jsx("text", {
488
+ x: "3",
489
+ y: "14",
490
+ fontSize: "5",
491
+ fill: "currentColor",
492
+ children: "2"
493
+ }), /*#__PURE__*/_jsx("text", {
494
+ x: "3",
495
+ y: "21",
496
+ fontSize: "5",
497
+ fill: "currentColor",
498
+ children: "3"
496
499
  })]
497
500
  });
498
501
  export const BulletedListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
499
502
  width: "19",
500
503
  height: "19",
501
- viewBox: "0 0 22 22",
504
+ viewBox: "0 0 24 25",
502
505
  fill: "none",
503
506
  xmlns: "http://www.w3.org/2000/svg",
504
507
  className: "bulletedListTextIcon",
505
508
  children: [/*#__PURE__*/_jsx("path", {
506
509
  d: "M11 19.8564H21",
507
510
  stroke: "currentColor",
508
- strokeWidth: "2",
511
+ strokeWidth: "1.5",
509
512
  strokeLinecap: "round",
510
513
  strokeLinejoin: "round"
511
514
  }), /*#__PURE__*/_jsx("path", {
512
515
  d: "M11 12.8564H21",
513
516
  stroke: "currentColor",
514
- strokeWidth: "2",
517
+ strokeWidth: "1.5",
515
518
  strokeLinecap: "round",
516
519
  strokeLinejoin: "round"
517
520
  }), /*#__PURE__*/_jsx("path", {
518
521
  d: "M11 5.85645H21",
519
522
  stroke: "currentColor",
520
- strokeWidth: "2",
523
+ strokeWidth: "1.5",
521
524
  strokeLinecap: "round",
522
525
  strokeLinejoin: "round"
523
526
  }), /*#__PURE__*/_jsx("circle", {
524
527
  cx: "5.25",
525
528
  cy: "5.80664",
526
- r: "1.7",
529
+ r: "1.25",
527
530
  fill: "currentColor"
528
531
  }), /*#__PURE__*/_jsx("circle", {
529
532
  cx: "5.25",
530
533
  cy: "12.8066",
531
- r: "1.7",
534
+ r: "1.25",
532
535
  fill: "currentColor"
533
536
  }), /*#__PURE__*/_jsx("circle", {
534
537
  cx: "5.25",
535
538
  cy: "19.8066",
536
- r: "1.7",
539
+ r: "1.25",
537
540
  fill: "currentColor"
538
541
  })]
539
542
  });
540
543
  export const CheckListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
541
544
  width: "19",
542
545
  height: "19",
543
- viewBox: "0 0 22 22",
546
+ viewBox: "0 0 24 25",
544
547
  fill: "none",
545
548
  xmlns: "http://www.w3.org/2000/svg",
546
549
  className: "checkedListTextIcon",
547
550
  children: [/*#__PURE__*/_jsx("path", {
548
551
  d: "M11 19.8564H21",
549
552
  stroke: "currentColor",
550
- strokeWidth: "2",
553
+ strokeWidth: "1.5",
551
554
  strokeLinecap: "round",
552
555
  strokeLinejoin: "round"
553
556
  }), /*#__PURE__*/_jsx("path", {
554
557
  d: "M11 12.8564H21",
555
558
  stroke: "currentColor",
556
- strokeWidth: "2",
559
+ strokeWidth: "1.5",
557
560
  strokeLinecap: "round",
558
561
  strokeLinejoin: "round"
559
562
  }), /*#__PURE__*/_jsx("path", {
560
563
  d: "M11 5.85645H21",
561
564
  stroke: "currentColor",
562
- strokeWidth: "2",
565
+ strokeWidth: "1.5",
563
566
  strokeLinecap: "round",
564
567
  strokeLinejoin: "round"
565
568
  }), /*#__PURE__*/_jsx("path", {
566
569
  d: "M3 5.85645L4 6.85645L7 3.85645",
567
570
  stroke: "currentColor",
568
- strokeWidth: "2",
571
+ strokeWidth: "1.5",
569
572
  strokeLinecap: "round",
570
573
  strokeLinejoin: "round"
571
574
  }), /*#__PURE__*/_jsx("path", {
572
575
  d: "M3 12.8564L4 13.8564L7 10.8564",
573
576
  stroke: "currentColor",
574
- strokeWidth: "2",
577
+ strokeWidth: "1.5",
575
578
  strokeLinecap: "round",
576
579
  strokeLinejoin: "round"
577
580
  }), /*#__PURE__*/_jsx("path", {
578
581
  d: "M3 19.8564L4 20.8564L7 17.8564",
579
582
  stroke: "currentColor",
580
- strokeWidth: "2",
583
+ strokeWidth: "1.5",
581
584
  strokeLinecap: "round",
582
585
  strokeLinejoin: "round"
583
586
  })]
@@ -585,38 +588,38 @@ export const CheckListTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
585
588
  export const AccordionTextFormatIcon = props => /*#__PURE__*/_jsxs("svg", {
586
589
  width: "19",
587
590
  height: "19",
588
- viewBox: "0 0 22 22",
591
+ viewBox: "0 0 24 25",
589
592
  fill: "none",
590
593
  xmlns: "http://www.w3.org/2000/svg",
591
594
  className: "accordianIconSvgTextFormat",
592
595
  children: [/*#__PURE__*/_jsx("path", {
593
596
  d: "M14 4.85547H21",
594
- stroke: "#64748B",
595
- strokeWidth: "1.7",
597
+ stroke: "#8F9CAE",
598
+ strokeWidth: "1.5",
596
599
  strokeLinecap: "round",
597
600
  strokeLinejoin: "round"
598
601
  }), /*#__PURE__*/_jsx("path", {
599
602
  d: "M14 9.85547H21",
600
- stroke: "#64748B",
601
- strokeWidth: "1.7",
603
+ stroke: "#8F9CAE",
604
+ strokeWidth: "1.5",
602
605
  strokeLinecap: "round",
603
606
  strokeLinejoin: "round"
604
607
  }), /*#__PURE__*/_jsx("path", {
605
608
  d: "M3 14.8555H21",
606
- stroke: "#64748B",
607
- strokeWidth: "1.7",
609
+ stroke: "#8F9CAE",
610
+ strokeWidth: "1.5",
608
611
  strokeLinecap: "round",
609
612
  strokeLinejoin: "round"
610
613
  }), /*#__PURE__*/_jsx("path", {
611
614
  d: "M3 19.8555H21",
612
- stroke: "#64748B",
613
- strokeWidth: "1.7",
615
+ stroke: "#8F9CAE",
616
+ strokeWidth: "1.5",
614
617
  strokeLinecap: "round",
615
618
  strokeLinejoin: "round"
616
619
  }), /*#__PURE__*/_jsx("path", {
617
620
  d: "M8.8 6.66265C9.33333 6.97057 9.33333 7.74037 8.8 8.04829L3.7 10.9928C3.16667 11.3007 2.5 10.9158 2.5 10.3L2.5 4.41098C2.5 3.79514 3.16667 3.41024 3.7 3.71816L8.8 6.66265Z",
618
- stroke: "#64748B",
619
- strokeWidth: "1.7"
621
+ stroke: "#8F9CAE",
622
+ strokeWidth: "1.5"
620
623
  })]
621
624
  });
622
625
  export const BoldTextFormatIcon = props => /*#__PURE__*/_jsx("svg", {
@@ -682,7 +685,6 @@ export const LinkIconV2 = props => /*#__PURE__*/_jsxs("svg", {
682
685
  viewBox: "1.5 0 17 20",
683
686
  fill: "none",
684
687
  xmlns: "http://www.w3.org/2000/svg",
685
- className: "linkIcon",
686
688
  children: [/*#__PURE__*/_jsx("path", {
687
689
  d: "M11.2869 8.71403C10.6043 8.03173 9.67871 7.64844 8.71358 7.64844C7.74846 7.64844 6.82284 8.03173 6.14025 8.71403L3.56608 11.2874C2.88348 11.97 2.5 12.8958 2.5 13.8611C2.5 14.8265 2.88348 15.7523 3.56608 16.4349C4.24868 17.1175 5.17449 17.5009 6.13983 17.5009C7.10518 17.5009 8.03098 17.1175 8.71358 16.4349L10.0002 15.1482",
688
690
  stroke: "#64748B",
@@ -927,17 +929,67 @@ export function CalendlyIcon() {
927
929
  }), /*#__PURE__*/_jsx("path", {
928
930
  d: "M3 1L3 4",
929
931
  stroke: "#64748B",
930
- strokeLinecap: "round",
931
- className: "strokePath"
932
+ strokeLinecap: "round"
932
933
  }), /*#__PURE__*/_jsx("path", {
933
934
  d: "M9 1L9 4",
934
935
  stroke: "#64748B",
935
- strokeLinecap: "round",
936
- className: "strokePath"
936
+ strokeLinecap: "round"
937
937
  }), /*#__PURE__*/_jsx("path", {
938
938
  d: "M8.10369 7.0554H7.43892C7.41335 6.91335 7.36577 6.78835 7.29616 6.6804C7.22656 6.57244 7.14134 6.48082 7.04048 6.40554C6.93963 6.33026 6.8267 6.27344 6.7017 6.23509C6.57813 6.19673 6.44673 6.17756 6.30753 6.17756C6.05611 6.17756 5.83097 6.24077 5.6321 6.36719C5.43466 6.49361 5.27841 6.67898 5.16335 6.9233C5.04972 7.16761 4.9929 7.46591 4.9929 7.81818C4.9929 8.1733 5.04972 8.47301 5.16335 8.71733C5.27841 8.96165 5.43537 9.14631 5.63423 9.27131C5.8331 9.39631 6.05682 9.45881 6.3054 9.45881C6.44318 9.45881 6.57386 9.44034 6.69744 9.40341C6.82244 9.36506 6.93537 9.30895 7.03622 9.23509C7.13707 9.16122 7.2223 9.07102 7.2919 8.96449C7.36293 8.85653 7.41193 8.73295 7.43892 8.59375L8.10369 8.59588C8.06818 8.81037 7.99929 9.00781 7.89702 9.18821C7.79616 9.36719 7.66619 9.52202 7.5071 9.6527C7.34943 9.78196 7.16903 9.8821 6.96591 9.95312C6.76278 10.0241 6.54119 10.0597 6.30114 10.0597C5.9233 10.0597 5.58665 9.97017 5.29119 9.79119C4.99574 9.6108 4.76278 9.35298 4.59233 9.01776C4.4233 8.68253 4.33878 8.28267 4.33878 7.81818C4.33878 7.35227 4.42401 6.95241 4.59446 6.61861C4.76491 6.28338 4.99787 6.02628 5.29332 5.8473C5.58878 5.6669 5.92472 5.5767 6.30114 5.5767C6.53267 5.5767 6.74858 5.61009 6.94886 5.67685C7.15057 5.74219 7.33168 5.83878 7.49219 5.96662C7.6527 6.09304 7.78551 6.24787 7.89062 6.43111C7.99574 6.61293 8.06676 6.82102 8.10369 7.0554Z",
939
- fill: "#64748B",
940
- className: "fillPath"
939
+ fill: "#64748B"
940
+ })]
941
+ });
942
+ }
943
+ export function DragIcon() {
944
+ return /*#__PURE__*/_jsxs("svg", {
945
+ width: "16",
946
+ height: "12",
947
+ viewBox: "0 0 10 6",
948
+ fill: "none",
949
+ xmlns: "http://www.w3.org/2000/svg",
950
+ className: "dragIcon",
951
+ children: [/*#__PURE__*/_jsx("ellipse", {
952
+ cx: "1.49462",
953
+ cy: "4.42384",
954
+ rx: "0.779289",
955
+ ry: "0.779289",
956
+ transform: "rotate(-90 1.49462 4.42384)",
957
+ fill: "#94A3B8"
958
+ }), /*#__PURE__*/_jsx("ellipse", {
959
+ cx: "4.99999",
960
+ cy: "4.42384",
961
+ rx: "0.779289",
962
+ ry: "0.779289",
963
+ transform: "rotate(-90 4.99999 4.42384)",
964
+ fill: "#94A3B8"
965
+ }), /*#__PURE__*/_jsx("ellipse", {
966
+ cx: "8.50732",
967
+ cy: "4.42384",
968
+ rx: "0.779289",
969
+ ry: "0.779289",
970
+ transform: "rotate(-90 8.50732 4.42384)",
971
+ fill: "#94A3B8"
972
+ }), /*#__PURE__*/_jsx("ellipse", {
973
+ cx: "1.49462",
974
+ cy: "0.91993",
975
+ rx: "0.779289",
976
+ ry: "0.779289",
977
+ transform: "rotate(-90 1.49462 0.91993)",
978
+ fill: "#94A3B8"
979
+ }), /*#__PURE__*/_jsx("ellipse", {
980
+ cx: "4.99999",
981
+ cy: "0.91993",
982
+ rx: "0.779289",
983
+ ry: "0.779289",
984
+ transform: "rotate(-90 4.99999 0.91993)",
985
+ fill: "#94A3B8"
986
+ }), /*#__PURE__*/_jsx("ellipse", {
987
+ cx: "8.50732",
988
+ cy: "0.91993",
989
+ rx: "0.779289",
990
+ ry: "0.779289",
991
+ transform: "rotate(-90 8.50732 0.91993)",
992
+ fill: "#94A3B8"
941
993
  })]
942
994
  });
943
995
  }
@@ -945,38 +997,22 @@ export function LeftAlignTextFormat() {
945
997
  return /*#__PURE__*/_jsxs("svg", {
946
998
  width: "19",
947
999
  height: "19",
948
- viewBox: "0 0 20 22",
1000
+ viewBox: "0 0 20 25",
949
1001
  fill: "none",
950
1002
  xmlns: "http://www.w3.org/2000/svg",
951
1003
  className: "textAlignIconSameStyles",
952
1004
  children: [/*#__PURE__*/_jsx("path", {
953
1005
  d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
954
- fill: "currentColor",
955
- stroke: "currentColor",
956
- strokeWidth: "0.5",
957
- strokeLinecap: "round",
958
- strokeLinejoin: "round"
1006
+ fill: "currentColor"
959
1007
  }), /*#__PURE__*/_jsx("path", {
960
1008
  d: "M10.3917 10.6055H2.5C2.15833 10.6055 1.875 10.2655 1.875 9.85547C1.875 9.44547 2.15833 9.10547 2.5 9.10547H10.3917C10.7333 9.10547 11.0167 9.44547 11.0167 9.85547C11.0167 10.2655 10.7417 10.6055 10.3917 10.6055Z",
961
- fill: "currentColor",
962
- stroke: "currentColor",
963
- strokeWidth: "0.5",
964
- strokeLinecap: "round",
965
- strokeLinejoin: "round"
1009
+ fill: "currentColor"
966
1010
  }), /*#__PURE__*/_jsx("path", {
967
1011
  d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
968
- fill: "currentColor",
969
- stroke: "currentColor",
970
- strokeWidth: "0.5",
971
- strokeLinecap: "round",
972
- strokeLinejoin: "round"
1012
+ fill: "currentColor"
973
1013
  }), /*#__PURE__*/_jsx("path", {
974
1014
  d: "M10.3917 20.6055H2.5C2.15833 20.6055 1.875 20.2655 1.875 19.8555C1.875 19.4455 2.15833 19.1055 2.5 19.1055H10.3917C10.7333 19.1055 11.0167 19.4455 11.0167 19.8555C11.0167 20.2655 10.7417 20.6055 10.3917 20.6055Z",
975
- fill: "currentColor",
976
- stroke: "currentColor",
977
- strokeWidth: "0.5",
978
- strokeLinecap: "round",
979
- strokeLinejoin: "round"
1015
+ fill: "currentColor"
980
1016
  })]
981
1017
  });
982
1018
  }
@@ -984,38 +1020,22 @@ export function CenterAlignTextFormat() {
984
1020
  return /*#__PURE__*/_jsxs("svg", {
985
1021
  width: "19",
986
1022
  height: "19",
987
- viewBox: "0 0 20 22",
1023
+ viewBox: "0 0 20 25",
988
1024
  fill: "none",
989
1025
  xmlns: "http://www.w3.org/2000/svg",
990
1026
  className: "textAlignIconSameStyles",
991
1027
  children: [/*#__PURE__*/_jsx("path", {
992
1028
  d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
993
- fill: "currentColor",
994
- stroke: "currentColor",
995
- strokeWidth: "0.5",
996
- strokeLinecap: "round",
997
- strokeLinejoin: "round"
1029
+ fill: "currentColor"
998
1030
  }), /*#__PURE__*/_jsx("path", {
999
1031
  d: "M13.9508 10.6055H6.05078C5.70911 10.6055 5.42578 10.2655 5.42578 9.85547C5.42578 9.44547 5.70911 9.10547 6.05078 9.10547H13.9424C14.2841 9.10547 14.5674 9.44547 14.5674 9.85547C14.5674 10.2655 14.2924 10.6055 13.9508 10.6055Z",
1000
- fill: "currentColor",
1001
- stroke: "currentColor",
1002
- strokeWidth: "0.5",
1003
- strokeLinecap: "round",
1004
- strokeLinejoin: "round"
1032
+ fill: "currentColor"
1005
1033
  }), /*#__PURE__*/_jsx("path", {
1006
1034
  d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
1007
- fill: "currentColor",
1008
- stroke: "currentColor",
1009
- strokeWidth: "0.5",
1010
- strokeLinecap: "round",
1011
- strokeLinejoin: "round"
1035
+ fill: "currentColor"
1012
1036
  }), /*#__PURE__*/_jsx("path", {
1013
1037
  d: "M13.9508 20.6055H6.05078C5.70911 20.6055 5.42578 20.2655 5.42578 19.8555C5.42578 19.4455 5.70911 19.1055 6.05078 19.1055H13.9424C14.2841 19.1055 14.5674 19.4455 14.5674 19.8555C14.5674 20.2655 14.2924 20.6055 13.9508 20.6055Z",
1014
- fill: "currentColor",
1015
- stroke: "currentColor",
1016
- strokeWidth: "0.5",
1017
- strokeLinecap: "round",
1018
- strokeLinejoin: "round"
1038
+ fill: "currentColor"
1019
1039
  })]
1020
1040
  });
1021
1041
  }
@@ -1023,38 +1043,22 @@ export function RightAlignTextFormat() {
1023
1043
  return /*#__PURE__*/_jsxs("svg", {
1024
1044
  width: "19",
1025
1045
  height: "19",
1026
- viewBox: "0 0 20 22",
1046
+ viewBox: "0 0 20 25",
1027
1047
  fill: "currentColor",
1028
1048
  xmlns: "http://www.w3.org/2000/svg",
1029
1049
  className: "textAlignIconSameStyles",
1030
1050
  children: [/*#__PURE__*/_jsx("path", {
1031
1051
  d: "M17.5 5.60547H2.5C2.15833 5.60547 1.875 5.26547 1.875 4.85547C1.875 4.44547 2.15833 4.10547 2.5 4.10547H17.5C17.8417 4.10547 18.125 4.44547 18.125 4.85547C18.125 5.26547 17.8417 5.60547 17.5 5.60547Z",
1032
- fill: "currentColor",
1033
- stroke: "currentColor",
1034
- strokeWidth: "0.5",
1035
- strokeLinecap: "round",
1036
- strokeLinejoin: "round"
1052
+ fill: "currentColor"
1037
1053
  }), /*#__PURE__*/_jsx("path", {
1038
1054
  d: "M17.4991 10.6055H9.60742C9.26576 10.6055 8.98242 10.2655 8.98242 9.85547C8.98242 9.44547 9.26576 9.10547 9.60742 9.10547H17.4991C17.8408 9.10547 18.1241 9.44547 18.1241 9.85547C18.1241 10.2655 17.8408 10.6055 17.4991 10.6055Z",
1039
- fill: "currentColor",
1040
- stroke: "currentColor",
1041
- strokeWidth: "0.5",
1042
- strokeLinecap: "round",
1043
- strokeLinejoin: "round"
1055
+ fill: "currentColor"
1044
1056
  }), /*#__PURE__*/_jsx("path", {
1045
1057
  d: "M17.5 15.6055H2.5C2.15833 15.6055 1.875 15.2655 1.875 14.8555C1.875 14.4455 2.15833 14.1055 2.5 14.1055H17.5C17.8417 14.1055 18.125 14.4455 18.125 14.8555C18.125 15.2655 17.8417 15.6055 17.5 15.6055Z",
1046
- fill: "currentColor",
1047
- stroke: "currentColor",
1048
- strokeWidth: "0.5",
1049
- strokeLinecap: "round",
1050
- strokeLinejoin: "round"
1058
+ fill: "currentColor"
1051
1059
  }), /*#__PURE__*/_jsx("path", {
1052
1060
  d: "M17.4991 20.6055H9.60742C9.26576 20.6055 8.98242 20.2655 8.98242 19.8555C8.98242 19.4455 9.26576 19.1055 9.60742 19.1055H17.4991C17.8408 19.1055 18.1241 19.4455 18.1241 19.8555C18.1241 20.2655 17.8408 20.6055 17.4991 20.6055Z",
1053
- fill: "currentColor",
1054
- stroke: "currentColor",
1055
- strokeWidth: "0.5",
1056
- strokeLinecap: "round",
1057
- strokeLinejoin: "round"
1061
+ fill: "currentColor"
1058
1062
  })]
1059
1063
  });
1060
1064
  }
@@ -1062,7 +1066,7 @@ export function JustifyTextFormat() {
1062
1066
  return /*#__PURE__*/_jsxs("svg", {
1063
1067
  width: "19",
1064
1068
  height: "19",
1065
- viewBox: "0 0 20 22"
1069
+ viewBox: "0 0 20 25"
1066
1070
  // fill="none"
1067
1071
  ,
1068
1072
  xmlns: "http://www.w3.org/2000/svg",
@@ -1070,25 +1074,25 @@ export function JustifyTextFormat() {
1070
1074
  children: [/*#__PURE__*/_jsx("path", {
1071
1075
  d: "M2.5 4.85547H17.5",
1072
1076
  stroke: "currentColor",
1073
- strokeWidth: "2",
1077
+ strokeWidth: "1.5",
1074
1078
  strokeLinecap: "round",
1075
1079
  strokeLinejoin: "round"
1076
1080
  }), /*#__PURE__*/_jsx("path", {
1077
1081
  d: "M2.5 9.85547H17.5",
1078
1082
  stroke: "currentColor",
1079
- strokeWidth: "2",
1083
+ strokeWidth: "1.5",
1080
1084
  strokeLinecap: "round",
1081
1085
  strokeLinejoin: "round"
1082
1086
  }), /*#__PURE__*/_jsx("path", {
1083
1087
  d: "M2.5 14.8555H17.5",
1084
1088
  stroke: "currentColor",
1085
- strokeWidth: "2",
1089
+ strokeWidth: "1.5",
1086
1090
  strokeLinecap: "round",
1087
1091
  strokeLinejoin: "round"
1088
1092
  }), /*#__PURE__*/_jsx("path", {
1089
1093
  d: "M2.5 19.8555H17.5",
1090
1094
  stroke: "currentColor",
1091
- strokeWidth: "2",
1095
+ strokeWidth: "1.5",
1092
1096
  strokeLinecap: "round",
1093
1097
  strokeLinejoin: "round"
1094
1098
  })]
@@ -1241,226 +1245,4 @@ export function CodeElementIcon() {
1241
1245
  strokeLinejoin: "round"
1242
1246
  })]
1243
1247
  });
1244
- }
1245
- export function DragIcon() {
1246
- return /*#__PURE__*/_jsxs("svg", {
1247
- width: "16",
1248
- height: "12",
1249
- viewBox: "0 0 10 6",
1250
- fill: "none",
1251
- xmlns: "http://www.w3.org/2000/svg",
1252
- className: "dragIcon",
1253
- children: [/*#__PURE__*/_jsx("ellipse", {
1254
- cx: "1.49462",
1255
- cy: "4.42384",
1256
- rx: "0.779289",
1257
- ry: "0.779289",
1258
- transform: "rotate(-90 1.49462 4.42384)",
1259
- fill: "#94A3B8"
1260
- }), /*#__PURE__*/_jsx("ellipse", {
1261
- cx: "4.99999",
1262
- cy: "4.42384",
1263
- rx: "0.779289",
1264
- ry: "0.779289",
1265
- transform: "rotate(-90 4.99999 4.42384)",
1266
- fill: "#94A3B8"
1267
- }), /*#__PURE__*/_jsx("ellipse", {
1268
- cx: "8.50732",
1269
- cy: "4.42384",
1270
- rx: "0.779289",
1271
- ry: "0.779289",
1272
- transform: "rotate(-90 8.50732 4.42384)",
1273
- fill: "#94A3B8"
1274
- }), /*#__PURE__*/_jsx("ellipse", {
1275
- cx: "1.49462",
1276
- cy: "0.91993",
1277
- rx: "0.779289",
1278
- ry: "0.779289",
1279
- transform: "rotate(-90 1.49462 0.91993)",
1280
- fill: "#94A3B8"
1281
- }), /*#__PURE__*/_jsx("ellipse", {
1282
- cx: "4.99999",
1283
- cy: "0.91993",
1284
- rx: "0.779289",
1285
- ry: "0.779289",
1286
- transform: "rotate(-90 4.99999 0.91993)",
1287
- fill: "#94A3B8"
1288
- }), /*#__PURE__*/_jsx("ellipse", {
1289
- cx: "8.50732",
1290
- cy: "0.91993",
1291
- rx: "0.779289",
1292
- ry: "0.779289",
1293
- transform: "rotate(-90 8.50732 0.91993)",
1294
- fill: "#94A3B8"
1295
- })]
1296
- });
1297
- }
1298
- export function TextSizeUpArrow() {
1299
- return /*#__PURE__*/_jsx("svg", {
1300
- width: "9",
1301
- height: "5",
1302
- viewBox: "0 0 9 5",
1303
- fill: "none",
1304
- xmlns: "http://www.w3.org/2000/svg",
1305
- children: /*#__PURE__*/_jsx("path", {
1306
- d: "M8 3.85645L5.11869 1.10055C4.77841 0.775079 4.22159 0.775079 3.88131 1.10055L1 3.85645",
1307
- stroke: "#64748B",
1308
- strokeWidth: "1.5",
1309
- strokeMiterlimit: "10",
1310
- strokeLinecap: "round",
1311
- strokeLinejoin: "round"
1312
- })
1313
- });
1314
- }
1315
- export function TextSizeDownArrow() {
1316
- return /*#__PURE__*/_jsx("svg", {
1317
- width: "9",
1318
- height: "5",
1319
- viewBox: "0 0 9 5",
1320
- fill: "none",
1321
- xmlns: "http://www.w3.org/2000/svg",
1322
- children: /*#__PURE__*/_jsx("path", {
1323
- d: "M1 0.856445L3.88131 3.61235C4.22159 3.93781 4.77841 3.93781 5.11869 3.61235L8 0.856445",
1324
- stroke: "#64748B",
1325
- strokeWidth: "1.5",
1326
- strokeMiterlimit: "10",
1327
- strokeLinecap: "round",
1328
- strokeLinejoin: "round"
1329
- })
1330
- });
1331
- }
1332
- export function CheckedBoxCheckIcon() {
1333
- return /*#__PURE__*/_jsx("svg", {
1334
- width: "10",
1335
- height: "8",
1336
- viewBox: "0 0 10 8",
1337
- fill: "none",
1338
- xmlns: "http://www.w3.org/2000/svg",
1339
- children: /*#__PURE__*/_jsx("path", {
1340
- d: "M1.70605 4.06139L4.121 6.47532L8.94886 1.64746",
1341
- stroke: "white",
1342
- strokeWidth: "1.5",
1343
- strokeLinecap: "round",
1344
- strokeLinejoin: "round"
1345
- })
1346
- });
1347
- }
1348
- export function SectionSettingIcon() {
1349
- return /*#__PURE__*/_jsxs("svg", {
1350
- width: "13",
1351
- height: "12",
1352
- viewBox: "0 0 13 12",
1353
- fill: "none",
1354
- xmlns: "http://www.w3.org/2000/svg",
1355
- children: [/*#__PURE__*/_jsx("path", {
1356
- d: "M11.9102 2.5L6.41016 2.5",
1357
- stroke: "#94A3B8",
1358
- strokeWidth: "0.8",
1359
- strokeMiterlimit: "10",
1360
- strokeLinecap: "round",
1361
- strokeLinejoin: "round"
1362
- }), /*#__PURE__*/_jsx("path", {
1363
- d: "M4.41016 2.5L1.91016 2.5",
1364
- stroke: "#94A3B8",
1365
- strokeWidth: "0.8",
1366
- strokeMiterlimit: "10",
1367
- strokeLinecap: "round",
1368
- strokeLinejoin: "round"
1369
- }), /*#__PURE__*/_jsx("path", {
1370
- d: "M11.9102 6L9.41016 6",
1371
- stroke: "#94A3B8",
1372
- strokeWidth: "0.8",
1373
- strokeMiterlimit: "10",
1374
- strokeLinecap: "round",
1375
- strokeLinejoin: "round"
1376
- }), /*#__PURE__*/_jsx("path", {
1377
- d: "M7.41016 6L1.91016 6",
1378
- stroke: "#94A3B8",
1379
- strokeWidth: "0.8",
1380
- strokeMiterlimit: "10",
1381
- strokeLinecap: "round",
1382
- strokeLinejoin: "round"
1383
- }), /*#__PURE__*/_jsx("path", {
1384
- d: "M11.9102 9.5L6.41016 9.5",
1385
- stroke: "#94A3B8",
1386
- strokeWidth: "0.8",
1387
- strokeMiterlimit: "10",
1388
- strokeLinecap: "round",
1389
- strokeLinejoin: "round"
1390
- }), /*#__PURE__*/_jsx("path", {
1391
- d: "M4.41016 9.5H1.91016",
1392
- stroke: "#94A3B8",
1393
- strokeWidth: "0.8",
1394
- strokeMiterlimit: "10",
1395
- strokeLinecap: "round",
1396
- strokeLinejoin: "round"
1397
- }), /*#__PURE__*/_jsx("path", {
1398
- d: "M6.41016 10.5L6.41016 8.5",
1399
- stroke: "#94A3B8",
1400
- strokeWidth: "0.8",
1401
- strokeMiterlimit: "10",
1402
- strokeLinecap: "round",
1403
- strokeLinejoin: "round"
1404
- }), /*#__PURE__*/_jsx("path", {
1405
- d: "M6.41016 3.5L6.41016 1.5",
1406
- stroke: "#94A3B8",
1407
- strokeWidth: "0.8",
1408
- strokeMiterlimit: "10",
1409
- strokeLinecap: "round",
1410
- strokeLinejoin: "round"
1411
- }), /*#__PURE__*/_jsx("path", {
1412
- d: "M7.41016 7L7.41016 5",
1413
- stroke: "#94A3B8",
1414
- strokeWidth: "0.8",
1415
- strokeMiterlimit: "10",
1416
- strokeLinecap: "round",
1417
- strokeLinejoin: "round"
1418
- })]
1419
- });
1420
- }
1421
- export function SectionDragIcon() {
1422
- return /*#__PURE__*/_jsxs("svg", {
1423
- width: "6",
1424
- height: "10",
1425
- viewBox: "0 0 6 10",
1426
- fill: "none",
1427
- xmlns: "http://www.w3.org/2000/svg",
1428
- children: [/*#__PURE__*/_jsx("ellipse", {
1429
- cx: "0.909171",
1430
- cy: "0.909171",
1431
- rx: "0.909171",
1432
- ry: "0.909171",
1433
- fill: "#94A3B8"
1434
- }), /*#__PURE__*/_jsx("ellipse", {
1435
- cx: "0.909171",
1436
- cy: "4.99999",
1437
- rx: "0.909171",
1438
- ry: "0.909171",
1439
- fill: "#94A3B8"
1440
- }), /*#__PURE__*/_jsx("ellipse", {
1441
- cx: "0.909171",
1442
- cy: "9.09081",
1443
- rx: "0.909171",
1444
- ry: "0.909171",
1445
- fill: "#94A3B8"
1446
- }), /*#__PURE__*/_jsx("ellipse", {
1447
- cx: "5.00097",
1448
- cy: "0.909171",
1449
- rx: "0.909171",
1450
- ry: "0.909171",
1451
- fill: "#94A3B8"
1452
- }), /*#__PURE__*/_jsx("ellipse", {
1453
- cx: "5.00097",
1454
- cy: "4.99999",
1455
- rx: "0.909171",
1456
- ry: "0.909171",
1457
- fill: "#94A3B8"
1458
- }), /*#__PURE__*/_jsx("ellipse", {
1459
- cx: "5.00097",
1460
- cy: "9.09081",
1461
- rx: "0.909171",
1462
- ry: "0.909171",
1463
- fill: "#94A3B8"
1464
- })]
1465
- });
1466
1248
  }