@mailstep/design-system 0.8.34 → 0.8.36

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.
Files changed (156) hide show
  1. package/package.json +2 -3
  2. package/ui/Blocks/CommonGrid/components/ControlButtons/styles.d.ts +4 -4
  3. package/ui/Blocks/CommonGrid/components/ExtraControlButtons/ExtraControlButtons.d.ts +1 -1
  4. package/ui/Blocks/CommonGrid/components/FloatingButton/FloatingButton.d.ts +2 -2
  5. package/ui/Blocks/CommonGrid/components/GridAggregation/styles.d.ts +3 -3
  6. package/ui/Blocks/CommonGrid/components/IconList/IconList.d.ts +4 -4
  7. package/ui/Blocks/CommonGrid/components/ManageColumnForm/styles.d.ts +1 -1
  8. package/ui/Blocks/CommonGrid/components/MobileOverlayWrapper.d.ts +1 -1
  9. package/ui/Blocks/CommonGrid/components/PresetsModalBody/components/TagRemove.d.ts +1 -1
  10. package/ui/Blocks/CommonGrid/components/Table.d.ts +8 -8
  11. package/ui/Blocks/CommonGrid/components/gridCells/LinkInCell.d.ts +1 -1
  12. package/ui/Blocks/CommonGrid/components/gridCells/RemoveItem.d.ts +2 -2
  13. package/ui/Blocks/CommonGrid/styles.d.ts +5 -5
  14. package/ui/Blocks/CornerDialog/styles.d.ts +6 -6
  15. package/ui/Blocks/Header/components/HamburgerToggle/index.d.ts +9 -0
  16. package/ui/Blocks/Header/components/HamburgerToggle/index.js +64 -0
  17. package/ui/Blocks/Header/components/HamburgerToggle/styles.d.ts +1 -0
  18. package/ui/Blocks/Header/components/HamburgerToggle/styles.js +20 -0
  19. package/ui/Blocks/Header/components/MenuItems/components/MenuItem/index.d.ts +2 -0
  20. package/ui/Blocks/Header/components/MenuItems/components/MenuItem/index.js +28 -11
  21. package/ui/Blocks/Header/components/MenuItems/components/MenuItem/utils/isItemActive.d.ts +10 -0
  22. package/ui/Blocks/Header/components/MenuItems/components/MenuItem/utils/isItemActive.js +33 -0
  23. package/ui/Blocks/Header/components/MenuItems/index.d.ts +2 -0
  24. package/ui/Blocks/Header/components/MenuItems/index.js +5 -2
  25. package/ui/Blocks/Header/components/MenuItems/styles.d.ts +12 -2
  26. package/ui/Blocks/Header/components/MenuItems/styles.js +109 -7
  27. package/ui/Blocks/Header/components/UserMenu/components/UserInfo/styles.d.ts +2 -2
  28. package/ui/Blocks/Header/components/UserMenu/index.d.ts +7 -1
  29. package/ui/Blocks/Header/components/UserMenu/index.js +38 -28
  30. package/ui/Blocks/Header/components/UserMenu/styles.d.ts +2 -3
  31. package/ui/Blocks/Header/components/UserMenu/styles.js +1 -7
  32. package/ui/Blocks/Header/index.d.ts +16 -2
  33. package/ui/Blocks/Header/index.js +94 -32
  34. package/ui/Blocks/Header/stories/Header.stories.d.ts +19 -0
  35. package/ui/Blocks/Header/styles.d.ts +27 -4
  36. package/ui/Blocks/Header/styles.js +59 -4
  37. package/ui/Blocks/Header/types.d.ts +1 -0
  38. package/ui/Blocks/ImageList/components/AddPhoto/styles.d.ts +2 -2
  39. package/ui/Blocks/ImageList/components/CloseButton/styles.d.ts +1 -1
  40. package/ui/Blocks/ImageList/components/ImageElement/styles.d.ts +3 -3
  41. package/ui/Blocks/ImageList/components/ImageTag/styles.d.ts +1 -1
  42. package/ui/Blocks/ImageList/styles.d.ts +2 -2
  43. package/ui/Blocks/LanguageSwitch/styles.d.ts +3 -3
  44. package/ui/Blocks/LightBox/styles.d.ts +4 -4
  45. package/ui/Blocks/LoginPage/components/SocialLinks.d.ts +4 -4
  46. package/ui/Blocks/LoginPage/styles.d.ts +7 -7
  47. package/ui/Blocks/Modal/hooks/useClickOutside.d.ts +1 -1
  48. package/ui/Blocks/Modal/hooks/useClickOutside.js +4 -2
  49. package/ui/Blocks/Modal/styles.d.ts +8 -8
  50. package/ui/Blocks/Modal/types.d.ts +1 -0
  51. package/ui/Blocks/Popover/index.d.ts +1 -0
  52. package/ui/Blocks/Popover/index.js +3 -2
  53. package/ui/Blocks/Scheduler/components/BookedTimeSlots/styles.d.ts +3 -3
  54. package/ui/Blocks/Scheduler/components/CurrentTimeMarker/styles.d.ts +3 -3
  55. package/ui/Blocks/Scheduler/components/DateChanger/styles.d.ts +2 -2
  56. package/ui/Blocks/Scheduler/components/Groups/styles.d.ts +3 -3
  57. package/ui/Blocks/Scheduler/components/TimeSlots/styles.d.ts +4 -4
  58. package/ui/Blocks/Scheduler/styles.d.ts +2 -2
  59. package/ui/Blocks/SideMenu/MenuItem.js +16 -8
  60. package/ui/Blocks/SideMenu/SideMenu.js +2 -1
  61. package/ui/Blocks/SideMenu/components/Footer.d.ts +2 -2
  62. package/ui/Blocks/SideMenu/styles.d.ts +16 -15
  63. package/ui/Blocks/SideMenu/styles.js +1 -1
  64. package/ui/Blocks/SideMenu/types.d.ts +1 -0
  65. package/ui/Blocks/Stepper/components/StepCircle/styles.d.ts +1 -1
  66. package/ui/Blocks/Stepper/components/StepItem/styles.d.ts +3 -3
  67. package/ui/Blocks/Stepper/styles.d.ts +2 -2
  68. package/ui/Blocks/Tabs/styles.d.ts +5 -5
  69. package/ui/Elements/Alert/styles.d.ts +4 -4
  70. package/ui/Elements/Avatar/Avatar.js +36 -32
  71. package/ui/Elements/Avatar/styles.d.ts +10 -0
  72. package/ui/Elements/Avatar/styles.js +39 -0
  73. package/ui/Elements/Avatar/types.d.ts +10 -0
  74. package/ui/Elements/BarChartSymbol/styles.d.ts +1 -1
  75. package/ui/Elements/Button/styles.d.ts +4 -4
  76. package/ui/Elements/Card/styles.d.ts +1 -1
  77. package/ui/Elements/CheckedCircle/styles.d.ts +1 -1
  78. package/ui/Elements/DatePicker/Datetime/components/FooterRow.d.ts +1 -1
  79. package/ui/Elements/DatePicker/Datetime/components/FooterRowLabel.d.ts +1 -1
  80. package/ui/Elements/DatePicker/Datetime/components/TimeInput.d.ts +1 -1
  81. package/ui/Elements/DatePicker/styles.d.ts +1 -1
  82. package/ui/Elements/DropdownSelect/DropdownSelect.d.ts +1 -1
  83. package/ui/Elements/Icon/Icon.js +8 -6
  84. package/ui/Elements/Icon/assets/dispatch.svg +31 -0
  85. package/ui/Elements/Icon/assets/no-image.svg +7 -0
  86. package/ui/Elements/Icon/assets/package.svg +20 -0
  87. package/ui/Elements/Icon/icons/ArrowDownLine.d.ts +3 -0
  88. package/ui/Elements/Icon/icons/ArrowDownLine.js +12 -0
  89. package/ui/Elements/Icon/icons/Backspace.d.ts +3 -0
  90. package/ui/Elements/Icon/icons/Backspace.js +11 -0
  91. package/ui/Elements/Icon/icons/BanCircle.d.ts +3 -0
  92. package/ui/Elements/Icon/icons/BanCircle.js +11 -0
  93. package/ui/Elements/Icon/icons/Calculator.d.ts +3 -0
  94. package/ui/Elements/Icon/icons/Calculator.js +15 -0
  95. package/ui/Elements/Icon/icons/CloudUpload.d.ts +3 -0
  96. package/ui/Elements/Icon/icons/CloudUpload.js +11 -0
  97. package/ui/Elements/Icon/icons/DangerCircle.d.ts +3 -0
  98. package/ui/Elements/Icon/icons/DangerCircle.js +11 -0
  99. package/ui/Elements/Icon/icons/Eco.d.ts +3 -0
  100. package/ui/Elements/Icon/icons/Eco.js +20 -0
  101. package/ui/Elements/Icon/icons/Exclamation.d.ts +3 -0
  102. package/ui/Elements/Icon/icons/Exclamation.js +24 -0
  103. package/ui/Elements/Icon/icons/EyeOpen.d.ts +3 -0
  104. package/ui/Elements/Icon/icons/EyeOpen.js +14 -0
  105. package/ui/Elements/Icon/icons/Key.d.ts +3 -0
  106. package/ui/Elements/Icon/icons/Key.js +11 -0
  107. package/ui/Elements/Icon/icons/Layers.d.ts +3 -0
  108. package/ui/Elements/Icon/icons/Layers.js +12 -0
  109. package/ui/Elements/Icon/icons/MailwrapLogo.d.ts +3 -0
  110. package/ui/Elements/Icon/icons/MailwrapLogo.js +76 -0
  111. package/ui/Elements/Icon/icons/NoImage.d.ts +3 -0
  112. package/ui/Elements/Icon/icons/NoImage.js +16 -0
  113. package/ui/Elements/Icon/icons/Reject.d.ts +3 -0
  114. package/ui/Elements/Icon/icons/Reject.js +17 -0
  115. package/ui/Elements/Icon/icons/Share.d.ts +3 -0
  116. package/ui/Elements/Icon/icons/Share.js +11 -0
  117. package/ui/Elements/Icon/icons/TickCircle.d.ts +3 -0
  118. package/ui/Elements/Icon/icons/TickCircle.js +11 -0
  119. package/ui/Elements/Icon/icons/Toolbox.d.ts +3 -0
  120. package/ui/Elements/Icon/icons/Toolbox.js +11 -0
  121. package/ui/Elements/Icon/icons/UserHeader.d.ts +3 -0
  122. package/ui/Elements/Icon/icons/UserHeader.js +11 -0
  123. package/ui/Elements/Icon/icons/WarehouseShelves.d.ts +3 -0
  124. package/ui/Elements/Icon/icons/WarehouseShelves.js +16 -0
  125. package/ui/Elements/Icon/icons/index.d.ts +19 -0
  126. package/ui/Elements/Icon/icons/index.js +39 -1
  127. package/ui/Elements/Icon/index.d.ts +1 -1
  128. package/ui/Elements/Icon/index.js +20 -1
  129. package/ui/Elements/Icon/stories/BadgeIcon.stories.d.ts +4 -0
  130. package/ui/Elements/Icon/types.d.ts +5 -0
  131. package/ui/Elements/Label/Label.d.ts +2 -2
  132. package/ui/Elements/Label/stories/Label.stories.d.ts +1 -1
  133. package/ui/Elements/Logo/Logo.js +2 -0
  134. package/ui/Elements/Logo/assets/mailwise/mailwiseLogoWhiteBg.svg +47 -0
  135. package/ui/Elements/Pagination/styled.d.ts +6 -6
  136. package/ui/Elements/ProgressBar/styles.d.ts +3 -3
  137. package/ui/Elements/Select/components/SelectedIndicator.d.ts +1 -1
  138. package/ui/Elements/Select/styles.d.ts +3 -3
  139. package/ui/Elements/SimpleLink/SimpleLink.d.ts +1 -1
  140. package/ui/Elements/Spinner/styles.d.ts +2 -2
  141. package/ui/Elements/Table/Table.d.ts +6 -6
  142. package/ui/Elements/Table/stories/Table.stories.d.ts +1 -1
  143. package/ui/Elements/Tag/Tag.d.ts +1 -1
  144. package/ui/Elements/Tag/stories/Tag.stories.d.ts +1 -1
  145. package/ui/Elements/Toast/styles.d.ts +5 -5
  146. package/ui/Forms/Checkbox/styles.d.ts +4 -4
  147. package/ui/Forms/Input/Input.js +1 -5
  148. package/ui/Forms/Input/styles.d.ts +9 -9
  149. package/ui/Forms/RadioButton/styles.d.ts +6 -6
  150. package/ui/Forms/TextArea/styles.d.ts +5 -5
  151. package/ui/ThemeProvider/themes/dark.d.ts +4 -4
  152. package/ui/ThemeProvider/themes/dark.js +4 -0
  153. package/ui/ThemeProvider/themes/index.d.ts +4 -4
  154. package/ui/index.js +20 -1
  155. package/ui/Blocks/Header/utils/constants.d.ts +0 -1
  156. package/ui/Blocks/Header/utils/constants.js +0 -4
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <defs>
4
+ <polygon id="path-1" points="0 40 40 40 40 0 0 0"></polygon>
5
+ </defs>
6
+ <g id="HP" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="HP-1.2-(tmavá)" transform="translate(-1260.000000, -2356.000000)">
8
+ <g id="E-commerce-icon" transform="translate(1260.000000, 2356.000000)">
9
+ <rect id="Rectangle" fill="#F8D4D0" x="1" y="1" width="38" height="7"></rect>
10
+ <polygon id="Path-6" fill="#F8D4D0" points="5 17.5 16.6666667 17.5 17.5 29.1666667 4.16666667 29.1666667"></polygon>
11
+ <polygon id="Stroke-1" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="17.5 29.1666667 4.16666667 29.1666667 5 17.5 16.6666667 17.5"></polygon>
12
+ <g id="Group-14">
13
+ <path d="M8.33333333,19.1666667 L8.33333333,16.6666667 C8.33333333,15.2858333 9.4525,14.1666667 10.8333333,14.1666667 C12.2141667,14.1666667 13.3333333,15.2858333 13.3333333,16.6666667 L13.3333333,19.1666667" id="Stroke-2" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="Clip-5"></g>
18
+ <polygon id="Stroke-4" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)" points="0.833333333 39.1666667 39.1666667 39.1666667 39.1666667 7.5 0.833333333 7.5"></polygon>
19
+ <polygon id="Stroke-6" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)" points="0.833333333 7.5 39.1666667 7.5 39.1666667 0.833333333 0.833333333 0.833333333"></polygon>
20
+ <path d="M5,4.16666667 C5,3.70583333 4.62666667,3.33333333 4.16666667,3.33333333 C3.70666667,3.33333333 3.33333333,3.70583333 3.33333333,4.16666667 C3.33333333,4.6275 3.70666667,5 4.16666667,5 C4.62666667,5 5,4.6275 5,4.16666667" id="Fill-7" fill="#DB2B19" mask="url(#mask-2)"></path>
21
+ <path d="M8.33333333,4.16666667 C8.33333333,3.70583333 7.96,3.33333333 7.5,3.33333333 C7.04,3.33333333 6.66666667,3.70583333 6.66666667,4.16666667 C6.66666667,4.6275 7.04,5 7.5,5 C7.96,5 8.33333333,4.6275 8.33333333,4.16666667" id="Fill-8" fill="#DB2B19" mask="url(#mask-2)"></path>
22
+ <path d="M11.6666667,4.16666667 C11.6666667,3.70583333 11.2933333,3.33333333 10.8333333,3.33333333 C10.3733333,3.33333333 10,3.70583333 10,4.16666667 C10,4.6275 10.3733333,5 10.8333333,5 C11.2933333,5 11.6666667,4.6275 11.6666667,4.16666667" id="Fill-9" fill="#DB2B19" mask="url(#mask-2)"></path>
23
+ <path d="M31.6666667,32.5 L25,32.5 C24.08,32.5 23.3333333,31.7533333 23.3333333,30.8333333 C23.3333333,29.9133333 24.08,29.1666667 25,29.1666667 L31.6666667,29.1666667 C32.5866667,29.1666667 33.3333333,29.9133333 33.3333333,30.8333333 C33.3333333,31.7533333 32.5866667,32.5 31.6666667,32.5 Z" id="Stroke-10" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)"></path>
24
+ <line x1="23.3333333" y1="17.5" x2="35.8333333" y2="17.5" id="Stroke-11" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)"></line>
25
+ <line x1="23.3333333" y1="20.8333333" x2="33.3333333" y2="20.8333333" id="Stroke-12" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)"></line>
26
+ <line x1="23.3333333" y1="24.1666667" x2="28.3333333" y2="24.1666667" id="Stroke-13" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" mask="url(#mask-2)"></line>
27
+ </g>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 449 448" width="500" height="499" fill="#aaa">
2
+
3
+ <path id="Layer" class="s0" d="m400.1 34.2c6 0 10.9 4.8 10.9 10.8v240.1l-49.1-49.1c-11.4-11.4-30.1-11.4-41.5 0l-24.3 24.3 133.3 133.3v-348.6c0-16.2-13.2-29.3-29.4-29.3h-348.5l18.5 18.5z"/>
4
+ <path id="Layer" class="s0" d="m401.7 435.5l-269.2-269.2c-2.8-0.9-5.8-1.3-8.8-1.3-7.8 0-15.2 3.1-20.8 8.5l-74.8 75v-186.6l-18.4-18.4c0 0.5-0.1 1-0.1 1.6v361.1c0 16.2 13.2 29.4 29.4 29.4h361.1c0.5-0.1 1.1-0.1 1.6-0.1z"/>
5
+ <path id="Layer" class="s0" d="m273.4 125c-27.3 0-49.6 22.2-49.6 49.5 0 5.7 1 11.2 2.8 16.3 4.9 14.3 16.3 25.6 30.5 30.6 5.1 1.8 10.6 2.7 16.3 2.7 27.3 0 49.5-22.2 49.5-49.6 0-27.3-22.2-49.5-49.5-49.5z"/>
6
+ <path id="Layer" class="s0" d="m28.9 40.9l375.3 375.3 29 29.1c1.8 1.7 4.2 2.6 6.6 2.6 2.4 0 4.7-0.9 6.5-2.6 3.6-3.6 3.6-9.5 0-13.1l-35.3-35.3-112.7-112.6-281.6-281.6c-3.6-3.6-9.4-3.6-13 0-3.6 3.6-3.6 9.5 0 13l11.7 11.8z"/>
7
+ </svg>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <g id="HP" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
4
+ <g id="Menu-dropdown" transform="translate(-1299.000000, -144.000000)">
5
+ <g id="Blení-icon" transform="translate(1300.000000, 145.000000)">
6
+ <g id="Group-9">
7
+ <polygon id="Path-12" fill="#F8D4D0" points="6.1913913 24.8171299 6.08695652 30.4347826 19.5652174 40 33.9130435 30.4347826 33.8086087 22.826087 26.0868696 28.6956522 19.999913 24.2761558 13.9131304 28.6956522 6.1913913 23.2138687"></polygon>
8
+ <polygon id="Path-11" fill="#F8D4D0" points="6.1913913 13.9130435 20.000087 4.00869565 33.8086087 13.9130435 20.000087 23.8173913"></polygon>
9
+ <polygon id="Stroke-1" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="33.8086087 13.9130435 39.999913 18.2608696 33.9129565 22.826087 28.7042609 26.7304348 26.0868696 28.6956522 19.999913 23.8173913"></polygon>
10
+ <polygon id="Stroke-3" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="40 9.56521739 33.8086957 13.9130435 20 4.00869565 26.9565217 2.66453526e-15"></polygon>
11
+ <polygon id="Stroke-5" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="6.1913913 13.9130435 8.6956521e-05 9.56521739 13.0435652 1.0658141e-14 20.000087 4.00869565 6.1913913 13.9130435 8.6956521e-05 18.2608696 13.9131304 28.6956522 20.000087 23.8173913"></polygon>
12
+ <polyline id="Stroke-7" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="33.9130435 30.4347826 20 40 6.08695652 30.4347826"></polyline>
13
+ </g>
14
+ <line x1="6.08695652" y1="30.4347826" x2="6.08695652" y2="22.826087" id="Stroke-10" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></line>
15
+ <line x1="33.9130435" y1="30.4347826" x2="33.9130435" y2="22.826087" id="Stroke-11" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></line>
16
+ <polyline id="Stroke-12" stroke="#DB2B19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" points="20 40 20 23.8173913 20 4.34782609"></polyline>
17
+ </g>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const ArrowDownLine: FC<SvgProps>;
@@ -0,0 +1,12 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/ArrowDownLine.tsx
3
+ const ArrowDownLine = (props) => /* @__PURE__ */ jsx("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 24 48",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...props,
9
+ children: /* @__PURE__ */ jsx("path", { d: "M13.5 2C13.5 1.17157 12.8284 0.5 12 0.5C11.1716 0.5 10.5 1.17157 10.5 2H13.5ZM10.9393 47.0607C11.5251 47.6464 12.4749 47.6464 13.0607 47.0607L22.6066 37.5147C23.1924 36.9289 23.1924 35.9792 22.6066 35.3934C22.0208 34.8076 21.0711 34.8076 20.4853 35.3934L12 43.8787L3.51472 35.3934C2.92893 34.8076 1.97919 34.8076 1.3934 35.3934C0.807611 35.9792 0.807611 36.9289 1.3934 37.5147L10.9393 47.0607ZM10.5 2L10.5 46H13.5L13.5 2H10.5Z" })
10
+ });
11
+ //#endregion
12
+ export { ArrowDownLine };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Backspace: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Backspace.tsx
3
+ const Backspace = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ viewBox: "0 0 44.18 44.18",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: [/* @__PURE__ */ jsx("path", { d: "M10.625 5.09L0 22.09l10.625 17H44.18v-34H10.625zm31.555 32H11.734l-9.375-15 9.375-15H42.18v30z" }), /* @__PURE__ */ jsx("path", { d: "M18.887 30.797l7.293-7.293 7.293 7.293 1.414-1.414-7.293-7.293 7.293-7.293-1.414-1.414-7.293 7.293-7.293-7.293-1.414 1.414 7.293 7.293-7.293 7.293z" })]
9
+ });
10
+ //#endregion
11
+ export { Backspace };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const BanCircle: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/BanCircle.tsx
3
+ const BanCircle = (props) => /* @__PURE__ */ jsx("svg", {
4
+ viewBox: "0 0 16 16",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3 9H5c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z" })
9
+ });
10
+ //#endregion
11
+ export { BanCircle };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Calculator: FC<SvgProps>;
@@ -0,0 +1,15 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Calculator.tsx
3
+ const Calculator = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ viewBox: "0 0 470 470",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", { d: "M357.25 210h-62a7.499 7.499 0 0 0-7.5 7.5v30c0 4.143 3.357 7.5 7.5 7.5h62c4.143 0 7.5-3.357 7.5-7.5v-30c0-4.143-3.357-7.5-7.5-7.5zm-7.5 30h-47v-15h47v15zM174 357.5h-61.25a7.5 7.5 0 0 0-7.5 7.5v57.5a7.5 7.5 0 0 0 7.5 7.5H174a7.5 7.5 0 0 0 7.5-7.5V365a7.5 7.5 0 0 0-7.5-7.5zm-7.5 57.5h-46.25v-42.5h46.25V415zM265.25 357.5H204a7.5 7.5 0 0 0-7.5 7.5v57.5a7.5 7.5 0 0 0 7.5 7.5h61.25c4.143 0 7.5-3.357 7.5-7.5V365c0-4.143-3.357-7.5-7.5-7.5zm-7.5 57.5H211.5v-42.5h46.25V415zM174 270h-61.25a7.5 7.5 0 0 0-7.5 7.5V335a7.5 7.5 0 0 0 7.5 7.5H174a7.5 7.5 0 0 0 7.5-7.5v-57.5a7.5 7.5 0 0 0-7.5-7.5zm-7.5 57.5h-46.25V285h46.25v42.5zM265.25 270H204a7.5 7.5 0 0 0-7.5 7.5V335a7.5 7.5 0 0 0 7.5 7.5h61.25c4.143 0 7.5-3.357 7.5-7.5v-57.5c0-4.143-3.357-7.5-7.5-7.5zm-7.5 57.5H211.5V285h46.25v42.5zM357.25 270h-62a7.499 7.499 0 0 0-7.5 7.5v145c0 4.143 3.357 7.5 7.5 7.5h62c4.143 0 7.5-3.357 7.5-7.5v-50c0-4.143-3.357-7.5-7.5-7.5s-7.5 3.357-7.5 7.5V415h-47V285h47v57.5c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-65c0-4.143-3.357-7.5-7.5-7.5z" }),
10
+ /* @__PURE__ */ jsx("path", { d: "M367.25 0h-264.5c-20.678 0-37.5 16.822-37.5 37.5v395c0 20.678 16.822 37.5 37.5 37.5h264.5c20.678 0 37.5-16.822 37.5-37.5v-395c0-20.678-16.822-37.5-37.5-37.5zm22.5 432.5c0 12.406-10.094 22.5-22.5 22.5h-264.5c-12.407 0-22.5-10.094-22.5-22.5v-395c0-12.406 10.093-22.5 22.5-22.5h264.5c12.406 0 22.5 10.094 22.5 22.5v395z" }),
11
+ /* @__PURE__ */ jsx("path", { d: "M357.25 40H113.5a7.5 7.5 0 0 0-7.5 7.5v90a7.5 7.5 0 0 0 7.5 7.5h243.75c4.143 0 7.5-3.357 7.5-7.5v-90c0-4.143-3.357-7.5-7.5-7.5zM121 55h94.393l-75 75H121V55zm228.75 75H221.607l21.59-21.59a7.5 7.5 0 0 0-10.607-10.607L200.393 130h-38.786l75-75h38.785l-21.59 21.59a7.5 7.5 0 1 0 10.608 10.607L296.607 55h53.143v75zM357.25 170H204c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5h153.25c4.143 0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5zM174 170h-60.5c-4.142 0-7.5 3.357-7.5 7.5s3.358 7.5 7.5 7.5H174c4.142 0 7.5-3.357 7.5-7.5s-3.358-7.5-7.5-7.5z" })
12
+ ]
13
+ });
14
+ //#endregion
15
+ export { Calculator };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const CloudUpload: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/CloudUpload.tsx
3
+ const CloudUpload = (props) => /* @__PURE__ */ jsx("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 489.4 489.4",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M382.4 422.75H277.4v-106.1h34.7c8.8 0 14-10 8.8-17.2l-67.5-93.4c-4.3-6-13.2-6-17.5 0l-67.5 93.4c-5.2 7.2-.1 17.2 8.8 17.2h34.7v106.1H94.3c-52.5-2.9-94.3-52-94.3-105.2 0-36.7 19.9-68.7 49.4-86-2.7-7.3-4.1-15.1-4.1-23.3 0-37.5 30.3-67.8 67.8-67.8 8.1 0 15.9 1.4 23.2 4.1 21.7-46 68.5-77.9 122.9-77.9 70.4.1 128.4 54 135 122.7 54.1 9.3 95.2 59.4 95.2 116.1 0 60.6-47.2 113.1-107 117.3z" })
9
+ });
10
+ //#endregion
11
+ export { CloudUpload };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const DangerCircle: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/DangerCircle.tsx
3
+ const DangerCircle = (props) => /* @__PURE__ */ jsx("svg", {
4
+ height: "1em",
5
+ viewBox: "0 0 16 16",
6
+ width: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M7.99-.01c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm1 13h-2v-2h2v2zm0-3h-2v-7h2v7z" })
9
+ });
10
+ //#endregion
11
+ export { DangerCircle };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Eco: FC<SvgProps>;
@@ -0,0 +1,20 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Eco.tsx
3
+ const Eco = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 48 48",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...props,
9
+ children: [
10
+ /* @__PURE__ */ jsx("path", {
11
+ d: "M0 0h48v48H0z",
12
+ fill: "none"
13
+ }),
14
+ /* @__PURE__ */ jsx("path", { d: "M17.074,33.829l2.255,2.097h-6.176c-1.886,0-3.289-0.559-3.848-1.533c-0.56-0.975-0.336-2.468,0.614-4.097l3.128-5.362l-3.455-2.016L6.463,28.28c-1.716,2.942-1.939,5.82-0.628,8.104c1.312,2.283,3.91,3.541,7.317,3.541h6.177l-2.256,2.097l2.724,2.93l7.557-7.025l-7.557-7.027L17.074,33.829z" }),
15
+ /* @__PURE__ */ jsx("path", { d: "M35.213,16.918l-4.295-7.362C29.205,6.618,26.802,5,24.152,5c-2.649,0-5.052,1.618-6.766,4.556l-2.024,3.469l-0.675-3.005l-3.902,0.877l2.261,10.066l9.877-2.986l-1.157-3.828l-2.947,0.89l2.023-3.468C21.794,9.938,23.001,9,24.152,9c1.151,0,2.358,0.938,3.312,2.571l4.295,7.362L35.213,16.918z" }),
16
+ /* @__PURE__ */ jsx("path", { d: "M32.953,30.954l3.902,0.877l0.675-3.003l0.856,1.468c0.95,1.629,1.174,3.122,0.614,4.097c-0.56,0.975-1.962,1.533-3.848,1.533h-4v4h4c3.407,0,6.005-1.258,7.316-3.541c1.312-2.283,1.089-5.162-0.627-8.104l-0.857-1.47l2.949,0.892l1.158-3.828l-9.876-2.987L32.953,30.954z" })
17
+ ]
18
+ });
19
+ //#endregion
20
+ export { Eco };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Exclamation: FC<SvgProps>;
@@ -0,0 +1,24 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Exclamation.tsx
3
+ const Exclamation = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ ...props,
9
+ children: [/* @__PURE__ */ jsx("path", {
10
+ stroke: props.fill,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ strokeWidth: "3",
14
+ d: "M13.253 5.98 12 13.5l-1.253-7.52a1.27 1.27 0 1 1 2.506 0Z"
15
+ }), /* @__PURE__ */ jsx("circle", {
16
+ cx: "12",
17
+ cy: "19",
18
+ r: "1",
19
+ stroke: props.fill,
20
+ strokeWidth: "2"
21
+ })]
22
+ });
23
+ //#endregion
24
+ export { Exclamation };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const EyeOpen: FC<SvgProps>;
@@ -0,0 +1,14 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/EyeOpen.tsx
3
+ const EyeOpen = (props) => /* @__PURE__ */ jsx("svg", {
4
+ viewBox: "0 0 16 16",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", {
9
+ fillRule: "evenodd",
10
+ d: "M8.002 7.003a1.003 1.003 0 000 2.005 1.003 1.003 0 000-2.005zm7.988.972v-.02-.01-.02-.02a.675.675 0 00-.17-.36c-.509-.673-1.118-1.264-1.737-1.806-1.328-1.173-2.846-2.155-4.523-2.546a6.702 6.702 0 00-2.925-.06c-.889.18-1.738.541-2.546.992C2.84 4.837 1.692 5.81.694 6.902c-.18.211-.36.411-.53.632a.742.742 0 000 .932c.51.672 1.119 1.264 1.738 1.805 1.328 1.173 2.846 2.156 4.523 2.547.968.23 1.947.24 2.925.04.889-.18 1.738-.542 2.546-.993 1.248-.712 2.397-1.684 3.395-2.777.18-.2.37-.411.54-.632.09-.1.149-.23.169-.36v-.02-.02-.01-.02-.03c0-.01-.01-.01-.01-.02zm-7.988 3.038a2.998 2.998 0 01-2.995-3.008 2.998 2.998 0 012.995-3.008 2.998 2.998 0 012.996 3.008 2.998 2.998 0 01-2.996 3.008z"
11
+ })
12
+ });
13
+ //#endregion
14
+ export { EyeOpen };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Key: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Key.tsx
3
+ const Key = (props) => /* @__PURE__ */ jsx("svg", {
4
+ viewBox: "0 0 64 64",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M54.146 10.854c6.42 6.42 6.42 16.83 0 23.25s-16.83 6.42-23.25 0-6.42-16.83 0-23.25 16.83-6.421 23.25 0zM42.698 21.275a4.11 4.11 0 105.813-5.814 4.11 4.11 0 00-5.813 5.814zM29.404 35.603l-.035-.039L11 52l-.75-.75 17.297-17.784a22.123 22.123 0 01-2.487-4.031L7 49l-1 5 3 3h4l3-3h2l2-2v-2l2-2 3 1 2-2-1-3 2-2 4 1 3.225-3.225a22.109 22.109 0 01-5.821-4.172z" })
9
+ });
10
+ //#endregion
11
+ export { Key };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Layers: FC<SvgProps>;
@@ -0,0 +1,12 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Layers.tsx
3
+ const Layers = (props) => /* @__PURE__ */ jsx("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 100 100",
7
+ preserveAspectRatio: "xMidYMid meet",
8
+ ...props,
9
+ children: /* @__PURE__ */ jsx("path", { d: "M28.135 10.357a3.5 3.5 0 0 0-2.668 1.235L.832 40.607a3.5 3.5 0 0 0 2.67 5.766l93-.064a3.5 3.5 0 0 0 2.666-5.766L74.59 11.592a3.5 3.5 0 0 0-2.668-1.235zM89.91 51.313l-9.178.007l8.211 9.67l-77.875.053l8.22-9.682l-9.188.008L.832 62.283a3.5 3.5 0 0 0 2.67 5.766l93-.065a3.5 3.5 0 0 0 2.666-5.765zm0 21.593l-9.178.008l8.211 9.67l-77.875.053l8.22-9.682l-9.188.008L.832 83.877a3.5 3.5 0 0 0 2.67 5.766l93-.065a3.5 3.5 0 0 0 2.666-5.766z" })
10
+ });
11
+ //#endregion
12
+ export { Layers };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const MailwrapLogo: FC<SvgProps>;
@@ -0,0 +1,76 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/MailwrapLogo.tsx
3
+ const MailwrapLogo = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ viewBox: "0 0 259 53",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: [
9
+ /* @__PURE__ */ jsxs("defs", { children: [
10
+ /* @__PURE__ */ jsx("image", {
11
+ width: 10,
12
+ height: 4,
13
+ id: "mailwrapLogo_svg__img1",
14
+ href: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAEAQMAAACN9jyOAAAAAXNSR0IB2cksfwAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/8/ubO9rAAAADUlEQVR4nGNgcGCAAQACjABB8/vblwAAAABJRU5ErkJggg=="
15
+ }),
16
+ /* @__PURE__ */ jsx("image", {
17
+ width: 10,
18
+ height: 4,
19
+ id: "mailwrapLogo_svg__img2",
20
+ href: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAEAQMAAACN9jyOAAAAAXNSR0IB2cksfwAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/8/ubO9rAAAADUlEQVR4nGNgcGCAAQACjABB8/vblwAAAABJRU5ErkJggg=="
21
+ }),
22
+ /* @__PURE__ */ jsx("image", {
23
+ width: 25,
24
+ height: 29,
25
+ id: "mailwrapLogo_svg__img3",
26
+ href: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAMAAABopjdHAAAAAXNSR0IB2cksfwAAAMNQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WcU9VgAAAEF0Uk5TgH8gAK/P/0CQvxAwYMDv33Cgb58/Xz706/z+9vD3GHVCWIt+UTUvTa0GDzgB8y7k8h/49SMI/S0dFgQSERkUCQJ4fsqRAAAAxElEQVR4nHXSZxOCMAwG4EqgLMWFCxX3QHGLe/3/XyXeSZv2ru+nJM+XNFdCclk0AE03qKGb8AuhLCZY/8p2RHHzrNQl4SUlghSQeBoWIZZSikqhLhadGLwpIbEBHI91ZSSV9BFVvikSP5UaX0ESn7eS1BvNFqVBu9MNJAl7/cFwNJ5MZ3NJIsiyQLJM+5gJusFqDUK4bEKVbHcq2SvlcETjOIm4nM5sLP+dCxoLElxVQpObYgMK94dK4PnC1xEf8f6w8gsBxRaZ5mJdeAAAAABJRU5ErkJggg=="
27
+ }),
28
+ /* @__PURE__ */ jsx("clipPath", {
29
+ clipPathUnits: "userSpaceOnUse",
30
+ id: "mailwrapLogo_svg__cp1",
31
+ children: /* @__PURE__ */ jsx("path", { d: "M-294.22-374.2h793.71v793.7h-793.71z" })
32
+ })
33
+ ] }),
34
+ /* @__PURE__ */ jsx("style", { children: ".mailwrapLogo_svg__s1{fill:#fff}" }),
35
+ /* @__PURE__ */ jsxs("g", {
36
+ clipPath: "url(#mailwrapLogo_svg__cp1)",
37
+ children: [
38
+ /* @__PURE__ */ jsx("path", {
39
+ d: "M28.7 43.7V28.5c0-1-.1-2.9-1.6-2.9-2.1 0-2.3 2.8-2.3 4.3v13.8H14.6v-15c0-1.3-.1-2.9-1.6-2.9-2.4 0-2.3 2.6-2.3 4.3v13.6H.5V16.3h10.2v1.5q0 1.5-.1 3.1c1.5-3 3.3-5.1 6.9-5.1 3.9 0 5.9 2.4 7.3 5.6 1.2-3.3 3-5.6 6.8-5.6 1.8 0 3.5.6 4.8 1.8 2.2 2 2.4 4.6 2.4 7.4v18.7z",
40
+ fill: "#ec2227"
41
+ }),
42
+ /* @__PURE__ */ jsx("path", {
43
+ fillRule: "evenodd",
44
+ className: "mailwrapLogo_svg__s1",
45
+ d: "M57.8 43.7c.1-1.5.2-3.1.3-4.6-1.4 2.9-3.5 5.2-7 5.2-6.9 0-8.3-9.1-8.3-14.4 0-5.5 1.5-14.1 8.5-14.1 3.3 0 5.3 2.1 6.6 4.9-.1-1.5-.1-2.9-.3-4.4H68v27.4zm-2.2-19.6c-2.7 0-2.6 5.1-2.6 6.9 0 1.5.1 4.9 2.3 4.9 2.7 0 2.4-5.2 2.4-7.1 0-1.4-.1-4.7-2.1-4.7zM203 43V15.6h10.3c-.2 1.5-.2 2.9-.3 4.3 1.3-2.7 3.3-4.9 6.5-4.9 6.9 0 8.5 8.7 8.5 14.1 0 5.3-1.4 14.5-8.3 14.5-3.4 0-5.5-2.3-6.9-5.2.1 1.5.2 3.1.3 4.6zm10.3-14.9c0 1.8-.3 7.1 2.3 7.1 2.2 0 2.3-3.4 2.3-4.9 0-1.9.1-6.9-2.6-6.9-2 0-2 3.2-2 4.7z"
46
+ }),
47
+ /* @__PURE__ */ jsx("use", {
48
+ href: "#mailwrapLogo_svg__img1",
49
+ x: 203,
50
+ y: 43
51
+ }),
52
+ /* @__PURE__ */ jsx("use", {
53
+ href: "#mailwrapLogo_svg__img2",
54
+ x: 203,
55
+ y: 47
56
+ }),
57
+ /* @__PURE__ */ jsx("use", {
58
+ href: "#mailwrapLogo_svg__img3",
59
+ x: 143,
60
+ y: 15
61
+ }),
62
+ /* @__PURE__ */ jsx("path", {
63
+ fillRule: "evenodd",
64
+ className: "mailwrapLogo_svg__s1",
65
+ d: "M186.8 42.7c.1-1.5.2-3.1.3-4.6-1.4 2.9-3.5 5.2-7 5.2-6.9 0-8.3-9.1-8.3-14.4 0-5.5 1.5-14.1 8.5-14.1 3.3 0 5.3 2.1 6.6 4.9-.1-1.5-.1-2.9-.3-4.4H197v27.4zm-2.2-19.6c-2.7 0-2.6 5.1-2.6 6.9 0 1.5.1 4.9 2.3 4.9 2.7 0 2.4-5.2 2.4-7.1 0-1.4-.1-4.7-2.1-4.7z"
66
+ }),
67
+ /* @__PURE__ */ jsx("path", {
68
+ className: "mailwrapLogo_svg__s1",
69
+ d: "M72.7 16.3h10.1v27.4H72.7zm5.1-2.5c-3.3 0-5.9-2.8-5.9-6s2.7-5.9 5.9-5.9 5.9 2.7 5.9 5.9c0 3.3-2.6 6-5.9 6zM87.5 1h10.2v42.7H87.5zM132.1 43.7H122l-2.1-16.4-3.1 16.4h-10L100 16.3h10c1 5.6 2.2 11 2.6 16.6.5-5.6 1.9-11.1 3.1-16.6h8.7c.9 5.6 1.9 11 2.4 16.6.8-5.6 1.9-11 3.1-16.6H140z"
70
+ })
71
+ ]
72
+ })
73
+ ]
74
+ });
75
+ //#endregion
76
+ export { MailwrapLogo };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const NoImage: FC<SvgProps>;
@@ -0,0 +1,16 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/NoImage.tsx
3
+ const NoImage = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ viewBox: "0 0 449 448",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", { d: "m400.1 34.2c6 0 10.9 4.8 10.9 10.8v240.1l-49.1-49.1c-11.4-11.4-30.1-11.4-41.5 0l-24.3 24.3 133.3 133.3v-348.6c0-16.2-13.2-29.3-29.4-29.3h-348.5l18.5 18.5z" }),
10
+ /* @__PURE__ */ jsx("path", { d: "m401.7 435.5l-269.2-269.2c-2.8-0.9-5.8-1.3-8.8-1.3-7.8 0-15.2 3.1-20.8 8.5l-74.8 75v-186.6l-18.4-18.4c0 0.5-0.1 1-0.1 1.6v361.1c0 16.2 13.2 29.4 29.4 29.4h361.1c0.5-0.1 1.1-0.1 1.6-0.1z" }),
11
+ /* @__PURE__ */ jsx("path", { d: "m273.4 125c-27.3 0-49.6 22.2-49.6 49.5 0 5.7 1 11.2 2.8 16.3 4.9 14.3 16.3 25.6 30.5 30.6 5.1 1.8 10.6 2.7 16.3 2.7 27.3 0 49.5-22.2 49.5-49.6 0-27.3-22.2-49.5-49.5-49.5z" }),
12
+ /* @__PURE__ */ jsx("path", { d: "m28.9 40.9l375.3 375.3 29 29.1c1.8 1.7 4.2 2.6 6.6 2.6 2.4 0 4.7-0.9 6.5-2.6 3.6-3.6 3.6-9.5 0-13.1l-35.3-35.3-112.7-112.6-281.6-281.6c-3.6-3.6-9.4-3.6-13 0-3.6 3.6-3.6 9.5 0 13l11.7 11.8z" })
13
+ ]
14
+ });
15
+ //#endregion
16
+ export { NoImage };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Reject: FC<SvgProps>;
@@ -0,0 +1,17 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Reject.tsx
3
+ const Reject = (props) => /* @__PURE__ */ jsx("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 310 300",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsxs("g", {
9
+ transform: "matrix(1, 0, 0, 1, -16, 0)",
10
+ children: [/* @__PURE__ */ jsx("path", { d: "M 331.079 -0.177 L 16.079 -0.177 L 16.079 299.823 L 331.079 299.823 L 331.079 -0.177 Z M 101.079 29.823 L 146.079 29.823 L 146.079 89.823 L 101.079 89.823 L 101.079 29.823 Z M 301.079 269.823 L 46.079 269.823 L 46.079 29.823 L 71.079 29.823 L 71.079 119.823 L 176.079 119.823 L 176.079 29.823 L 301.079 29.823 L 301.079 269.823 Z" }), /* @__PURE__ */ jsx("path", {
11
+ d: "M 284.577 185.027 L 114.455 185.027 L 139.593 220.243 L 128.952 239.825 L 76.426 173.027 L 127.519 109.668 L 140.317 124.65 L 114.407 161.027 L 284.782 161.027",
12
+ transform: "matrix(-1, 0, 0, -1, 361.208085, 345.850002)"
13
+ })]
14
+ })
15
+ });
16
+ //#endregion
17
+ export { Reject };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Share: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Share.tsx
3
+ const Share = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ width: "1em",
5
+ height: "1em",
6
+ viewBox: "0 0 512 512",
7
+ ...props,
8
+ children: [/* @__PURE__ */ jsx("path", { d: "M488.727 0H302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h129.997L192.999 286.09c-9.087 9.087-9.087 23.823 0 32.912a23.2 23.2 0 0016.455 6.816 23.195 23.195 0 0016.455-6.817L465.455 79.458v129.997c0 12.853 10.42 23.273 23.273 23.273s23.273-10.42 23.273-23.273V23.273C512 10.42 501.58 0 488.727 0z" }), /* @__PURE__ */ jsx("path", { d: "M395.636 232.727c-12.853 0-23.273 10.42-23.273 23.273v209.455H46.545V139.636H256c12.853 0 23.273-10.42 23.273-23.273S268.853 93.091 256 93.091H23.273C10.42 93.091 0 103.511 0 116.364v372.364C0 501.58 10.42 512 23.273 512h372.364c12.853 0 23.273-10.42 23.273-23.273V256c-.001-12.853-10.421-23.273-23.274-23.273z" })]
9
+ });
10
+ //#endregion
11
+ export { Share };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const TickCircle: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/TickCircle.tsx
3
+ const TickCircle = (props) => /* @__PURE__ */ jsx("svg", {
4
+ viewBox: "0 0 16 16",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M8 16c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm4-11c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z" })
9
+ });
10
+ //#endregion
11
+ export { TickCircle };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const Toolbox: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/Toolbox.tsx
3
+ const Toolbox = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ viewBox: "0 0 511.999 511.999",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: [/* @__PURE__ */ jsx("path", { d: "M467.186 136.701h-67.43l-2.797-41.108c-2.767-40.673-36.867-72.534-77.635-72.534H192.676c-40.765 0-74.868 31.859-77.635 72.533l-2.797 41.109h-67.43C20.103 136.701 0 156.806 0 181.516v262.608c0 24.712 20.103 44.815 44.814 44.815h422.371c24.711 0 44.814-20.103 44.814-44.815V181.516c.001-24.71-20.102-44.815-44.813-44.815zm-318.924-38.85c1.584-23.269 21.092-41.496 44.415-41.496h126.649c23.322 0 42.832 18.228 44.415 41.496l2.643 38.85h-39.761l-1.885-34.152c-.486-8.825-7.785-15.732-16.623-15.732H203.886c-8.838 0-16.137 6.907-16.623 15.732l-1.885 34.152h-39.761l2.645-38.85zm145.004 38.72h-74.533l.908-16.458h72.717l.908 16.458zm173.92 319.073H44.814c-6.351 0-11.517-5.167-11.517-11.518v-262.61c0-6.352 5.167-11.518 11.517-11.518h422.371c6.351 0 11.517 5.167 11.517 11.518v262.609h.001c0 6.353-5.166 11.519-11.517 11.519z" }), /* @__PURE__ */ jsx("path", { d: "M424.279 224.576H87.723c-9.194 0-16.648 7.454-16.648 16.648s7.454 16.648 16.648 16.648h336.556c9.194 0 16.648-7.454 16.648-16.648s-7.454-16.648-16.648-16.648zM424.279 296.695H87.723c-9.194 0-16.648 7.454-16.648 16.648s7.454 16.648 16.648 16.648h336.556c9.194 0 16.648-7.454 16.648-16.648s-7.454-16.648-16.648-16.648zM424.279 376.13H87.723c-9.194 0-16.648 7.454-16.648 16.648 0 9.194 7.454 16.648 16.648 16.648h336.556c9.194 0 16.648-7.454 16.648-16.648 0-9.194-7.454-16.648-16.648-16.648z" })]
9
+ });
10
+ //#endregion
11
+ export { Toolbox };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const UserHeader: FC<SvgProps>;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/UserHeader.tsx
3
+ const UserHeader = (props) => /* @__PURE__ */ jsx("svg", {
4
+ viewBox: "0 0 480 480",
5
+ width: "1em",
6
+ height: "1em",
7
+ ...props,
8
+ children: /* @__PURE__ */ jsx("path", { d: "M240 0C107.664 0 0 107.664 0 240c0 57.96 20.656 111.184 54.992 152.704.088.12.096.272.192.384 24.792 29.896 55.928 52.816 90.624 67.624.4.168.792.352 1.192.52 2.808 1.184 5.648 2.28 8.496 3.352 1.12.424 2.24.856 3.376 1.264 2.456.88 4.928 1.712 7.416 2.512 1.592.512 3.184 1.016 4.792 1.496 2.2.656 4.408 1.288 6.632 1.888 1.952.528 3.92 1.016 5.888 1.488 1.992.48 3.992.96 6 1.384 2.24.48 4.504.904 6.776 1.32 1.824.336 3.64.688 5.48.984 2.52.408 5.056.728 7.6 1.056 1.64.208 3.272.448 4.92.624 2.88.304 5.784.52 8.696.72 1.352.096 2.696.24 4.056.312 4.248.24 8.544.368 12.872.368s8.624-.128 12.888-.352c1.36-.072 2.704-.216 4.056-.312 2.912-.208 5.816-.416 8.696-.72 1.648-.176 3.28-.416 4.92-.624 2.544-.328 5.08-.648 7.6-1.056 1.832-.296 3.656-.648 5.48-.984 2.264-.416 4.528-.84 6.776-1.32 2.008-.432 4-.904 6-1.384 1.968-.48 3.936-.968 5.888-1.488a232.661 232.661 0 0011.424-3.384c2.488-.8 4.96-1.632 7.416-2.512 1.128-.408 2.248-.84 3.376-1.264a243.168 243.168 0 008.496-3.352c.4-.168.792-.352 1.192-.52a239.997 239.997 0 0090.624-67.624c.096-.112.104-.272.192-.384C459.344 351.184 480 297.96 480 240 480 107.664 372.336 0 240 0zm97.256 441.76c-.12.056-.232.12-.352.176-2.856 1.376-5.76 2.672-8.688 3.936-.664.28-1.32.568-1.984.848a217.023 217.023 0 01-7.76 3.064 159.85 159.85 0 01-3.272 1.192 230.572 230.572 0 01-6.976 2.368c-1.456.464-2.92.904-4.384 1.336a202.08 202.08 0 01-6.28 1.784c-1.776.472-3.568.904-5.36 1.328-1.88.448-3.752.904-5.648 1.304-2.072.44-4.16.816-6.24 1.192-1.688.312-3.368.64-5.072.912-2.344.368-4.712.664-7.072.96-1.496.192-2.984.416-4.496.576-2.696.288-5.416.472-8.128.664-1.208.08-2.408.216-3.632.28-3.96.208-7.928.32-11.912.32s-7.952-.112-11.904-.32c-1.216-.064-2.416-.192-3.632-.28-2.72-.184-5.432-.376-8.128-.664-1.512-.16-3-.384-4.496-.576-2.36-.296-4.728-.592-7.072-.96-1.704-.272-3.384-.6-5.072-.912-2.088-.376-4.176-.76-6.24-1.192-1.896-.4-3.776-.856-5.648-1.304-1.792-.432-3.584-.856-5.36-1.328-2.104-.56-4.2-1.168-6.28-1.784a212.543 212.543 0 01-4.384-1.336 223.256 223.256 0 01-6.976-2.368 217.023 217.023 0 01-11.032-4.256c-.664-.272-1.312-.56-1.976-.84a223.812 223.812 0 01-8.696-3.936 7.216 7.216 0 01-.352-.176c-27.912-13.504-52.568-32.672-72.576-55.952 15.464-56.944 59.24-102.848 115.56-121.112 1.112.68 2.272 1.288 3.416 1.928.672.376 1.336.776 2.016 1.136a99.592 99.592 0 007.272 3.512c1.896.832 3.856 1.536 5.808 2.256.384.136.768.288 1.152.424 10.848 3.84 22.456 6.04 34.6 6.04s23.752-2.2 34.592-6.04c.384-.136.768-.288 1.152-.424 1.952-.72 3.912-1.424 5.808-2.256a99.592 99.592 0 007.272-3.512c.68-.368 1.344-.76 2.016-1.136 1.144-.64 2.312-1.248 3.432-1.936 56.32 18.272 100.088 64.176 115.56 121.112-20.008 23.272-44.664 42.44-72.576 55.952zM152 176c0-48.52 39.48-88 88-88s88 39.48 88 88c0 30.864-16.008 58.024-40.128 73.736a84.742 84.742 0 01-9.8 5.48c-.4.192-.792.392-1.192.576-23.168 10.536-50.592 10.536-73.76 0-.4-.184-.8-.384-1.192-.576a84.083 84.083 0 01-9.8-5.48C168.008 234.024 152 206.864 152 176zm269.832 194.584c-18.136-53.552-59.512-96.832-112.376-117.392C330.6 234.144 344 206.64 344 176c0-57.344-46.656-104-104-104s-104 46.656-104 104c0 30.64 13.4 58.144 34.552 77.192-52.864 20.568-94.24 63.84-112.376 117.392C31.672 333.792 16 288.704 16 240 16 116.488 116.488 16 240 16s224 100.488 224 224c0 48.704-15.672 93.792-42.168 130.584z" })
9
+ });
10
+ //#endregion
11
+ export { UserHeader };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import { SvgProps } from '../types';
3
+ export declare const WarehouseShelves: FC<SvgProps>;
@@ -0,0 +1,16 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ //#region packages/ui/Elements/Icon/icons/WarehouseShelves.tsx
3
+ const WarehouseShelves = (props) => /* @__PURE__ */ jsxs("svg", {
4
+ height: "1em",
5
+ viewBox: "0 0 512 512",
6
+ width: "1em",
7
+ ...props,
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", { d: "M484.25 239.741a24 24 0 00-29.871-16.114l-214.6 64.207a8.016 8.016 0 00-3.185 1.835l-26.072 24.5a8 8 0 004.1 13.711l35.243 6.156a8.019 8.019 0 003.67-.216l174.128-52.1.754 16.475-55.33 16.554 4.586 15.33 61.314-18.346a8 8 0 005.7-8.029L443.464 277l24.673-7.382a24 24 0 0016.113-29.872zm-233.49 78.21l-17.622-3.078 13.036-12.251 36.512-10.922 4.586 15.328zm51.84-15.511l-4.586-15.328 128.142-38.341.754 16.476zm165.7-52.023a7.952 7.952 0 01-4.748 3.867l-20.841 6.235-.754-16.475 17.009-5.089a8 8 0 019.334 11.462z" }),
10
+ /* @__PURE__ */ jsx("path", { d: "M320 352H184V232a8 8 0 00-8-8H32a8 8 0 00-8 8v256a8 8 0 008 8h288a8 8 0 008-8V360a8 8 0 00-8-8zm-88 16h32v32h-32zM88 240h32v32H88zm-48 0h32v40a8 8 0 008 8h48a8 8 0 008-8v-40h32v112H40zm48 128h32v32H88zm-48 0h32v40a8 8 0 008 8h48a8 8 0 008-8v-40h32v112H40zm272 112H184V368h32v40a8 8 0 008 8h48a8 8 0 008-8v-40h32z" }),
11
+ /* @__PURE__ */ jsx("path", { d: "M280 448h16v16h-16zM136 448h16v16h-16zM136 320h16v16h-16zM152 80a16.019 16.019 0 0116-16h48v16h-40a8 8 0 00-8 8v120h16V96h192v128h16V88a8 8 0 00-8-8h-40V64h48a16.019 16.019 0 0116 16v136h16V80a32.036 32.036 0 00-32-32h-77.754l5.515-22.06A8 8 0 00312 16h-64a8 8 0 00-7.761 9.94L245.754 48H168a32.036 32.036 0 00-32 32v128h16zm80-16h24a8 8 0 007.761-9.94L258.246 32h43.508l-5.515 22.06A8 8 0 00304 64h24v16h-96zM408 408a16.019 16.019 0 01-16 16h-48v16h48a32.036 32.036 0 0032-32v-72h-16z" }),
12
+ /* @__PURE__ */ jsx("path", { d: "M392 400v-56h-16v48h-32v16h40a8 8 0 008-8zM248 120a8 8 0 00-8-8h-32a8 8 0 00-8 8v32a8 8 0 008 8h32a8 8 0 008-8zm-16 24h-16v-16h16zM240 184h-32a8 8 0 00-8 8v32a8 8 0 008 8h32a8 8 0 008-8v-32a8 8 0 00-8-8zm-8 32h-16v-16h16zM264 112h16v16h-16zM264 144h96v16h-96zM296 112h64v16h-64zM264 184h16v16h-16zM264 216h96v16h-96zM296 184h64v16h-64z" })
13
+ ]
14
+ });
15
+ //#endregion
16
+ export { WarehouseShelves };
@@ -89,3 +89,22 @@ export { Weight } from './Weight';
89
89
  export { ArrowUpRightDownLeft } from './ArrowUpRightDownLeft';
90
90
  export { Filter } from './Filter';
91
91
  export { Sort } from './Sort';
92
+ export { ArrowDownLine } from './ArrowDownLine';
93
+ export { Backspace } from './Backspace';
94
+ export { BanCircle } from './BanCircle';
95
+ export { Calculator } from './Calculator';
96
+ export { CloudUpload } from './CloudUpload';
97
+ export { DangerCircle } from './DangerCircle';
98
+ export { Eco } from './Eco';
99
+ export { Exclamation } from './Exclamation';
100
+ export { EyeOpen } from './EyeOpen';
101
+ export { Key } from './Key';
102
+ export { Layers } from './Layers';
103
+ export { MailwrapLogo } from './MailwrapLogo';
104
+ export { NoImage } from './NoImage';
105
+ export { Reject } from './Reject';
106
+ export { Share } from './Share';
107
+ export { Toolbox } from './Toolbox';
108
+ export { UserHeader } from './UserHeader';
109
+ export { WarehouseShelves } from './WarehouseShelves';
110
+ export { TickCircle } from './TickCircle';