@cwellt_software/cwellt-reactjs-lib 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (740) hide show
  1. package/dist/common/classes/CwSelectList.d.ts +8 -0
  2. package/dist/common/classes/CwSelectList.d.ts.map +1 -0
  3. package/dist/common/classes/CwSelectListItems.d.ts +9 -0
  4. package/dist/common/classes/CwSelectListItems.d.ts.map +1 -0
  5. package/dist/common/functions/collections.d.ts +15 -0
  6. package/dist/common/functions/collections.d.ts.map +1 -0
  7. package/dist/common/functions/colorManipulation.d.ts +6 -0
  8. package/dist/common/functions/colorManipulation.d.ts.map +1 -0
  9. package/dist/common/functions/dsl/UiEventDSL.d.ts +9 -0
  10. package/dist/common/functions/dsl/UiEventDSL.d.ts.map +1 -0
  11. package/dist/common/functions/useSingleAndDoubleClicks.d.ts +7 -0
  12. package/dist/common/functions/useSingleAndDoubleClicks.d.ts.map +1 -0
  13. package/dist/common/interfaces/CwSelectListProps.d.ts +9 -0
  14. package/dist/common/interfaces/CwSelectListProps.d.ts.map +1 -0
  15. package/dist/components/control/action/button/CwButton.d.ts +26 -0
  16. package/dist/components/control/action/button/CwButton.d.ts.map +1 -0
  17. package/dist/components/control/action/buttons/CwButtons.d.ts +59 -0
  18. package/dist/components/control/action/buttons/CwButtons.d.ts.map +1 -0
  19. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +23 -0
  20. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -0
  21. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts +29 -0
  22. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts.map +1 -0
  23. package/dist/components/control/action/search/CwSearch.d.ts +16 -0
  24. package/dist/components/control/action/search/CwSearch.d.ts.map +1 -0
  25. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +17 -0
  26. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -0
  27. package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts +24 -0
  28. package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +1 -0
  29. package/dist/components/control/choice/dropdown/CwDropdown.d.ts +19 -0
  30. package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +1 -0
  31. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +17 -0
  32. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +1 -0
  33. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +28 -0
  34. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +1 -0
  35. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +21 -0
  36. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +1 -0
  37. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +158 -0
  38. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -0
  39. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +33 -0
  40. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -0
  41. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts +16 -0
  42. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +1 -0
  43. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +13 -0
  44. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +1 -0
  45. package/dist/components/control/choice/multiselect/CwOptionList.d.ts +15 -0
  46. package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +1 -0
  47. package/dist/components/control/choice/option/CwOption.d.ts +17 -0
  48. package/dist/components/control/choice/option/CwOption.d.ts.map +1 -0
  49. package/dist/components/control/choice/select/CwSelect.d.ts +48 -0
  50. package/dist/components/control/choice/select/CwSelect.d.ts.map +1 -0
  51. package/dist/components/control/choice/toggle/CwToggle.d.ts +28 -0
  52. package/dist/components/control/choice/toggle/CwToggle.d.ts.map +1 -0
  53. package/dist/components/control/input/any/CwInput.d.ts +17 -0
  54. package/dist/components/control/input/any/CwInput.d.ts.map +1 -0
  55. package/dist/components/control/input/date/CwInputDate.d.ts +40 -0
  56. package/dist/components/control/input/date/CwInputDate.d.ts.map +1 -0
  57. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +7 -0
  58. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +1 -0
  59. package/dist/components/control/input/date-text/CwInputDateText.d.ts +38 -0
  60. package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +1 -0
  61. package/dist/components/control/input/datetime/CwInputDatetime.d.ts +40 -0
  62. package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -0
  63. package/dist/components/control/input/digit/CwDigit.d.ts +40 -0
  64. package/dist/components/control/input/digit/CwDigit.d.ts.map +1 -0
  65. package/dist/components/control/input/file/CwFileUpload.d.ts +18 -0
  66. package/dist/components/control/input/file/CwFileUpload.d.ts.map +1 -0
  67. package/dist/components/control/input/image/CwInputImage.d.ts +7 -0
  68. package/dist/components/control/input/image/CwInputImage.d.ts.map +1 -0
  69. package/dist/components/control/input/image-area/CwImageArea.d.ts +53 -0
  70. package/dist/components/control/input/image-area/CwImageArea.d.ts.map +1 -0
  71. package/dist/components/control/input/number/CwInputNumber.d.ts +20 -0
  72. package/dist/components/control/input/number/CwInputNumber.d.ts.map +1 -0
  73. package/dist/components/control/input/phone/CwInputPhone.d.ts +36 -0
  74. package/dist/components/control/input/phone/CwInputPhone.d.ts.map +1 -0
  75. package/dist/components/control/input/text/CwInputText.d.ts +40 -0
  76. package/dist/components/control/input/text/CwInputText.d.ts.map +1 -0
  77. package/dist/components/control/input/text-area/CwTextArea.d.ts +24 -0
  78. package/dist/components/control/input/text-area/CwTextArea.d.ts.map +1 -0
  79. package/dist/components/control/input/time/CwTime.d.ts +40 -0
  80. package/dist/components/control/input/time/CwTime.d.ts.map +1 -0
  81. package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts +53 -0
  82. package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts.map +1 -0
  83. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +35 -0
  84. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -0
  85. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +19 -0
  86. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -0
  87. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +86 -0
  88. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -0
  89. package/dist/components/custom/scheduler/components/EventRender.d.ts +10 -0
  90. package/dist/components/custom/scheduler/components/EventRender.d.ts.map +1 -0
  91. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +20 -0
  92. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -0
  93. package/dist/components/custom/scheduler/components/ResourceRender.d.ts +14 -0
  94. package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +1 -0
  95. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +11 -0
  96. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +1 -0
  97. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +11 -0
  98. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +1 -0
  99. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +13 -0
  100. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +1 -0
  101. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +11 -0
  102. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +1 -0
  103. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
  104. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
  105. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +23 -0
  106. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
  107. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +8 -0
  108. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
  109. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +12 -0
  110. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
  111. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +12 -0
  112. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +1 -0
  113. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +10 -0
  114. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
  115. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +12 -0
  116. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -0
  117. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
  118. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
  119. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +2 -0
  120. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
  121. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
  122. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
  123. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +7 -0
  124. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
  125. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +10 -0
  126. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -0
  127. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +2 -0
  128. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +1 -0
  129. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +7 -0
  130. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
  131. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +8 -0
  132. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
  133. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +2 -0
  134. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -0
  135. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +2 -0
  136. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -0
  137. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +3 -0
  138. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -0
  139. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +3 -0
  140. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -0
  141. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +13 -0
  142. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +1 -0
  143. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +17 -0
  144. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
  145. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +3 -0
  146. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -0
  147. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts +4 -0
  148. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
  149. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts +2 -0
  150. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +1 -0
  151. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts +5 -0
  152. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
  153. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +2 -0
  154. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -0
  155. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +2 -0
  156. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +1 -0
  157. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +3 -0
  158. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
  159. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +4 -0
  160. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -0
  161. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +2 -0
  162. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -0
  163. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +3 -0
  164. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -0
  165. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +11 -0
  166. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +1 -0
  167. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +43 -0
  168. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +1 -0
  169. package/dist/components/custom/scheduler/state/Resource.d.ts +14 -0
  170. package/dist/components/custom/scheduler/state/Resource.d.ts.map +1 -0
  171. package/dist/components/custom/scheduler/state/State.d.ts +19 -0
  172. package/dist/components/custom/scheduler/state/State.d.ts.map +1 -0
  173. package/dist/components/custom/scheduler/state/cblEvent.d.ts +18 -0
  174. package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +1 -0
  175. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +7 -0
  176. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +1 -0
  177. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +6 -0
  178. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +1 -0
  179. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts +29 -0
  180. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -0
  181. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts +80 -0
  182. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts.map +1 -0
  183. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +27 -0
  184. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -0
  185. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +19 -0
  186. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +1 -0
  187. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +10 -0
  188. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +1 -0
  189. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts +5 -0
  190. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +1 -0
  191. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +17 -0
  192. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +1 -0
  193. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +8 -0
  194. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +1 -0
  195. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +17 -0
  196. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -0
  197. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts +34 -0
  198. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -0
  199. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts +8 -0
  200. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map +1 -0
  201. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +27 -0
  202. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -0
  203. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +10 -0
  204. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +1 -0
  205. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +15 -0
  206. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +1 -0
  207. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts +11 -0
  208. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +1 -0
  209. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts +19 -0
  210. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts.map +1 -0
  211. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts +4 -0
  212. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +1 -0
  213. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts +2 -0
  214. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts.map +1 -0
  215. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts +2 -0
  216. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +1 -0
  217. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts +6 -0
  218. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -0
  219. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +3 -0
  220. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +1 -0
  221. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts +6 -0
  222. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +1 -0
  223. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts +4 -0
  224. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +1 -0
  225. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +2 -0
  226. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +1 -0
  227. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts +3 -0
  228. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -0
  229. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +4 -0
  230. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -0
  231. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +12 -0
  232. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +1 -0
  233. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts +5 -0
  234. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts.map +1 -0
  235. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +24 -0
  236. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +1 -0
  237. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts +86 -0
  238. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts.map +1 -0
  239. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts +10 -0
  240. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts.map +1 -0
  241. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts +20 -0
  242. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts.map +1 -0
  243. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts +14 -0
  244. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts.map +1 -0
  245. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts +11 -0
  246. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts.map +1 -0
  247. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts +11 -0
  248. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map +1 -0
  249. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts +13 -0
  250. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map +1 -0
  251. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts +11 -0
  252. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map +1 -0
  253. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
  254. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
  255. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts +23 -0
  256. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
  257. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts +8 -0
  258. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
  259. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts +12 -0
  260. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
  261. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts +12 -0
  262. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map +1 -0
  263. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts +10 -0
  264. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
  265. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts +12 -0
  266. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts.map +1 -0
  267. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
  268. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
  269. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts +2 -0
  270. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
  271. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
  272. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
  273. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts +7 -0
  274. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
  275. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts +10 -0
  276. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts.map +1 -0
  277. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts +2 -0
  278. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts.map +1 -0
  279. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +7 -0
  280. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
  281. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts +8 -0
  282. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
  283. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts +2 -0
  284. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts.map +1 -0
  285. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts +2 -0
  286. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts.map +1 -0
  287. package/dist/{src/components/custom/scheduler → components/custom/scheduler-temporal}/logic/filtering/filterAndProcessResources.d.ts +1 -0
  288. package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +1 -0
  289. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts +3 -0
  290. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts.map +1 -0
  291. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts +3 -0
  292. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts.map +1 -0
  293. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts +13 -0
  294. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts.map +1 -0
  295. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +17 -0
  296. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
  297. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +3 -0
  298. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +1 -0
  299. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts +4 -0
  300. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
  301. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts +2 -0
  302. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts.map +1 -0
  303. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts +5 -0
  304. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
  305. package/dist/{src/components/custom/scheduler → components/custom/scheduler-temporal}/logic/state_handle/onResizeEvent.d.ts +1 -0
  306. package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts.map +1 -0
  307. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts +2 -0
  308. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts.map +1 -0
  309. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts +2 -0
  310. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts.map +1 -0
  311. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +3 -0
  312. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
  313. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts +6 -0
  314. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts.map +1 -0
  315. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts +2 -0
  316. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts.map +1 -0
  317. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts +3 -0
  318. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts.map +1 -0
  319. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts +11 -0
  320. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts.map +1 -0
  321. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts +43 -0
  322. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts.map +1 -0
  323. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts +14 -0
  324. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts.map +1 -0
  325. package/dist/components/custom/scheduler-temporal/state/State.d.ts +25 -0
  326. package/dist/components/custom/scheduler-temporal/state/State.d.ts.map +1 -0
  327. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts +18 -0
  328. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts.map +1 -0
  329. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts +7 -0
  330. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts.map +1 -0
  331. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts +15 -0
  332. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -0
  333. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts +25 -0
  334. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -0
  335. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts +13 -0
  336. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts.map +1 -0
  337. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts +9 -0
  338. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts.map +1 -0
  339. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +14 -0
  340. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +1 -0
  341. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +15 -0
  342. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -0
  343. package/dist/components/display/data/table/CwTable.d.ts +102 -0
  344. package/dist/components/display/data/table/CwTable.d.ts.map +1 -0
  345. package/dist/components/display/graphics/icon/CwIcon.d.ts +15 -0
  346. package/dist/components/display/graphics/icon/CwIcon.d.ts.map +1 -0
  347. package/dist/components/display/graphics/loading/CwLoading.d.ts +42 -0
  348. package/dist/components/display/graphics/loading/CwLoading.d.ts.map +1 -0
  349. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +18 -0
  350. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -0
  351. package/dist/components/display/text/heading/CwHeadingMain.d.ts +3 -0
  352. package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +1 -0
  353. package/dist/components/display/text/heading/CwHeadingSecond.d.ts +3 -0
  354. package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +1 -0
  355. package/dist/components/display/text/label/CwLabel.d.ts +28 -0
  356. package/dist/components/display/text/label/CwLabel.d.ts.map +1 -0
  357. package/dist/components/display/text/message/CwMessage.d.ts +31 -0
  358. package/dist/components/display/text/message/CwMessage.d.ts.map +1 -0
  359. package/dist/components/display/text/tag/CwChip.d.ts +36 -0
  360. package/dist/components/display/text/tag/CwChip.d.ts.map +1 -0
  361. package/dist/components/display/text/tag/CwTag.d.ts +16 -0
  362. package/dist/components/display/text/tag/CwTag.d.ts.map +1 -0
  363. package/dist/components/display/text/tooltip/CwTooltip.d.ts +8 -0
  364. package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +1 -0
  365. package/dist/components/layout/align/CwAlign.d.ts +54 -0
  366. package/dist/components/layout/align/CwAlign.d.ts.map +1 -0
  367. package/dist/components/layout/card/CwCard.d.ts +61 -0
  368. package/dist/components/layout/card/CwCard.d.ts.map +1 -0
  369. package/dist/components/layout/card/CwCardList.d.ts +32 -0
  370. package/dist/components/layout/card/CwCardList.d.ts.map +1 -0
  371. package/dist/components/layout/dialog/CwDialog.d.ts +28 -0
  372. package/dist/components/layout/dialog/CwDialog.d.ts.map +1 -0
  373. package/dist/components/layout/dialog/CwDialogManager.d.ts +11 -0
  374. package/dist/components/layout/dialog/CwDialogManager.d.ts.map +1 -0
  375. package/dist/components/layout/list/details/CwExpandable.d.ts +23 -0
  376. package/dist/components/layout/list/details/CwExpandable.d.ts.map +1 -0
  377. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts +33 -0
  378. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts.map +1 -0
  379. package/dist/components/layout/modal/CwModalReportFunctional.d.ts +15 -0
  380. package/dist/components/layout/modal/CwModalReportFunctional.d.ts.map +1 -0
  381. package/dist/components/layout/modal/hover/CwModalHover.d.ts +19 -0
  382. package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +1 -0
  383. package/dist/components/layout/modal/legacy/cw_modal.d.ts +22 -0
  384. package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +1 -0
  385. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +16 -0
  386. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +1 -0
  387. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +21 -0
  388. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +1 -0
  389. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +32 -0
  390. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -0
  391. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts +80 -0
  392. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +1 -0
  393. package/dist/components/layout/tabs/CwTabs.d.ts +46 -0
  394. package/dist/components/layout/tabs/CwTabs.d.ts.map +1 -0
  395. package/dist/index.cjs.js +88 -54
  396. package/dist/index.css +2 -2
  397. package/dist/index.d.ts +54 -5
  398. package/dist/index.d.ts.map +1 -1
  399. package/dist/index.es.js +88 -53
  400. package/dist/src/components/control/action/button/CwButton.d.ts +21 -2
  401. package/dist/src/components/control/action/button/CwButton.d.ts.map +1 -1
  402. package/dist/src/components/control/action/buttons/CwButtons.d.ts +0 -2
  403. package/dist/src/components/control/action/buttons/CwButtons.d.ts.map +1 -1
  404. package/dist/src/components/control/choice/select/CwSelect.d.ts.map +1 -1
  405. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts +1 -0
  406. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -1
  407. package/dist/src/components/display/data/table/CwTable.d.ts.map +1 -1
  408. package/dist/src/components/layout/card/CwCard.d.ts.map +1 -1
  409. package/dist/src/components/layout/card/CwCardList.d.ts +32 -0
  410. package/dist/src/components/layout/card/CwCardList.d.ts.map +1 -0
  411. package/dist/src/index.d.ts +2 -1
  412. package/dist/src/index.d.ts.map +1 -1
  413. package/package.json +1 -1
  414. package/dist/assets/asset-DnHaq7m- +0 -50
  415. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-full-normal.woff2 +0 -0
  416. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-grad-normal.woff2 +0 -0
  417. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-opsz-normal.woff2 +0 -0
  418. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-slnt-normal.woff2 +0 -0
  419. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-standard-normal.woff2 +0 -0
  420. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-wdth-normal.woff2 +0 -0
  421. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-wght-normal.woff2 +0 -0
  422. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-xopq-normal.woff2 +0 -0
  423. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-xtra-normal.woff2 +0 -0
  424. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-yopq-normal.woff2 +0 -0
  425. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-ytas-normal.woff2 +0 -0
  426. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-ytde-normal.woff2 +0 -0
  427. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-ytfi-normal.woff2 +0 -0
  428. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-ytlc-normal.woff2 +0 -0
  429. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ext-ytuc-normal.woff2 +0 -0
  430. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-full-normal.woff2 +0 -0
  431. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-grad-normal.woff2 +0 -0
  432. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-opsz-normal.woff2 +0 -0
  433. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-slnt-normal.woff2 +0 -0
  434. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-standard-normal.woff2 +0 -0
  435. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-wdth-normal.woff2 +0 -0
  436. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-wght-normal.woff2 +0 -0
  437. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-xopq-normal.woff2 +0 -0
  438. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-xtra-normal.woff2 +0 -0
  439. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-yopq-normal.woff2 +0 -0
  440. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ytas-normal.woff2 +0 -0
  441. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ytde-normal.woff2 +0 -0
  442. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ytfi-normal.woff2 +0 -0
  443. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ytlc-normal.woff2 +0 -0
  444. package/dist/content/fonts/roboto-flex/files/roboto-flex-cyrillic-ytuc-normal.woff2 +0 -0
  445. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-full-normal.woff2 +0 -0
  446. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-grad-normal.woff2 +0 -0
  447. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-opsz-normal.woff2 +0 -0
  448. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-slnt-normal.woff2 +0 -0
  449. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-standard-normal.woff2 +0 -0
  450. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-wdth-normal.woff2 +0 -0
  451. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-wght-normal.woff2 +0 -0
  452. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-xopq-normal.woff2 +0 -0
  453. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-xtra-normal.woff2 +0 -0
  454. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-yopq-normal.woff2 +0 -0
  455. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-ytas-normal.woff2 +0 -0
  456. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-ytde-normal.woff2 +0 -0
  457. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-ytfi-normal.woff2 +0 -0
  458. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-ytlc-normal.woff2 +0 -0
  459. package/dist/content/fonts/roboto-flex/files/roboto-flex-greek-ytuc-normal.woff2 +0 -0
  460. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-full-normal.woff2 +0 -0
  461. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-grad-normal.woff2 +0 -0
  462. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-opsz-normal.woff2 +0 -0
  463. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-slnt-normal.woff2 +0 -0
  464. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-standard-normal.woff2 +0 -0
  465. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-wdth-normal.woff2 +0 -0
  466. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-wght-normal.woff2 +0 -0
  467. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-xopq-normal.woff2 +0 -0
  468. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-xtra-normal.woff2 +0 -0
  469. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-yopq-normal.woff2 +0 -0
  470. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-ytas-normal.woff2 +0 -0
  471. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-ytde-normal.woff2 +0 -0
  472. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-ytfi-normal.woff2 +0 -0
  473. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-ytlc-normal.woff2 +0 -0
  474. package/dist/content/fonts/roboto-flex/files/roboto-flex-vietnamese-ytuc-normal.woff2 +0 -0
  475. package/dist/content/icons/cw-icons/css/cw-icons.css +0 -2784
  476. package/dist/content/icons/cw-icons/fonts/cwAvinodeFont/CblAvinodeIcon.eot +0 -0
  477. package/dist/content/icons/cw-icons/fonts/cwAvinodeFont/CblAvinodeIcon.svg +0 -11
  478. package/dist/content/icons/cw-icons/fonts/cwAvinodeFont/CblAvinodeIcon.ttf +0 -0
  479. package/dist/content/icons/cw-icons/fonts/cwAvinodeFont/CblAvinodeIcon.woff +0 -0
  480. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/CblCrewControl.eot +0 -0
  481. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/CblCrewControl.svg +0 -38
  482. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/CblCrewControl.ttf +0 -0
  483. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/CblCrewControl.woff +0 -0
  484. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/CblCrewControl.woff2 +0 -0
  485. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/Crew Control.eot +0 -0
  486. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/Crew Control.svg +0 -29
  487. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/Crew Control.ttf +0 -0
  488. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/Crew Control.woff +0 -0
  489. package/dist/content/icons/cw-icons/fonts/cwCrewControlFont/Crew Control.woff2 +0 -0
  490. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblCrewControlReact.eot +0 -0
  491. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblCrewControlReact.svg +0 -12
  492. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblCrewControlReact.ttf +0 -0
  493. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblCrewControlReact.woff +0 -0
  494. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblDutyIcon.eot +0 -0
  495. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblDutyIcon.svg +0 -11
  496. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblDutyIcon.ttf +0 -0
  497. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/CblDutyIcon.woff +0 -0
  498. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/SessionWarning.eot +0 -0
  499. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/SessionWarning.svg +0 -12
  500. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/SessionWarning.ttf +0 -0
  501. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/SessionWarning.woff +0 -0
  502. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblDuty.eot +0 -0
  503. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblDuty.svg +0 -26
  504. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblDuty.ttf +0 -0
  505. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblDuty.woff +0 -0
  506. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblDuty.woff2 +0 -0
  507. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrol.eot +0 -0
  508. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrol.svg +0 -13
  509. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrol.ttf +0 -0
  510. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrol.woff +0 -0
  511. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrolfont.eot +0 -0
  512. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrolfont.svg +0 -29
  513. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrolfont.ttf +0 -0
  514. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrolfont.woff +0 -0
  515. package/dist/content/icons/cw-icons/fonts/cwCrewControlNewIcon/cblcrewcontrolfont.woff2 +0 -0
  516. package/dist/content/icons/cw-icons/fonts/cwCrewFont/Crew.eot +0 -0
  517. package/dist/content/icons/cw-icons/fonts/cwCrewFont/Crew.svg +0 -29
  518. package/dist/content/icons/cw-icons/fonts/cwCrewFont/Crew.ttf +0 -0
  519. package/dist/content/icons/cw-icons/fonts/cwCrewFont/Crew.woff +0 -0
  520. package/dist/content/icons/cw-icons/fonts/cwCrewFont/Crew.woff2 +0 -0
  521. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/Crew Planning.eot +0 -0
  522. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/Crew Planning.svg +0 -17
  523. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/Crew Planning.ttf +0 -0
  524. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/Crew Planning.woff +0 -0
  525. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/Crew Planning.woff2 +0 -0
  526. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewPlanningFont.eot +0 -0
  527. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewPlanningFont.svg +0 -20
  528. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewPlanningFont.ttf +0 -0
  529. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewPlanningFont.woff +0 -0
  530. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewPlanningFont.woff2 +0 -0
  531. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewSchedulingFont.eot +0 -0
  532. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewSchedulingFont.svg +0 -12
  533. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewSchedulingFont.ttf +0 -0
  534. package/dist/content/icons/cw-icons/fonts/cwCrewPlanningFont/CrewSchedulingFont.woff +0 -0
  535. package/dist/content/icons/cw-icons/fonts/cwDispatchFont/Dispatch.eot +0 -0
  536. package/dist/content/icons/cw-icons/fonts/cwDispatchFont/Dispatch.svg +0 -20
  537. package/dist/content/icons/cw-icons/fonts/cwDispatchFont/Dispatch.ttf +0 -0
  538. package/dist/content/icons/cw-icons/fonts/cwDispatchFont/Dispatch.woff +0 -0
  539. package/dist/content/icons/cw-icons/fonts/cwDispatchFont/Dispatch.woff2 +0 -0
  540. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/ArchiveEmanual.eot +0 -0
  541. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/ArchiveEmanual.svg +0 -12
  542. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/ArchiveEmanual.ttf +0 -0
  543. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/ArchiveEmanual.woff +0 -0
  544. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/CblEmanualNewIcons.eot +0 -0
  545. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/CblEmanualNewIcons.svg +0 -14
  546. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/CblEmanualNewIcons.ttf +0 -0
  547. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/CblEmanualNewIcons.woff +0 -0
  548. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/Emanual.eot +0 -0
  549. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/Emanual.svg +0 -38
  550. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/Emanual.ttf +0 -0
  551. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/Emanual.woff +0 -0
  552. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/Emanual.woff2 +0 -0
  553. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualApprovedFile.eot +0 -0
  554. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualApprovedFile.svg +0 -11
  555. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualApprovedFile.ttf +0 -0
  556. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualApprovedFile.woff +0 -0
  557. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMark.eot +0 -0
  558. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMark.svg +0 -17
  559. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMark.ttf +0 -0
  560. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMark.woff +0 -0
  561. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMark.woff2 +0 -0
  562. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMarkLink.eot +0 -0
  563. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMarkLink.svg +0 -11
  564. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMarkLink.ttf +0 -0
  565. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualBookMarkLink.woff +0 -0
  566. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFolder.eot +0 -0
  567. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFolder.svg +0 -11
  568. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFolder.ttf +0 -0
  569. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFolder.woff +0 -0
  570. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFont.eot +0 -0
  571. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFont.svg +0 -13
  572. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFont.ttf +0 -0
  573. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFont.woff +0 -0
  574. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFontNew.eot +0 -0
  575. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFontNew.svg +0 -32
  576. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFontNew.ttf +0 -0
  577. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFontNew.woff +0 -0
  578. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualFontNew.woff2 +0 -0
  579. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPendingIcon.eot +0 -0
  580. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPendingIcon.svg +0 -11
  581. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPendingIcon.ttf +0 -0
  582. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPendingIcon.woff +0 -0
  583. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishFile.eot +0 -0
  584. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishFile.svg +0 -11
  585. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishFile.ttf +0 -0
  586. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishFile.woff +0 -0
  587. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishIconFile.eot +0 -0
  588. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishIconFile.svg +0 -11
  589. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishIconFile.ttf +0 -0
  590. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualPublishIconFile.woff +0 -0
  591. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrash.eot +0 -0
  592. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrash.svg +0 -11
  593. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrash.ttf +0 -0
  594. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrash.woff +0 -0
  595. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrashRight.eot +0 -0
  596. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrashRight.svg +0 -11
  597. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrashRight.ttf +0 -0
  598. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/EmanualRestoreTrashRight.woff +0 -0
  599. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/LibraryIcon.eot +0 -0
  600. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/LibraryIcon.svg +0 -12
  601. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/LibraryIcon.ttf +0 -0
  602. package/dist/content/icons/cw-icons/fonts/cwEmanualFont/LibraryIcon.woff +0 -0
  603. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/Favorites.eot +0 -0
  604. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/Favorites.svg +0 -158
  605. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/Favorites.ttf +0 -0
  606. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/Favorites.woff +0 -0
  607. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/Favorites.woff2 +0 -0
  608. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/cwellt_icon.eot +0 -0
  609. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/cwellt_icon.svg +0 -18
  610. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/cwellt_icon.ttf +0 -0
  611. package/dist/content/icons/cw-icons/fonts/cwFavoritesElement/cwellt_icon.woff +0 -0
  612. package/dist/content/icons/cw-icons/fonts/cwFavoritesFont/Favorites.eot +0 -0
  613. package/dist/content/icons/cw-icons/fonts/cwFavoritesFont/Favorites.svg +0 -62
  614. package/dist/content/icons/cw-icons/fonts/cwFavoritesFont/Favorites.ttf +0 -0
  615. package/dist/content/icons/cw-icons/fonts/cwFavoritesFont/Favorites.woff +0 -0
  616. package/dist/content/icons/cw-icons/fonts/cwFavoritesFont/Favorites.woff2 +0 -0
  617. package/dist/content/icons/cw-icons/fonts/cwFavoritesIcons/CblFavoritesIcons.eot +0 -0
  618. package/dist/content/icons/cw-icons/fonts/cwFavoritesIcons/CblFavoritesIcons.svg +0 -43
  619. package/dist/content/icons/cw-icons/fonts/cwFavoritesIcons/CblFavoritesIcons.ttf +0 -0
  620. package/dist/content/icons/cw-icons/fonts/cwFavoritesIcons/CblFavoritesIcons.woff +0 -0
  621. package/dist/content/icons/cw-icons/fonts/cwFgIconsFonts/CblFigIcons.eot +0 -0
  622. package/dist/content/icons/cw-icons/fonts/cwFgIconsFonts/CblFigIcons.svg +0 -49
  623. package/dist/content/icons/cw-icons/fonts/cwFgIconsFonts/CblFigIcons.ttf +0 -0
  624. package/dist/content/icons/cw-icons/fonts/cwFgIconsFonts/CblFigIcons.woff +0 -0
  625. package/dist/content/icons/cw-icons/fonts/cwFlightOpsFont/FlightOps.eot +0 -0
  626. package/dist/content/icons/cw-icons/fonts/cwFlightOpsFont/FlightOps.svg +0 -41
  627. package/dist/content/icons/cw-icons/fonts/cwFlightOpsFont/FlightOps.ttf +0 -0
  628. package/dist/content/icons/cw-icons/fonts/cwFlightOpsFont/FlightOps.woff +0 -0
  629. package/dist/content/icons/cw-icons/fonts/cwFlightOpsFont/FlightOps.woff2 +0 -0
  630. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/CblUndoIcon.eot +0 -0
  631. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/CblUndoIcon.svg +0 -11
  632. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/CblUndoIcon.ttf +0 -0
  633. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/CblUndoIcon.woff +0 -0
  634. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/FlightWatchOnTimeIcon.eot +0 -0
  635. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/FlightWatchOnTimeIcon.svg +0 -11
  636. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/FlightWatchOnTimeIcon.ttf +0 -0
  637. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/FlightWatchOnTimeIcon.woff +0 -0
  638. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/General.eot +0 -0
  639. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/General.svg +0 -41
  640. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/General.ttf +0 -0
  641. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/General.woff +0 -0
  642. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/General.woff2 +0 -0
  643. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/IDCardStatusIcon.eot +0 -0
  644. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/IDCardStatusIcon.svg +0 -12
  645. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/IDCardStatusIcon.ttf +0 -0
  646. package/dist/content/icons/cw-icons/fonts/cwGeneralFont/IDCardStatusIcon.woff +0 -0
  647. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/Favorites.eot +0 -0
  648. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/Favorites.svg +0 -17
  649. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/Favorites.ttf +0 -0
  650. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/Favorites.woff +0 -0
  651. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/Favorites.woff2 +0 -0
  652. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/calculator.eot +0 -0
  653. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/calculator.svg +0 -11
  654. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/calculator.ttf +0 -0
  655. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/calculator.woff +0 -0
  656. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/icons_cwellt.eot +0 -0
  657. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/icons_cwellt.svg +0 -11
  658. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/icons_cwellt.ttf +0 -0
  659. package/dist/content/icons/cw-icons/fonts/cwNewGeneralFontIcon/icons_cwellt.woff +0 -0
  660. package/dist/content/icons/cw-icons/fonts/cwOpstoolReactFont/opstoolReactIcons.eot +0 -0
  661. package/dist/content/icons/cw-icons/fonts/cwOpstoolReactFont/opstoolReactIcons.svg +0 -12
  662. package/dist/content/icons/cw-icons/fonts/cwOpstoolReactFont/opstoolReactIcons.ttf +0 -0
  663. package/dist/content/icons/cw-icons/fonts/cwOpstoolReactFont/opstoolReactIcons.woff +0 -0
  664. package/dist/content/icons/cw-icons/fonts/cwPaxRelationsFont/Pax Relations.eot +0 -0
  665. package/dist/content/icons/cw-icons/fonts/cwPaxRelationsFont/Pax Relations.svg +0 -17
  666. package/dist/content/icons/cw-icons/fonts/cwPaxRelationsFont/Pax Relations.ttf +0 -0
  667. package/dist/content/icons/cw-icons/fonts/cwPaxRelationsFont/Pax Relations.woff +0 -0
  668. package/dist/content/icons/cw-icons/fonts/cwPaxRelationsFont/Pax Relations.woff2 +0 -0
  669. package/dist/content/icons/cw-icons/fonts/cwSalesFont/Sales.eot +0 -0
  670. package/dist/content/icons/cw-icons/fonts/cwSalesFont/Sales.svg +0 -50
  671. package/dist/content/icons/cw-icons/fonts/cwSalesFont/Sales.ttf +0 -0
  672. package/dist/content/icons/cw-icons/fonts/cwSalesFont/Sales.woff +0 -0
  673. package/dist/content/icons/cw-icons/fonts/cwSalesFont/Sales.woff2 +0 -0
  674. package/dist/content/icons/cw-icons/fonts/cwTrainingFont/Training.eot +0 -0
  675. package/dist/content/icons/cw-icons/fonts/cwTrainingFont/Training.svg +0 -17
  676. package/dist/content/icons/cw-icons/fonts/cwTrainingFont/Training.ttf +0 -0
  677. package/dist/content/icons/cw-icons/fonts/cwTrainingFont/Training.woff +0 -0
  678. package/dist/content/icons/cw-icons/fonts/cwTrainingFont/Training.woff2 +0 -0
  679. package/dist/content/icons/font-awesome/webfonts/fa-brands-400.ttf +0 -0
  680. package/dist/content/icons/font-awesome/webfonts/fa-regular-400.ttf +0 -0
  681. package/dist/content/icons/font-awesome/webfonts/fa-solid-900.ttf +0 -0
  682. package/dist/content/icons/font-awesome/webfonts/fa-v4compatibility.ttf +0 -0
  683. package/dist/index.cjs.js.map +0 -1
  684. package/dist/index.css.map +0 -1
  685. package/dist/index.esm.js +0 -4836
  686. package/dist/src/common/functions/reactor.d.ts +0 -2
  687. package/dist/src/common/functions/reactor.d.ts.map +0 -1
  688. package/dist/src/components/control/input/chipper/CwChip.d.ts +0 -12
  689. package/dist/src/components/control/input/chipper/CwChip.d.ts.map +0 -1
  690. package/dist/src/components/custom/scheduler/components/ClearSchedulerButton.d.ts +0 -8
  691. package/dist/src/components/custom/scheduler/components/ClearSchedulerButton.d.ts.map +0 -1
  692. package/dist/src/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +0 -1
  693. package/dist/src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +0 -2
  694. package/dist/src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts.map +0 -1
  695. package/dist/src/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +0 -5
  696. package/dist/src/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts.map +0 -1
  697. package/dist/src/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts +0 -5
  698. package/dist/src/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +0 -1
  699. package/dist/src/components/custom/scheduler/logic/state_handle/onResizeEvent.d.ts.map +0 -1
  700. package/dist/src/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts +0 -3
  701. package/dist/src/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +0 -1
  702. package/dist/src/components/custom/scheduler/logic/ui/shouldTriggerScroll.d.ts +0 -3
  703. package/dist/src/components/custom/scheduler/logic/ui/shouldTriggerScroll.d.ts.map +0 -1
  704. package/dist/src/components/custom/scheduler/state/EventProps.d.ts +0 -7
  705. package/dist/src/components/custom/scheduler/state/EventProps.d.ts.map +0 -1
  706. package/dist/src/components/custom/scheduler-new/presentation/TestScheduler.d.ts +0 -1
  707. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts +0 -1
  708. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts.map +0 -1
  709. package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts +0 -7
  710. package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts.map +0 -1
  711. package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts +0 -7
  712. package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts.map +0 -1
  713. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts +0 -5
  714. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts.map +0 -1
  715. package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts +0 -9
  716. package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts.map +0 -1
  717. package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts +0 -5
  718. package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts.map +0 -1
  719. package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts +0 -6
  720. package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts.map +0 -1
  721. package/dist/src/components/custom/scheduler-new/presentation/state/ui/HeaderDivision.d.ts +0 -5
  722. package/dist/src/components/custom/scheduler-new/presentation/state/ui/HeaderDivision.d.ts.map +0 -1
  723. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts +0 -14
  724. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts.map +0 -1
  725. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts +0 -11
  726. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts.map +0 -1
  727. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts +0 -8
  728. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts.map +0 -1
  729. package/dist/test/components/custom/newScheduler/presentation/logic/getDefaultDivisions.test.d.ts +0 -1
  730. package/dist/test/components/custom/newScheduler/presentation/logic/getDefaultDivisions.test.d.ts.map +0 -1
  731. package/dist/test/components/custom/newScheduler/presentation/logic/hoursBetween.test.d.ts +0 -1
  732. package/dist/test/components/custom/newScheduler/presentation/logic/weekendCalc.test.d.ts +0 -1
  733. package/dist/test/components/custom/scheduler/calculateMaxPxFromDateRange.test.d.ts +0 -2
  734. package/dist/test/components/custom/scheduler/calculateMaxPxFromDateRange.test.d.ts.map +0 -1
  735. package/dist/test/components/custom/scheduler/filterEvents.test.d.ts +0 -1
  736. package/dist/test/components/custom/scheduler/filterEvents.test.d.ts.map +0 -1
  737. package/dist/test/components/custom/scheduler/shouldTriggerScroll.test.d.ts +0 -1
  738. package/dist/test/components/custom/scheduler/shouldTriggerScroll.test.d.ts.map +0 -1
  739. package/dist/test/example.test.d.ts +0 -1
  740. package/dist/test/example.test.d.ts.map +0 -1
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="CblAvinodeIcon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="icons8-sent" d="M919.040 878.080c-2-0.32-3.92-0.96-5.76-1.92l-819.2-352c-7.28-3.2-12-10.4-12.16-18.32-0.16-8 4.4-15.28 11.52-18.8l305.28-152.32 152.32-305.28c3.52-7.12 10.8-11.68 18.8-11.52 7.92 0.16 15.12 4.88 18.32 12.16l352 819.2c3.040 6.72 2.24 14.64-2.16 20.56-4.32 6-11.6 9.12-18.96 8.24zM832 796.8l-422.4-422.4-258.56 129.28zM860.8 768l-293.12-680.96-129.28 258.56z" />
11
- </font></defs></svg>
@@ -1,38 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="CblCrewControl" horiz-adv-x="1024">
7
- <font-face font-family="CblCrewControl"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="date-to"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M245.76 896C223.36 896 204.8 877.44 204.8 855.04L204.8 814.08L81.92 814.08C59.52 814.08 40.96 795.52 40.96 773.12L40.96 424.96C40.88000512 417.6 44.72000512 410.7199897600001 51.12000512 406.96000512C57.52000512 403.27999488 65.35999488 403.27999488 71.75999488 406.96000512C78.15999488 410.7199897600001 81.99999488 417.6 81.92 424.96L81.92 568.3199999999999L942.08 568.3199999999999L942.08 -46.08L81.92 -46.08L81.92 117.76C81.99999488 125.12 78.15999488 131.9999897600001 71.75999488 135.75999488C65.35999488 139.44000512 57.52000512 139.44000512 51.12000512 135.75999488C44.72000512 131.9999897600001 40.88000512 125.12 40.96 117.76L40.96 -46.08C40.96 -68.48 59.52 -87.04 81.92 -87.04L942.08 -87.04C964.48 -87.04 983.04 -68.48 983.04 -46.08L983.04 773.12C983.04 795.52 964.48 814.08 942.08 814.08L819.2 814.08L819.2 855.04C819.2 877.44 800.64 896 778.24 896L737.28 896C714.88 896 696.32 877.44 696.32 855.04L696.32 814.08L327.68 814.08L327.68 855.04C327.68 877.44 309.12 896 286.7200000000001 896zM245.76 855.04L286.7200000000001 855.04L286.7200000000001 732.16L245.76 732.16L245.76 790.15999488C246.1599948800001 792.39999488 246.1599948800001 794.63999488 245.76 796.8zM737.28 855.04L778.24 855.04L778.24 797.04000512C777.84000512 794.80000512 777.84000512 792.56000512 778.24 790.4L778.24 732.16L737.28 732.16zM81.92 773.12L204.8 773.12L204.8 732.16C204.8 709.76 223.36 691.2 245.76 691.2L286.7200000000001 691.2C309.12 691.2 327.68 709.76 327.68 732.16L327.68 773.12L696.32 773.12L696.32 732.16C696.32 709.76 714.88 691.2 737.28 691.2L778.24 691.2C800.64 691.2 819.2 709.76 819.2 732.16L819.2 773.12L942.08 773.12L942.08 609.28L81.92 609.28zM344.32 442.63999488C336 442.80000512 328.39999488 437.91998976 325.04000512 430.32000512C321.7600102400001 422.64000512 323.44000512 413.76 329.2800000000001 407.75999488L430.4000000000001 302.0800000000001L61.44 302.0800000000001C54.08 302.15999488 47.20001024 298.31999488 43.44000512 291.91999488C39.75999488 285.51999488 39.75999488 277.6800051199999 43.44000512 271.28000512C47.20001024 264.88000512 54.08 261.04000512 61.44 261.12L420.5599948800001 261.12L329.2800000000001 165.6800051199999C321.44001024 157.44 321.6799948800001 144.47998976 329.84000512 136.71999488C338.08001024 128.88000512 351.04 129.11998976 358.7999948800001 137.28L478.47999488 262.4C484.40000512 264.64 488.88000512 269.36000512 490.80000512 275.27999488L501.76 286.7200000000001L358.88001024 436.16C355.12000512 440.1599897600001 349.83999488 442.56 344.32 442.63999488z" />
15
- <glyph glyph-name="date-to-2"
16
- unicode="&#xF101;"
17
- horiz-adv-x="1024" d="M819.2 759.4666666666667H204.8C167.0826666666667 759.4666666666667 136.5333333333333 728.9173333333333 136.5333333333333 691.2V384H102.4C45.8410666666667 384 0 338.1589333333334 0 281.6S45.8410666666667 179.2000000000001 102.4 179.2000000000001H136.5333333333333V76.8C136.5333333333333 39.0826666666667 167.0826666666667 8.5333333333333 204.8 8.5333333333333H819.2C856.9173333333333 8.5333333333333 887.4666666666667 39.0826666666667 887.4666666666667 76.8V691.2C887.4666666666667 728.9173333333333 856.9173333333333 759.4666666666667 819.2 759.4666666666667zM604.3989333333334 257.4677333333333C591.0528 244.1216000000001 515.3450666666666 168.4138666666665 501.9989333333334 155.0677333333333C488.6528 141.7216000000001 467.0464 141.7216000000001 453.7344000000001 155.0677333333333C447.0784000000001 161.7237333333334 443.7333333333334 170.4618666666667 443.7333333333334 179.2000000000001V247.4666666666667H102.4C83.5584 247.4666666666667 68.2666666666667 262.7584000000001 68.2666666666667 281.6C68.2666666666667 300.4416 83.5584 315.7333333333334 102.4 315.7333333333334H443.7333333333334V384C443.7333333333334 392.7381333333334 447.0784000000001 401.4762666666667 453.7344 408.1322666666667C467.0805333333333 421.4784 488.6869333333333 421.4784 501.9989333333333 408.1322666666667C515.3450666666666 394.7861333333334 591.0527999999999 319.0784 604.3989333333334 305.7322666666667C617.7450666666666 292.4202666666667 617.7450666666666 270.7797333333333 604.3989333333334 257.4677333333333zM819.2 554.6666666666667H204.8V691.2H819.2V554.6666666666667z" />
18
- <glyph glyph-name="date-to-3"
19
- unicode="&#xF102;"
20
- horiz-adv-x="1024" d="M256 853.3333333333334L256 768L213.3333333333333 768C166.4 768 128 729.6 128 682.6666666666667L128 426.6666666666667L213.3333333333333 426.6666666666667L213.3333333333333 554.6666666666667L810.6666666666666 554.6666666666667L810.6666666666666 85.3333333333334L213.3333333333333 85.3333333333334L213.3333333333333 170.6666666666668L128 170.6666666666668L128 85.3333333333334C128 38.4 166.4 0 213.3333333333333 0L810.6666666666666 0C857.6 0 896 38.4 896 85.3333333333334L896 682.6666666666667C896 729.6 857.6 768 810.6666666666666 768L768 768L768 853.3333333333334L682.6666666666666 853.3333333333334L682.6666666666666 768L341.3333333333333 768L341.3333333333333 853.3333333333334L256 853.3333333333334zM426.6666666666667 426.6666666666667L426.6666666666667 341.3333333333334L128 341.3333333333334L128 256L426.6666666666667 256L426.6666666666667 170.6666666666668L512 256L554.6666666666666 298.6666666666668L512 341.3333333333334L426.6666666666667 426.6666666666667z" />
21
- <glyph glyph-name="date-span"
22
- unicode="&#xF103;"
23
- horiz-adv-x="1024" d="M245.76 896C223.36 896 204.8 877.44 204.8 855.04L204.8 814.08L81.92 814.08C59.52 814.08 40.96 795.52 40.96 773.12L40.96 -46.08C40.96 -68.48 59.52 -87.04 81.92 -87.04L942.08 -87.04C964.48 -87.04 983.04 -68.48 983.04 -46.08L983.04 773.12C983.04 795.52 964.48 814.08 942.08 814.08L819.2 814.08L819.2 855.04C819.2 877.44 800.64 896 778.24 896L737.28 896C714.88 896 696.32 877.44 696.32 855.04L696.32 814.08L327.68 814.08L327.68 855.04C327.68 877.44 309.12 896 286.7200000000001 896zM245.76 855.04L286.7200000000001 855.04L286.7200000000001 732.16L245.76 732.16zM737.28 855.04L778.24 855.04L778.24 732.16L737.28 732.16zM81.92 773.12L204.8 773.12L204.8 732.16C204.8 709.76 223.36 691.2 245.76 691.2L286.7200000000001 691.2C309.12 691.2 327.68 709.76 327.68 732.16L327.68 773.12L696.32 773.12L696.32 732.16C696.32 709.76 714.88 691.2 737.28 691.2L778.24 691.2C800.64 691.2 819.2 709.76 819.2 732.16L819.2 773.12L942.08 773.12L942.08 609.28L81.92 609.28zM81.92 568.3199999999999L942.08 568.3199999999999L942.08 -46.08L81.92 -46.08zM347.76000512 425.20000512C342.4000000000001 425.03999488 337.3599948800001 422.79999488 333.68000512 418.95999488L196.32001024 281.6L333.68000512 144.24000512C338.80000512 138.88 346.48000512 136.71999488 353.6 138.63999488C360.80001024 140.48 366.4000000000001 146.07998976 368.24000512 153.28C370.16000512 160.39999488 368 168.07999488 362.63999488 173.19999488L274.72001024 261.12L749.28001024 261.12L661.36000512 173.19999488C656 168.07999488 653.8399948800001 160.39999488 655.75999488 153.28C657.6 146.07998976 663.20001024 140.48 670.4 138.63999488C677.51999488 136.71999488 685.1999948800001 138.88 690.3199948800001 144.24000512L827.68001024 281.6L690.3199948800001 418.95999488C686.47999488 422.96000512 681.20000512 425.11998976 675.59999488 425.20000512C667.27999488 425.11998976 659.84 420.08000512 656.64 412.40000512C653.51999488 404.63998976 655.36 395.84 661.36000512 390.00000512L749.28001024 302.0800000000001L274.72001024 302.0800000000001L362.63999488 390.00000512C368.71999488 395.91999488 370.48000512 404.8799948800001 367.20001024 412.63998976C363.9199948800001 420.48 356.2399948800001 425.43998976 347.76000512 425.20000512z" />
24
- <glyph glyph-name="date-span-2"
25
- unicode="&#xF104;"
26
- horiz-adv-x="1024" d="M245.76 896C223.36 896 204.8 877.44 204.8 855.04L204.8 814.08L81.92 814.08C58.16000512 814.08 40.96 796.87999488 40.96 773.12L40.96 629.76L983.04 629.76L983.04 773.12C983.04 796.87999488 965.83999488 814.08 942.08 814.08L819.2 814.08L819.2 855.04C819.2 877.44 800.64 896 778.24 896L737.28 896C714.88 896 696.32 877.44 696.32 855.04L696.32 814.08L327.68 814.08L327.68 855.04C327.68 877.44 309.12 896 286.7200000000001 896zM245.76 855.04L286.7200000000001 855.04L286.7200000000001 732.16L245.76 732.16zM737.28 855.04L778.24 855.04L778.24 732.16L737.28 732.16zM40.96 588.8L40.96 -46.08C40.96 -68.72000512 59.27999488 -87.04 81.92 -87.04L942.08 -87.04C964.72000512 -87.04 983.04 -68.72000512 983.04 -46.08L983.04 588.8zM348.1600000000001 424.96C353.3599948800001 424.96 358.64000512 422.96000512 362.63999488 418.95999488C370.63999488 410.95999488 370.63999488 398.00000512 362.63999488 390.00000512L274.72001024 302.0800000000001L749.28001024 302.0800000000001L661.36000512 390.00000512C653.36000512 398.00000512 653.36000512 410.95999488 661.36000512 418.95999488C669.36000512 426.95999488 682.3199948800001 426.95999488 690.3199948800001 418.95999488L827.68001024 281.6L690.3199948800001 144.24000512C686.32000512 140.2399948800001 681.1200102399999 138.24 675.84 138.24C670.56001024 138.24 665.35999488 140.2399948800001 661.36000512 144.24000512C653.36000512 152.24000512 653.36000512 165.19999488 661.36000512 173.19999488L749.28001024 261.12L274.72001024 261.12L362.63999488 173.19999488C370.63999488 165.19999488 370.63999488 152.24000512 362.63999488 144.24000512C358.64000512 140.2399948800001 353.44001024 138.24 348.1600000000001 138.24C342.88001024 138.24 337.6799948800001 140.2399948800001 333.68000512 144.24000512L196.32001024 281.6L333.68000512 418.95999488C337.6799948800001 422.96000512 342.96000512 424.96 348.1600000000001 424.96z" />
27
- <glyph glyph-name="date-span-3"
28
- unicode="&#xF105;"
29
- horiz-adv-x="1024" d="M256 853.3333333333334L256 768L213.3333333333333 768C166.4 768 128 729.6 128 682.6666666666667L128 85.3333333333334C128 38.4 166.4 0 213.3333333333333 0L810.6666666666666 0C857.6 0 896 38.4 896 85.3333333333334L896 682.6666666666667C896 729.6 857.6 768 810.6666666666666 768L768 768L768 853.3333333333334L682.6666666666666 853.3333333333334L682.6666666666666 768L341.3333333333333 768L341.3333333333333 853.3333333333334L256 853.3333333333334zM213.3333333333333 554.6666666666667L810.6666666666666 554.6666666666667L810.6666666666666 85.3333333333334L213.3333333333333 85.3333333333334L213.3333333333333 554.6666666666667zM426.6666666666667 426.6666666666667L298.6666666666667 298.6666666666668L426.6666666666667 170.6666666666668L426.6666666666667 256L597.3333333333333 256L597.3333333333333 170.6666666666668L725.3333333333333 298.6666666666668L597.3333333333333 426.6666666666667L597.3333333333333 341.3333333333334L426.6666666666667 341.3333333333334L426.6666666666667 426.6666666666667z" />
30
- <glyph glyph-name="view-schedule"
31
- unicode="&#xF106;"
32
- horiz-adv-x="1024" d="M245.76 896C223.17056 896 204.8 877.62944 204.8 855.04L204.8 814.08L81.92 814.08C58.18368 814.08 40.96 796.85632 40.96 773.12L40.96 -46.08C40.96 -69.81632 58.18368 -87.04 81.92 -87.04L529.63999744 -87.04C512.27295744 -73.3388800000001 496.77535232 -59.37152 483.31999232 -46.08L81.92 -46.08L81.92 588.8L942.08 588.8L942.08 201.95999744C957.11232 190.2659174400001 970.81344 178.35167744 983.04 166.75999744L983.04 773.12C983.04 796.85632 965.81632 814.08 942.08 814.08L819.2 814.08L819.2 855.04C819.2 877.62944 800.8294400000001 896 778.24 896L737.28 896C714.69056 896 696.32 877.62944 696.32 855.04L696.32 814.08L327.68 814.08L327.68 855.04C327.68 877.62944 309.30944 896 286.7200000000001 896L245.76 896zM245.76 855.04L286.7200000000001 855.04L286.7200000000001 732.16L245.76 732.16L245.76 855.04zM737.28 855.04L778.24 855.04L778.24 732.16L737.28 732.16L737.28 855.04zM81.92 773.12L204.8 773.12L204.8 732.16C204.8 709.57056 223.17056 691.2 245.76 691.2L286.7200000000001 691.2C309.30944 691.2 327.68 709.57056 327.68 732.16L327.68 773.12L696.32 773.12L696.32 732.16C696.32 709.57056 714.69056 691.2 737.28 691.2L778.24 691.2C800.8294400000001 691.2 819.2 709.57056 819.2 732.16L819.2 773.12L942.08 773.12L942.08 629.76L81.92 629.76L81.92 773.12zM204.8 506.88L204.8 35.84L415.00000256 35.84L401.52000512 56.3199999999999L415.00000256 76.8L389.12 76.8L389.12 179.1999999999999L491.52 179.1999999999999L491.52 166.75999744C510.2387200000001 184.5161574399999 532.37248 203.12064 557.44 220.16L532.48 220.16L532.48 322.56L634.88 322.56L634.88 261.2799897600001C648.11008 266.42049024 661.72928 270.8422451200001 675.84 274.16000512L675.84 322.56L778.24 322.56L778.24 278.00000512C792.28928 275.7881651199999 805.92896 272.4569702400001 819.2 268.31998976L819.2 506.88L204.8 506.88zM245.76 465.92L348.1600000000001 465.92L348.1600000000001 363.52L245.76 363.52L245.76 465.92zM389.12 465.92L491.52 465.92L491.52 363.52L389.12 363.52L389.12 465.92zM532.48 465.92L634.88 465.92L634.88 363.52L532.48 363.52L532.48 465.92zM675.84 465.92L778.24 465.92L778.24 363.52L675.84 363.52L675.84 465.92zM245.76 322.56L348.1600000000001 322.56L348.1600000000001 220.16L245.76 220.16L245.76 322.56zM389.12 322.56L491.52 322.56L491.52 220.16L389.12 220.16L389.12 322.56zM737.28 240.64C583.8233600000001 240.64 462.69503488 74.74399232 458.63999488 68.59999232L450.56 56.3199999999999L458.63999488 44.0400076799999C462.69503488 37.89600768 583.8233600000001 -128 737.28 -128C890.7366400000001 -128 1011.86496512 37.89600768 1015.92000512 44.0400076799999L1024 56.3199999999999L1015.92000512 68.59999232C1011.86496512 74.74399232 890.7366400000001 240.64 737.28 240.64zM737.28 199.68C848.65024 199.68 945.86720256 90.7049574399999 973.72000256 56.35999744C945.43712256 21.4825574399999 848.40448 -87.04 737.28 -87.04C625.90976 -87.04 528.69279744 21.9350425599999 500.83999744 56.28000256C529.12287744 91.1574425600001 626.15552 199.68 737.28 199.68zM245.76 179.1999999999999L348.1600000000001 179.1999999999999L348.1600000000001 76.8L245.76 76.8L245.76 179.1999999999999zM737.28 179.1999999999999C669.696 179.1999999999999 614.4 123.9039999999999 614.4 56.3199999999999C614.4 -11.264 669.696 -66.5600000000001 737.28 -66.5600000000001C804.8639999999999 -66.5600000000001 860.16 -11.264 860.16 56.3199999999999C860.16 123.9039999999999 804.8639999999999 179.1999999999999 737.28 179.1999999999999zM737.28 138.24C782.3360000000001 138.24 819.2 101.3760000000001 819.2 56.3199999999999C819.2 11.2639999999999 782.3360000000001 -25.6 737.28 -25.6C692.2239999999999 -25.6 655.36 11.2639999999999 655.36 56.3199999999999C655.36 101.3760000000001 692.2239999999999 138.24 737.28 138.24zM737.28 97.28A40.96 40.96 0 0 1 696.32 56.3199999999999A40.96 40.96 0 0 1 737.28 15.36A40.96 40.96 0 0 1 778.24 56.3199999999999A40.96 40.96 0 0 1 737.28 97.28z" />
33
- <glyph glyph-name="view-schedule-2"
34
- unicode="&#xF107;"
35
- horiz-adv-x="1024" d="M256 853.3333333333334L256 768L213.3333333333333 768C166.272 768 128 729.7280000000001 128 682.6666666666667L128 85.3333333333334C128 38.2719999999999 166.272 0 213.3333333333333 0L341.3333333333333 0L341.3333333333333 85.3333333333334L213.3333333333333 85.3333333333334L213.3333333333333 554.6666666666667L810.6666666666666 554.6666666666667L810.6666666666666 290.7499946666667C841.8133333333333 284.9899946666667 870.3573333333334 276.5426773333334 896 265.833344L896 682.6666666666667C896 729.7280000000001 857.7280000000001 768 810.6666666666666 768L768 768L768 853.3333333333334L682.6666666666666 853.3333333333334L682.6666666666666 768L341.3333333333333 768L341.3333333333333 853.3333333333334L256 853.3333333333334zM725.3333333333333 213.3333333333334C508.1173333333334 213.3333333333334 426.6666666666667 42.6666666666667 426.6666666666667 42.6666666666667C426.6666666666667 42.6666666666667 508.1173333333334 -128 725.3333333333333 -128C942.5493333333334 -128 1024 42.6666666666667 1024 42.6666666666667C1024 42.6666666666667 942.5493333333334 213.3333333333334 725.3333333333333 213.3333333333334zM725.3333333333333 128C772.4373333333333 128 810.6666666666666 89.7706666666667 810.6666666666666 42.6666666666667C810.6666666666666 -4.4373333333333 772.4373333333333 -42.6666666666666 725.3333333333333 -42.6666666666666C678.2293333333333 -42.6666666666666 640 -4.4373333333333 640 42.6666666666667C640 89.7706666666667 678.2293333333333 128 725.3333333333333 128z" />
36
- </font>
37
- </defs>
38
- </svg>
@@ -1,29 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="Crew Control" horiz-adv-x="1024">
7
- <font-face font-family="Crew Control"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="timeline-week"
13
- unicode="&#xF101;"
14
- horiz-adv-x="1024" d="M184 814.3600005119999A20.482048 20.482048 0 0 1 181.040001024 814.08L20.48 814.08A20.482048 20.482048 0 0 1 0 793.6L0 633.20000512A20.482048 20.482048 0 0 1 0 626.52000256L0 -25.6A20.482048 20.482048 0 0 1 20.48 -46.08L1003.52 -46.08A20.482048 20.482048 0 0 1 1024 -25.6L1024 302.0800000000001L1024 384.43999232L1024 626.31999488A20.482048 20.482048 0 0 1 1024 632.99999744L1024 793.6A20.482048 20.482048 0 0 1 1003.52 814.08L842.84000256 814.08A20.482048 20.482048 0 0 1 839.36 814.3600005119999A20.482048 20.482048 0 0 1 836.4000051200001 814.08L679.00000256 814.08A20.482048 20.482048 0 0 1 675.52 814.3600005119999A20.482048 20.482048 0 0 1 672.56000512 814.08L515.16000256 814.08A20.482048 20.482048 0 0 1 511.68 814.3600005119999A20.482048 20.482048 0 0 1 508.72000512 814.08L351.32000256 814.08A20.482048 20.482048 0 0 1 347.8400000000001 814.3600005119999A20.482048 20.482048 0 0 1 344.88000512 814.08L187.480000512 814.08A20.482048 20.482048 0 0 1 184 814.3600005119999zM40.96 773.12L163.84 773.12L163.84 650.24L40.96 650.24L40.96 773.12zM204.8 773.12L327.68 773.12L327.68 650.24L204.8 650.24L204.8 773.12zM368.64 773.12L491.52 773.12L491.52 650.24L368.64 650.24L368.64 773.12zM532.48 773.12L655.36 773.12L655.36 650.24L532.48 650.24L532.48 773.12zM696.32 773.12L819.2 773.12L819.2 650.24L696.32 650.24L696.32 773.12zM860.16 773.12L983.04 773.12L983.04 650.24L860.16 650.24L860.16 773.12zM40.96 609.28L180.879998976 609.28A20.482048 20.482048 0 0 1 187.559999488 609.28L344.71999488 609.28A20.482048 20.482048 0 0 1 351.39999744 609.28L508.55999488 609.28A20.482048 20.482048 0 0 1 515.23999744 609.28L672.39999488 609.28A20.482048 20.482048 0 0 1 679.07999744 609.28L836.23999488 609.28A20.482048 20.482048 0 0 1 842.91999744 609.28L983.04 609.28L983.04 404.91999232L348.1600000000001 404.91999232A20.482048 20.482048 0 0 1 327.71999744 385.43998976A20.482048 20.482048 0 0 1 327.68 384.43999232L327.68 384L327.68 302.0800000000001A20.48 20.48 0 0 1 340.72000512 282.9999923200001A20.482048 20.482048 0 0 1 340.76000256 282.9999923200001A20.48 20.48 0 0 1 346.72001024 281.63999744A20.482048 20.482048 0 0 1 348.1600000000001 281.6L512 281.6L675.84 281.6L839.6800000000001 281.6L983.04 281.6L983.04 -5.12L40.96 -5.12L40.96 609.28zM102.439999488 568.43999232A20.482048 20.482048 0 0 1 81.959999488 547.9599923200001L81.840001024 466.03999232A20.482048 20.482048 0 0 1 102.320001024 445.55999232L182.88 445.47999744L184.64 445.44L266.12000768 445.36000512A20.482048 20.482048 0 0 1 286.6000076800001 465.80000768L286.68000256 547.72000768A20.482048 20.482048 0 0 1 266.24 568.24000512L184.32 568.3199999999999L102.439999488 568.43999232zM348.1600000000001 568.3199999999999A20.48 20.48 0 0 1 327.68 547.8399999999999A20.48 20.48 0 0 1 348.1600000000001 527.36A20.48 20.48 0 0 1 368.64 547.8399999999999A20.48 20.48 0 0 1 348.1600000000001 568.3199999999999zM512 568.3199999999999A20.48 20.48 0 0 1 491.52 547.8399999999999A20.48 20.48 0 0 1 512 527.36A20.48 20.48 0 0 1 532.48 547.8399999999999A20.48 20.48 0 0 1 512 568.3199999999999zM675.84 568.3199999999999A20.48 20.48 0 0 1 655.36 547.8399999999999A20.48 20.48 0 0 1 675.84 527.36A20.48 20.48 0 0 1 696.32 547.8399999999999A20.48 20.48 0 0 1 675.84 568.3199999999999zM839.6800000000001 568.3199999999999A20.48 20.48 0 0 1 819.2 547.8399999999999A20.48 20.48 0 0 1 839.6800000000001 527.36A20.48 20.48 0 0 1 860.16 547.8399999999999A20.48 20.48 0 0 1 839.6800000000001 568.3199999999999zM122.88 527.4399948800001L182.88 527.39999744L184.64 527.36L245.72000256 527.3200025599999L245.68000512 486.36000256L184.32 486.4L122.840000512 486.47999488L122.88 527.4399948800001zM348.1600000000001 486.4A20.48 20.48 0 0 1 327.68 465.92A20.48 20.48 0 0 1 348.1600000000001 445.44A20.48 20.48 0 0 1 368.64 465.92A20.48 20.48 0 0 1 348.1600000000001 486.4zM512 486.4A20.48 20.48 0 0 1 491.52 465.92A20.48 20.48 0 0 1 512 445.44A20.48 20.48 0 0 1 532.48 465.92A20.48 20.48 0 0 1 512 486.4zM675.84 486.4A20.48 20.48 0 0 1 655.36 465.92A20.48 20.48 0 0 1 675.84 445.44A20.48 20.48 0 0 1 696.32 465.92A20.48 20.48 0 0 1 675.84 486.4zM839.6800000000001 486.4A20.48 20.48 0 0 1 819.2 465.92A20.48 20.48 0 0 1 839.6800000000001 445.44A20.48 20.48 0 0 1 860.16 465.92A20.48 20.48 0 0 1 839.6800000000001 486.4zM184.32 404.48A20.48 20.48 0 0 1 163.84 384A20.48 20.48 0 0 1 184.32 363.52A20.48 20.48 0 0 1 204.8 384A20.48 20.48 0 0 1 184.32 404.48zM368.64 363.95999232L507.84 363.95999232A20.48 20.48 0 0 1 512 363.52A20.48 20.48 0 0 1 516.23999488 363.95999232L671.6800000000001 363.95999232A20.48 20.48 0 0 1 675.84 363.52A20.48 20.48 0 0 1 680.0799948800001 363.95999232L835.52 363.95999232A20.48 20.48 0 0 1 839.6800000000001 363.52A20.48 20.48 0 0 1 843.91999488 363.95999232L983.04 363.95999232L983.04 322.56L839.6800000000001 322.56L675.84 322.56L512 322.56L368.64 322.56L368.64 363.95999232zM184.32 322.56A20.48 20.48 0 0 1 163.84 302.0800000000001A20.48 20.48 0 0 1 184.32 281.6A20.48 20.48 0 0 1 204.8 302.0800000000001A20.48 20.48 0 0 1 184.32 322.56zM184.32 240.64A20.48 20.48 0 0 1 163.84 220.16A20.48 20.48 0 0 1 184.32 199.68A20.48 20.48 0 0 1 204.8 220.16A20.48 20.48 0 0 1 184.32 240.64zM348.1600000000001 240.64A20.48 20.48 0 0 1 327.68 220.16A20.48 20.48 0 0 1 348.1600000000001 199.68A20.48 20.48 0 0 1 368.64 220.16A20.48 20.48 0 0 1 348.1600000000001 240.64zM512 240.64A20.48 20.48 0 0 1 491.52 220.16A20.48 20.48 0 0 1 512 199.68A20.48 20.48 0 0 1 532.48 220.16A20.48 20.48 0 0 1 512 240.64zM675.84 240.64A20.48 20.48 0 0 1 655.36 220.16A20.48 20.48 0 0 1 675.84 199.68A20.48 20.48 0 0 1 696.32 220.16A20.48 20.48 0 0 1 675.84 240.64zM839.6800000000001 240.64A20.48 20.48 0 0 1 819.2 220.16A20.48 20.48 0 0 1 839.6800000000001 199.68A20.48 20.48 0 0 1 860.16 220.16A20.48 20.48 0 0 1 839.6800000000001 240.64zM102.4 158.72A20.482048 20.482048 0 0 1 81.92 138.24L81.92 56.3199999999999A20.482048 20.482048 0 0 1 102.4 35.84L184.32 35.84L348.1600000000001 35.84L512 35.84L675.84 35.84A20.48 20.48 0 0 1 694.92000768 48.9200025599999A20.482048 20.482048 0 0 1 695.56000768 50.84000256A20.48 20.48 0 0 1 696.32 56.3199999999999L696.32 138.24A20.482048 20.482048 0 0 1 696.20000768 140.27999232A20.48 20.48 0 0 1 683.23999744 157.32000768A20.482048 20.482048 0 0 1 681.3199974400001 157.96000768A20.48 20.48 0 0 1 675.84 158.72L512 158.72L348.1600000000001 158.72L184.32 158.72L102.4 158.72zM839.6800000000001 158.72A20.48 20.48 0 0 1 819.2 138.24A20.48 20.48 0 0 1 839.6800000000001 117.76A20.48 20.48 0 0 1 860.16 138.24A20.48 20.48 0 0 1 839.6800000000001 158.72zM122.88 117.76L184.32 117.76L348.1600000000001 117.76L512 117.76L655.36 117.76L655.36 76.8L512 76.8L348.1600000000001 76.8L184.32 76.8L122.88 76.8L122.88 117.76zM839.6800000000001 76.8A20.48 20.48 0 0 1 819.2 56.3199999999999A20.48 20.48 0 0 1 839.6800000000001 35.84A20.48 20.48 0 0 1 860.16 56.3199999999999A20.48 20.48 0 0 1 839.6800000000001 76.8z" />
15
- <glyph glyph-name="sign-up-in-calendar"
16
- unicode="&#xF102;"
17
- horiz-adv-x="1024" d="M245.76 896C223.37406976 896 204.8 877.425926144 204.8 855.04L204.8 814.08L81.92 814.08C58.1632 814.08 40.96 796.8768 40.96 773.12L40.96 -46.08C40.96 -69.8367999999999 58.1632 -87.04 81.92 -87.04L806.28000768 -87.04L765.32000768 -46.08L81.92 -46.08L81.92 588.8L942.08 588.8L942.08 127.79999232L983.04 86.83999232L983.04 773.12C983.04 796.8768 965.8368 814.08 942.08 814.08L819.2 814.08L819.2 855.04C819.2 877.425926144 800.62593024 896 778.24 896L737.28 896C714.89406976 896 696.32 877.425926144 696.32 855.04L696.32 814.08L327.68 814.08L327.68 855.04C327.68 877.425926144 309.10593024 896 286.7200000000001 896L245.76 896zM245.76 855.04L286.7200000000001 855.04L286.7200000000001 732.16L245.76 732.16L245.76 855.04zM737.28 855.04L778.24 855.04L778.24 732.16L737.28 732.16L737.28 855.04zM81.92 773.12L204.8 773.12L204.8 732.16C204.8 709.774073856 223.37406976 691.2 245.76 691.2L286.7200000000001 691.2C309.10593024 691.2 327.68 709.774073856 327.68 732.16L327.68 773.12L696.32 773.12L696.32 732.16C696.32 709.774073856 714.89406976 691.2 737.28 691.2L778.24 691.2C800.62593024 691.2 819.2 709.774073856 819.2 732.16L819.2 773.12L942.08 773.12L942.08 629.76L81.92 629.76L81.92 773.12zM204.8 486.4L204.8 302.0800000000001L515.48000256 302.0800000000001C513.22720256 309.8624 513.24479488 310.69599744 513.03999488 311.7199974400001C512.42559488 314.79199744 512 318.6687999999999 512 322.56C512 329.7280000000001 513.22241024 336.6912 515.68001024 343.04L245.76 343.04L245.76 445.44L778.24 445.44L778.24 343.04L721.52000512 343.04C727.66400512 340.1728 732.9695948799999 336.27039744 737.67999488 331.55999744L767.20001024 302.0800000000001L819.2 302.0800000000001L819.2 486.4L204.8 486.4zM573.47999744 343.04C562.15455744 343.04 552.96 333.86496 552.96 322.56C552.96 321.29024 553.0947174400001 320.06782976 553.3199974400001 318.8799897600001C553.54527744 317.65121024 580.9654374400001 218.1411225599999 587.5599974400001 194.20000256C588.50207744 190.8003225600001 590.26143232 187.7590425599999 592.75999232 185.24000256L880.52000768 -103.52001024C913.3289676800002 -136.1855897600001 966.61151744 -136.16607232 999.39999744 -103.4799923200001C1017.85247744 -87.13695232 1024 -64.65855488 1024 -44.23999488C1024 -23.8214348800001 1015.79649024 -5.4630400000001 1001.44001024 10.88L708.83999744 302.5199923200001C706.3823974400001 304.97759232 703.3782476800001 306.75744768 700.04000768 307.72000768C676.73376768 314.35552768 580.86592512 341.71136 579.76000512 342.0800000000001C577.77344512 342.6944 575.67135744 343.04 573.47999744 343.04zM602.91999744 292.8399974400001C616.3343974400001 288.9897574400001 634.99902976 283.6313497600001 660.63998976 276.32001024L618.9599948800001 234.48000512C613.36895488 254.79616512 607.60991744 275.80063744 602.91999744 292.8399974400001zM697.84000512 255.64000256L942.96000512 11.31999232L883.52 -48.39999488L639.20001024 196.72000512L697.84000512 255.64000256zM204.8 240.64L204.8 56.3199999999999L663.36 56.3199999999999L622.60000768 97.28L245.76 97.28L245.76 199.68L543.51998976 199.68C539.2191897600001 215.4496 535.35199232 229.1711999999999 532.27999232 240.64L204.8 240.64zM971.87999744 -17.67999488C979.31423744 -26.60927488 982.96000512 -35.3507123200001 982.96000512 -44.27999232C983.00096512 -56.89567232 979.34751744 -66.49120768 972.19999744 -72.84000768L971.31999232 -73.63999744L970.44000768 -74.52000256C954.58848768 -90.3100825600001 929.53503744 -91.02495744 912.67999744 -77.15999744L971.87999744 -17.67999488z" />
18
- <glyph glyph-name="replicate-rows"
19
- unicode="&#xF103;"
20
- horiz-adv-x="1024" d="M81.92 711.6800000000001A20.482048 20.482048 0 0 1 61.44 691.2L61.44 322.56A20.482048 20.482048 0 0 1 81.92 302.0800000000001L225.28 302.0800000000001L225.28 179.1999999999999A20.482048 20.482048 0 0 1 245.76 158.72L552.96 158.72L573.44 158.72L587.72000768 158.72C592.7990476800001 173.0355199999999 599.06430976 186.71616 606.56001024 199.68L573.44 199.68L552.96 199.68L266.24 199.68L266.24 527.36L774.79999488 527.36A20.482048 20.482048 0 0 1 781.47999744 527.36L921.6 527.36L921.6 322.56L921.6 300.00001024C936.07936 293.36449024 949.76 285.33600256 962.56 276.12000256L962.56 343.04L962.56 547.8399999999999A20.482048 20.482048 0 0 1 942.08 568.3199999999999L798.72 568.3199999999999L798.72 691.2A20.482048 20.482048 0 0 1 778.24 711.6800000000001L81.92 711.6800000000001zM102.4 670.72L757.76 670.72L757.76 568.3199999999999L245.76 568.3199999999999A20.482048 20.482048 0 0 1 225.28 547.8399999999999L225.28 343.04L102.4 343.04L102.4 670.72zM819.2 281.6C706.5600000000001 281.6 614.4 189.44 614.4 76.8C614.4 -35.84 706.5600000000001 -128 819.2 -128C931.84 -128 1024 -35.84 1024 76.8C1024 189.44 931.84 281.6 819.2 281.6zM819.2 240.64C909.312 240.64 983.04 166.9119999999999 983.04 76.8C983.04 -13.312 909.312 -87.04 819.2 -87.04C729.0880000000001 -87.04 655.36 -13.312 655.36 76.8C655.36 166.9119999999999 729.0880000000001 240.64 819.2 240.64zM819.2 197.64000768C806.912 197.64000768 798.72 189.4480076800001 798.72 177.1600076799999L798.72 97.28L718.8399923200001 97.28C706.55199232 97.28 698.3599923200001 89.088 698.3599923200001 76.8C698.3599923200001 64.5119999999999 706.55199232 56.3199999999999 718.8399923200001 56.3199999999999L798.72 56.3199999999999L798.72 -23.56000768C798.72 -35.84800768 806.912 -44.04000768 819.2 -44.04000768C831.488 -44.04000768 839.6800000000001 -35.84800768 839.6800000000001 -23.56000768L839.6800000000001 56.3199999999999L919.56000768 56.3199999999999C931.84800768 56.3199999999999 940.04000768 64.5119999999999 940.04000768 76.8C940.04000768 89.088 931.84800768 97.28 919.56000768 97.28L839.6800000000001 97.28L839.6800000000001 177.1600076799999C839.6800000000001 189.4480076800001 831.488 197.64000768 819.2 197.64000768z" />
21
- <glyph glyph-name="undelete"
22
- unicode="&#xF104;"
23
- horiz-adv-x="1024" d="M157.839998976 767.119998976L128.880001024 738.1600010239999L483.04001024 384L128.880001024 29.83999488L157.839998976 0.88000512L512 355.04001024L658.88 208.15998976L687.84001024 237.12L540.95998976 384L895.11999488 738.1600010239999L866.16000512 767.119998976L512 412.9599897600001L157.839998976 767.119998976zM777.84000512 261.32000768A20.482048 20.482048 0 0 1 763.76000512 255.1199948800001L663.15999232 154.52000256A20.482048 20.482048 0 0 1 663.07999744 121.99999488A20.482048 20.482048 0 0 1 663.19998976 121.92L763.76000512 21.36000512A20.482048 20.482048 0 1 1 792.7199948800001 50.31999488L725.27998976 117.76L880.64 117.76C937.44467968 117.76 983.04 72.16467968 983.04 15.36C983.04 -41.44467968 937.44467968 -87.04 880.64 -87.04L696.32 -87.04A20.482048 20.482048 0 1 1 696.32 -128L880.64 -128C956.8155648 -128 1018.14956032 -67.57679104 1022.43999744 7.56000768A20.482048 20.482048 0 0 1 1024 15.36C1024 94.29676032 959.57676032 158.72 880.64 158.72L725.27998976 158.72L792.7199948800001 226.16000512A20.482048 20.482048 0 0 1 777.84000512 261.32000768z" />
24
- <glyph glyph-name="flight-crew"
25
- unicode="&#xF105;"
26
- horiz-adv-x="1024" d="M273.39999232 773.12C223.92205312 773.12 168.876664832 754.488354816 124.16 728.8C101.80166656 715.955822592 82.113230848 701.317173248 67.160000512 685.1999948800001C52.206768128 669.0828288 40.96 650.97179136 40.96 629.76C40.96 601.80373504 58.707396608 581.4897459199999 73.639999488 566.55998976C88.572604416 551.63025408 103.399999488 541.76 103.399999488 541.76A20.485124096 20.485124096 0 0 1 106.08 540.27999232C107.375040512 530.66182656 108.441602048 522.82013696 109.92 512.43999232C112.017240064 497.7148518399999 114.133628928 487.06842624 116.519999488 476.44000256C107.918403584 466.61879808 100.120336384 453.25119488 102.56 432.99999744C106.567933952 399.56539392 120.666916864 381.78050048 137.520001024 371.9999897600001C139.782057984 355.45698304 142.698678272 338.81905152 147.440001024 324.72000512C151.3547264 313.07894784 156.181131264 303.1372800000001 163.84 294.5199923200001C163.864467456 278.20044288 163.85568768 260.6981119999999 163.84 243.27999488A20.482048 20.482048 0 0 1 163.84 238.56001024C163.8344704 235.9820492800001 163.851597824 233.7209139200001 163.84 231.07999744C144.540073984 218.00224768 123.488401408 204.07678976 115.52 198.8800102399999C75.7888 192.53121024 34.4064 173.68799232 0 146.03999232L0 90.12000768C29.254373376 123.1984844800001 71.229937664 148.53634048 116 157.12L190.320001024 82.8000051199999A20.482048 20.482048 0 0 1 219.27999488 82.8000051199999L258.07998976 121.63999744L259.4000076800001 118.24001024L230.96000512 15.36L0 15.36L0 -25.6L614.4 -25.6L1024 -25.6L1024 15.36L778.03999232 15.36L795.91999488 59.12000512L964.48 117.2399923200001C986.28927488 107.1608422400001 1007.09914624 95.83710208 1024 80.67999744L1024 131.87999744C998.6048 148.0591974399999 970.95999488 159.55040256 945.35999488 170.20000256C907.06239488 186.17440256 873.6927948800001 200.08159232 861.1999948800001 222.19999232C978.75519488 234.89759232 1003.52 255.1808 1003.52 281.6C1003.52 287.3344 1001.06080256 292.86879232 996.76000256 296.7599923200001C985.08640256 307.40959232 983.23838976 350.43198976 981.60001024 388.32001024C978.9416448 447.15819008 975.59734272 522.7922227199999 938.80000512 577.67999488A20.482048 20.482048 0 0 1 941.79999744 592.1599897599999C941.79999744 592.1599897599999 936.58568704 623.89563392 926.4 656.35999744C921.30715648 672.5921791999999 915.08656128 689.09412352 906.56 703.119998976C898.03343872 717.145874432 885.60019456 732.16 864.96 732.16C859.55895296 732.16 854.72380928 730.947817472 850.12000768 729.319999488C827.58856704 748.7961088 792.19103744 773.12 747.52 773.12C702.83532288 773.12 667.4461491200001 748.794015744 644.91999232 729.319999488C640.31598592 730.947909632 635.48080128 732.16 630.08 732.16C609.43980544 732.16 597.00656128 717.145874432 588.48 703.119998976C579.95343872 689.09412352 573.7328435200001 672.5921791999999 568.64 656.35999744C558.45431296 623.89563392 553.24000256 592.16001024 553.24000256 592.1599897599999A20.482048 20.482048 0 0 1 558.28000768 575.00000256C532.09595904 518.7470745599999 525.44464896 452.05823488 520.20000768 397.92001024C516.10400768 354.0928102400001 511.7920051200001 308.8384 498.48000512 296.9600000000001C493.97440512 293.0688 491.52 287.5392 491.52 281.6C491.52 238.3872 550.72319488 231.83679488 625.67999488 223.43999488C628.34239488 223.0303948799999 631.2127897600001 222.8096000000001 634.08001024 222.4C622.20161024 200.8960000000001 587.57439488 186.56 551.11999488 171.1999999999999C544.13115392 168.32223232 537.0501939200001 165.32047872 529.99999488 162.31999488C500.89060352 180.9314406399999 468.72027136 193.8588672 437.44 198.8800102399999C429.47160064 204.07678976 408.41992192 218.00224768 389.12 231.07999744C389.1088384 233.62205696 389.12550912 235.79641856 389.12 238.28000768A20.482048 20.482048 0 0 1 389.12 243.48000256C389.1053772800001 260.82045952 389.09605888 278.26413568 389.12 294.5199923200001C396.77876224 303.1368703999999 401.6052633600001 313.0809344 405.51999488 324.72000512C410.25748992 338.8052275199999 413.1775078400001 355.43816192 415.4399948800001 371.95999232C432.28960768 381.73349888 446.38517248 399.54577408 450.40001024 432.96L450.40001024 432.99999744C452.82101248 453.21826304 445.02980608 466.58564096 436.44000256 476.40000512C438.82555392 487.03145984 440.94224384 497.7091584 443.0399897600001 512.43999232C444.87309312 525.31218432 446.28764672 535.81010944 447.79999232 546.9599948800001C454.471168 551.23771392 463.26933504 557.25828096 472.96 565.40000256C490.53300736 580.1641779199999 512 599.84023552 512 629.76C512 651.37117184 500.0891392 669.45619968 484.51999744 685.51999488C468.95085568 701.58381056 448.49424384 716.124428288 425.39999232 728.920000512C379.21150976 754.51114496 322.877952 773.12 273.39999232 773.12zM273.39999232 732.16C312.02701312 732.16 364.7084953600001 715.754135552 405.5599923200001 693.12C425.98576128 681.8029363200001 443.55569664 668.93170688 455.11999488 656.99999744C466.68429312 645.0682879999999 471.04 634.57826816 471.04 629.76C471.04 624.7492608 461.795328 610.5837568 448.92000256 599.00000256C444.67974144 617.29384448 431.69714176 632.7928832 413.40000256 639.0799974399999L391.07999744 646.75999744C353.90171136 659.55125248 315.19219712 665.92 276.48 665.92C237.7678028800001 665.92 199.05829888 659.55125248 161.880000512 646.75999744L139.559999488 639.0799974399999C119.985360896 632.3440230399999 106.294687744 615.1011737599999 103.119998976 595.12000512C102.934831104 595.30326016 102.785159168 595.37487872 102.599999488 595.55999744C90.857404416 607.30034176 81.92 622.47018496 81.92 629.76C81.92 634.97764864 86.17947136 645.44165888 97.200001024 657.31999744C108.220526592 669.19835648 124.944570368 682.0115456 144.560001024 693.28C183.790854144 715.816925184 234.772992 732.16 273.39999232 732.16zM747.52 732.16C772.4381184 732.16 798.3165030399999 717.6684544 816.99999744 703.4800005120001C811.35409152 696.889004032 805.9649228799999 690.19787264 800.64 683.76000512C784.55498752 664.31309824 770.29828608 650.24 747.52 650.24C724.74171392 650.24 710.48695808 664.31369216 694.4 683.76000512C689.07444224 690.19766784 683.68572416 696.8889343999999 678.0400025600001 703.4800005120001C678.0400025600001 703.4800005120001 678.08 703.52 678.08 703.52C696.7583744000001 717.709164544 722.5831014400001 732.16 747.52 732.16zM630.8399923200001 690.91999744C632.33173504 690.69336576 634.98907648 689.6329932799999 640.35999744 684.31998976C646.41855488 678.32686592 653.94139136 668.43684864 662.8399923200001 657.67999488C680.63719424 636.16630784 707.05604608 609.28 747.52 609.28C787.9839539200001 609.28 814.40598016 636.16690176 832.20000768 657.67999488C841.0970112 668.4365414399999 848.6215884800001 678.32774656 854.68000256 684.31998976C860.05078016 689.6321536 862.7033088 690.69320192 864.20000768 690.91999744C864.54151168 690.34620928 867.5497779200001 688.436736 871.56000768 681.84000512C877.03984128 672.82587648 882.7744460800001 658.6078208 887.32000256 644.12000256C894.24795648 622.03885568 896.26411008 608.85815296 898.03999232 599.39999744C881.07544576 589.1685171199999 810.59801088 547.8399999999999 747.52 547.8399999999999C684.4419891200001 547.8399999999999 613.96455424 589.1685171199999 597.00000768 599.39999744C598.77582848 608.85815296 600.79204352 622.03885568 607.71999744 644.12000256C612.26555392 658.6078208 618.0001587200001 672.82587648 623.4799923200001 681.84000512C627.49028352 688.43675648 630.4985088 690.3462297599999 630.8399923200001 690.91999744zM276.48 624.99999744C310.67660288 624.99999744 344.8762163200001 619.31370496 377.7599897600001 608L400.07999488 600.3199999999999C404.53767168 598.7883008 406.7419750400001 593.8738585599999 407.88000768 588.8L145.080000512 588.8C146.220593152 593.8758656 148.442855424 598.79309312 152.880001024 600.3199999999999L175.2 608C208.08378368 619.31370496 242.28339712 624.99999744 276.48 624.99999744zM904.71999488 554.76000768C931.73942272 514.43652608 937.60206848 454.94417408 940.64001024 386.67999232C942.48321024 343.0575923199999 944.14239744 306.80639488 956.83999744 282.63999488C944.75679744 277.3151948799999 914.02559488 268.0832000000001 837.8399948800001 261.12C831.90079488 260.5056 826.76160512 257.42559232 823.28000512 252.91999232C819.79840512 248.20959232 818.37119488 242.2943948800001 819.59999488 236.55999488C820.2143948800001 233.48799488 820.0095948799999 230.8015923200001 819.59999488 227.31999232C819.5290931200001 226.4691097599999 819.54240512 225.68239104 819.48000256 224.84000768L747.52 48.99999744L676.12000256 223.5199897600001C676.5895475200001 229.82295552 676.5027328 234.7438899199999 676.04000768 238.60000768C676.04000768 239.21440768 675.84 239.8208 675.84 240.64C675.84 251.0848 668.04000768 259.6911923199999 657.80000768 260.91999232C648.37920768 262.14879232 639.17119488 263.17600768 630.15999488 264.20000768C598.82559488 267.68160768 553.78880512 272.57759744 537.20000512 280.3599974400001C552.56000512 305.55039744 556.44960768 345.50239232 561.16000768 394.03999232C566.3874867200001 448.6581248 571.79400192 506.5816268799999 592.56000512 553.48000768C627.52571392 534.2940364799999 687.73025792 506.88 747.52 506.88C808.7079936 506.88 870.18287104 535.54827264 904.71999488 554.76000768zM153.799999488 547.8399999999999L399.84001024 547.8399999999999C397.96772864 544.646656 400.13922304 545.04392704 396.64001024 541.23999232C382.5242521600001 525.8946969599999 351.1030579200001 506.88 277.44 506.88C203.776933888 506.88 171.7237248 525.8773094400001 157.080000512 541.40000256C153.577304064 545.11294464 155.748554752 544.69982208 153.799999488 547.8399999999999zM155.04 492.16C181.66879232 476.89078784 220.60490752 465.92 277.44 465.92C333.12393216 465.92 371.4463744 476.40571904 397.7999974400001 491.23999744C397.00815872 487.0891724799999 395.52937984 477.7499648 395.3199923200001 477.12L390.15999488 461.64000768L404.12000256 453.15999744C405.33221376 452.42374144 411.27712768 450.47324672 409.7599897600001 437.87999232C405.78496512 404.7196160000001 389.82520832 402.52479488 395.2 402.95999488L378.27999744 401.6L376.47998976 384.75999232C374.6816409600001 367.9690547200001 371.00867584 350.62974464 366.68000256 337.76001024C362.35132928 324.89025536 353.99651328 317.50772736 359.1199948800001 320.20000768L348.1600000000001 314.44000768L348.1600000000001 302.0800000000001C348.1600000000001 284.89259008 348.16032768 265.9913113600001 348.1600000000001 247.43999488C344.7841996800001 242.84307456 338.6195968 234.87348736 327.88000768 224.96C313.1631616 211.37522688 293.888 199.68 276.48 199.68C259.072 199.68 239.7968384 211.37522688 225.07999232 224.96C214.3404032 234.87348736 208.17580032 242.84307456 204.8 247.43999488C204.799678464 265.99129088 204.8 284.89259008 204.8 302.0800000000001L204.8 314.44000768L193.840001024 320.20000768C198.96348672 317.50772736 190.608683008 324.8879820800001 186.279999488 337.76001024C181.951318016 350.63201792 178.27847168 367.95848704 176.48 384.75999232L174.680000512 401.63999744L157.76 402.99999232C163.134797824 402.56479232 147.175061504 404.7196160000001 143.2 437.87999232C141.682890752 450.47324672 147.627737088 452.46369792 148.839999488 453.19999488L162.800001024 461.68000512L157.639999488 477.15999744C157.42045184 477.8195968 155.908517888 487.5726643199999 155.04 492.16zM191.719999488 200.5200076799999C193.613041664 198.6242969600001 195.243464704 196.7968051200001 197.319999488 194.88C209.47154944 183.6631859199999 226.33232384 173.72444672 245.19999488 166.75999744L245.15999744 166.6800025599999L204.8 126.23998976L155.000000512 176.03999744C165.85344 183.14104832 174.569887744 188.7882035199999 191.719999488 200.5200076799999zM361.24000256 200.47998976C378.38235648 188.75396096 387.1120179200001 183.1374847999999 397.96000768 176.03999744L348.1600000000001 126.23998976L307.7200076800001 166.72C326.60770816 173.6819711999999 343.4788044800001 183.65425664 355.6399923200001 194.88C357.7091276800001 196.7899648 359.3530368 198.59091456 361.24000256 200.47998976zM650.20000256 178.67999232L678.47999488 109.55999232L585.56000256 141.59998976C610.1963776 152.2077696 633.15331072 163.4441216 650.20000256 178.67999232zM844.83999744 178.63999488C861.7563545600001 163.26455296 884.44954624 151.9549030400001 908.91999232 141.40000256L816.56000512 109.55999232L844.83999744 178.63999488zM437.04000512 157.19999488C512.28325888 142.77216256 579.70067456 79.98900224 591.88000768 15.36L321.9999948800001 15.36L293.51999488 118.24001024L294.83999232 121.63999744L333.68000512 82.8000051199999A20.482048 20.482048 0 0 1 362.63999488 82.8000051199999L437.04000512 157.19999488zM602.9599948800001 92.27999232L699.12000512 59.12000512L717.00000768 15.36L633.48000768 15.36C629.8095411200001 42.9600767999999 618.76785152 68.8991232 602.9599948800001 92.27999232z" />
27
- </font>
28
- </defs>
29
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="CblCrewControlReact" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="icons8-save" d="M753.68 878.080c5.44 0 10.64-2.16 14.48-6l167.92-167.92c3.84-3.84 6-9.040 6-14.48v-275.76c-12.72 10.080-26.4 18.96-40.96 26.48v240.8l-143.36 143.36v-233.2c0-33.68-27.76-61.44-61.44-61.44h-389.12c-33.68 0-61.44 27.76-61.44 61.44v245.76h-102.4c-11.36 0-20.48-9.12-20.48-20.48v-737.28c0-11.36 9.12-20.48 20.48-20.48h102.4v307.2c0 33.68 27.76 61.44 61.44 61.44h348.56c-17.76-11.6-33.92-25.36-48.080-40.96h-300.48c-11.36 0-20.48-9.12-20.48-20.48v-307.2h318.96c13.76-15.52 29.44-29.28 46.72-40.96h-509.040c-33.68 0-61.44 27.76-61.44 61.44v737.28c0 33.68 27.76 61.44 61.44 61.44zM286.72 591.36c0-11.36 9.12-20.48 20.48-20.48h389.12c11.36 0 20.48 9.12 20.48 20.48v245.76h-430.080zM655.36 796.16c11.28 0 20.48-9.2 20.48-20.48v-143.36c0-11.28-9.2-20.48-20.48-20.48h-61.44c-11.28 0-20.48 9.2-20.48 20.48v143.36c0 11.28 9.2 20.48 20.48 20.48zM614.4 652.8h20.48v102.4h-20.48zM204.8 140.8v-40.96h-40.96v40.96zM789.44 16.8c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8zM789.44 385.44c-90.080 0-163.84-73.76-163.84-163.84s73.76-163.84 163.84-163.84c90.16 0 163.84 73.76 163.84 163.84s-73.68 163.84-163.84 163.84zM908.24 289.2l-30.72 26.64-110.56-129.040-67.6 51.2-24.56-32.8 96.24-73.68z" />
11
- <glyph unicode="&#xe901;" glyph-name="icons8-undo" d="M344.32 896.64c-4.48-0.8-8.48-3.040-11.52-6.4l-223.36-222.72-14.080-14.72 14.080-14.72 223.36-222.72c4.96-6.080 12.88-8.88 20.56-7.12 7.6 1.76 13.6 7.76 15.36 15.36 1.76 7.68-1.040 15.6-7.12 20.56l-188.16 188.16h318.080c123.040 0 209.76-31.12 265.6-81.28s82.56-120.16 82.56-205.44c0-170.96-78.72-296.32-78.72-296.32-4.56-6.16-5.36-14.4-1.92-21.28 3.44-6.96 10.4-11.36 18.080-11.44s14.8 4.16 18.4 10.96c0 0 85.12 134.48 85.12 318.080 0 94.080-30.72 177.52-96 236.16s-163.12 91.52-293.12 91.52h-318.080l188.16 188.16c6.64 6.16 8.4 15.92 4.4 24-3.92 8.16-12.8 12.64-21.68 11.2zM581.12 58.48c-112.64 0-204.8 92.16-204.8 204.8s92.16 204.8 204.8 204.8c112.64 0 204.8-92.16 204.8-204.8s-92.16-204.8-204.8-204.8zM581.12 427.12c-90.16 0-163.84-73.76-163.84-163.84s73.68-163.84 163.84-163.84c90.080 0 163.84 73.76 163.84 163.84s-73.76 163.84-163.84 163.84zM699.92 330.88l-30.72 26.64-110.64-129.040-67.6 51.2-24.56-32.8 96.24-73.68z" />
12
- </font></defs></svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="CblDutyIcon" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="icons8-duty-free" d="M716.8 734.72v-40.96h161.68l39.52-345.92c-13.68 5.68-28 10.080-42.8 13.2l-33.36 291.76h-125.040v-46.64c12.16-7.12 20.48-20.16 20.48-35.28 0-22.64-18.32-40.96-40.96-40.96s-40.96 18.32-40.96 40.96c0 15.12 8.32 28.16 20.48 35.28v46.64h-327.68v-46.64c12.16-7.12 20.48-20.16 20.48-35.28 0-22.64-18.32-40.96-40.96-40.96s-40.96 18.32-40.96 40.96c0 15.12 8.32 28.16 20.48 35.28v46.64h-125.040l-77.28-675.84h521.040c10.88-15.040 23.36-28.72 37.28-40.96h-604.24l86.56 757.76h161.68v40.96c0 113.36 91.44 204.8 204.8 204.8s204.8-91.44 204.8-204.8zM348.16 734.72v-40.96h327.68v40.96c0 91.44-72.4 163.84-163.84 163.84s-163.84-72.4-163.84-163.84zM573.44 427.52v-102.32l60.24-51.2c-8.56-10.72-16.32-22.080-23.040-34.16l-70.96 60.24c-4.56 3.92-7.2 9.6-7.2 15.6v111.84c0 11.6-8.88 20.48-20.48 20.48s-20.48-8.88-20.48-20.48v-111.84c0-6-2.64-11.68-7.28-15.6l-122.72-104.16 100.72 47.76c6.32 3.040 13.84 2.64 19.76-1.12s9.52-10.32 9.52-17.36v-104.8c0-6.24-2.88-12.16-7.84-16.080l-23.92-18.88 48.88 8.16c2.24 0.4 4.48 0.4 6.72 0l48.88-8.16-23.92 18.88c-4.96 3.92-7.84 9.84-7.84 16.080v104.8c0 7.040 3.6 13.6 9.52 17.36s13.44 4.16 19.76 1.12l40.88-19.36c-5.84-12.32-10.64-25.2-14.32-38.56l-14.88 7.040v-62.48l6.080-4.72c-0.080-1.76-0.080-3.44-0.080-5.2 0-28.48 4.88-55.84 13.92-81.36l-81.36 13.52-97.12-16.16c-6-0.96-12.080 0.72-16.64 4.64-4.56 3.84-7.2 9.6-7.2 15.6v16.72c-0.080 6.32 2.8 12.24 7.76 16.080l51.76 40.88v62.48l-114.080-54.16c-6.32-2.96-13.84-2.56-19.76 1.2s-9.52 10.32-9.52 17.36v36.8c0 6.080 2.64 11.76 7.28 15.6l136.080 115.52v102.4c0 33.68 27.76 61.44 61.44 61.44s61.44-27.76 61.44-61.44zM946 120.4c0-12.32-8.16-20.48-20.48-20.48h-79.84v-79.84c0-12.32-8.16-20.48-20.48-20.48s-20.48 8.16-20.48 20.48v79.84h-79.84c-12.32 0-20.48 8.16-20.48 20.48s8.16 20.48 20.48 20.48h79.84v79.84c0 12.32 8.16 20.48 20.48 20.48s20.48-8.16 20.48-20.48v-79.84h79.84c12.32 0 20.48-8.16 20.48-20.48zM1030 120.4c0-112.64-92.16-204.8-204.8-204.8s-204.8 92.16-204.8 204.8c0 112.64 92.16 204.8 204.8 204.8s204.8-92.16 204.8-204.8zM989.040 120.4c0 90.080-73.76 163.84-163.84 163.84s-163.84-73.76-163.84-163.84c0-90.080 73.76-163.84 163.84-163.84s163.84 73.76 163.84 163.84z" />
11
- </font></defs></svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="SessionWarning" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="SessionWarning" d="M488.243 266.138h47.309c4.301 0 6.963 3.277 6.963 7.782v296.141c0 4.301-2.662 6.963-6.963 6.963h-47.309c-4.301 0-6.963-2.662-6.963-6.963v-296.346c0-4.301 2.662-7.578 6.963-7.578zM1021.542 32.461l-15.565 26.829c-3.482 8.192-7.782 15.36-12.698 21.914l-12.288 21.504c-1.638-1.229-3.277-2.253-4.915-3.482-14.541 12.083-31.334 20.89-48.128 28.058-20.070 8.602-39.731 15.77-54.886 23.347-14.541 7.373-23.757 14.746-27.853 24.166-1.229 15.77-1.229 28.262-1.229 43.213 1.638 1.843 3.686 2.867 5.325 4.915 3.277 4.506 6.349 10.24 9.421 16.179 5.12 10.445 8.806 23.142 10.854 35.84 3.686 2.048 7.782 2.458 10.854 6.349 5.734 7.373 9.83 18.022 11.674 32.768 1.638 13.107-2.867 21.914-8.192 28.672 5.939 19.046 13.312 49.971 10.854 81.715-1.434 17.408-5.734 34.611-16.179 48.947-9.421 13.107-24.986 22.733-44.442 26.624-12.698 16.384-35.43 22.528-61.645 22.528h-0.41c-11.469-0.205-21.914-1.638-31.539-3.482l-210.534 364.544c-4.096 7.578-12.698 11.674-21.094 10.24-6.144-1.024-11.674-4.71-14.746-10.24l-491.52-851.149c-3.686-6.349-3.686-14.336 0-20.48 3.686-6.349 10.445-10.24 17.818-10.24h983.040c7.373 0 14.131 3.891 17.818 10.24s3.686 14.131 0.205 20.48zM772.506 498.586c0.205 0 0.205 0 0.41 0 24.166 0 39.936-7.168 44.442-14.95l3.072-4.915 5.734-0.819c16.794-2.253 26.419-9.011 33.178-18.432s10.445-22.528 11.674-36.864c2.253-28.877-6.144-62.464-11.264-78.234l-3.072-9.421 8.192-4.915c-0.614 0.41 4.71-3.072 3.482-13.107-1.434-11.878-4.301-18.022-6.349-20.685-2.253-2.867-3.277-2.662-3.482-2.662l-10.24-0.819-1.229-9.83c-1.229-10.445-5.325-23.142-10.24-33.178-2.458-4.915-4.915-9.421-7.168-12.493s-4.506-4.71-3.482-4.096l-6.349-3.482v-6.963c0-17.408-0.614-31.744 1.229-52.019v-1.434l0.819-1.434c6.963-18.432 22.733-30.106 40.346-38.707 17.408-8.806 37.683-15.155 56.525-23.347 13.107-5.734 25.395-12.288 36.045-20.070-2.867-1.638-5.734-3.482-8.602-4.915l21.914-37.888h-405.504c3.686 12.902 9.421 23.552 17.613 31.949 12.902 12.902 30.31 22.733 49.357 30.925s38.912 14.541 56.525 23.347c17.613 8.806 33.792 20.275 40.55 38.707l0.819 3.072c1.843 20.275 1.229 34.406 1.229 52.019v7.168l-6.349 3.482c1.024-0.614-1.434 1.024-3.686 4.096s-5.12 7.373-7.578 12.493c-4.915 10.035-9.011 22.733-10.24 33.178l-1.229 9.83-10.24 0.819c0 0-1.229-0.205-3.482 2.662s-4.915 8.806-6.349 20.685c-1.229 10.035 3.891 13.517 3.482 13.107l7.987 4.915-2.253 8.602c-11.264 43.622-13.312 83.354-1.434 110.182 5.53 12.698 13.926 22.938 26.214 30.515l0.205-0.41c2.458 1.638 5.325 3.072 7.782 4.71 12.493 5.53 29.082 9.011 50.995 9.626zM512 832.41l189.235-327.885c-16.998-10.24-29.286-24.166-36.659-41.165-14.746-33.587-11.469-76.186-0.819-120.013-5.734-6.758-10.24-15.77-8.602-29.286 1.843-14.746 5.939-25.395 11.674-32.768 3.277-4.096 7.373-4.506 11.264-6.349 2.048-12.698 5.734-25.19 10.854-35.84 3.072-6.144 6.349-11.674 9.83-16.179 1.434-2.048 3.686-3.277 5.325-4.915 0-14.95 0.205-27.238-1.229-42.803-3.891-9.421-13.107-16.998-27.853-24.371-15.36-7.578-35.226-14.746-55.296-23.347s-40.755-19.251-57.139-35.84c-12.493-12.493-22.118-28.672-26.829-48.947h-479.437l455.68 789.709zM536.986 139.366c4.301 0 6.963 2.662 6.963 6.963v53.862c0 4.301-2.662 6.963-6.963 6.963h-49.971c-1.024 0-2.253 0.41-3.277 0-2.662-1.024-3.891-3.686-3.891-6.963v-53.658c0-4.301 2.662-6.963 6.963-6.963h50.176z" />
11
- <glyph unicode="&#xe901;" glyph-name="visibleSave" d="M753.68 878.080c5.44 0 10.64-2.16 14.48-6l167.92-167.92c3.84-3.84 6-9.040 6-14.48v-351.84c-12.8 9.52-26.48 18.8-40.96 27.44v315.92l-143.36 143.36v-233.2c0-33.68-27.76-61.44-61.44-61.44h-389.12c-33.68 0-61.44 27.76-61.44 61.44v245.76h-102.4c-11.36 0-20.48-9.12-20.48-20.48v-737.28c0-11.36 9.12-20.48 20.48-20.48h102.4v307.2c0 33.68 27.76 61.44 61.44 61.44h409.6c15.28 0 29.36-5.68 40.16-15.12-5.36 0.32-10.8 0.48-16.24 0.48-42.88 0-82.8-10.4-118.88-26.32h-314.64c-11.36 0-20.48-9.12-20.48-20.48v-307.2h233.040c16.96-14.16 36-28.24 56.8-40.96h-433.2c-33.68 0-61.44 27.76-61.44 61.44v737.28c0 33.68 27.76 61.44 61.44 61.44zM286.72 591.36c0-11.36 9.12-20.48 20.48-20.48h389.12c11.36 0 20.48 9.12 20.48 20.48v245.76h-430.080zM655.36 796.16c11.28 0 20.48-9.2 20.48-20.48v-143.36c0-11.28-9.2-20.48-20.48-20.48h-61.44c-11.28 0-20.48 9.2-20.48 20.48v143.36c0 11.28 9.2 20.48 20.48 20.48zM614.4 652.8h20.48v102.4h-20.48zM204.8 140.8v-40.96h-40.96v40.96zM740.72 8.24c-153.84 0-275.2 163.92-279.28 169.92l-8.080 12.16 8.080 12.16c4.080 6.080 125.44 170 279.28 170 153.76 0 275.2-163.92 279.2-170l8.080-12.16-8.080-12.16c-4-6-125.44-169.92-279.2-169.92zM503.92 190.32c30.4-36.4 125.44-141.6 236.8-141.6 111.28 0 208.4 105.2 236.72 141.6-28.32 36.4-125.44 141.68-236.72 141.68-111.36 0-208.48-105.28-236.8-141.68zM740.72 68.96c-66.8 0-121.44 54.56-121.44 121.36s54.64 121.44 121.44 121.44c66.72 0 121.36-54.64 121.36-121.44s-54.64-121.36-121.36-121.36zM740.72 271.28c-44.56 0-80.96-36.4-80.96-80.96 0-44.48 36.4-80.96 80.96-80.96 44.48 0 80.88 36.48 80.88 80.96 0 44.56-36.4 80.96-80.88 80.96zM700.24 190.32c0-22.24 18.16-40.48 40.48-40.48 22.24 0 40.4 18.24 40.4 40.48s-18.16 40.48-40.4 40.48c-22.32 0-40.48-18.24-40.48-40.48z" />
12
- </font></defs></svg>
@@ -1,26 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="cblDuty" horiz-adv-x="1024">
7
- <font-face font-family="cblDuty"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="duty-free"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M512 875.52C398.6773401600001 875.52 307.2 784.042665984 307.2 670.72L307.2 629.76L145.560000512 629.76L143.480000512 611.5999948799999L58.959998976 -128L965.04000512 -128L878.4399974400001 629.76L716.8000000000001 629.76L716.8000000000001 670.72C716.8000000000001 784.042665984 625.32265984 875.52 512 875.52zM512 834.56C603.47734016 834.56 675.84 762.197334016 675.84 670.72L675.84 629.76L348.1600000000001 629.76L348.1600000000001 670.72C348.1600000000001 762.197334016 420.52265984 834.56 512 834.56zM182.119999488 588.8L307.2 588.8L307.2 542.15999488C295.00141568 535.06840576 286.7200000000001 522.01361408 286.7200000000001 506.88C286.7200000000001 484.2496 305.0496 465.92 327.68 465.92C350.3104 465.92 368.64 484.2496 368.64 506.88C368.64 522.01361408 360.3585843200001 535.06840576 348.1600000000001 542.15999488L348.1600000000001 588.8L675.84 588.8L675.84 542.15999488C663.64141568 535.06840576 655.36 522.01361408 655.36 506.88C655.36 484.2496 673.6896 465.92 696.32 465.92C718.9504 465.92 737.28 484.2496 737.28 506.88C737.28 522.01361408 728.99858432 535.06840576 716.8000000000001 542.15999488L716.8000000000001 588.8L841.88000256 588.8L919.11999488 -87.04L104.880001024 -87.04L182.119999488 588.8zM512 424.96C478.3110144 424.96 450.56 397.2089856 450.56 363.52L450.56 261.15999744L314.44000768 145.63999744A20.482048 20.482048 0 0 1 307.2 130.03999232L307.2 93.19999488A20.482048 20.482048 0 0 1 336.48001024 74.67999232L450.56 128.84000768L450.56 66.35999232L398.75999744 25.48000768A20.482048 20.482048 0 0 1 391.00000256 9.39999232L391.00000256 -7.36A20.482048 20.482048 0 0 1 414.83999232 -27.5599974400001L512 -11.40000768L609.16000768 -27.5599974400001A20.482048 20.482048 0 0 1 632.99999744 -7.36L632.99999744 9.35999488A20.482048 20.482048 0 0 1 625.24000256 25.44001024L573.44 66.35999232L573.44 128.79998976L687.51998976 74.67999232A20.482048 20.482048 0 0 1 716.8000000000001 93.15999744L716.8000000000001 129.99999488A20.482048 20.482048 0 0 1 709.55999232 145.63999744L573.44 261.15999744L573.44 363.52C573.44 397.2089856 545.6889856 424.96 512 424.96zM512 384C523.5718144 384 532.48 375.0918144 532.48 363.52L532.48 251.67998976A20.482048 20.482048 0 0 1 539.72000768 236.08000512L662.32000512 131.9999897600001L561.76001024 179.72000768A20.482048 20.482048 0 0 1 532.48 161.20000512L532.48 56.43999232A20.482048 20.482048 0 0 1 540.27999232 40.35999744L564.1999974400001 21.47999744L515.3599897600001 29.59998976A20.482048 20.482048 0 0 1 508.64001024 29.59998976L459.80000256 21.4399999999999L483.72000768 40.35999744A20.482048 20.482048 0 0 1 491.52 56.43999232L491.52 161.20000512A20.482048 20.482048 0 0 1 462.23998976 179.72000768L361.56000256 131.95999232L484.27999232 236.08000512A20.482048 20.482048 0 0 1 491.52 251.67998976L491.52 363.52C491.52 375.0918144 500.4281856 384 512 384z" />
15
- <glyph glyph-name="duty-free-2"
16
- unicode="&#xF101;"
17
- horiz-adv-x="1024" d="M512 875.52C399.0323200000001 875.52 307.2 783.68768 307.2 670.72L307.2 629.76L145.6 629.76L58.959998976 -128L965.04000512 -128L878.47999488 629.76L757.76 629.76L757.76 506.88C757.76 472.96512 730.23488 445.44 696.32 445.44C691.75296 445.44 687.35936512 445.99744512 683.12000512 446.96000512L682.88 446.96000512C655.4572800000001 453.12448512 634.88 477.51168 634.88 506.88C634.88 533.5786086400001 652.0352768 556.0922316799999 675.84 564.55999488L675.84 506.88C675.84 495.59552 684.9536 486.4 696.32 486.4C707.6864 486.4 716.8000000000001 495.59552 716.8000000000001 506.88L716.8000000000001 564.55999488L716.8000000000001 629.76L716.8000000000001 670.72C716.8000000000001 783.68768 624.96768 875.52 512 875.52zM512 834.56C602.3168000000001 834.56 675.84 761.0368 675.84 670.72L675.84 629.76L389.12 629.76L389.12 506.88C389.12 472.96512 361.59488 445.44 327.68 445.44C323.11296 445.44 318.71936512 445.99744512 314.48000512 446.96000512L314.31999488 446.96000512C286.8153548800001 453.12448512 266.24 477.51168 266.24 506.88C266.24 533.5786086400001 283.3952768 556.0922316799999 307.2 564.55999488L307.2 506.88C307.2 495.59552 316.39552 486.4 327.68 486.4C338.96448 486.4 348.1600000000001 495.59552 348.1600000000001 506.88L348.1600000000001 564.55999488L348.1600000000001 629.76L348.1600000000001 670.72C348.1600000000001 761.0368 421.6832 834.56 512 834.56zM512 404.48C534.6304 404.48 552.96 386.1504 552.96 363.52L552.96 251.67998976L696.32 130.03999232L696.32 93.15999744L552.96 161.20000512L552.96 56.43999232L612.51999744 9.35999488L612.51999744 -7.36L512 9.35999488L411.48000256 -7.36L411.48000256 9.35999488L471.04 56.43999232L471.04 161.20000512L327.68 93.15999744L327.68 129.99999488L471.04 251.67998976L471.04 363.52C471.04 386.1504 489.3696 404.48 512 404.48z" />
18
- <glyph glyph-name="duty-free-3"
19
- unicode="&#xF102;"
20
- horiz-adv-x="1024" d="M426.6666666666667 810.6666666666666C379.6053333333333 810.6666666666666 341.3333333333333 772.3946666666667 341.3333333333333 725.3333333333334L341.3333333333333 640L128 640L128 85.3333333333334C128 38.1866666666667 166.1866666666667 0 213.3333333333333 0L810.6666666666666 0C857.8133333333333 0 896 38.1866666666667 896 85.3333333333334L896 640L682.6666666666666 640L682.6666666666666 725.3333333333334C682.6666666666666 772.3946666666667 644.3946666666666 810.6666666666666 597.3333333333333 810.6666666666666L426.6666666666667 810.6666666666666zM426.6666666666667 725.3333333333334L597.3333333333333 725.3333333333334L597.3333333333333 640L426.6666666666667 640L426.6666666666667 725.3333333333334zM512 512C535.5519999999999 512 554.6666666666666 492.8853333333333 554.6666666666666 469.3333333333334L554.6666666666666 395.7500160000001L682.6666666666666 296.0833280000001L682.6666666666666 257.4999893333334L554.6666666666666 287.2500053333333L554.6666666666666 187.666688L597.3333333333333 163.1666773333334L597.3333333333333 129.4166613333334L512 147.2500053333333L426.6666666666667 129.4166613333334L426.6666666666667 163.1666773333334L469.3333333333333 187.666688L469.3333333333333 287.2500053333333L341.3333333333333 257.4999893333334L341.3333333333333 296.0833280000001L469.3333333333333 395.7500160000001L469.3333333333333 469.3333333333334C469.3333333333333 492.8853333333333 488.448 512 512 512z" />
21
- <glyph glyph-name="duty-free-4"
22
- unicode="&#xF103;"
23
- horiz-adv-x="1024" d="M426.6666666666667 810.6666666666666C379.648 810.6666666666666 341.3333333333333 772.352 341.3333333333333 725.3333333333334L341.3333333333333 640L128 640L128 85.3333333333334C128 38.3146666666667 166.3146666666667 0 213.3333333333333 0L810.6666666666666 0C857.6853333333333 0 896 38.3146666666667 896 85.3333333333334L896 640L682.6666666666666 640L682.6666666666666 725.3333333333334C682.6666666666666 772.352 644.352 810.6666666666666 597.3333333333333 810.6666666666666L426.6666666666667 810.6666666666666zM426.6666666666667 725.3333333333334L597.3333333333333 725.3333333333334L597.3333333333333 640L426.6666666666667 640L426.6666666666667 725.3333333333334zM213.3333333333333 554.6666666666667L810.6666666666666 554.6666666666667L810.6666666666666 85.3333333333334L213.3333333333333 85.3333333333334L213.3333333333333 554.6666666666667zM512 512C488.448 512 469.3333333333333 492.8853333333333 469.3333333333333 469.3333333333334L469.3333333333333 395.7500160000001L341.3333333333333 296.0833280000001L341.3333333333333 257.4999893333334L469.3333333333333 287.2500053333333L469.3333333333333 187.666688L426.6666666666667 163.1666773333334L426.6666666666667 129.4166613333334L512 147.2500053333333L597.3333333333333 129.4166613333334L597.3333333333333 163.1666773333334L554.6666666666666 187.666688L554.6666666666666 287.2500053333333L682.6666666666666 257.4999893333334L682.6666666666666 296.0833280000001L554.6666666666666 395.7500160000001L554.6666666666666 469.3333333333334C554.6666666666666 492.8853333333333 535.5519999999999 512 512 512z" />
24
- </font>
25
- </defs>
26
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="cblicon_" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe900;" glyph-name="certificate" d="M180.48 878.080c-9.76-1.84-16.8-10.48-16.64-20.48v-819.2c0-11.28 9.2-20.48 20.48-20.48h122.88v40.96h-102.4v778.24h614.4v-778.24h-266.24v-40.96h286.72c11.28 0 20.48 9.2 20.48 20.48v819.2c0 11.28-9.2 20.48-20.48 20.48h-655.36c-0.64 0-1.28 0-1.92 0s-1.28 0-1.92 0zM307.2 632.32v-40.96h409.6v40.96zM307.2 509.44v-40.96h409.6v40.96zM430.080 345.6c-15.84 0-28.88-8.8-38.4-21.12-14.24 3.12-29.6 2.4-42.24-7.68-12.56-10.080-15.84-25.6-15.36-40.32-13.28-7.28-24.24-18.24-26.88-33.92-2.56-15.52 4.4-29.28 14.080-40.32-5.76-14.56-6.32-30.8 1.28-43.52 1.36-2.32 3.36-3.84 5.12-5.76v-176c-0.080-7.76 4.24-14.88 11.2-18.4 6.88-3.52 15.2-2.88 21.44 1.76l69.76 52.48 69.76-52.48c6.24-4.64 14.56-5.28 21.44-1.76 6.96 3.52 11.28 10.64 11.2 18.4v176c1.76 1.92 3.76 3.44 5.12 5.76 8.88 14.8 6.96 29.92 1.28 43.52 9.68 11.040 16.64 24.8 14.080 40.32-2.64 15.68-13.6 26.64-26.88 33.92 0.48 14.72-2.8 30.24-15.36 40.32-12.64 10.080-28 10.8-42.24 7.68-9.28 11.76-22.32 21.12-38.4 21.12zM471.040 320.64c0.88-0.64 2.56-1.92 1.92-1.28l-0.64-0.64c-0.4 0.64-0.88 1.28-1.28 1.92zM430.080 304.64c6.56 0 7.2-1.2 8.96-6.4 1.040-3.12 2.8-6 5.12-8.32 1.040-1.040 2.32-2.4 7.68-5.12s9.84-2.56 10.88-2.56c3.76-0.16 7.6 0.72 10.88 2.56 3.040 1.84 8.56 2.4 11.52 0 3.44-2.8 3.44-3.76 1.28-10.24-0.8-2.24-1.28-4.64-1.28-7.040 0-2.8 1.44-3.2 2.56-5.76 0.72-9.2 7.52-16.88 16.64-18.56 3.2-0.56 7.12-4.48 7.68-7.68 0.56-3.52-1.44-7.76-4.48-9.6-5.92-3.76-9.6-10.24-9.6-17.28v-6.4c-0.080-4.32 1.28-8.64 3.84-12.16 0.56-0.8 1.44-8.96 0.64-10.24-1.84-3.040-6.080-5.040-9.6-4.48-7.52 1.36-15.2-1.6-19.84-7.68 0-0.24 0-0.4 0-0.64-0.72-0.56-0.4-0.48-1.28-1.28-0.24-0.24-0.4 0.24-0.64 0-4.080-3.84-6.32-9.12-6.4-14.72 0-5.44 0-5.52-4.48-7.040-0.88-0.4-1.76-0.8-2.56-1.28-0.16 0.080 0.4 0-0.64 0-1.36 0-5.36 1.52-8.32 4.48-3.92 3.84-9.28 5.92-14.72 5.76h-7.68c-5.44 0.16-10.8-1.92-14.72-5.76-3.36-3.36-7.040-4.72-11.52-3.2-2.48 1.36-4.48 4.16-4.48 7.040 0 3.92-1.92 9.2-4.48 12.8-2.32 3.28-4.4 4.88-5.76 5.76-4.72 4.72-11.36 6.88-17.92 5.76-3.52-0.56-7.76 1.44-9.6 4.48-2.4 4.080-3.2 5.6 0 9.6 2.88 3.6 4.48 8.16 4.48 12.8v6.4c0 7.040-3.68 13.52-9.6 17.28-3.040 1.84-5.040 6.080-4.48 9.6 0.56 3.2 4.48 7.12 7.68 7.68 9.12 1.68 15.92 9.36 16.64 18.56 1.12 2.56 2.56 2.96 2.56 5.76 0 2.4-0.48 4.8-1.28 7.040-2.16 6.48-2.16 7.44 1.28 10.24 2.96 2.4 8.48 1.84 11.52 0 6.32-3.68 14.16-3.68 20.48 0 0.24 0 0.4 0 0.64 0 0.24 0.24 0.4 0.4 0.64 0.64 0.4 0.16 0.88 0.4 1.28 0.64 5.36 2.24 9.6 6.64 11.52 12.16 1.040 3.2 5.76 6.4 8.96 6.4zM368.64 119.040c4.64-5.92 10.24-10.64 17.28-13.44 0.24-0.24 0.4-0.4 0.64-0.64 15.52-5.2 30.48-0.64 42.88 7.040 0.16 0.080 0.48-0.080 0.64 0h3.84c7.28-4.24 13.76-10.24 23.040-10.24 3.52 0 10.56 1.52 16.64 3.84 0.32 0.32 0.88 0.48 1.28 0.64s0.88-0.24 1.28 0v0.64c6.32 2.64 11.36 6.64 15.36 11.52v-100.48l-49.28 37.12c-7.2 5.36-17.12 5.36-24.32 0l-49.28-37.12z" />
11
- <glyph unicode="&#xe901;" glyph-name="flight-crew" d="M273.4 837.12c-96.051 0-232.44-74.138-232.44-143.36 0-27.853 21.498-53.456 39.52-69.84l1.44 26.44c0 1.638-0.005 3.042 0.2 4.68 0 1.843 0.19 3.917 0.6 5.76 0.205 2.458 0.626 4.902 1.24 7.36 5.53 25.6 23.339 46.894 48.12 56.52l22.12 8.2c39.731 14.746 80.706 22.32 122.28 22.32s82.554-7.574 122.080-22.32l23.12-8.4c23.962-9.421 41.79-30.72 47.32-56.32 0.614-2.458 1.035-4.902 1.24-7.36 0.41-1.843 0.6-3.917 0.6-5.76 0.205-1.638 0.2-3.042 0.2-4.68l1.44-26.44c18.022 16.384 39.52 41.987 39.52 69.84 0 69.222-136.389 143.36-232.44 143.36h-6.16zM747.52 837.12c-26.214 0-50.37-9.002-70.44-20.88 11.674-11.264 20.683-25.822 29.080-38.52 12.902-20.070 27.638-43 41.36-43s28.458 22.93 41.36 43c8.397 12.698 17.406 27.256 29.080 38.52-20.070 11.878-44.226 20.88-70.44 20.88zM629.96 796.16c-26.099 0-51.549-74.977-55.24-116.36-41.17-55.025-49.944-127.507-54.84-190.28-2.558-32.791-3.987-63.19-7.36-86.56s-9.874-38.315-14.080-42.040c-4.246-3.765-6.911-9.23-6.92-15.318v-0.002c0-15.351 10.912-28.27 22-34.8s23.604-10.030 37.92-13.040c23.274-4.894 52.869-7.643 82.44-10.92-9.121-16.912-32.082-29.536-59.2-41.4 6.144-4.71 11.666-9.395 17.4-14.72 12.083-10.65 23.125-22.347 33.16-34.84l107.52-46.88-56.92 139.44v16.2c-0.008 10.445-7.833 19.059-17.94 20.31l-0.1 0.010c-37.752 4.493-73.544 7.754-97.92 12.88-11.58 2.435-19.92 5.457-24.32 7.84 9.164 14.778 14.682 31.776 17.52 51.44 3.834 26.569 5.147 57.238 7.64 89.2 4.771 61.164 14.604 125.618 46.68 168.88 35.93-18.134 94.074-43.36 140.12-43.36s104.19 25.226 140.12 43.36c32.162-43.377 41.961-108.119 46.72-169.44 2.472-31.853 3.8-62.412 7.64-88.88 2.838-19.564 8.318-36.48 17.44-51.2-4.407-2.382-12.717-5.409-24.28-7.84-24.376-5.126-60.168-8.387-97.92-12.88-10.207-1.261-18.032-9.875-18.040-20.319v-16.201l-56.92-139.44 189.44 82.52c-2.048 0.819-4.312 1.861-6.36 2.68-38.67 16.081-71.887 30.292-84.12 52.64 29.544 3.273 59.107 6.030 82.36 10.92 14.316 3.010 26.832 6.51 37.92 13.040s22 19.449 22 34.8c-0.009 6.090-2.674 11.555-6.899 15.301l-0.021 0.019c-4.2 3.721-10.706 18.582-14.080 41.84s-4.785 53.538-7.32 86.2c-4.885 62.931-13.554 135.693-54.88 190.92-3.716 41.4-29.157 116.28-55.24 116.28-36.25 0-54.277-102.4-117.56-102.4s-81.31 102.4-117.56 102.4zM276.48 714.24c-36.454 0-72.899-6.673-107.92-19.76l-22.32-8.2c-13.107-5.1-22.341-18.181-23.16-33.48h306.8c-0.819 15.299-10.053 28.38-23.16 33.48l-22.32 8.2c-35.021 13.087-71.466 19.76-107.92 19.76zM122.88 611.84c0 0-0.003-61.44 154.56-61.44 154.542 0 152.64 61.44 152.64 61.44h-307.2zM113.88 551c0.614-3.482 1.026-6.333 1.64-9.2-9.011-10.24-15.378-25.384-12.92-44.84 4.096-34.406 18.661-55.699 34.84-65.12 3.072-21.504 10.63-56.528 26.4-74.96v-16.4c0.166-14.261 0.103-29.612 0-45.44-13.752-9.369-28.264-19.152-38.080-25.64l78-78.2 57.36 65.52c7.782 8.806 22.938 8.806 30.72 0l57.36-65.52 78 78.2c-9.816 6.488-24.328 16.271-38.080 25.64-0.058 15.828 0 31.179 0 45.44v16.4c15.77 18.432 23.328 53.456 26.4 74.96 16.179 9.421 30.744 30.714 34.84 65.12 2.458 19.456-3.909 34.6-12.92 44.84 0.614 2.662 1.026 5.523 1.64 8.8-12.698-10.65-28.669-19.251-47.92-25.6l12.92-7.76c2.662-1.638 6.744-5.734 5.72-15.36-3.072-25.395-12.507-34.021-14.76-34.84l-16.76-1.44-1.84-16.8c-3.891-37.274-14.163-61.198-17.44-64.68l-10.84-5.76v-37.88c0-14.842-0.071-30.605 0-47.080-11.635-9.691-39.684-29.72-71.68-29.72s-60.045 20.029-71.68 29.72c0.114 16.475 0.171 32.238 0 47.080v25.6l1.24 11.68-11.080 5.72c-4.301 3.891-14.549 28.046-18.44 65.32l-1 16.6-16.8 1.44c-3.072 1.024-12.488 9.645-15.56 35.040-1.024 9.626 3.058 13.722 5.72 15.36l13.12 7.96c-21.094 7.168-36.651 16.174-48.12 25.8zM83.76 255.28c-29.491-9.421-58.57-25-83.76-45.48v-171.4h225.28l34.2 123.28-12.28 17-27.040-30.92c-3.686-4.301-9.026-6.755-14.76-6.96s-11.064 2.029-15.16 5.92l-102.4 102.4c-1.843 1.843-3.261 3.907-4.080 6.16zM469.2 255.28c-0.819-2.253-2.237-4.317-4.080-6.16l-102.4-102.4c-3.891-3.891-9.235-5.92-14.56-5.92h-0.6c-5.734 0.205-11.074 2.659-14.76 6.96l-27.040 30.92-12.28-17 34.2-123.28h286.72c11.264 0 20.48 9.216 20.48 20.48 0 91.341-81.302 169.366-165.68 196.4zM999.2 210.040c-2.048-2.662-4.683-4.726-7.96-6.16l-235.52-102.4c-0.41 0-0.635 0.005-0.84-0.2-2.458-0.819-4.702-1.44-7.16-1.44h-0.4c-2.458 0-4.702 0.621-7.16 1.44-0.205 0.205-0.43 0.2-0.84 0.2l-78.84 34.2c9.83-24.166 15.36-49.971 15.36-76.8 0-7.168-1.222-14.131-3.68-20.48h351.84v157.48c-7.987 5.12-16.403 9.859-24.8 14.16z" />
12
- <glyph unicode="&#xe902;" glyph-name="typeratingicon" d="M896 576h-375.467v320h375.467c17.067 0 29.867-12.8 29.867-29.867v-260.267c0-17.067-12.8-29.867-29.867-29.867zM520.533 576h-435.2c-17.067 0-34.133 12.8-34.133 29.867v183.467c0 12.8 12.8 25.6 25.6 25.6l439.467 81.067v-320zM870.4 379.733h-725.333c-51.2 0-89.6 42.667-89.6 89.6v34.133h917.333v-29.867c-4.267-46.933-46.933-93.867-102.4-93.867zM721.067 337.067c4.267-17.067 17.067-29.867 34.133-38.4-8.533 0-12.8-4.267-12.8-8.533l-38.4-106.667c-8.533 0-21.333-4.267-25.6-12.8l-38.4-115.2c-4.267-8.533 0-17.067 8.533-21.333 0 0 0 0-4.267 0-12.8 0-25.6-4.267-34.133-8.533 4.267 8.533 4.267 17.067 0 25.6l-110.933 132.267c-12.8 4.267-21.333 8.533-29.867 8.533l-93.867 115.2c-4.267 4.267-8.533 4.267-17.067 4.267 8.533 8.533 12.8 17.067 17.067 25.6 0 4.267-4.267 12.8-12.8 12.8h-102.4c-8.533 0-12.8-4.267-12.8-12.8 4.267-17.067 17.067-29.867 34.133-38.4-8.533 0-12.8-4.267-12.8-8.533l-38.4-106.667c-8.533 0-21.333-4.267-25.6-12.8l-38.4-115.2c-4.267-8.533 0-17.067 8.533-21.333 0 0 0 0-4.267 0-29.867 0-55.467-17.067-64-42.667 0-4.267 4.267-12.8 12.8-12.8h102.4c8.533 0 12.8 4.267 12.8 12.8-4.267 12.8-12.8 25.6-25.6 34.133 8.533 0 17.067 4.267 21.333 12.8l38.4 115.2c4.267 8.533 0 12.8-4.267 17.067l34.133 110.933c0 4.267 0 8.533-4.267 12.8 4.267 0 8.533 0 17.067 0 12.8 0 21.333 4.267 34.133 8.533 0-4.267 0-8.533 0-12.8l98.133-115.2c-4.267-8.533 0-12.8 4.267-21.333l110.933-132.267c8.533-8.533 21.333-12.8 34.133-8.533-4.267-4.267-8.533-12.8-12.8-21.333 0-8.533 4.267-12.8 12.8-12.8h102.4c8.533 0 12.8 4.267 12.8 12.8-4.267 12.8-12.8 25.6-25.6 34.133 8.533 0 17.067 4.267 21.333 12.8l38.4 115.2c4.267 8.533 0 12.8-4.267 17.067l38.4 110.933c0 4.267 0 8.533-4.267 12.8 4.267 0 8.533 0 17.067 0 29.867 0 55.467 17.067 64 42.667 0 4.267-4.267 12.8-12.8 12.8h-102.4c-12.8 0-21.333-4.267-17.067-12.8z" />
13
- </font></defs></svg>
@@ -1,29 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="Favorites" horiz-adv-x="1024">
7
- <font-face font-family="Favorites"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="airplane-mode-on"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M255.92000512 -65.99999488C241.28 -65.99999488 233.84000512 -58.40001024 230.72 -53.8399948800001C226.72001024 -48 223.04 -38.00000512 228.55999488 -23.20001024C233.6 -9.9200000000001 321.12001024 203.1999999999999 353.3599948800001 281.6L136 281.6L82.80000512 179.35998976C73.35999488 160.88000512 62.4 158.96000512 41.12001024 158.72L26.56 158.72C18.16000512 158.72 10.56 162.1600051199999 5.68000512 168.24000512C0.720001024 174.23998976 -1.040001024 182.15999488 0.8 190.4799948800001C2.56 199.04 34.80000512 356.16 40.48001024 383.92000512C28.00001024 442.95999488 1.28 570.3999897599999 0.400001024 579.91999488C-0.560001024 590.64000512 3.36001024 597.44 6.88001024 601.28C11.68001024 606.55998976 18.31999488 609.28 26.56 609.28L40.96 609.28C49.92 609.03999488 72.48001024 608.47998976 82.80000512 588.6399897599999L136 486.4L353.3599948800001 486.4C321.12001024 564.8 233.6 777.92 228.55999488 791.19998976C223.04 805.91998976 226.63999488 816 230.72 821.76C233.84000512 826.31999488 241.35999488 833.99999488 255.92000512 833.99999488L259.68001024 833.84000512C267.12000512 833.20000512 290.0800102400001 830.96000512 307.8400000000001 828.95998976C329.6 826.56 338.72001024 815.04 343.68 808.79998976C348.40000512 803.03998976 556.87999488 537.03999488 596.55999488 486.4L895.6800000000001 486.4C985.84000512 486.4 1024 413.12 1024 384C1024 354.88 985.84000512 281.6 895.6800000000001 281.6L596.55999488 281.6C552 224.71999488 348.48 -34.9599948800001 344.56000512 -39.75999488C338.80000512 -47.04 329.6 -58.5600000000001 307.8400000000001 -60.96001024C290.0800102400001 -62.96000512 267.04001024 -65.20000512 259.68001024 -65.84000512zM255.92000512 -25.20000512L256 -45.51999488L256.07999488 -25.03999488C256 -25.03999488 255.92000512 -25.03999488 255.92000512 -25.03999488z" />
15
- <glyph glyph-name="lock"
16
- unicode="&#xF101;"
17
- horiz-adv-x="1024" d="M512 834.56C376.07999488 834.56 266.24 724.72000512 266.24 588.8L266.24 486.4L184.32 486.4C149.51999488 486.4 122.88 459.76000512 122.88 424.96L122.88 -66.5600000000001C122.88 -101.36000512 149.51999488 -128 184.32 -128L839.6800000000001 -128C874.48000512 -128 901.12 -101.36000512 901.12 -66.5600000000001L901.12 424.96C901.12 459.76000512 874.48000512 486.4 839.6800000000001 486.4L757.76 486.4L757.76 588.8C757.76 724.72000512 647.92000512 834.56 512 834.56zM512 793.6C625.99999488 793.6 716.8000000000001 702.79999488 716.8000000000001 588.8L716.8000000000001 486.4L307.2 486.4L307.2 588.8C307.2 702.79999488 398.00000512 793.6 512 793.6zM512 281.6C546.80000512 281.6 573.44 254.96000512 573.44 220.16C573.44 201.7599897600001 565.28001024 185.6 552.96 175.36L552.96 117.76C552.96 95.19998976 534.56001024 76.8 512 76.8C489.44001024 76.8 471.04 95.19998976 471.04 117.76L471.04 175.36C458.72001024 185.6 450.56 201.7599897600001 450.56 220.16C450.56 254.96000512 477.19999488 281.6 512 281.6z" />
18
- <glyph glyph-name="birthday"
19
- unicode="&#xF102;"
20
- horiz-adv-x="1024" d="M256 896C256 896 170.6666666666667 772.48 170.6666666666667 725.3333333333334C170.6666666666667 678.1866666666667 208.8533333333333 640 256 640C303.1466666666667 640 341.3333333333333 678.1866666666667 341.3333333333333 725.3333333333334C341.3333333333333 772.48 256 896 256 896zM512 896C512 896 426.6666666666667 772.48 426.6666666666667 725.3333333333334C426.6666666666667 678.1866666666667 464.8533333333333 640 512 640C559.1466666666666 640 597.3333333333333 678.1866666666667 597.3333333333333 725.3333333333334C597.3333333333333 772.48 512 896 512 896zM768 896C768 896 682.6666666666666 772.48 682.6666666666666 725.3333333333334C682.6666666666666 678.1866666666667 720.8533333333332 640 768 640C815.1466666666666 640 853.3333333333333 678.1866666666667 853.3333333333333 725.3333333333334C853.3333333333333 772.48 768 896 768 896zM213.3333333333333 597.3333333333334L213.3333333333333 504.1666645333333C163.7189333333333 486.5414698666667 128 439.664 128 384L128 309.2500053333333L149.0833322666667 285.1666773333334C181.5099989333334 248.1746773333334 245.1566677333333 248.1320106666667 277.5833344 285.1666773333334L362.7499989333333 382.4166826666667L447.833344 285.1666773333334C480.2600106666666 248.1746773333334 543.906688 248.1320106666667 576.333312 285.1666773333334L661.4166613333333 382.4166826666667L746.5000106666666 285.1666773333334C778.9266773333334 248.1746773333334 842.5733546666667 248.1320106666667 874.9999786666667 285.1666773333334L896 309.2500053333333L896 384C896 439.664 860.281088 486.5414698666667 810.6666666666666 504.1666645333333L810.6666666666666 597.3333333333334L725.3333333333333 597.3333333333334L725.3333333333333 512L554.6666666666666 512L554.6666666666666 597.3333333333334L469.3333333333333 597.3333333333334L469.3333333333333 512L298.6666666666667 512L298.6666666666667 597.3333333333334L213.3333333333333 597.3333333333334zM362.6666666666667 252.8333226666668L341.7499989333333 228.9166506666667C309.3233322666667 191.881984 262.528 170.6666666666668 213.3333333333333 170.6666666666668C182.8693333333333 170.6666666666668 153.7706666666667 179.648 128 194.6666666666668L128 0C128 -23.5519999999999 147.1146666666667 -42.6666666666666 170.6666666666667 -42.6666666666666L853.3333333333333 -42.6666666666666C876.8853333333333 -42.6666666666666 896 -23.5519999999999 896 0L896 194.6666666666668C870.2293333333333 179.6906666666668 841.1306666666666 170.6666666666668 810.6666666666666 170.6666666666668C761.472 170.6666666666668 714.6766506666665 191.881984 682.2499839999999 228.9166506666667L661.3333333333333 252.8333226666668L640.4166826666667 228.9166506666667C607.990016 191.881984 561.1946666666666 170.6666666666668 512 170.6666666666668C462.8053333333333 170.6666666666668 416.0100010666667 191.881984 383.5833344 228.9166506666667L362.6666666666667 252.8333226666668z" />
21
- <glyph glyph-name="link"
22
- unicode="&#xF103;"
23
- horiz-adv-x="1024" d="M757.76 814.000001024C710.55872 814.002561024 663.3424076800001 796.012158976 627.40000768 760.0799989760001L525.00000768 657.67999488C473.9638476800001 606.64383488 459.37696768 532.9452851199999 480.84000768 468.72000512L554.39998976 542.2800076799999C557.47198976 563.3129676799999 566.76128768 583.6012748799999 582.92000768 599.75999488L685.32000768 702.159998976C705.2880076800001 722.1075189759999 731.5456 732.1200005119999 757.76 732.1200005119999C783.9744000000001 732.1200005119999 810.21247488 722.128001024 830.15999488 702.159998976C870.07551488 662.22399488 870.07551488 597.27552512 830.15999488 557.36000512L727.75999488 454.96000512C711.60127488 438.8012851200001 691.33344768 429.53248768 670.28000768 426.44000768L596.68000768 352.84000768C615.68544768 346.49120768 635.47488256 343.1199948800001 655.32000256 343.1199948800001C702.52640256 343.1199948800001 749.73759488 361.0976051200001 785.67999488 397.04000512L888.0799948800001 499.44000512C959.96479488 571.3043251199999 959.94431488 688.21567488 888.0799948800001 760.0799989760001C852.1375948799999 796.001921024 804.96128 813.997438976 757.76 814.000001024zM634.08001024 548.23999488A40.964096 40.964096 0 0 1 605.92001024 535.83998976L360.16001024 290.07998976A40.964096 40.964096 0 1 1 418.0799897600001 232.1600102399999L663.8399897600001 477.92001024A40.964096 40.964096 0 0 1 634.08001024 548.23999488zM377.84000512 424.47998976C327.62144768 427.03552512 276.61248512 409.27711232 238.32000512 370.9999923200001L135.920001024 268.59999232C64.055681024 196.7356723200001 64.055678976 79.78432512 135.920001024 7.9200051199999C171.862401024 -28.00191488 219.05408 -45.96000768 266.24 -45.96000768C313.42592 -45.96000768 360.61759488 -27.9823974400001 396.5599948800001 7.96000256L498.95999488 110.36000256C549.9961548800001 161.3961625599999 564.62303232 235.09471232 543.15999232 299.31999232L469.55999232 225.71999232C466.48799232 204.68703232 457.19871488 184.39872512 441.03999488 168.24000512L338.63999488 65.84000512C298.72447488 25.90400512 233.75552512 25.90400512 193.840001024 65.84000512C153.924481024 105.77600512 153.924481024 170.72447488 193.840001024 210.63999488L296.24000512 313.03999488C312.3987251200001 329.19871488 332.68703232 338.50753024 353.71999232 341.60001024L427.27999488 415.15999232C411.2236748800001 420.5257523200001 394.57951744 423.62816512 377.84000512 424.47998976z" />
24
- <glyph glyph-name="delete-user-male"
25
- unicode="&#xF104;"
26
- horiz-adv-x="1024" d="M362.6666666666667 853.3333333333334C245.0346666666667 853.3333333333334 149.3333333333333 757.6320000000001 149.3333333333333 640C149.3333333333333 522.368 245.0346666666667 426.6666666666667 362.6666666666667 426.6666666666667C480.2986666666666 426.6666666666667 576 522.368 576 640C576 757.6320000000001 480.2986666666666 853.3333333333334 362.6666666666667 853.3333333333334zM746.6666666666666 384C617.0666666666666 384 512 278.9333333333334 512 149.3333333333334C512 19.7333333333334 617.0666666666666 -85.3333333333333 746.6666666666666 -85.3333333333333C876.2666666666667 -85.3333333333333 981.3333333333331 19.7333333333334 981.3333333333331 149.3333333333334C981.3333333333331 278.9333333333334 876.2666666666667 384 746.6666666666666 384zM132.7499989333333 341.3333333333334C88.9526677333333 341.3333333333334 53.3333333333333 303.2636586666668 53.3333333333333 256.4583253333334L53.3333333333333 224C53.3333333333333 154.0053333333334 89.5016661333333 93.1766613333333 155.2083328 52.7499946666667C210.4829994666667 18.723328 284.16 0 362.6666666666667 0C409.3866666666667 0 457.2056746666666 6.9169919999999 500.875008 21.124992C480.8216746666667 59.5036586666668 469.3333333333333 103.04 469.3333333333333 149.3333333333334C469.3333333333333 223.9146666666667 498.9186773333333 291.4986666666668 546.8333226666666 341.3333333333334L132.7499989333333 341.3333333333334zM640 277.3333333333334C645.4559999999999 277.3333333333334 650.9126613333333 275.2539946666667 655.0833279999999 271.0833280000001L746.6666666666666 179.4999893333334L838.2500053333333 271.0833280000001C846.5913386666666 279.4246613333334 860.075328 279.4246613333334 868.4166613333333 271.0833280000001C876.7579946666666 262.7419946666667 876.7579946666666 249.2580053333334 868.4166613333333 240.9166720000001L776.8333226666666 149.3333333333334L868.4166613333333 57.7499946666667C876.7579946666666 49.4086613333334 876.7579946666666 35.924672 868.4166613333333 27.5833386666667C864.2566613333333 23.4233386666667 858.7946666666667 21.3333333333334 853.3333333333333 21.3333333333334C847.872 21.3333333333334 842.4100053333333 23.4233386666667 838.2500053333333 27.5833386666667L746.6666666666666 119.1666773333334L655.0833279999999 27.5833386666667C650.923328 23.4233386666667 645.4613333333333 21.3333333333334 640 21.3333333333334C634.5386666666666 21.3333333333334 629.0766719999999 23.4233386666667 624.916672 27.5833386666667C616.5753386666667 35.924672 616.5753386666667 49.4086613333334 624.916672 57.7499946666667L716.5000106666666 149.3333333333334L624.916672 240.9166720000001C616.5753386666667 249.2580053333334 616.5753386666667 262.7419946666667 624.916672 271.0833280000001C629.0873386666666 275.2539946666667 634.544 277.3333333333334 640 277.3333333333334z" />
27
- </font>
28
- </defs>
29
- </svg>
@@ -1,29 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="Crew" horiz-adv-x="1024">
7
- <font-face font-family="Crew"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="share"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M819.2 896C707.2 896 615.75999488 805.44 614.4 693.76L325.76 549.12C291.8400000000001 574.0799999999999 249.9999948800001 588.8 204.8 588.8C91.91999488 588.8 0 496.88000512 0 384C0 271.1199948800001 91.91999488 179.1999999999999 204.8 179.1999999999999C249.9999948800001 179.1999999999999 291.8400000000001 193.92 325.76 218.88L614.4 74.24C615.75999488 -37.4400000000001 707.2 -128 819.2 -128C932.08000512 -128 1024 -36.08000512 1024 76.8C1024 189.6800051199999 932.08000512 281.6 819.2 281.6C775.6800000000001 281.6 735.28000512 267.76000512 702.08 244.48L422.4000000000001 384L702.08 523.52C735.28000512 500.23999488 775.6800000000001 486.4 819.2 486.4C932.08000512 486.4 1024 578.31999488 1024 691.2C1024 804.08000512 932.08000512 896 819.2 896zM819.2 855.04C909.92001024 855.04 983.04 781.91998976 983.04 691.2C983.04 600.47998976 909.92001024 527.36 819.2 527.36C785.67999488 527.36 754.88 537.75998976 728.96 554.88C726.4 563.44000512 718.64000512 569.3599948799999 709.76 569.5999999999999C709.68000512 569.67999488 709.1999948800001 569.52000512 709.12 569.5999999999999C680.56000512 595.44000512 661.36000512 631.60000512 656.64 672C660.96001024 679.19998976 660.48 688.3199999999999 655.36 695.04C657.44001024 783.92000512 729.76001024 855.04 819.2 855.04zM618.88 650.24C626.48000512 613.1999948800001 644.08000512 579.8399999999999 668.8000000000001 552.96L405.76 421.12C398.7999948800001 458.56 382.08 492.31998976 357.76 519.6800000000001zM204.8 547.8399999999999C242.72001024 547.8399999999999 277.60001024 535.36 305.2800000000001 513.9200000000001C305.52000512 513.75998976 305.6799948800001 513.43998976 305.92 513.28C306.0800102400001 512.88000512 306.31999488 512.39999488 306.56 512C308.3200102400001 509.83999488 310.47999488 508.16 312.96 506.88C313.03999488 506.80000512 313.52000512 506.95999488 313.6 506.88C344.24000512 479.68 364.48 440.88000512 368 397.44C365.68000512 391.8399897600001 365.92001024 385.52000512 368.64 380.16C368.24000512 378.48000512 368 376.79998976 368 375.04C365.51999488 329.6 344.88000512 289.20000512 312.96 261.12C311.04 259.91999488 309.28001024 258.3999897600001 307.8400000000001 256.64C279.68 233.84000512 244.00001024 220.16 204.8 220.16C114.08001024 220.16 40.96 293.2799897600001 40.96 384C40.96 474.71998976 114.08001024 547.8399999999999 204.8 547.8399999999999zM405.76 346.88L668.8000000000001 215.04C644.08000512 188.16 626.48000512 154.8000051199999 618.88 117.76L357.76 248.32C382.08 275.67998976 398.7999948800001 309.44 405.76 346.88zM819.2 240.64C909.92001024 240.64 983.04 167.5199897600001 983.04 76.8C983.04 -13.92001024 909.92001024 -87.04 819.2 -87.04C728.48001024 -87.04 655.36 -13.92001024 655.36 76.8C655.36 126.0799999999999 676.8000000000001 170.31999488 711.04 200.3199999999999C711.52001024 200.71999488 711.92000512 201.1199897600001 712.32 201.6C712.39999488 201.67999488 712.88000512 201.52000512 712.96 201.6C716.23999488 202.95999488 719.11999488 205.19999488 721.28 208C748.64001024 228.40000512 782.32000512 240.64 819.2 240.64z" />
15
- <glyph glyph-name="passport"
16
- unicode="&#xF101;"
17
- horiz-adv-x="1024" d="M184.32 875.52C150.64000512 875.52 122.88 847.75999488 122.88 814.08L122.88 -46.08C122.88 -79.75999488 150.64000512 -107.52 184.32 -107.52L839.6800000000001 -107.52C873.35999488 -107.52 901.12 -79.75999488 901.12 -46.08L901.12 814.08C901.12 847.75999488 873.35999488 875.52 839.6800000000001 875.52zM184.32 834.56L839.6800000000001 834.56C851.04001024 834.56 860.16 825.43998976 860.16 814.08L860.16 -46.08C860.16 -57.44001024 851.04001024 -66.5600000000001 839.6800000000001 -66.5600000000001L184.32 -66.5600000000001C172.96001024 -66.5600000000001 163.84 -57.44001024 163.84 -46.08L163.84 814.08C163.84 825.43998976 172.96001024 834.56 184.32 834.56zM512 711.6800000000001C388.1600000000001 711.6800000000001 286.7200000000001 610.24 286.7200000000001 486.4C286.7200000000001 362.56 388.1600000000001 261.12 512 261.12C635.84 261.12 737.28 362.56 737.28 486.4C737.28 610.24 635.84 711.6800000000001 512 711.6800000000001zM491.52 664.3199999999999L491.52 506.88L431.36 506.88C433.76001024 552.15998976 443.2 593.11998976 457.6 622.0799999999999C467.91999488 642.9599948800001 479.84001024 656.88000512 491.52 664.3199999999999zM532.48 664.3199999999999C544.16001024 656.88000512 556.08000512 642.9599948800001 566.4 622.0799999999999C580.8000000000001 593.11998976 590.24001024 552.15998976 592.64 506.88L532.48 506.88zM426.24 649.6C424.48001024 646.47999488 422.7200000000001 643.27999488 421.12 640C403.2 603.91999488 392.16001024 557.76 389.76 506.88L328.96 506.88C335.92000512 568.64 373.51999488 621.76 426.24 649.6zM597.76 649.6C650.48000512 621.76 688.0799948800001 568.64 695.04 506.88L634.24 506.88C631.84001024 557.76 620.8000000000001 603.91999488 602.88 640C601.28 643.27999488 599.52001024 646.47999488 597.76 649.6zM328.96 465.92L389.76 465.92C392.16001024 415.04 403.2 368.88000512 421.12 332.8C422.7200000000001 329.52000512 424.48001024 326.32000512 426.24 323.2C373.51999488 351.04 335.92000512 404.16 328.96 465.92zM431.36 465.92L491.52 465.92L491.52 308.48C479.84001024 315.91999488 467.91999488 329.84000512 457.6 350.7200000000001C443.2 379.67998976 433.76001024 420.63998976 431.36 465.92zM532.48 465.92L592.64 465.92C590.24001024 420.63998976 580.8000000000001 379.67998976 566.4 350.7200000000001C556.08000512 329.84000512 544.16001024 315.91999488 532.48 308.48zM634.24 465.92L695.04 465.92C688.0799948800001 404.16 650.48000512 351.04 597.76 323.2C599.52001024 326.32000512 601.28 329.52000512 602.88 332.8C620.8000000000001 368.88000512 631.84001024 415.04 634.24 465.92zM262.4 117.76C251.12000512 116.72000512 242.80000512 106.63999488 243.84 95.36C244.8799948800001 84.08000512 254.96000512 75.76000512 266.24 76.8L757.76 76.8C765.12 76.72000512 772.0000102399999 80.5600051199999 775.75999488 86.96000512C779.44000512 93.36000512 779.44000512 101.19999488 775.75999488 107.5999948799999C772.0000102399999 113.99999488 765.12 117.83999488 757.76 117.76L266.24 117.76C265.6 117.76 264.96 117.76 264.32 117.76C263.68 117.76 263.04 117.76 262.4 117.76z" />
18
- <glyph glyph-name="agreement"
19
- unicode="&#xF102;"
20
- horiz-adv-x="1024" d="M143.36 855.04L143.36 -87.04L880.64 -87.04L880.64 597.12L874.88 603.52L629.12 849.28L622.72 855.04zM184.32 814.08L593.92 814.08L593.92 568.3199999999999L839.6800000000001 568.3199999999999L839.6800000000001 -46.08L184.32 -46.08zM634.88 784.64L810.24 609.28L634.88 609.28zM286.7200000000001 691.2L286.7200000000001 650.24L552.96 650.24L552.96 691.2zM286.7200000000001 609.28L286.7200000000001 568.3199999999999L552.96 568.3199999999999L552.96 609.28zM286.7200000000001 527.36L286.7200000000001 486.4L757.76 486.4L757.76 527.36zM286.7200000000001 445.44L286.7200000000001 404.48L757.76 404.48L757.76 445.44zM286.7200000000001 363.52L286.7200000000001 322.56L757.76 322.56L757.76 363.52zM412.8 270.0800000000001C389.51999488 270.0800000000001 370.56 255.19998976 357.76 236.16C344.96 217.1199897600001 337.2800000000001 192.64 337.2800000000001 165.76C337.2800000000001 143.19998976 344.32 118.72 357.76 97.92C359.52001024 95.19998976 362.72001024 93.51999488 364.8 90.88C358.15999488 84.95998976 345.6 72.3199999999999 345.6 72.3199999999999C339.04001024 68.31998976 335.20001024 61.0400051199999 335.75999488 53.36000512C336.24000512 45.6800051199999 341.04000512 38.96000512 348.1600000000001 35.91999488C355.2 32.88000512 363.36001024 34.07998976 369.2800000000001 39.04C369.2800000000001 39.04 386.48000512 55.75999488 398.7200000000001 66.56C406.24001024 63.60000512 413.04000512 58.88 421.76 58.88C473.44001024 58.88 507.68001024 86.72 527.36 112C533.12 119.43999488 536.24000512 124.8 540.16 131.1999999999999C541.60001024 126.79999488 542.8800102399999 122.63999488 544.64 118.4C545.92 115.35998976 547.36001024 112.3199999999999 549.76 108.8C552.16001024 105.28 556.72000512 97.28 569.6 97.28C583.28000512 97.28 591.6800000000001 103.83998976 599.6800000000001 109.4399999999999C607.6800000000001 115.03998976 614.8800102399999 121.28 622.72 127.36C638.4 139.5999948800001 654.15999488 149.12 665.6 149.12C672.96 149.0400051199999 679.84001024 152.88000512 683.59999488 159.28000512C687.28000512 165.6800051199999 687.28000512 173.51999488 683.59999488 179.91999488C679.84001024 186.31999488 672.96 190.15999488 665.6 190.0800000000001C636.8000000000001 190.0800000000001 614.96000512 173.44 597.76 160C590.4 154.24 584.48001024 149.19999488 579.2 145.28C578.5600000000001 147.1999999999999 577.99999488 148.31998976 577.28 150.4C575.04 156.95998976 572.23999488 163.5999948800001 568.96 170.24C567.28000512 173.59998976 565.8399948800001 177.43998976 562.5600000000001 181.12C559.28000512 184.79998976 553.03999488 190.0800000000001 543.36 190.0800000000001C530.08001024 190.0800000000001 525.51999488 182.00000512 522.24 177.92C518.96000512 173.83999488 516.48 170.1600051199999 513.92 165.76C508.72000512 157.0400051199999 502.96000512 146.71998976 495.36 136.96C481.6 119.28000512 461.92001024 104.71999488 430.7200000000001 101.76C451.76000512 130.07998976 470.4 165.36000512 470.4 208C470.4 221.83999488 467.84 236.95998976 458.24 249.6C448.64 262.23998976 431.60000512 270.0800000000001 412.8 270.0800000000001zM412.8 229.12C421.76 229.12 423.4399948800001 227.44000512 425.6 224.64C427.76000512 221.83999488 429.44 215.75999488 429.44 208C429.44 175.36 411.68001024 144.71999488 392.32 120.3199999999999C383.75999488 133.59998976 378.24 152.24000512 378.24 165.76C378.24 184.56000512 383.92000512 202.1600051199999 391.68 213.76C399.4399948800001 225.3599948800001 408.32 229.12 412.8 229.12z" />
21
- <glyph glyph-name="document"
22
- unicode="&#xF103;"
23
- horiz-adv-x="1024" d="M143.36 855.04L143.36 -87.04L880.64 -87.04L880.64 597.12L874.88 603.52L629.12 849.28L622.72 855.04zM184.32 814.08L593.92 814.08L593.92 568.3199999999999L839.6800000000001 568.3199999999999L839.6800000000001 -46.08L184.32 -46.08zM634.88 784.64L810.24 609.28L634.88 609.28zM307.2 445.44L307.2 404.48L716.8000000000001 404.48L716.8000000000001 445.44zM307.2 322.56L307.2 281.6L634.88 281.6L634.88 322.56zM307.2 199.68L307.2 158.72L716.8000000000001 158.72L716.8000000000001 199.68z" />
24
- <glyph glyph-name="paid"
25
- unicode="&#xF104;"
26
- horiz-adv-x="1024" d="M507.52 855.04C502.96000512 854.55998976 498.63999488 852.48 495.36 849.28L236.8 588.8L40.96 588.8C30.24001024 588.8 19.27999488 585.03999488 11.52 577.28C3.76000512 569.52000512 0 558.55998976 0 547.8399999999999L0 465.92C0 455.19998976 3.76000512 444.23999488 11.52 436.48C19.27999488 428.72000512 30.24001024 424.96 40.96 424.96L44.16 424.96L154.24 58.88C154.40001024 58.48000512 154.63999488 57.99999488 154.88 57.6C163.52 34.5599999999999 185.6 15.36 213.12 15.36L807.04 15.36C834.08001024 15.36 858.16000512 32.5600051199999 865.28 58.24C865.35999488 58.39998976 865.20000512 58.71998976 865.28 58.88L865.9200000000001 59.52L979.84 424.96L983.04 424.96C993.76001024 424.96 1004.72000512 428.72000512 1012.48 436.48C1020.23999488 444.23999488 1024 455.19998976 1024 465.92L1024 547.8399999999999C1024 558.55998976 1020.23999488 569.52000512 1012.48 577.28C1004.72000512 585.03999488 993.76001024 588.8 983.04 588.8L787.2 588.8L524.16 849.28C519.75999488 853.59998976 513.67999488 855.75999488 507.52 855.04zM510.08 805.12L728.32 588.8L295.68 588.8zM40.96 547.8399999999999L776.32 547.8399999999999C777.84000512 547.67998976 779.27999488 547.67998976 780.8000000000001 547.8399999999999L983.04 547.8399999999999L983.04 465.92L964.48 465.92C955.76000512 465.84000512 948.00001024 460.16 945.28 451.84L826.24 70.4C826.24 70.15999488 826.24 70.00000512 826.24 69.76C824.64 63.5199897600001 816.39999488 56.3199999999999 807.04 56.3199999999999L213.12 56.3199999999999C204.00001024 56.3199999999999 197.60001024 62.32000512 193.92 71.68L193.28 71.68L78.72 451.2C76.23999488 459.76000512 68.48 465.75998976 59.52 465.92L40.96 465.92zM675.84 433.28L661.12 419.2L471.04 229.12L383.36 316.8L368.64 330.88L339.8400000000001 302.0800000000001L353.92 287.36L456.32 184.96L471.04 170.88L485.76 184.96L690.5600000000001 389.76L704.64 404.48z" />
27
- </font>
28
- </defs>
29
- </svg>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="Crew Planning" horiz-adv-x="1024">
7
- <font-face font-family="Crew Planning"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="move-grabber"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M511.68 855.04L381.44 725.44C373.28001024 717.36000512 373.28001024 704.1599897599999 381.44 696C389.60001024 687.83998976 402.72001024 687.83998976 410.88 696L491.52 776.3199999999999L491.52 588.8L61.44 588.8L61.44 547.8399999999999L962.56 547.8399999999999L962.56 588.8L532.48 588.8L532.48 776.3199999999999L613.12 696C621.28001024 687.83998976 634.48000512 687.83998976 642.5600000000001 696C650.72001024 704.1599897599999 650.72001024 717.36000512 642.5600000000001 725.44L512.32 855.04L512 854.72zM61.44 404.48L61.44 363.52L962.56 363.52L962.56 404.48zM61.44 219.84L61.44 178.88L491.52 178.88L491.52 -8.64L410.88 71.68C402.72001024 79.83998976 389.60001024 79.83998976 381.44 71.68C373.28001024 63.60000512 373.28001024 50.39998976 381.44 42.24L511.68 -87.36L512 -87.04L512.32 -87.36L642.5600000000001 42.24C650.72001024 50.39998976 650.72001024 63.5199897600001 642.5600000000001 71.68C634.48000512 79.83998976 621.28001024 79.83998976 613.12 71.68L532.48 -8.64L532.48 178.88L962.56 178.88L962.56 219.84z" />
15
- </font>
16
- </defs>
17
- </svg>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Created by Icons8</metadata>
5
- <defs>
6
- <font id="CrewPlanning" horiz-adv-x="1024">
7
- <font-face font-family="CrewPlanning"
8
- units-per-em="1024" ascent="896"
9
- descent="128"
10
- font-weight="500" />
11
- <missing-glyph horiz-adv-x="0" />
12
- <glyph glyph-name="pack-luggage"
13
- unicode="&#xF100;"
14
- horiz-adv-x="1024" d="M184.32 855.04C139.318601728 855.04 102.4 818.121398272 102.4 773.12L102.4 506.88C102.4 485.74769152 110.743683072 466.5814835199999 124.039999488 451.99998976C108.1929728 441.4707712 95.922878464 425.71008 90.439999488 406.5199923200001L43.640000512 242.67999232A20.482048 20.482048 0 0 1 43.640000512 242.63999488C40.683196416 232.2832793600001 40.005844992 221.9130265599999 41.080000512 211.91999488A20.482048 20.482048 0 0 1 40.96 209.92L40.96 -5.12C40.96 -50.12140032 77.878601728 -87.04 122.88 -87.04L901.12 -87.04C946.12140032 -87.04 983.04 -50.12140032 983.04 -5.12L983.04 209.92A20.482048 20.482048 0 0 1 982.96000512 211.95999232A20.482048 20.482048 0 0 1 982.96000512 211.9999897600001C984.02064384 221.96709376 983.30843136 232.31238144 980.36000768 242.63999488A20.482048 20.482048 0 0 1 980.36000768 242.67999232L933.55999232 406.5199923200001C928.07860224 425.70440704 915.80598272 441.46937856 899.9599923200001 451.99998976C913.25632512 466.5814835199999 921.6 485.74769152 921.6 506.88L921.6 773.12C921.6 818.121398272 884.68140032 855.04 839.6800000000001 855.04L184.32 855.04zM184.32 814.08L839.6800000000001 814.08C862.54931968 814.08 880.64 795.989321728 880.64 773.12L880.64 506.88C880.64 484.01068032 862.54931968 465.92 839.6800000000001 465.92L184.32 465.92C161.450678272 465.92 143.36 484.01068032 143.36 506.88L143.36 773.12C143.36 795.989321728 161.450678272 814.08 184.32 814.08zM511.68 773.400000512A20.482048 20.482048 0 0 1 491.52 752.64L491.52 597.27998976L444.5599948800001 644.23999488A20.482048 20.482048 0 1 1 415.60000512 615.2800051199999L497.52000512 533.36000512A20.482048 20.482048 0 0 1 526.47999488 533.36000512L608.39999488 615.2800051199999A20.482048 20.482048 0 1 1 579.44000512 644.23999488L532.48 597.27998976L532.48 752.64A20.482048 20.482048 0 0 1 511.68 773.400000512zM169.240000512 424.96L184.32 424.96L839.6800000000001 424.96L854.75999744 424.96C873.15531776 424.96 889.1091968000001 412.91784192 894.15999488 395.23999744L941.00000768 231.39999744C948.61441024 204.7287296 929.34559744 179.1999999999999 901.60001024 179.1999999999999L122.4 179.1999999999999C94.654388224 179.1999999999999 75.3856 204.7287296 83.000000512 231.39999744L129.840001024 395.23999744C134.888116224 412.90842112 150.871918592 424.96 169.240000512 424.96zM81.92 149.27998976C93.789032448 142.37550592 107.510288384 138.24 122.4 138.24L901.60001024 138.24C916.48970752 138.24 930.21095936 142.37548544 942.08 149.27998976L942.08 -5.12C942.08 -27.9893196800001 923.9893196800002 -46.08 901.12 -46.08L122.88 -46.08C100.010678272 -46.08 81.92 -27.9893196800001 81.92 -5.12L81.92 149.27998976zM388.8 97.5600025599999A20.482048 20.482048 0 0 1 368.64 76.8L368.64 56.3199999999999C368.64 11.31859968 405.55859968 -25.6 450.56 -25.6L573.44 -25.6C618.4414003200001 -25.6 655.36 11.31859968 655.36 56.3199999999999L655.36 76.8A20.482048 20.482048 0 1 1 614.4 76.8L614.4 56.3199999999999C614.4 33.4506803199999 596.3093196799999 15.36 573.44 15.36L450.56 15.36C427.69068032 15.36 409.6 33.4506803199999 409.6 56.3199999999999L409.6 76.8A20.482048 20.482048 0 0 1 388.8 97.5600025599999z" />
15
- <glyph glyph-name="schedule"
16
- unicode="&#xF101;"
17
- horiz-adv-x="1024" d="M286.7200000000001 896C247.60000512 896 209.76001024 889.43998976 174.08 873.75998976C167.20001024 871.04 162.31999488 864.71999488 161.44001024 857.28C160.48001024 849.84000512 163.68001024 842.56 169.76001024 838.23998976C175.75999488 833.84000512 183.75999488 833.11998976 190.47999488 836.31998976C220.32001024 849.35999488 252.16 855.04 286.7200000000001 855.04C423.20001024 855.04 532.48 745.75998976 532.48 609.28C532.48 472.79998976 423.20001024 363.52 286.7200000000001 363.52C150.24001024 363.52 40.96 472.79998976 40.96 609.28C40.96 671.51998976 64.80001024 727.19998976 102.4 771.35998976L102.4 717.83999488C102.32000512 710.47999488 106.16000512 703.60000512 112.56000512 699.84C118.96000512 696.1599897599999 126.79999488 696.1599897599999 133.19999488 699.84C139.59999488 703.60000512 143.43999488 710.47999488 143.36 717.83999488L143.36 834.56L26.63999488 834.56C19.27999488 834.63999488 12.40000512 830.79999488 8.64 824.39999488C4.96001024 817.99999488 4.96001024 810.16000512 8.64 803.76000512C12.40000512 797.36000512 19.27999488 793.52000512 26.63999488 793.6L67.44000512 793.6C26.31999488 743.43999488 0 679.83998976 0 609.28C0 450.80000512 128.24000512 322.56 286.7200000000001 322.56C445.19999488 322.56 573.44 450.80000512 573.44 609.28C573.44 767.75999488 445.19999488 896 286.7200000000001 896zM778.24 896C755.84 896 737.28 877.44 737.28 855.04L737.28 814.08L542.08 814.08C552.48001024 801.20000512 561.76001024 787.44000512 570.08001024 773.12L737.28 773.12L737.28 732.16C737.28 709.76 755.84 691.2 778.24 691.2L819.2 691.2C841.6 691.2 860.16 709.76 860.16 732.16L860.16 773.12L962.56 773.12L962.56 629.76L613.36000512 629.76C613.76 622.96000512 614.4 616.24000512 614.4 609.28C614.4 602.31999488 613.76 595.5999948799999 613.36000512 588.8L962.56 588.8L962.56 -46.08L102.4 -46.08L102.4 338.56C87.75999488 348.55999488 74.24 359.83998976 61.44 371.91999488L61.44 -46.08C61.44 -69.8399948800001 78.64000512 -87.04 102.4 -87.04L962.56 -87.04C986.31999488 -87.04 1003.52 -69.8399948800001 1003.52 -46.08L1003.52 773.12C1003.52 796.87999488 986.31999488 814.08 962.56 814.08L860.16 814.08L860.16 855.04C860.16 877.44 841.6 896 819.2 896zM778.24 855.04L819.2 855.04L819.2 732.16L778.24 732.16zM286.4000000000001 793.92C275.12000512 793.67999488 266.0800102400001 784.39999488 266.24 773.12L266.24 612.55999488C265.6 608.1599897599999 266.31999488 603.6799897599999 268.48 599.75999488C270.32000512 596.0800051199999 273.2800000000001 593.03999488 276.8799948800001 591.04L356.40000512 531.44000512C365.44 524.6399897599999 378.24 526.47999488 385.03999488 535.60000512C391.84001024 544.64 390.00000512 557.44 380.8799948800001 564.23999488L307.2 619.52L307.2 773.12C307.27999488 778.63999488 305.12001024 784 301.19999488 787.91999488C297.2800000000001 791.83998976 291.9199948800001 793.99999488 286.4000000000001 793.92zM597.76 506.88C593.1200102399999 492.72000512 587.36001024 479.11999488 580.87999488 465.92L655.36 465.92L655.36 363.52L512 363.52L512 220.16L409.6 220.16L409.6 305.67999488C396.40000512 300.31998976 382.64000512 296 368.64 292.40000512L368.64 220.16L266.24 220.16L266.24 282.63999488C252.32001024 283.52 238.64000512 285.04000512 225.28 287.60000512L225.28 35.84L839.6800000000001 35.84L839.6800000000001 506.88zM696.32 465.92L798.72 465.92L798.72 363.52L696.32 363.52zM552.96 322.56L655.36 322.56L655.36 220.16L552.96 220.16zM696.32 322.56L798.72 322.56L798.72 220.16L696.32 220.16zM266.24 179.1999999999999L368.64 179.1999999999999L368.64 76.8L266.24 76.8zM409.6 179.1999999999999L512 179.1999999999999L512 76.8L409.6 76.8zM552.96 179.1999999999999L655.36 179.1999999999999L655.36 76.8L552.96 76.8zM696.32 179.1999999999999L798.72 179.1999999999999L798.72 76.8L696.32 76.8z" />
18
- </font>
19
- </defs>
20
- </svg>