@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-331

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 (1094) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  4. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  12. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  13. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  14. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  15. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  16. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  21. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  23. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  29. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  30. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  31. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
  32. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  33. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  34. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  40. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
  41. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  42. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
  43. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
  45. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  46. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  47. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  48. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  58. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  59. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  63. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  66. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  69. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  78. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  79. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  81. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  82. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  83. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  86. package/dist/Components/DataDisplay/index.d.ts +6 -3
  87. package/dist/Components/Form/Button/Button.d.ts +2 -1
  88. package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
  89. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  90. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
  91. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  92. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  93. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  94. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  95. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  96. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  97. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  98. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  99. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  100. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  103. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  104. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  105. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  106. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  107. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  108. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  109. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  110. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  111. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  112. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  113. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  114. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  115. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  116. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  117. package/dist/Components/Form/InputProps.d.ts +7 -2
  118. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  119. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
  120. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
  121. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  125. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  126. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  127. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  128. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  129. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  130. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  131. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  132. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
  133. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  134. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  135. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  136. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  137. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  138. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  139. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  140. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  141. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  142. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  143. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  144. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  145. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  146. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  147. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  148. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  149. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  153. package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
  154. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
  155. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
  156. package/dist/Components/Form/index.d.ts +15 -0
  157. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  158. package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
  159. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  160. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
  161. package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  164. package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
  165. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  168. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  169. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
  170. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  171. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  172. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  173. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  174. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  175. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  176. package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
  177. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  178. package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
  179. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  180. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  181. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  182. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  183. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  184. package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
  185. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  186. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  188. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  189. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  190. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  191. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  192. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  193. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  194. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  195. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  196. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  197. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  198. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  199. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  200. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  201. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  202. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  203. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  204. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  205. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  206. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  207. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  208. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  209. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  210. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  211. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  212. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
  213. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  214. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
  215. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  216. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  217. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  218. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  219. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  220. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  221. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  222. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  223. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  224. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  225. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  226. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  227. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  228. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  229. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  230. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
  231. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
  232. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
  233. package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
  234. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  235. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  236. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  237. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
  238. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  239. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  240. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  241. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  242. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  243. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  244. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  245. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  246. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  247. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  248. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  249. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  250. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  251. package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
  252. package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
  253. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  254. package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
  255. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  256. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  257. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  258. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  259. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  260. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  261. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  262. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  263. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  264. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  265. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  266. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
  267. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  268. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  269. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
  270. package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
  271. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  272. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  273. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  274. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  275. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  276. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  277. package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
  278. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  279. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  280. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  281. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
  282. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  283. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  284. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  285. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  286. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  287. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
  288. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
  289. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  290. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  291. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  292. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  293. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  294. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  295. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  296. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  297. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  298. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  299. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  300. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  301. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  302. package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
  303. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  304. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  305. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  306. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  307. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  308. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  309. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  310. package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
  311. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  312. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  313. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  314. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  315. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
  316. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  317. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  318. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  319. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
  320. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  321. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  322. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
  323. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
  324. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  325. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  326. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  327. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  328. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  329. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  330. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  331. package/dist/Components/Icons/People/User/User.d.ts +2 -1
  332. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  333. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  334. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  335. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  337. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  338. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  339. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  340. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  341. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  342. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  343. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  344. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  345. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  346. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  347. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
  348. package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
  349. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  350. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  351. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  352. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  353. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  354. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  355. package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
  356. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  357. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
  358. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  359. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
  360. package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
  361. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  362. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  363. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
  364. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  365. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  366. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  367. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  368. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  369. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  370. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  371. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  372. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  373. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  374. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  375. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  376. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  377. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  378. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  379. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  380. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  381. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  382. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  383. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  384. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  385. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  386. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  387. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  388. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  389. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  390. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  391. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  392. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  393. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  394. package/dist/Components/Icons/index.d.ts +188 -2
  395. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  396. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
  397. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
  398. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
  399. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  400. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  401. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  402. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  403. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  404. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  405. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  406. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  407. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  408. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  409. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  410. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  411. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  412. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  413. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  414. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  415. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  416. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  417. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  418. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  419. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  420. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  421. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  422. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  423. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  424. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  425. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  426. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  430. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
  431. package/dist/betterui.css +1 -0
  432. package/dist/image/logo-small.svg +4 -4
  433. package/dist/image/logo.svg +26 -26
  434. package/dist/index.cjs.js +50 -2
  435. package/dist/index.cjs.js.map +1 -1
  436. package/dist/index.es.js +12977 -2480
  437. package/dist/index.es.js.map +1 -1
  438. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  439. package/dist/lib/tinymce/langs/README.md +3 -0
  440. package/dist/lib/tinymce/license.md +6 -0
  441. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  442. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  443. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  444. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  445. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  446. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  447. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  448. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  449. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  450. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  451. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  452. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  453. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  454. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  455. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  456. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  457. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  458. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  459. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  460. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  461. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  462. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  463. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  464. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  465. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  466. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  467. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  468. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  469. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  470. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  471. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  472. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  473. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  474. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  475. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  476. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  477. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  478. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  479. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  480. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  481. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  482. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  483. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  484. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  485. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  486. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  487. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  488. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  489. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  490. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  491. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  492. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  493. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  494. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  495. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  496. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  497. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  498. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  499. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  500. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  501. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  502. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  503. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  504. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  505. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  506. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  507. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  508. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  509. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  510. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  511. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  512. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  513. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  514. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  515. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  516. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  517. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  518. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  519. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  520. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  521. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  522. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  523. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  524. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  525. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  526. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  527. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  528. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  529. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  530. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  531. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  532. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  533. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  534. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  535. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  536. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  537. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  538. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  539. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  540. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  541. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  542. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  543. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  544. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  545. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  546. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  547. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  548. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  549. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  550. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  551. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  552. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  553. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  554. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  555. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  556. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  557. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  558. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  559. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  560. package/dist/lib/tinymce/tinymce.min.js +4 -0
  561. package/dist/main.d.ts +1 -0
  562. package/package.json +30 -19
  563. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  564. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  565. package/src/Components/BetterUIProvider/index.ts +2 -0
  566. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  567. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  568. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  569. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  570. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  571. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  572. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  573. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  574. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  575. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  576. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  577. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  578. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  579. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  580. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  581. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  582. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  583. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  584. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  585. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  586. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  587. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  588. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  589. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  590. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  591. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  592. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  593. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  594. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  595. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  596. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  597. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  598. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  599. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  600. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  601. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  602. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  603. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  604. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  605. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  606. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  607. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  608. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  609. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  610. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  611. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  612. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
  613. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
  614. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  615. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  616. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  617. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  618. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  619. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  620. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  621. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  622. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  623. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  624. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  625. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  626. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  627. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  628. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  629. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  630. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  631. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  632. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  633. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  634. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  635. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  636. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  637. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  638. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  639. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  640. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  641. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  642. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  643. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  644. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  645. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  646. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  647. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  648. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  649. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  650. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  651. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  652. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  653. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  654. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  655. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  656. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  657. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  658. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  659. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  660. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  661. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  662. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  663. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  664. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  665. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  666. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  667. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  668. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  669. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  670. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  671. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  672. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  673. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  674. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  675. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  676. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  677. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  678. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  679. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  680. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  681. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  682. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  683. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  684. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  685. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  686. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  687. package/src/Components/DataDisplay/index.ts +89 -0
  688. package/src/Components/Form/Button/Button.mdx +15 -0
  689. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  690. package/src/Components/Form/Button/Button.tsx +83 -0
  691. package/src/Components/Form/Button/ButtonProps.tsx +21 -0
  692. package/src/Components/Form/Button/button.module.scss +258 -0
  693. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  694. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  695. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  696. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  697. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  698. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  699. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  700. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  701. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  702. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  703. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  704. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  705. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  706. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  707. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  708. package/src/Components/Form/DateField/DateField.tsx +61 -0
  709. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  710. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  711. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  712. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  713. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  714. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  715. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  716. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  717. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  718. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  719. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  720. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  721. package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
  722. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  723. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  724. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  725. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  726. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  727. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  728. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  729. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  730. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  731. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  732. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  733. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  734. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  735. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  736. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  737. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  738. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  739. package/src/Components/Form/InputProps.tsx +30 -0
  740. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  741. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  742. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
  743. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
  744. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
  745. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
  746. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
  747. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  748. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  749. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
  750. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  751. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  752. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  753. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  754. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  755. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  756. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  757. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  758. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  759. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  760. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  761. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  762. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  763. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  764. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  765. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  766. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  767. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  768. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  769. package/src/Components/Form/TextField/TextField.tsx +62 -0
  770. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  771. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  772. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  773. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  774. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  775. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  776. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  777. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  778. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  779. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  780. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  781. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  782. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  783. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  784. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  785. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  786. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  787. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  788. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  789. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  790. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  791. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  792. package/src/Components/Form/index.ts +89 -0
  793. package/src/Components/Form/inputs.module.scss +170 -0
  794. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  795. package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
  796. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  797. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  798. package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
  799. package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
  800. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  801. package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
  802. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  803. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  804. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  805. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  806. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  807. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  808. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  809. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  810. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  811. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  812. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  813. package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
  814. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  815. package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
  816. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  817. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  818. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  819. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  820. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  821. package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
  822. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  823. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  824. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  825. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  826. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  827. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  828. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  829. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  830. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  831. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  832. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  833. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  834. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  835. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  836. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  837. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  838. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  839. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  840. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  841. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  842. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  843. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  844. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  845. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  846. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  847. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  848. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  849. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  850. package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
  851. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  852. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  853. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  854. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  855. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  856. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  857. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  858. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  859. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  860. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  861. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  862. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  863. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  864. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  865. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  866. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  867. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  868. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  869. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  870. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  871. package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
  872. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  873. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  874. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  875. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  876. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  877. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  878. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  879. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  880. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  881. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  882. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  883. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  884. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  885. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  886. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  887. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  888. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  889. package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
  890. package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
  891. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  892. package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
  893. package/src/Components/Icons/IconProps.tsx +5 -0
  894. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  895. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  896. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  897. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  898. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  899. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  900. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  901. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  902. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  903. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  904. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  905. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  906. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  907. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  908. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  909. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  910. package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
  911. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  912. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  913. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  914. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  915. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  916. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  917. package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
  918. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  919. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  920. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  921. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  922. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  923. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  924. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  925. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  926. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  927. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  928. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  929. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  930. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  931. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  932. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  933. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  934. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  935. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  936. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  937. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  938. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  939. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  940. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  941. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  942. package/src/Components/Icons/Media/Image/Image.tsx +48 -0
  943. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  944. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  945. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  946. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  947. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  948. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  949. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  950. package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
  951. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  952. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  953. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  954. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  955. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  956. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  957. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  958. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  959. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  960. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  961. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  962. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  963. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  964. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  965. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  966. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  967. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  968. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  969. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  970. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  971. package/src/Components/Icons/People/User/User.tsx +61 -0
  972. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  973. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  974. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  975. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  976. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  977. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  978. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  979. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  980. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  981. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  982. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  983. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  984. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  985. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  986. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  987. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  988. package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
  989. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  990. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  991. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  992. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  993. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  994. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  995. package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
  996. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  997. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  998. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  999. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  1000. package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
  1001. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  1002. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  1003. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  1004. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  1005. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  1006. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  1007. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  1008. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  1009. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  1010. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
  1011. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  1012. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  1013. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  1014. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  1015. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  1016. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  1017. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  1018. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  1019. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  1020. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  1021. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  1022. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  1023. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  1024. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  1025. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  1026. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  1027. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  1028. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  1029. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  1030. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  1031. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  1032. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  1033. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  1034. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  1035. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  1036. package/src/Components/Icons/index.ts +284 -0
  1037. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  1038. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  1039. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  1040. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  1041. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  1042. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  1043. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  1044. package/src/Components/Layout/Header/Header.tsx +14 -0
  1045. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  1046. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  1047. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  1048. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  1049. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  1050. package/src/Components/Layout/Header/header.module.scss +100 -0
  1051. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  1052. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  1053. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  1054. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  1055. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  1056. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  1057. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  1058. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  1059. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  1060. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  1061. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  1062. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  1063. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  1064. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  1065. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  1066. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  1067. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  1068. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  1069. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  1070. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  1071. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  1072. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  1073. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  1074. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  1075. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  1076. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  1077. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  1078. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  1079. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  1080. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  1081. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  1082. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  1083. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  1084. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  1085. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  1086. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  1087. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  1088. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  1089. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  1090. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
  1091. package/src/Components/Layout/index.ts +50 -0
  1092. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  1093. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  1094. package/dist/style.css +0 -1
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Airplane = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M29.2237 16.5525L19.5 11.6912V6C19.5 5.07174 19.1313 4.1815 18.4749 3.52513C17.8185 2.86875 16.9283 2.5 16 2.5C15.0717 2.5 14.1815 2.86875 13.5251 3.52513C12.8687 4.1815 12.5 5.07174 12.5 6V11.6912L2.77625 16.5525C2.69318 16.5941 2.62333 16.658 2.57454 16.737C2.52574 16.816 2.49993 16.9071 2.5 17V21C2.50006 21.0739 2.5165 21.1469 2.54813 21.2136C2.57976 21.2804 2.6258 21.3394 2.68294 21.3862C2.74008 21.4331 2.80689 21.4667 2.87857 21.4846C2.95026 21.5026 3.02502 21.5044 3.0975 21.49L12.5 19.615V22.7975L10.6462 24.6462C10.5998 24.6927 10.563 24.7479 10.5379 24.8086C10.5128 24.8693 10.4999 24.9343 10.5 25V29C10.5 29.0817 10.5201 29.1622 10.5585 29.2344C10.5968 29.3066 10.6523 29.3682 10.72 29.414C10.7878 29.4598 10.8657 29.4882 10.947 29.4969C11.0282 29.5056 11.1104 29.4942 11.1862 29.4638L16 27.5387L20.8137 29.4638C20.8728 29.488 20.9361 29.5003 21 29.5C21.0999 29.5003 21.1976 29.4702 21.28 29.4137C21.3477 29.368 21.4031 29.3064 21.4415 29.2342C21.4798 29.1621 21.4999 29.0817 21.5 29V25C21.5001 24.9343 21.4872 24.8693 21.4621 24.8086C21.437 24.7479 21.4002 24.6927 21.3538 24.6462L19.5 22.7925V19.61L28.9025 21.485C28.9746 21.4993 29.0489 21.4976 29.1202 21.4799C29.1915 21.4623 29.2581 21.4291 29.3151 21.3828C29.3722 21.3365 29.4183 21.2782 29.4503 21.212C29.4822 21.1459 29.4992 21.0735 29.5 21V17C29.5001 16.9071 29.4743 16.816 29.4255 16.737C29.3767 16.658 29.3068 16.5941 29.2237 16.5525ZM28.5 20.39L19.0975 18.515C19.0254 18.5007 18.9511 18.5024 18.8798 18.5201C18.8085 18.5377 18.7419 18.5709 18.6849 18.6172C18.6278 18.6635 18.5817 18.7218 18.5497 18.788C18.5178 18.8541 18.5008 18.9265 18.5 19V23C18.4999 23.0657 18.5128 23.1307 18.5379 23.1914C18.563 23.2521 18.5998 23.3073 18.6462 23.3538L20.5 25.2075V28.2612L16.1863 26.5362C16.066 26.4876 15.9315 26.4876 15.8112 26.5362L11.5 28.2612V25.2075L13.3538 23.3538C13.4002 23.3073 13.437 23.2521 13.4621 23.1914C13.4872 23.1307 13.5001 23.0657 13.5 23V19C13.4999 18.9261 13.4835 18.8531 13.4519 18.7864C13.4202 18.7196 13.3742 18.6606 13.3171 18.6138C13.2599 18.5669 13.1931 18.5333 13.1214 18.5154C13.0497 18.4974 12.975 18.4956 12.9025 18.51L3.5 20.39V17.3088L13.2238 12.4475C13.3068 12.4059 13.3767 12.342 13.4255 12.263C13.4743 12.184 13.5001 12.0929 13.5 12V6C13.5 5.33696 13.7634 4.70107 14.2322 4.23223C14.7011 3.76339 15.337 3.5 16 3.5C16.663 3.5 17.2989 3.76339 17.7678 4.23223C18.2366 4.70107 18.5 5.33696 18.5 6V12C18.4999 12.0929 18.5257 12.184 18.5745 12.263C18.6233 12.342 18.6932 12.4059 18.7763 12.4475L28.5 17.3088V20.39Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M29.4475 16.105L20 11.3825V6C20 4.93913 19.5786 3.92172 18.8284 3.17157C18.0783 2.42143 17.0609 2 16 2C14.9391 2 13.9217 2.42143 13.1716 3.17157C12.4214 3.92172 12 4.93913 12 6V11.3825L2.5525 16.105C2.38636 16.1881 2.24667 16.3159 2.14908 16.474C2.05149 16.6321 1.99987 16.8142 2 17V21C2.00008 21.1479 2.03298 21.294 2.09632 21.4276C2.15965 21.5613 2.25186 21.6793 2.36628 21.773C2.4807 21.8667 2.61449 21.9339 2.75801 21.9697C2.90154 22.0055 3.05121 22.009 3.19625 21.98L12 20.22V22.5863L10.2925 24.2925C10.1997 24.3854 10.1261 24.4958 10.0759 24.6171C10.0257 24.7385 9.9999 24.8686 10 25V29C9.99972 29.1639 10.0397 29.3253 10.1165 29.4701C10.1933 29.615 10.3045 29.7387 10.4403 29.8304C10.5761 29.9221 10.7324 29.9791 10.8954 29.9962C11.0584 30.0134 11.2231 29.9902 11.375 29.9287L16 28.0775L20.625 29.9287C20.7769 29.9902 20.9416 30.0134 21.1046 29.9962C21.2676 29.9791 21.4239 29.9221 21.5597 29.8304C21.6955 29.7387 21.8067 29.615 21.8835 29.4701C21.9603 29.3253 22.0003 29.1639 22 29V25C22.0001 24.8686 21.9743 24.7385 21.9241 24.6171C21.8739 24.4958 21.8003 24.3854 21.7075 24.2925L20 22.5863V20.22L28.8037 21.98C28.9488 22.009 29.0985 22.0055 29.242 21.9697C29.3855 21.9339 29.5193 21.8667 29.6337 21.773C29.7481 21.6793 29.8403 21.5613 29.9037 21.4276C29.967 21.294 29.9999 21.1479 30 21V17C30.0001 16.8142 29.9485 16.6321 29.8509 16.474C29.7533 16.3159 29.6136 16.1881 29.4475 16.105ZM28 19.78L19.1963 18.02C19.0512 17.991 18.9015 17.9945 18.758 18.0303C18.6145 18.0661 18.4807 18.1333 18.3663 18.227C18.2519 18.3207 18.1597 18.4387 18.0963 18.5724C18.033 18.706 18.0001 18.8521 18 19V23C17.9999 23.1314 18.0257 23.2615 18.0759 23.3829C18.1261 23.5042 18.1997 23.6146 18.2925 23.7075L20 25.4137V27.5225L16.375 26.0713C16.1367 25.976 15.8708 25.976 15.6325 26.0713L12 27.5225V25.4137L13.7075 23.7075C13.8003 23.6146 13.8739 23.5042 13.9241 23.3829C13.9743 23.2615 14.0001 23.1314 14 23V19C13.9999 18.8521 13.967 18.706 13.9037 18.5724C13.8403 18.4387 13.7481 18.3207 13.6337 18.227C13.5193 18.1333 13.3855 18.0661 13.242 18.0303C13.0985 17.9945 12.9488 17.991 12.8038 18.02L4 19.78V17.6175L13.4475 12.895C13.6136 12.8119 13.7533 12.6841 13.8509 12.526C13.9485 12.3679 14.0001 12.1858 14 12V6C14 5.46957 14.2107 4.96086 14.5858 4.58579C14.9609 4.21071 15.4696 4 16 4C16.5304 4 17.0391 4.21071 17.4142 4.58579C17.7893 4.96086 18 5.46957 18 6V12C17.9999 12.1858 18.0515 12.3679 18.1491 12.526C18.2467 12.6841 18.3864 12.8119 18.5525 12.895L28 17.6175V19.78Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M29.6712 15.6587L20.5 11.0725V6C20.5 4.80653 20.0259 3.66193 19.182 2.81802C18.3381 1.97411 17.1935 1.5 16 1.5C14.8065 1.5 13.6619 1.97411 12.818 2.81802C11.9741 3.66193 11.5 4.80653 11.5 6V11.0725L2.32875 15.6587C2.07973 15.7834 1.87031 15.9748 1.72394 16.2117C1.57757 16.4486 1.50003 16.7215 1.5 17V21C1.49996 21.2219 1.54915 21.4411 1.64404 21.6417C1.73893 21.8423 1.87715 22.0193 2.04874 22.1601C2.22032 22.3008 2.42099 22.4017 2.63629 22.4555C2.85158 22.5093 3.07613 22.5147 3.29375 22.4713L11.5 20.83V22.375L9.93875 23.9387C9.7995 24.0782 9.68908 24.2436 9.6138 24.4257C9.53851 24.6078 9.49985 24.803 9.5 25V29C9.50001 29.2452 9.56011 29.4866 9.67504 29.7031C9.78997 29.9197 9.95623 30.1048 10.1593 30.2422C10.3623 30.3796 10.5959 30.4652 10.8397 30.4914C11.0834 30.5176 11.3299 30.4836 11.5575 30.3925L16 28.615L20.4425 30.3925C20.6197 30.4638 20.809 30.5003 21 30.5C21.3978 30.5 21.7794 30.342 22.0607 30.0607C22.342 29.7794 22.5 29.3978 22.5 29V25C22.5002 24.803 22.4615 24.6078 22.3862 24.4257C22.3109 24.2436 22.2005 24.0782 22.0613 23.9387L20.5 22.375V20.83L28.7062 22.4713C28.9239 22.5147 29.1484 22.5093 29.3637 22.4555C29.579 22.4017 29.7797 22.3008 29.9513 22.1601C30.1228 22.0193 30.2611 21.8423 30.356 21.6417C30.4508 21.4411 30.5 21.2219 30.5 21V17C30.5 16.7215 30.4224 16.4486 30.2761 16.2117C30.1297 15.9748 29.9203 15.7834 29.6712 15.6587ZM27.5 19.17L19.2938 17.5287C19.0761 17.4853 18.8516 17.4907 18.6363 17.5445C18.421 17.5983 18.2203 17.6992 18.0487 17.8399C17.8772 17.9807 17.7389 18.1577 17.644 18.3583C17.5492 18.5589 17.5 18.7781 17.5 19V23C17.4998 23.197 17.5385 23.3922 17.6138 23.5743C17.6891 23.7564 17.7995 23.9218 17.9387 24.0613L19.5 25.625V26.7887L16.5575 25.6112C16.1996 25.468 15.8004 25.468 15.4425 25.6112L12.5 26.785V25.625L14.0612 24.065C14.2009 23.9251 14.3116 23.7591 14.3869 23.5763C14.4622 23.3935 14.5006 23.1977 14.5 23V19C14.5 18.7781 14.4508 18.5589 14.356 18.3583C14.2611 18.1577 14.1228 17.9807 13.9513 17.8399C13.7797 17.6992 13.579 17.5983 13.3637 17.5445C13.1484 17.4907 12.9239 17.4853 12.7063 17.5287L4.5 19.17V17.9275L13.6713 13.3413C13.9203 13.2166 14.1297 13.0252 14.2761 12.7883C14.4224 12.5514 14.5 12.2785 14.5 12V6C14.5 5.60218 14.658 5.22064 14.9393 4.93934C15.2206 4.65804 15.6022 4.5 16 4.5C16.3978 4.5 16.7794 4.65804 17.0607 4.93934C17.342 5.22064 17.5 5.60218 17.5 6V12C17.5 12.2785 17.5776 12.5514 17.7239 12.7883C17.8703 13.0252 18.0797 13.2166 18.3288 13.3413L27.5 17.9275V19.17Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M30 17V21C30 21.2652 29.8946 21.5196 29.7071 21.7071C29.5196 21.8946 29.2652 22 29 22C28.9341 22.0002 28.8683 21.9935 28.8037 21.98L19.5 20.125V23.0912L21.7075 25.2975C21.8938 25.484 21.9989 25.7364 22 26V29C22.0003 29.1639 21.9603 29.3253 21.8835 29.4701C21.8067 29.615 21.6955 29.7387 21.5597 29.8304C21.4239 29.9221 21.2676 29.9791 21.1046 29.9962C20.9416 30.0134 20.7769 29.9902 20.625 29.9287L16 28.0775L11.375 29.9287C11.2231 29.9902 11.0584 30.0134 10.8954 29.9962C10.7324 29.9791 10.5761 29.9221 10.4403 29.8304C10.3045 29.7387 10.1933 29.615 10.1165 29.4701C10.0397 29.3253 9.99972 29.1639 10 29V26C9.9999 25.8686 10.0257 25.7385 10.0759 25.6171C10.1261 25.4958 10.1997 25.3854 10.2925 25.2925L12.5 23.0863V20.125L3.19625 21.98C3.1317 21.9935 3.06593 22.0002 3 22C2.73478 22 2.48043 21.8946 2.29289 21.7071C2.10536 21.5196 2 21.2652 2 21V17C1.99987 16.8142 2.05149 16.6321 2.14908 16.474C2.24667 16.3159 2.38636 16.1881 2.5525 16.105L12.5 11.1325V5.5C12.5 4.57174 12.8687 3.6815 13.5251 3.02513C14.1815 2.36875 15.0717 2 16 2C16.9283 2 17.8185 2.36875 18.4749 3.02513C19.1313 3.6815 19.5 4.57174 19.5 5.5V11.1325L29.4475 16.105C29.6136 16.1881 29.7533 16.3159 29.8509 16.474C29.9485 16.6321 30.0001 16.8142 30 17Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M19 19V23L21 25V29L16 27L11 29V25L13 23V19L3 21V17L13 12V6C13 5.20435 13.3161 4.44129 13.8787 3.87868C14.4413 3.31607 15.2044 3 16 3C16.7956 3 17.5587 3.31607 18.1213 3.87868C18.6839 4.44129 19 5.20435 19 6V12L29 17V21L19 19Z" fill="currentColor"/>
36
+ <path d="M29.4475 16.105L20 11.3825V6C20 4.93913 19.5786 3.92172 18.8284 3.17157C18.0783 2.42143 17.0609 2 16 2C14.9391 2 13.9217 2.42143 13.1716 3.17157C12.4214 3.92172 12 4.93913 12 6V11.3825L2.5525 16.105C2.38636 16.1881 2.24667 16.3159 2.14908 16.474C2.05149 16.6321 1.99987 16.8142 2 17V21C2.00008 21.1479 2.03298 21.294 2.09632 21.4276C2.15965 21.5613 2.25186 21.6793 2.36628 21.773C2.4807 21.8667 2.61449 21.9339 2.75801 21.9697C2.90154 22.0055 3.05121 22.009 3.19625 21.98L12 20.22V22.5863L10.2925 24.2925C10.1997 24.3854 10.1261 24.4958 10.0759 24.6171C10.0257 24.7385 9.9999 24.8686 10 25V29C9.99972 29.1639 10.0397 29.3253 10.1165 29.4701C10.1933 29.615 10.3045 29.7387 10.4403 29.8304C10.5761 29.9221 10.7324 29.9791 10.8954 29.9962C11.0584 30.0134 11.2231 29.9902 11.375 29.9287L16 28.0775L20.625 29.9287C20.7769 29.9902 20.9416 30.0134 21.1046 29.9962C21.2676 29.9791 21.4239 29.9221 21.5597 29.8304C21.6955 29.7387 21.8067 29.615 21.8835 29.4701C21.9603 29.3253 22.0003 29.1639 22 29V25C22.0001 24.8686 21.9743 24.7385 21.9241 24.6171C21.8739 24.4958 21.8003 24.3854 21.7075 24.2925L20 22.5863V20.22L28.8037 21.98C28.9488 22.009 29.0985 22.0055 29.242 21.9697C29.3855 21.9339 29.5193 21.8667 29.6337 21.773C29.7481 21.6793 29.8403 21.5613 29.9037 21.4276C29.967 21.294 29.9999 21.1479 30 21V17C30.0001 16.8142 29.9485 16.6321 29.8509 16.474C29.7533 16.3159 29.6136 16.1881 29.4475 16.105ZM28 19.78L19.1963 18.02C19.0512 17.991 18.9015 17.9945 18.758 18.0303C18.6145 18.0661 18.4807 18.1333 18.3663 18.227C18.2519 18.3207 18.1597 18.4387 18.0963 18.5724C18.033 18.706 18.0001 18.8521 18 19V23C17.9999 23.1314 18.0257 23.2615 18.0759 23.3829C18.1261 23.5042 18.1997 23.6146 18.2925 23.7075L20 25.4137V27.5225L16.375 26.0713C16.1367 25.976 15.8708 25.976 15.6325 26.0713L12 27.5225V25.4137L13.7075 23.7075C13.8003 23.6146 13.8739 23.5042 13.9241 23.3829C13.9743 23.2615 14.0001 23.1314 14 23V19C13.9999 18.8521 13.967 18.706 13.9037 18.5724C13.8403 18.4387 13.7481 18.3207 13.6337 18.227C13.5193 18.1333 13.3855 18.0661 13.242 18.0303C13.0985 17.9945 12.9488 17.991 12.8038 18.02L4 19.78V17.6175L13.4475 12.895C13.6136 12.8119 13.7533 12.6841 13.8509 12.526C13.9485 12.3679 14.0001 12.1858 14 12V6C14 5.46957 14.2107 4.96086 14.5858 4.58579C14.9609 4.21071 15.4696 4 16 4C16.5304 4 17.0391 4.21071 17.4142 4.58579C17.7893 4.96086 18 5.46957 18 6V12C17.9999 12.1858 18.0515 12.3679 18.1491 12.526C18.2467 12.6841 18.3864 12.8119 18.5525 12.895L28 17.6175V19.78Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M29.335 16.3288L19.75 11.5363V6C19.75 5.00544 19.3549 4.05161 18.6517 3.34835C17.9484 2.64509 16.9946 2.25 16 2.25C15.0054 2.25 14.0516 2.64509 13.3483 3.34835C12.6451 4.05161 12.25 5.00544 12.25 6V11.5363L2.665 16.3288C2.54028 16.391 2.43538 16.4868 2.36207 16.6054C2.28877 16.7239 2.24996 16.8606 2.25 17V21C2.25005 21.111 2.27473 21.2205 2.32225 21.3208C2.36977 21.4211 2.43895 21.5096 2.52481 21.5799C2.61066 21.6502 2.71105 21.7006 2.81873 21.7274C2.92641 21.7542 3.0387 21.7568 3.1475 21.735L12.25 19.915V22.6887L10.47 24.47C10.3293 24.6105 10.2502 24.8012 10.25 25V29C10.25 29.1226 10.2801 29.2433 10.3375 29.3516C10.395 29.4598 10.4781 29.5524 10.5796 29.6211C10.6811 29.6898 10.798 29.7326 10.9198 29.7457C11.0417 29.7588 11.165 29.7418 11.2788 29.6963L16 27.8075L20.7213 29.6963C20.8351 29.7418 20.9583 29.7588 21.0802 29.7457C21.202 29.7326 21.3189 29.6898 21.4204 29.6211C21.5219 29.5524 21.605 29.4598 21.6625 29.3516C21.7199 29.2433 21.75 29.1226 21.75 29V25C21.7498 24.8012 21.6707 24.6105 21.53 24.47L19.75 22.6887V19.915L28.8525 21.735C28.9613 21.7568 29.0736 21.7542 29.1813 21.7274C29.289 21.7006 29.3893 21.6502 29.4752 21.5799C29.561 21.5096 29.6302 21.4211 29.6777 21.3208C29.7253 21.2205 29.7499 21.111 29.75 21V17C29.75 16.8606 29.7112 16.7239 29.6379 16.6054C29.5646 16.4868 29.4597 16.391 29.335 16.3288ZM28.25 20.085L19.1475 18.265C19.0387 18.2432 18.9264 18.2458 18.8187 18.2726C18.711 18.2994 18.6107 18.3498 18.5248 18.4201C18.439 18.4904 18.3698 18.5789 18.3223 18.6792C18.2747 18.7795 18.2501 18.889 18.25 19V23C18.2502 23.1988 18.3293 23.3895 18.47 23.53L20.25 25.3113V27.8925L16.2787 26.3037C16.0998 26.2321 15.9002 26.2321 15.7212 26.3037L11.75 27.8925V25.3113L13.53 23.53C13.6707 23.3895 13.7498 23.1988 13.75 23V19C13.7499 18.889 13.7253 18.7795 13.6777 18.6792C13.6302 18.5789 13.561 18.4904 13.4752 18.4201C13.3893 18.3498 13.289 18.2994 13.1813 18.2726C13.0736 18.2458 12.9613 18.2432 12.8525 18.265L3.75 20.085V17.46L13.335 12.6675C13.4592 12.6055 13.5637 12.5103 13.6369 12.3925C13.7102 12.2746 13.7493 12.1388 13.75 12V6C13.75 5.40326 13.9871 4.83097 14.409 4.40901C14.831 3.98705 15.4033 3.75 16 3.75C16.5967 3.75 17.169 3.98705 17.591 4.40901C18.0129 4.83097 18.25 5.40326 18.25 6V12C18.25 12.1394 18.2888 12.2761 18.3621 12.3946C18.4354 12.5132 18.5403 12.609 18.665 12.6713L28.25 17.4638V20.085Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Airplane;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AirplaneInFlight = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M27.5003 27C27.5003 27.1326 27.4476 27.2598 27.3538 27.3536C27.2601 27.4473 27.1329 27.5 27.0003 27.5H9.00028C8.86767 27.5 8.7405 27.4473 8.64673 27.3536C8.55296 27.2598 8.50028 27.1326 8.50028 27C8.50028 26.8674 8.55296 26.7402 8.64673 26.6464C8.7405 26.5527 8.86767 26.5 9.00028 26.5H27.0003C27.1329 26.5 27.2601 26.5527 27.3538 26.6464C27.4476 26.7402 27.5003 26.8674 27.5003 27ZM30.5003 17V20C30.5003 20.1326 30.4476 20.2598 30.3538 20.3536C30.2601 20.4473 30.1329 20.5 30.0003 20.5H7.63278C6.66394 20.5042 5.71993 20.1937 4.9427 19.6153C4.16546 19.0368 3.597 18.2217 3.32278 17.2925L1.56528 11.4312C1.49809 11.2074 1.48413 10.9709 1.52453 10.7407C1.56492 10.5105 1.65855 10.293 1.79794 10.1054C1.93734 9.91777 2.11864 9.76534 2.32739 9.66024C2.53614 9.55513 2.76657 9.50026 3.00028 9.5H4.00028C4.06596 9.49995 4.13101 9.51284 4.19171 9.53793C4.2524 9.56303 4.30756 9.59983 4.35403 9.64625L7.20778 12.5H10.9203L9.57903 8.47375C9.50403 8.24845 9.4836 8.00856 9.51941 7.77381C9.55521 7.53907 9.64624 7.31618 9.785 7.12348C9.92375 6.93078 10.1063 6.77378 10.3176 6.66539C10.5288 6.557 10.7628 6.50031 11.0003 6.5H12.0003C12.066 6.49995 12.131 6.51284 12.1917 6.53793C12.2524 6.56303 12.3076 6.59983 12.354 6.64625L18.2078 12.5H26.0003C27.1938 12.5 28.3383 12.9741 29.1823 13.818C30.0262 14.6619 30.5003 15.8065 30.5003 17ZM29.5003 17C29.5003 16.5404 29.4098 16.0852 29.2339 15.6606C29.058 15.236 28.8002 14.8501 28.4752 14.5251C28.1502 14.2001 27.7643 13.9423 27.3397 13.7664C26.915 13.5905 26.4599 13.5 26.0003 13.5H18.0003C17.9346 13.5001 17.8696 13.4872 17.8089 13.4621C17.7482 13.437 17.693 13.4002 17.6465 13.3538L11.794 7.5H11.0003C10.9211 7.49993 10.843 7.51868 10.7724 7.5547C10.7019 7.59072 10.6409 7.64299 10.5945 7.7072C10.5481 7.77141 10.5177 7.84571 10.5056 7.924C10.4936 8.00229 10.5003 8.08232 10.5253 8.1575L12.0878 12.8425C12.1127 12.9176 12.1194 12.9975 12.1075 13.0757C12.0955 13.1539 12.0651 13.2281 12.0189 13.2923C11.9727 13.3565 11.9118 13.4088 11.8415 13.4449C11.7711 13.481 11.6931 13.4999 11.614 13.5H7.00028C6.86807 13.4998 6.74132 13.4472 6.64778 13.3538L3.79403 10.5H3.00028C2.92234 10.5 2.84548 10.5183 2.77585 10.5533C2.70621 10.5883 2.64572 10.6391 2.59921 10.7016C2.5527 10.7642 2.52145 10.8367 2.50797 10.9135C2.49448 10.9902 2.49912 11.0691 2.52153 11.1438L4.28028 17.0063C4.49363 17.7289 4.93585 18.3628 5.54044 18.8125C6.14502 19.2622 6.87928 19.5035 7.63278 19.5H29.5003V17Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M28.0001 27C28.0001 27.2652 27.8948 27.5196 27.7073 27.7071C27.5197 27.8946 27.2654 28 27.0001 28H9.00014C8.73493 28 8.48057 27.8946 8.29304 27.7071C8.1055 27.5196 8.00014 27.2652 8.00014 27C8.00014 26.7348 8.1055 26.4804 8.29304 26.2929C8.48057 26.1054 8.73493 26 9.00014 26H27.0001C27.2654 26 27.5197 26.1054 27.7073 26.2929C27.8948 26.4804 28.0001 26.7348 28.0001 27ZM31.0001 17V20C31.0001 20.2652 30.8948 20.5196 30.7073 20.7071C30.5197 20.8946 30.2654 21 30.0001 21H7.63389C6.55736 21.0049 5.50835 20.6601 4.64471 20.0174C3.78108 19.3747 3.14954 18.4689 2.84514 17.4363L1.08639 11.575C0.99679 11.2765 0.978188 10.9612 1.03207 10.6542C1.08595 10.3473 1.21083 10.0571 1.39673 9.80699C1.58264 9.55685 1.82443 9.35362 2.10282 9.21351C2.3812 9.0734 2.68848 9.00028 3.00014 9H4.00014C4.26501 9.00012 4.519 9.10532 4.70639 9.2925L7.41514 12H10.2264L9.10139 8.6325C9.00113 8.33175 8.97381 8.01147 9.02167 7.69807C9.06952 7.38468 9.1912 7.08715 9.37665 6.83003C9.56211 6.57291 9.80603 6.36356 10.0883 6.21924C10.3706 6.07492 10.6831 5.99978 11.0001 6H12.0001C12.1315 5.9999 12.2616 6.02568 12.383 6.07586C12.5044 6.12605 12.6147 6.19967 12.7076 6.2925L18.4151 12H26.0001C27.3262 12 28.598 12.5268 29.5357 13.4645C30.4734 14.4021 31.0001 15.6739 31.0001 17ZM29.0001 17C29.0001 16.2044 28.6841 15.4413 28.1215 14.8787C27.5589 14.3161 26.7958 14 26.0001 14H18.0001C17.7353 13.9999 17.4813 13.8947 17.2939 13.7075L11.5864 8H11.0001L12.5614 12.6838C12.6115 12.834 12.6252 12.994 12.6013 13.1505C12.5775 13.3071 12.5168 13.4557 12.4243 13.5842C12.3318 13.7127 12.2101 13.8175 12.0692 13.8897C11.9283 13.962 11.7722 13.9998 11.6139 14H7.00014C6.86878 14.0001 6.73869 13.9743 6.61729 13.9241C6.4959 13.8739 6.38558 13.8003 6.29264 13.7075L3.58639 11H3.00014L4.75889 16.8625C4.94175 17.4822 5.32099 18.0257 5.83952 18.4113C6.35804 18.7968 6.98777 19.0034 7.63389 19H29.0001V17Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M28.5 27C28.5 27.3978 28.342 27.7794 28.0607 28.0607C27.7794 28.342 27.3978 28.5 27 28.5H9C8.60218 28.5 8.22065 28.342 7.93934 28.0607C7.65804 27.7794 7.5 27.3978 7.5 27C7.5 26.6022 7.65804 26.2206 7.93934 25.9393C8.22065 25.658 8.60218 25.5 9 25.5H27C27.3978 25.5 27.7794 25.658 28.0607 25.9393C28.342 26.2206 28.5 26.6022 28.5 27ZM31.5 17V20C31.5 20.3978 31.342 20.7794 31.0607 21.0607C30.7794 21.342 30.3978 21.5 30 21.5H7.63375C6.44958 21.5055 5.29566 21.1262 4.34567 20.4193C3.39567 19.7123 2.70102 18.7159 2.36625 17.58L0.607502 11.7188C0.495492 11.3456 0.472244 10.9514 0.539613 10.5677C0.606982 10.184 0.763103 9.8213 0.99552 9.50862C1.22794 9.19594 1.53022 8.9419 1.87824 8.76678C2.22627 8.59166 2.6104 8.50031 3 8.5H4C4.39751 8.50002 4.77876 8.65783 5.06 8.93875L7.625 11.5H9.53375L8.625 8.79C8.49976 8.41397 8.46571 8.01355 8.52568 7.62177C8.58564 7.22999 8.73789 6.85808 8.96988 6.53672C9.20186 6.21537 9.50692 5.95377 9.8599 5.77351C10.2129 5.59326 10.6037 5.49951 11 5.5H12C12.3975 5.50002 12.7788 5.65783 13.06 5.93875L18.625 11.5H26C27.4582 11.5017 28.8562 12.0816 29.8873 13.1127C30.9184 14.1438 31.4983 15.5418 31.5 17ZM28.5 17C28.5 16.337 28.2366 15.7011 27.7678 15.2322C27.2989 14.7634 26.663 14.5 26 14.5H18C17.6025 14.5 17.2212 14.3422 16.94 14.0613L11.8538 8.97375L13.0375 12.5263C13.1126 12.7518 13.133 12.9919 13.097 13.2268C13.0611 13.4617 12.9698 13.6848 12.8308 13.8775C12.6918 14.0703 12.5089 14.2272 12.2973 14.3355C12.0857 14.4437 11.8514 14.5001 11.6138 14.5H7C6.80296 14.5002 6.60782 14.4615 6.42573 14.3862C6.24363 14.3109 6.07816 14.2005 5.93875 14.0613L3.8 11.92L5.23875 16.7188C5.39137 17.2349 5.70735 17.6876 6.13922 18.0088C6.57109 18.33 7.09553 18.5023 7.63375 18.5H28.5V17Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M28.0001 27C28.0001 27.2652 27.8948 27.5196 27.7073 27.7071C27.5197 27.8946 27.2654 28 27.0001 28H9.00014C8.73493 28 8.48057 27.8946 8.29304 27.7071C8.1055 27.5196 8.00014 27.2652 8.00014 27C8.00014 26.7348 8.1055 26.4804 8.29304 26.2929C8.48057 26.1054 8.73493 26 9.00014 26H27.0001C27.2654 26 27.5197 26.1054 27.7073 26.2929C27.8948 26.4804 28.0001 26.7348 28.0001 27ZM26.0001 12H18.4151L12.7076 6.2925C12.6147 6.19967 12.5044 6.12605 12.383 6.07586C12.2616 6.02568 12.1315 5.9999 12.0001 6H11.0001C10.6833 6.00017 10.3711 6.07561 10.0891 6.2201C9.80719 6.36458 9.56359 6.57398 9.37842 6.83105C9.19325 7.08811 9.0718 7.38549 9.02407 7.69869C8.97634 8.01189 9.0037 8.33195 9.10389 8.6325L10.2289 12H7.41514L4.70764 9.2925C4.6147 9.19967 4.50439 9.12605 4.38299 9.07586C4.2616 9.02568 4.1315 8.9999 4.00014 9H3.00014C2.68848 9.00028 2.3812 9.0734 2.10282 9.21351C1.82443 9.35362 1.58264 9.55685 1.39673 9.80699C1.21083 10.0571 1.08595 10.3473 1.03207 10.6542C0.978188 10.9612 0.99679 11.2765 1.08639 11.575L2.84514 17.4363C3.14954 18.4689 3.78108 19.3747 4.64471 20.0174C5.50835 20.6601 6.55736 21.0049 7.63389 21H30.0001C30.2654 21 30.5197 20.8946 30.7073 20.7071C30.8948 20.5196 31.0001 20.2652 31.0001 20V17C31.0001 15.6739 30.4734 14.4021 29.5357 13.4645C28.598 12.5268 27.3262 12 26.0001 12Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M29.9997 17V20H7.63222C6.77207 20 5.93482 19.7228 5.24468 19.2094C4.55453 18.696 4.04826 17.9738 3.80097 17.15L2.04222 11.2875C1.9974 11.1382 1.98811 10.9805 2.01509 10.827C2.04206 10.6734 2.10455 10.5283 2.19758 10.4032C2.2906 10.2782 2.41158 10.1766 2.55085 10.1065C2.69012 10.0365 2.84384 10 2.99972 10H3.99972L6.99972 13H11.6135L10.0522 8.31625C10.0021 8.16602 9.98845 8.00605 10.0123 7.8495C10.0361 7.69295 10.0968 7.5443 10.1893 7.41578C10.2818 7.28726 10.4035 7.18255 10.5444 7.11026C10.6853 7.03798 10.8414 7.00019 10.9997 7H11.9997L17.9997 13H25.9997C27.0606 13 28.078 13.4214 28.8281 14.1716C29.5783 14.9217 29.9997 15.9391 29.9997 17Z" fill="currentColor"/>
36
+ <path d="M28.0001 27C28.0001 27.2652 27.8948 27.5196 27.7073 27.7071C27.5197 27.8946 27.2654 28 27.0001 28H9.00014C8.73493 28 8.48057 27.8946 8.29304 27.7071C8.1055 27.5196 8.00014 27.2652 8.00014 27C8.00014 26.7348 8.1055 26.4804 8.29304 26.2929C8.48057 26.1054 8.73493 26 9.00014 26H27.0001C27.2654 26 27.5197 26.1054 27.7073 26.2929C27.8948 26.4804 28.0001 26.7348 28.0001 27ZM31.0001 17V20C31.0001 20.2652 30.8948 20.5196 30.7073 20.7071C30.5197 20.8946 30.2654 21 30.0001 21H7.63389C6.55736 21.0049 5.50835 20.6601 4.64471 20.0174C3.78108 19.3747 3.14954 18.4689 2.84514 17.4363L1.08639 11.575C0.99679 11.2765 0.978188 10.9612 1.03207 10.6542C1.08595 10.3473 1.21083 10.0571 1.39673 9.80699C1.58264 9.55685 1.82443 9.35362 2.10282 9.21351C2.3812 9.0734 2.68848 9.00028 3.00014 9H4.00014C4.26501 9.00012 4.519 9.10532 4.70639 9.2925L7.41514 12H10.2264L9.10139 8.6325C9.00113 8.33175 8.97381 8.01147 9.02167 7.69807C9.06952 7.38468 9.1912 7.08715 9.37665 6.83003C9.56211 6.57291 9.80603 6.36356 10.0883 6.21924C10.3706 6.07492 10.6831 5.99978 11.0001 6H12.0001C12.1315 5.9999 12.2616 6.02568 12.383 6.07586C12.5044 6.12605 12.6147 6.19967 12.7076 6.2925L18.4151 12H26.0001C27.3262 12 28.598 12.5268 29.5357 13.4645C30.4734 14.4021 31.0001 15.6739 31.0001 17ZM29.0001 17C29.0001 16.2044 28.6841 15.4413 28.1215 14.8787C27.5589 14.3161 26.7958 14 26.0001 14H18.0001C17.7353 13.9999 17.4813 13.8947 17.2939 13.7075L11.5864 8H11.0001L12.5614 12.6838C12.6115 12.834 12.6252 12.994 12.6013 13.1505C12.5775 13.3071 12.5168 13.4557 12.4243 13.5842C12.3318 13.7127 12.2101 13.8175 12.0692 13.8897C11.9283 13.962 11.7722 13.9998 11.6139 14H7.00014C6.86878 14.0001 6.73869 13.9743 6.61729 13.9241C6.4959 13.8739 6.38558 13.8003 6.29264 13.7075L3.58639 11H3.00014L4.75889 16.8625C4.94175 17.4822 5.32099 18.0257 5.83952 18.4113C6.35804 18.7968 6.98777 19.0034 7.63389 19H29.0001V17Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M27.7499 27C27.7499 27.1989 27.6709 27.3897 27.5302 27.5303C27.3896 27.671 27.1988 27.75 26.9999 27.75H8.9999C8.80099 27.75 8.61023 27.671 8.46957 27.5303C8.32892 27.3897 8.2499 27.1989 8.2499 27C8.2499 26.8011 8.32892 26.6103 8.46957 26.4697C8.61023 26.329 8.80099 26.25 8.9999 26.25H26.9999C27.1988 26.25 27.3896 26.329 27.5302 26.4697C27.6709 26.6103 27.7499 26.8011 27.7499 27ZM30.7499 17V20C30.7499 20.1989 30.6709 20.3897 30.5302 20.5303C30.3896 20.671 30.1988 20.75 29.9999 20.75H7.63365C6.61094 20.7547 5.61435 20.4272 4.7938 19.8168C3.97324 19.2063 3.3731 18.3459 3.08365 17.365L1.3249 11.5C1.24708 11.239 1.23126 10.9634 1.27871 10.6952C1.32616 10.4269 1.43556 10.1735 1.59822 9.955C1.76087 9.73651 1.97228 9.559 2.21562 9.43661C2.45897 9.31422 2.72752 9.25032 2.9999 9.25H3.9999C4.19875 9.25018 4.38939 9.32931 4.5299 9.47L7.31115 12.25H10.5737L9.34115 8.55375C9.25344 8.29078 9.22944 8.01074 9.27115 7.73669C9.31286 7.46263 9.41908 7.20241 9.58106 6.97745C9.74304 6.75248 9.95614 6.56922 10.2028 6.44275C10.4495 6.31627 10.7227 6.25021 10.9999 6.25H11.9999C12.0986 6.24992 12.1963 6.26932 12.2874 6.30707C12.3786 6.34482 12.4614 6.40019 12.5312 6.47L18.3112 12.25H25.9999C27.2597 12.25 28.4679 12.7504 29.3587 13.6412C30.2495 14.532 30.7499 15.7402 30.7499 17ZM29.2499 17C29.2499 16.138 28.9075 15.3114 28.298 14.7019C27.6885 14.0924 26.8619 13.75 25.9999 13.75H17.9999C17.8011 13.7498 17.6104 13.6707 17.4699 13.53L11.6899 7.75H10.9999C10.9603 7.74996 10.9213 7.75934 10.886 7.77735C10.8507 7.79536 10.8202 7.8215 10.797 7.8536C10.7738 7.8857 10.7586 7.92286 10.7526 7.962C10.7466 8.00115 10.7499 8.04116 10.7624 8.07875L12.3249 12.7625C12.3625 12.8752 12.3728 12.9953 12.355 13.1128C12.3371 13.2303 12.2915 13.3419 12.2221 13.4383C12.1526 13.5348 12.0612 13.6133 11.9554 13.6675C11.8497 13.7217 11.7325 13.75 11.6137 13.75H6.9999C6.80106 13.7498 6.61042 13.6707 6.4699 13.53L3.6899 10.75H2.9999C2.96086 10.7494 2.92226 10.7583 2.88743 10.776C2.85259 10.7936 2.82256 10.8194 2.7999 10.8512C2.77599 10.882 2.75996 10.9181 2.75321 10.9564C2.74646 10.9948 2.74918 11.0342 2.76115 11.0712L4.51865 16.9338C4.71706 17.6051 5.12803 18.1938 5.68976 18.6115C6.2515 19.0292 6.93365 19.2533 7.63365 19.25H29.2499V17Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AirplaneInFlight;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AirplaneLanding = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M30.5 27C30.5 27.1326 30.4473 27.2598 30.3536 27.3536C30.2598 27.4473 30.1326 27.5 30 27.5H12C11.8674 27.5 11.7402 27.4473 11.6464 27.3536C11.5527 27.2598 11.5 27.1326 11.5 27C11.5 26.8674 11.5527 26.7402 11.6464 26.6465C11.7402 26.5527 11.8674 26.5 12 26.5H30C30.1326 26.5 30.2598 26.5527 30.3536 26.6465C30.4473 26.7402 30.5 26.8674 30.5 27ZM27.865 23.4813L5.78625 17.3C4.84192 17.0329 4.01032 16.4655 3.41736 15.6835C2.82439 14.9015 2.50236 13.9476 2.5 12.9663V6.00001C2.50031 5.76255 2.557 5.52856 2.66539 5.31728C2.77378 5.10601 2.93078 4.92348 3.12348 4.78472C3.31618 4.64597 3.53907 4.55494 3.77381 4.51913C4.00856 4.48333 4.24845 4.50376 4.47375 4.57876L5.15875 4.80626C5.23028 4.83031 5.29545 4.87025 5.34935 4.92307C5.40325 4.97589 5.4445 5.04023 5.47 5.11126L6.88375 9.02251L11.5 10.3388V6.00001C11.5001 5.76245 11.5567 5.52831 11.665 5.31687C11.7733 5.10543 11.9302 4.92274 12.123 4.78384C12.3157 4.64494 12.5387 4.5538 12.7735 4.51793C13.0083 4.48206 13.2483 4.50248 13.4738 4.57751L14.1587 4.80501C14.2263 4.82764 14.2882 4.86443 14.3404 4.91294C14.3926 4.96144 14.4338 5.02054 14.4613 5.08626L17.3675 12.0138L25.205 14.2038C26.1518 14.469 26.986 15.0363 27.5808 15.8193C28.1756 16.6022 28.4983 17.558 28.5 18.5413V23C28.5 23.0772 28.4821 23.1533 28.4477 23.2224C28.4134 23.2915 28.3635 23.3517 28.302 23.3983C28.2405 23.4449 28.169 23.4767 28.0932 23.4911C28.0174 23.5055 27.9393 23.5021 27.865 23.4813ZM27.5 18.5413C27.4991 17.7761 27.2481 17.0322 26.7853 16.4229C26.3224 15.8136 25.6731 15.3723 24.9363 15.1663L16.865 12.9163C16.7924 12.8959 16.7253 12.8593 16.6688 12.8093C16.6123 12.7593 16.5678 12.6971 16.5387 12.6275L13.625 5.68376L13.1562 5.52751C13.0813 5.50287 13.0017 5.49629 12.9237 5.50832C12.8458 5.52034 12.7718 5.55063 12.7078 5.5967C12.6439 5.64277 12.5917 5.70333 12.5555 5.77342C12.5194 5.84352 12.5004 5.92116 12.5 6.00001V11C12.5001 11.0775 12.4822 11.1539 12.4477 11.2232C12.4132 11.2926 12.3631 11.3529 12.3013 11.3996C12.2394 11.4463 12.1676 11.4779 12.0915 11.4921C12.0154 11.5063 11.937 11.5026 11.8625 11.4813L6.3625 9.91376C6.28639 9.89191 6.21656 9.8523 6.15875 9.79819C6.10095 9.74408 6.05682 9.67701 6.03 9.60251L4.6125 5.67876L4.1575 5.52751C4.08248 5.50202 4.00243 5.49497 3.9241 5.50693C3.84578 5.5189 3.77149 5.54954 3.7075 5.59626C3.64351 5.64242 3.59135 5.70306 3.55529 5.77323C3.51923 5.8434 3.50028 5.92111 3.5 6.00001V12.965C3.50105 13.729 3.75119 14.4719 4.21248 15.0809C4.67378 15.69 5.32108 16.132 6.05625 16.34L27.5 22.34V18.5413Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M31 26.9999C31 27.2651 30.8946 27.5195 30.7071 27.707C30.5196 27.8945 30.2652 27.9999 30 27.9999H12C11.7348 27.9999 11.4804 27.8945 11.2929 27.707C11.1054 27.5195 11 27.2651 11 26.9999C11 26.7347 11.1054 26.4803 11.2929 26.2928C11.4804 26.1053 11.7348 25.9999 12 25.9999H30C30.2652 25.9999 30.5196 26.1053 30.7071 26.2928C30.8946 26.4803 31 26.7347 31 26.9999ZM27.73 23.9624L5.65125 17.7799C4.60193 17.4834 3.67784 16.8529 3.01898 15.9841C2.36012 15.1152 2.0024 14.0553 2 12.9649V5.9999C1.99998 5.68298 2.07527 5.3706 2.21967 5.08848C2.36407 4.80637 2.57344 4.56261 2.83054 4.3773C3.08763 4.19199 3.38509 4.07043 3.69838 4.02263C4.01168 3.97484 4.33185 4.00218 4.6325 4.1024L5.31625 4.3299C5.45965 4.37756 5.59039 4.45709 5.69864 4.56252C5.80689 4.66796 5.88984 4.79656 5.94125 4.93865L7.26625 8.6099L11 9.67365V5.9999C11 5.68298 11.0753 5.3706 11.2197 5.08848C11.3641 4.80637 11.5734 4.56261 11.8305 4.3773C12.0876 4.19199 12.3851 4.07043 12.6984 4.02263C13.0117 3.97484 13.3318 4.00218 13.6325 4.1024L14.3162 4.3299C14.4516 4.375 14.5757 4.44853 14.6802 4.54555C14.7848 4.64257 14.8674 4.76083 14.9225 4.8924L17.735 11.5962L25.34 13.7212C26.3915 14.0164 27.3178 14.6468 27.9784 15.5165C28.639 16.3862 28.9977 17.4478 29 18.5399V22.9999C28.9999 23.1542 28.9642 23.3065 28.8955 23.4447C28.8268 23.5829 28.727 23.7033 28.604 23.7965C28.481 23.8897 28.3381 23.9532 28.1865 23.982C28.0348 24.0108 27.8786 24.0041 27.73 23.9624ZM27 18.5399C26.9983 17.8845 26.7827 17.2475 26.3861 16.7257C25.9895 16.2039 25.4335 15.8258 24.8025 15.6487L16.7313 13.3987C16.5859 13.3582 16.4515 13.2853 16.3383 13.1855C16.2251 13.0857 16.1359 12.9616 16.0775 12.8224L13.25 6.08365L13 5.9999V10.9999C13.0001 11.1547 12.9643 11.3073 12.8954 11.4459C12.8265 11.5845 12.7263 11.7051 12.6029 11.7984C12.4794 11.8917 12.336 11.9551 12.1839 11.9836C12.0317 12.012 11.8751 12.0048 11.7262 11.9624L6.22625 10.3949C6.07354 10.3511 5.93345 10.2716 5.81759 10.1629C5.70173 10.0542 5.61343 9.91951 5.56 9.7699L4.22375 6.07365L4 5.9999V12.9649C4.00162 13.6193 4.21637 14.2553 4.61174 14.7768C5.00711 15.2982 5.56159 15.6767 6.19125 15.8549L27 21.6812V18.5399Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M31.5 26.9999C31.5 27.3978 31.342 27.7793 31.0607 28.0606C30.7794 28.3419 30.3978 28.4999 30 28.4999H12C11.6022 28.4999 11.2206 28.3419 10.9393 28.0606C10.658 27.7793 10.5 27.3978 10.5 26.9999C10.5 26.6021 10.658 26.2206 10.9393 25.9393C11.2206 25.658 11.6022 25.4999 12 25.4999H30C30.3978 25.4999 30.7794 25.658 31.0607 25.9393C31.342 26.2206 31.5 26.6021 31.5 26.9999ZM27.595 23.9437L5.5175 17.7612C4.36306 17.4353 3.34632 16.7419 2.62135 15.7862C1.89639 14.8305 1.50272 13.6645 1.5 12.4649V5.99993C1.49951 5.60359 1.59326 5.21281 1.77351 4.85983C1.95377 4.50685 2.21537 4.20179 2.53672 3.9698C2.85808 3.73782 3.22999 3.58557 3.62177 3.5256C4.01355 3.46564 4.41397 3.49968 4.79 3.62493L5.475 3.85368C5.68981 3.92525 5.88563 4.04453 6.04777 4.20256C6.20992 4.36059 6.33418 4.55328 6.41125 4.76618L7.65 8.19868L10.5 9.01118V5.99993C10.4995 5.60359 10.5933 5.21281 10.7735 4.85983C10.9538 4.50685 11.2154 4.20179 11.5367 3.9698C11.8581 3.73782 12.23 3.58557 12.6218 3.5256C13.0135 3.46564 13.414 3.49968 13.79 3.62493L14.475 3.85368C14.6778 3.92127 14.8637 4.0314 15.0204 4.1767C15.1772 4.322 15.301 4.49911 15.3838 4.69618L18.1025 11.1774L25.4775 13.2387C26.6338 13.5637 27.6524 14.2574 28.3784 15.2142C29.1045 16.1711 29.4983 17.3388 29.5 18.5399V22.4999C29.4999 22.7314 29.4463 22.9598 29.3432 23.1671C29.2402 23.3744 29.0905 23.555 28.906 23.6949C28.7215 23.8347 28.5071 23.9299 28.2797 23.9731C28.0523 24.0162 27.8179 24.0062 27.595 23.9437ZM26.5 18.5399C26.4989 17.9937 26.3195 17.4628 25.9889 17.028C25.6583 16.5932 25.1948 16.2783 24.6688 16.1312L16.5963 13.8749C16.3783 13.8142 16.177 13.7049 16.0073 13.5553C15.8376 13.4058 15.7039 13.2197 15.6163 13.0112L13.5 7.96368V10.9999C13.4998 11.2319 13.4458 11.4607 13.3422 11.6683C13.2387 11.8759 13.0884 12.0566 12.9031 12.1963C12.7179 12.336 12.5028 12.4308 12.2747 12.4733C12.0467 12.5158 11.8119 12.5048 11.5888 12.4412L6.08875 10.8749C5.8601 10.8099 5.65019 10.6914 5.47632 10.5292C5.30246 10.3671 5.16962 10.166 5.08875 9.94243L4.5 8.30993V12.4649C4.5009 13.0106 4.67968 13.5411 5.00924 13.976C5.3388 14.4109 5.80117 14.7265 6.32625 14.8749L26.5 20.5224V18.5399Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M31 27C31 27.2652 30.8946 27.5195 30.7071 27.7071C30.5196 27.8946 30.2652 28 30 28H12C11.7348 28 11.4804 27.8946 11.2929 27.7071C11.1054 27.5195 11 27.2652 11 27C11 26.7348 11.1054 26.4804 11.2929 26.2929C11.4804 26.1053 11.7348 26 12 26H30C30.2652 26 30.5196 26.1053 30.7071 26.2929C30.8946 26.4804 31 26.7348 31 27ZM28 24C28.2652 24 28.5196 23.8946 28.7071 23.7071C28.8946 23.5195 29 23.2652 29 23V18.54C28.9974 17.4481 28.6386 16.3868 27.978 15.5173C27.3175 14.6479 26.3913 14.0177 25.34 13.7225L17.735 11.5975L14.9225 4.89373C14.8674 4.76215 14.7848 4.64389 14.6802 4.54687C14.5757 4.44985 14.4516 4.37632 14.3162 4.33123L13.6325 4.10373C13.3319 4.00353 13.0119 3.97618 12.6987 4.02391C12.3855 4.07163 12.0881 4.19309 11.831 4.37826C11.574 4.56343 11.3646 4.80702 11.2201 5.08897C11.0756 5.37092 11.0002 5.68316 11 5.99998V9.67373L7.26625 8.60998L5.94 4.93873C5.88859 4.79663 5.80564 4.66803 5.69739 4.5626C5.58914 4.45716 5.4584 4.37763 5.315 4.32998L4.63125 4.10248C4.33067 4.00249 4.01064 3.97534 3.69751 4.02325C3.38438 4.07116 3.08711 4.19277 2.83017 4.37805C2.57324 4.56334 2.36399 4.807 2.21966 5.08899C2.07533 5.37097 2.00004 5.6832 2 5.99998V12.965C2.0024 14.0554 2.36012 15.1153 3.01898 15.9842C3.67784 16.853 4.60193 17.4835 5.65125 17.78L27.73 23.9625C27.8179 23.9872 27.9087 23.9999 28 24Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 18.5401V23.0001L5.92125 16.8176C5.08086 16.5822 4.3405 16.0785 3.81308 15.3831C3.28566 14.6878 3.00012 13.8391 3 12.9663V6.00007C2.99999 5.84161 3.03763 5.68542 3.10983 5.54436C3.18203 5.40331 3.28672 5.28143 3.41527 5.18877C3.54382 5.09612 3.69254 5.03533 3.84919 5.01144C4.00584 4.98754 4.16592 5.00121 4.31625 5.05132L5 5.28007L6.5 9.43257L12 11.0001V6.00007C12 5.84161 12.0376 5.68542 12.1098 5.54436C12.182 5.40331 12.2867 5.28143 12.4153 5.18877C12.5438 5.09612 12.6925 5.03533 12.8492 5.01144C13.0058 4.98754 13.1659 5.00121 13.3163 5.05132L14 5.28007L17 12.4301L25.07 14.6801C25.9135 14.9142 26.6568 15.4186 27.1861 16.1159C27.7153 16.8131 28.0013 17.6647 28 18.5401Z" fill="currentColor"/>
36
+ <path d="M31 26.9999C31 27.2651 30.8946 27.5195 30.7071 27.707C30.5196 27.8945 30.2652 27.9999 30 27.9999H12C11.7348 27.9999 11.4804 27.8945 11.2929 27.707C11.1054 27.5195 11 27.2651 11 26.9999C11 26.7347 11.1054 26.4803 11.2929 26.2928C11.4804 26.1053 11.7348 25.9999 12 25.9999H30C30.2652 25.9999 30.5196 26.1053 30.7071 26.2928C30.8946 26.4803 31 26.7347 31 26.9999ZM27.73 23.9624L5.65125 17.7799C4.60193 17.4834 3.67784 16.8529 3.01898 15.9841C2.36012 15.1152 2.0024 14.0553 2 12.9649V5.9999C1.99998 5.68298 2.07527 5.3706 2.21967 5.08848C2.36407 4.80637 2.57344 4.56261 2.83054 4.3773C3.08763 4.19199 3.38509 4.07043 3.69838 4.02263C4.01168 3.97484 4.33185 4.00218 4.6325 4.1024L5.31625 4.3299C5.45965 4.37756 5.59039 4.45709 5.69864 4.56252C5.80689 4.66796 5.88984 4.79656 5.94125 4.93865L7.26625 8.6099L11 9.67365V5.9999C11 5.68298 11.0753 5.3706 11.2197 5.08848C11.3641 4.80637 11.5734 4.56261 11.8305 4.3773C12.0876 4.19199 12.3851 4.07043 12.6984 4.02263C13.0117 3.97484 13.3318 4.00218 13.6325 4.1024L14.3162 4.3299C14.4516 4.375 14.5757 4.44853 14.6802 4.54555C14.7848 4.64257 14.8674 4.76083 14.9225 4.8924L17.735 11.5962L25.34 13.7212C26.3915 14.0164 27.3178 14.6468 27.9784 15.5165C28.639 16.3862 28.9977 17.4478 29 18.5399V22.9999C28.9999 23.1542 28.9642 23.3065 28.8955 23.4447C28.8268 23.5829 28.727 23.7033 28.604 23.7965C28.481 23.8897 28.3381 23.9532 28.1865 23.982C28.0348 24.0108 27.8786 24.0041 27.73 23.9624ZM27 18.5399C26.9983 17.8845 26.7827 17.2475 26.3861 16.7257C25.9895 16.2039 25.4335 15.8258 24.8025 15.6487L16.7313 13.3987C16.5859 13.3582 16.4515 13.2853 16.3383 13.1855C16.2251 13.0857 16.1359 12.9616 16.0775 12.8224L13.25 6.08365L13 5.9999V10.9999C13.0001 11.1547 12.9643 11.3073 12.8954 11.4459C12.8265 11.5845 12.7263 11.7051 12.6029 11.7984C12.4794 11.8917 12.336 11.9551 12.1839 11.9836C12.0317 12.012 11.8751 12.0048 11.7262 11.9624L6.22625 10.3949C6.07354 10.3511 5.93345 10.2716 5.81759 10.1629C5.70173 10.0542 5.61343 9.91951 5.56 9.7699L4.22375 6.07365L4 5.9999V12.9649C4.00162 13.6193 4.21637 14.2553 4.61174 14.7768C5.00711 15.2982 5.56159 15.6767 6.19125 15.8549L27 21.6812V18.5399Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M30.75 26.9999C30.75 27.1989 30.671 27.3896 30.5303 27.5303C30.3897 27.6709 30.1989 27.7499 30 27.7499H12C11.8011 27.7499 11.6103 27.6709 11.4697 27.5303C11.329 27.3896 11.25 27.1989 11.25 26.9999C11.25 26.801 11.329 26.6103 11.4697 26.4696C11.6103 26.329 11.8011 26.2499 12 26.2499H30C30.1989 26.2499 30.3897 26.329 30.5303 26.4696C30.671 26.6103 30.75 26.801 30.75 26.9999ZM27.7975 23.7224L5.71875 17.54C4.72203 17.2578 3.84434 16.6586 3.21848 15.8331C2.59262 15.0077 2.25265 14.0008 2.25 12.965V5.99995C2.24981 5.72253 2.31559 5.44904 2.44189 5.20204C2.5682 4.95504 2.75141 4.7416 2.97643 4.57934C3.20145 4.41708 3.46182 4.31064 3.73607 4.2688C4.01032 4.22696 4.29058 4.25092 4.55375 4.3387L5.2375 4.56745C5.34479 4.60332 5.44257 4.66299 5.52353 4.742C5.60449 4.82102 5.66653 4.91732 5.705 5.0237L7.08 8.81495L11.25 9.99995V5.99995C11.2498 5.72253 11.3156 5.44904 11.4419 5.20204C11.5682 4.95504 11.7514 4.7416 11.9764 4.57934C12.2015 4.41708 12.4618 4.31064 12.7361 4.2688C13.0103 4.22696 13.2906 4.25092 13.5538 4.3387L14.2375 4.56745C14.3388 4.60132 14.4316 4.65642 14.5099 4.72907C14.5881 4.80171 14.65 4.89023 14.6912 4.9887L17.5513 11.805L25.2725 13.9637C26.2716 14.2434 27.1519 14.8418 27.7797 15.6679C28.4074 16.494 28.7481 17.5025 28.75 18.54V22.9999C28.7501 23.1158 28.7233 23.23 28.6718 23.3337C28.6203 23.4375 28.5455 23.5279 28.4533 23.5978C28.361 23.6678 28.2538 23.7155 28.14 23.7371C28.0262 23.7587 27.909 23.7537 27.7975 23.7224ZM27.25 18.54C27.2475 17.8317 27.0143 17.1436 26.5858 16.5798C26.1572 16.0159 25.5567 15.607 24.875 15.415L16.8025 13.165C16.6937 13.1343 16.5932 13.0795 16.5086 13.0046C16.424 12.9298 16.3574 12.8367 16.3137 12.7325L13.4388 5.89495L13.0775 5.76995C13.0406 5.75789 13.0014 5.7546 12.9629 5.76034C12.9245 5.76608 12.888 5.78069 12.8562 5.80301C12.8244 5.82533 12.7983 5.85475 12.7798 5.88894C12.7614 5.92312 12.7512 5.96113 12.75 5.99995V11C12.75 11.1159 12.723 11.2303 12.6713 11.3341C12.6196 11.4379 12.5446 11.5284 12.452 11.5983C12.3595 11.6681 12.252 11.7156 12.138 11.737C12.024 11.7583 11.9066 11.7529 11.795 11.7212L6.295 10.1537C6.18067 10.1212 6.07572 10.0619 5.98879 9.98086C5.90185 9.8998 5.83543 9.79923 5.795 9.68745L4.4175 5.87495L4.07875 5.76245C4.05339 5.7539 4.02677 5.74967 4 5.74995C3.9479 5.75029 3.8972 5.76689 3.855 5.79745C3.82269 5.82046 3.79632 5.85082 3.77806 5.88603C3.7598 5.92124 3.75018 5.96029 3.75 5.99995V12.965C3.75294 13.6731 3.98627 14.361 4.41474 14.9247C4.84321 15.4885 5.44353 15.8975 6.125 16.09L27.25 22.0062V18.54Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AirplaneLanding;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AirplaneTakeoff = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M21.5 27C21.5 27.1326 21.4473 27.2598 21.3535 27.3536C21.2598 27.4474 21.1326 27.5 21 27.5H2.99998C2.86737 27.5 2.74019 27.4474 2.64642 27.3536C2.55265 27.2598 2.49998 27.1326 2.49998 27C2.49998 26.8674 2.55265 26.7402 2.64642 26.6465C2.74019 26.5527 2.86737 26.5 2.99998 26.5H21C21.1326 26.5 21.2598 26.5527 21.3535 26.6465C21.4473 26.7402 21.5 26.8674 21.5 27ZM30.4912 11.5513C30.4782 11.621 30.4506 11.6871 30.41 11.7453C30.3695 11.8035 30.3171 11.8524 30.2562 11.8888L11.83 22.8888C11.1398 23.2927 10.3547 23.5062 9.55498 23.5075C8.41337 23.5062 7.31547 23.0684 6.48623 22.2838L1.96623 17.8613C1.78717 17.691 1.65296 17.4791 1.57553 17.2444C1.4981 17.0097 1.47985 16.7595 1.5224 16.5161C1.56495 16.2727 1.66699 16.0436 1.81943 15.8491C1.97188 15.6546 2.17001 15.5007 2.39623 15.4013L2.77998 15.2138C2.89697 15.157 3.03148 15.148 3.15498 15.1888L6.90498 16.455L10.1875 14.475L6.98873 11.375C6.80347 11.2059 6.6636 10.993 6.5819 10.7558C6.5002 10.5187 6.47928 10.2648 6.52106 10.0174C6.56285 9.77008 6.666 9.53717 6.82107 9.33999C6.97615 9.14282 7.17819 8.98768 7.40873 8.88878L7.42873 8.88128L8.32248 8.54253C8.43533 8.50036 8.55962 8.50036 8.67248 8.54253L15.6387 11.1L22.29 7.12503C23.2145 6.57515 24.306 6.37638 25.365 6.56504C26.424 6.75371 27.3797 7.31721 28.0575 8.15253L30.3937 11.1525C30.4373 11.2083 30.4685 11.2727 30.4853 11.3414C30.5021 11.4102 30.5041 11.4817 30.4912 11.5513ZM29.2575 11.32L27.2762 8.78003C26.7487 8.13365 26.0066 7.6982 25.1851 7.55297C24.3635 7.40775 23.5171 7.5624 22.8 7.98878L15.9475 12.08C15.8833 12.1184 15.8114 12.1419 15.737 12.1488C15.6626 12.1558 15.5876 12.1459 15.5175 12.12L8.49998 9.53878L7.79248 9.80628C7.71696 9.84085 7.65124 9.89369 7.60126 9.96003C7.55128 10.0264 7.51861 10.1041 7.5062 10.1862C7.4938 10.2684 7.50204 10.3523 7.5302 10.4304C7.55836 10.5086 7.60554 10.5784 7.66748 10.6338C7.67174 10.6387 7.67634 10.6433 7.68123 10.6475L11.35 14.2088C11.4047 14.2621 11.4466 14.3272 11.4722 14.3992C11.4979 14.4712 11.5067 14.5481 11.4981 14.624C11.4894 14.6999 11.4634 14.7729 11.4221 14.8372C11.3808 14.9015 11.3254 14.9555 11.26 14.995L7.23248 17.43C7.17025 17.4677 7.10054 17.4914 7.02821 17.4994C6.95588 17.5074 6.88269 17.4995 6.81373 17.4763L3.03498 16.2013L2.82623 16.3038L2.80373 16.315C2.72748 16.3478 2.66059 16.399 2.60909 16.4641C2.55758 16.5291 2.52308 16.606 2.5087 16.6877C2.49431 16.7695 2.50049 16.8535 2.52668 16.9322C2.55287 17.011 2.59825 17.082 2.65873 17.1388L7.17748 21.5625C7.72521 22.0778 8.42521 22.4016 9.17252 22.4855C9.91984 22.5693 10.6742 22.4086 11.3225 22.0275L29.2575 11.32Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M21.9997 27C21.9997 27.2652 21.8944 27.5196 21.7068 27.7071C21.5193 27.8946 21.265 28 20.9997 28H2.99974C2.73452 28 2.48017 27.8946 2.29263 27.7071C2.1051 27.5196 1.99974 27.2652 1.99974 27C1.99974 26.7348 2.1051 26.4804 2.29263 26.2929C2.48017 26.1054 2.73452 26 2.99974 26H20.9997C21.265 26 21.5193 26.1054 21.7068 26.2929C21.8944 26.4804 21.9997 26.7348 21.9997 27ZM30.9822 11.6437C30.9561 11.7829 30.9006 11.915 30.8196 12.0311C30.7386 12.1473 30.6338 12.2449 30.5122 12.3175L12.086 23.3175C11.3179 23.7679 10.4439 24.006 9.55349 24.0075C8.28513 24.0061 7.06527 23.52 6.14349 22.6487L6.12849 22.6337L1.62474 18.225C1.38645 17.9987 1.20759 17.7172 1.10398 17.4053C1.00036 17.0935 0.975184 16.7609 1.03067 16.437C1.08616 16.1131 1.2206 15.8079 1.4221 15.5483C1.62361 15.2887 1.88597 15.0828 2.18599 14.9487L2.56099 14.765C2.79781 14.6487 3.07098 14.6308 3.32099 14.715L6.85349 15.9075L9.37474 14.3825L6.64599 11.7337C6.40059 11.5077 6.21565 11.2238 6.10803 10.9079C6.0004 10.5921 5.97351 10.2544 6.02979 9.92546C6.08608 9.59657 6.22375 9.28699 6.43028 9.02492C6.63681 8.76285 6.90562 8.55661 7.21224 8.42499L7.25224 8.40874L8.14599 8.06999C8.37133 7.98597 8.6194 7.98597 8.84474 8.06999L15.5872 10.5475L22.0335 6.69999C23.0608 6.0886 24.2737 5.86735 25.4507 6.07667C26.6277 6.28599 27.69 6.9119 28.4435 7.83999L28.4585 7.85874L30.7885 10.845C30.8755 10.9568 30.9378 11.0858 30.9712 11.2235C31.0046 11.3612 31.0084 11.5045 30.9822 11.6437ZM28.5147 11.1812L26.8897 9.09749C26.4375 8.5442 25.8017 8.17153 25.0979 8.04721C24.3942 7.92289 23.6692 8.05516 23.0547 8.41999L16.2047 12.51C16.0764 12.5861 15.9329 12.6327 15.7844 12.6465C15.6359 12.6604 15.4861 12.6411 15.346 12.59L8.49974 10.0725L7.99974 10.2637L8.02599 10.2887L11.696 13.85C11.8056 13.9565 11.8893 14.0867 11.9408 14.2306C11.9922 14.3745 12.01 14.5283 11.9927 14.6801C11.9755 14.832 11.9236 14.9778 11.8412 15.1065C11.7588 15.2352 11.6479 15.3433 11.5172 15.4225L7.49099 17.8587C7.36644 17.934 7.22697 17.9811 7.08232 17.9969C6.93767 18.0126 6.79132 17.9966 6.65349 17.95L3.06974 16.7412L3.04599 16.7537L2.99974 16.775C3.00576 16.7793 3.01122 16.7843 3.01599 16.79L7.51599 21.1975C7.98562 21.6388 8.5856 21.9161 9.22605 21.9877C9.86651 22.0594 10.5129 21.9216 11.0685 21.595L28.5147 11.1812Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M22.5006 26.9999C22.5006 27.3978 22.3425 27.7793 22.0612 28.0606C21.7799 28.3419 21.3984 28.4999 21.0006 28.4999H3.00057C2.60275 28.4999 2.22122 28.3419 1.93991 28.0606C1.65861 27.7793 1.50057 27.3978 1.50057 26.9999C1.50057 26.6021 1.65861 26.2206 1.93991 25.9393C2.22122 25.658 2.60275 25.4999 3.00057 25.4999H21.0006C21.3984 25.4999 21.7799 25.658 22.0612 25.9393C22.3425 26.2206 22.5006 26.6021 22.5006 26.9999ZM31.4743 11.2349C31.4353 11.444 31.3523 11.6425 31.2307 11.817C31.1092 11.9916 30.9519 12.1383 30.7693 12.2474L12.3443 23.2499L12.3281 23.2587C11.3068 23.8583 10.1184 24.1101 8.94168 23.9762C7.76496 23.8423 6.66353 23.3299 5.80307 22.5162L5.77932 22.4937L1.27932 18.0874C0.98293 17.805 0.760432 17.4541 0.631374 17.0656C0.502317 16.6771 0.47065 16.2628 0.539155 15.8592C0.60766 15.4556 0.774242 15.0749 1.02426 14.7508C1.27429 14.4266 1.6001 14.1688 1.97307 13.9999L2.34057 13.8199C2.69597 13.646 3.10572 13.6194 3.48057 13.7462L6.79307 14.8637L8.56182 13.7937L6.30307 11.5974C5.99752 11.3144 5.76752 10.9595 5.63397 10.565C5.50042 10.1705 5.46754 9.74892 5.53832 9.33849C5.60911 8.92805 5.78131 8.54181 6.0393 8.21483C6.29728 7.88786 6.63287 7.63052 7.01557 7.46619L7.07557 7.44119L7.96932 7.10369C8.30789 6.97719 8.68075 6.97719 9.01932 7.10369L15.5368 9.49994L21.7781 5.77494C22.9079 5.10116 24.2425 4.85667 25.5378 5.0862C26.833 5.31574 28.0024 6.00396 28.8318 7.02494C28.8396 7.03356 28.8467 7.04275 28.8531 7.05244L31.1831 10.0374C31.3141 10.2048 31.4078 10.3982 31.4581 10.6047C31.5083 10.8112 31.5138 11.0261 31.4743 11.2349ZM27.7731 10.5424L26.5006 8.91119C26.1233 8.45148 25.5938 8.1422 25.0081 8.03946C24.4224 7.93671 23.8192 8.04731 23.3081 8.35119L16.4618 12.4387C16.2701 12.5543 16.055 12.6255 15.8322 12.6471C15.6095 12.6687 15.3847 12.6402 15.1743 12.5637L9.42432 10.4462L12.0493 12.9962C12.2137 13.156 12.3393 13.3513 12.4164 13.5672C12.4935 13.7831 12.5201 14.0138 12.4941 14.2416C12.4682 14.4693 12.3904 14.6881 12.2667 14.8811C12.143 15.0741 11.9767 15.2362 11.7806 15.3549L7.75057 17.7862C7.56458 17.8982 7.35649 17.9685 7.14068 17.9923C6.92486 18.016 6.70646 17.9926 6.50057 17.9237L4.83182 17.3612L7.87057 20.3362C8.26127 20.7013 8.75929 20.9307 9.29071 20.9904C9.82213 21.0501 10.3586 20.9368 10.8206 20.6674L27.7731 10.5424Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M21.9997 27C21.9997 27.2652 21.8944 27.5196 21.7068 27.7071C21.5193 27.8946 21.265 28 20.9997 28H2.99974C2.73452 28 2.48017 27.8946 2.29263 27.7071C2.1051 27.5196 1.99974 27.2652 1.99974 27C1.99974 26.7348 2.1051 26.4804 2.29263 26.2929C2.48017 26.1054 2.73452 26 2.99974 26H20.9997C21.265 26 21.5193 26.1054 21.7068 26.2929C21.8944 26.4804 21.9997 26.7348 21.9997 27ZM30.7885 10.845L28.4585 7.85874L28.4435 7.83999C27.69 6.9119 26.6277 6.28599 25.4507 6.07667C24.2737 5.86735 23.0608 6.0886 22.0335 6.69999L15.5872 10.5475L8.84474 8.06749C8.6194 7.98347 8.37133 7.98347 8.14599 8.06749L7.24974 8.40874L7.20974 8.42499C6.90312 8.55661 6.63431 8.76285 6.42778 9.02492C6.22126 9.28699 6.08358 9.59657 6.02729 9.92546C5.97101 10.2544 5.9979 10.5921 6.10553 10.9079C6.21315 11.2238 6.39809 11.5077 6.64349 11.7337L9.37474 14.3825L6.85349 15.9075L3.32099 14.715C3.07098 14.6308 2.79781 14.6487 2.56099 14.765L2.18599 14.9487C1.88597 15.0828 1.62361 15.2887 1.4221 15.5483C1.2206 15.8079 1.08616 16.1131 1.03067 16.437C0.975184 16.7609 1.00036 17.0935 1.10398 17.4053C1.20759 17.7172 1.38645 17.9987 1.62474 18.225L6.12474 22.6337L6.13974 22.6487C7.06151 23.52 8.28138 24.0061 9.54974 24.0075C10.4401 24.006 11.3142 23.7679 12.0822 23.3175L30.5085 12.3175C30.6301 12.2448 30.7348 12.1472 30.8158 12.031C30.8969 11.9148 30.9522 11.7827 30.9784 11.6435C31.0045 11.5043 31.0007 11.3611 30.9673 11.2234C30.934 11.0858 30.8717 10.9568 30.7847 10.845H30.7885Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M29.9999 11.4549L11.5736 22.4549C10.8293 22.8883 9.96489 23.0699 9.10907 22.9726C8.25325 22.8753 7.45169 22.5043 6.82362 21.9149L2.31612 17.4999C2.19489 17.3863 2.10389 17.2442 2.05133 17.0866C1.99878 16.929 1.98634 16.7607 2.01512 16.5971C2.0439 16.4334 2.11301 16.2795 2.21619 16.1493C2.31938 16.0191 2.45339 15.9166 2.60612 15.8511L2.99987 15.6586L6.97362 16.9999L10.9999 14.5636L7.33112 10.9999C7.20632 10.8876 7.11181 10.7457 7.05629 10.5873C7.00077 10.4288 6.98603 10.259 7.01343 10.0933C7.04082 9.92772 7.10948 9.77166 7.21306 9.63954C7.31664 9.50743 7.45181 9.40352 7.60612 9.33739L8.49987 8.99989L15.6911 11.6461L22.5461 7.55239C23.369 7.06815 24.3379 6.89422 25.2778 7.06203C26.2178 7.22984 27.0667 7.72832 27.6711 8.46739L29.9999 11.4549Z" fill="currentColor"/>
36
+ <path d="M21.9997 27C21.9997 27.2652 21.8944 27.5196 21.7068 27.7071C21.5193 27.8946 21.265 28 20.9997 28H2.99974C2.73452 28 2.48017 27.8946 2.29263 27.7071C2.1051 27.5196 1.99974 27.2652 1.99974 27C1.99974 26.7348 2.1051 26.4804 2.29263 26.2929C2.48017 26.1054 2.73452 26 2.99974 26H20.9997C21.265 26 21.5193 26.1054 21.7068 26.2929C21.8944 26.4804 21.9997 26.7348 21.9997 27ZM30.9822 11.6437C30.9561 11.7829 30.9006 11.915 30.8196 12.0311C30.7386 12.1473 30.6338 12.2449 30.5122 12.3175L12.086 23.3175C11.3179 23.7679 10.4439 24.006 9.55349 24.0075C8.28513 24.0061 7.06527 23.52 6.14349 22.6487L6.12849 22.6337L1.62474 18.225C1.38645 17.9987 1.20759 17.7172 1.10398 17.4053C1.00036 17.0935 0.975184 16.7609 1.03067 16.437C1.08616 16.1131 1.2206 15.8079 1.4221 15.5483C1.62361 15.2887 1.88597 15.0828 2.18599 14.9487L2.56099 14.765C2.79781 14.6487 3.07098 14.6308 3.32099 14.715L6.85349 15.9075L9.37474 14.3825L6.64599 11.7337C6.40059 11.5077 6.21565 11.2238 6.10803 10.9079C6.0004 10.5921 5.97351 10.2544 6.02979 9.92546C6.08608 9.59657 6.22375 9.28699 6.43028 9.02492C6.63681 8.76285 6.90562 8.55661 7.21224 8.42499L7.25224 8.40874L8.14599 8.06999C8.37133 7.98597 8.6194 7.98597 8.84474 8.06999L15.5872 10.5475L22.0335 6.69999C23.0608 6.0886 24.2737 5.86735 25.4507 6.07667C26.6277 6.28599 27.69 6.9119 28.4435 7.83999L28.4585 7.85874L30.7885 10.845C30.8755 10.9568 30.9378 11.0858 30.9712 11.2235C31.0046 11.3612 31.0084 11.5045 30.9822 11.6437ZM28.5147 11.1812L26.8897 9.09749C26.4375 8.5442 25.8017 8.17153 25.0979 8.04721C24.3942 7.92289 23.6692 8.05516 23.0547 8.41999L16.2047 12.51C16.0764 12.5861 15.9329 12.6327 15.7844 12.6465C15.6359 12.6604 15.4861 12.6411 15.346 12.59L8.49974 10.0725L7.99974 10.2637L8.02599 10.2887L11.696 13.85C11.8056 13.9565 11.8893 14.0867 11.9408 14.2306C11.9922 14.3745 12.01 14.5283 11.9927 14.6801C11.9755 14.832 11.9236 14.9778 11.8412 15.1065C11.7588 15.2352 11.6479 15.3433 11.5172 15.4225L7.49099 17.8587C7.36644 17.934 7.22697 17.9811 7.08232 17.9969C6.93767 18.0126 6.79132 17.9966 6.65349 17.95L3.06974 16.7412L3.04599 16.7537L2.99974 16.775C3.00576 16.7793 3.01122 16.7843 3.01599 16.79L7.51599 21.1975C7.98562 21.6388 8.5856 21.9161 9.22605 21.9877C9.86651 22.0594 10.5129 21.9216 11.0685 21.595L28.5147 11.1812Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M21.7499 27C21.7499 27.199 21.6708 27.3897 21.5302 27.5304C21.3895 27.671 21.1988 27.75 20.9999 27.75H2.99986C2.80095 27.75 2.61018 27.671 2.46953 27.5304C2.32888 27.3897 2.24986 27.199 2.24986 27C2.24986 26.8011 2.32888 26.6104 2.46953 26.4697C2.61018 26.3291 2.80095 26.25 2.99986 26.25H20.9999C21.1988 26.25 21.3895 26.3291 21.5302 26.4697C21.6708 26.6104 21.7499 26.8011 21.7499 27ZM30.7374 11.5975C30.717 11.701 30.6751 11.799 30.6144 11.8851C30.5537 11.9713 30.4755 12.0437 30.3849 12.0975L11.9586 23.0975C11.2293 23.5242 10.3998 23.7498 9.55486 23.7513C8.34971 23.7498 7.19067 23.2879 6.31486 22.46L6.30236 22.4488L1.79611 18.045C1.58605 17.8465 1.42842 17.5991 1.3373 17.3248C1.24618 17.0506 1.22441 16.758 1.27393 16.4733C1.32345 16.1885 1.44272 15.9205 1.62108 15.6931C1.79945 15.4657 2.03136 15.286 2.29611 15.17L2.67111 14.9838C2.84889 14.897 3.05376 14.884 3.24111 14.9475L6.88486 16.1763L9.78111 14.4263L6.81861 11.5513C6.60349 11.3532 6.44144 11.1043 6.34727 10.8275C6.2531 10.5506 6.22982 10.2546 6.27955 9.96638C6.32928 9.6782 6.45043 9.40708 6.63194 9.17778C6.81346 8.94849 7.04953 8.76834 7.31861 8.6538L7.34861 8.6413L8.24236 8.30255C8.41127 8.23961 8.5972 8.23961 8.76611 8.30255L15.6211 10.825L22.1686 6.9163C23.1437 6.33735 24.2944 6.12827 25.4108 6.32723C26.5272 6.52618 27.5348 7.1199 28.2499 8.00005L28.2611 8.0138L30.5911 11C30.6563 11.0836 30.7031 11.1801 30.7283 11.2831C30.7535 11.3861 30.7566 11.4933 30.7374 11.5975ZM28.8861 11.25L27.0836 8.9413C26.594 8.34057 25.9048 7.93576 25.1417 7.80062C24.3785 7.66548 23.5923 7.809 22.9261 8.20505L16.0749 12.295C15.9788 12.3524 15.8712 12.3876 15.7598 12.398C15.6484 12.4084 15.5361 12.3937 15.4311 12.355L8.49986 9.8063L7.88736 10.0375C7.85085 10.0542 7.81911 10.0797 7.79508 10.1118C7.77105 10.1439 7.7555 10.1816 7.74986 10.2213C7.74278 10.2628 7.74628 10.3054 7.76005 10.3451C7.77381 10.3849 7.7974 10.4206 7.82861 10.4488L7.84986 10.4675L11.5186 14.0288C11.6009 14.1086 11.6639 14.2063 11.7025 14.3143C11.7412 14.4223 11.7546 14.5377 11.7417 14.6517C11.7288 14.7656 11.6899 14.8751 11.628 14.9717C11.5662 15.0683 11.483 15.1494 11.3849 15.2088L7.36111 17.645C7.26812 17.7011 7.16407 17.7362 7.05616 17.7481C6.94825 17.7599 6.83906 17.7483 6.73611 17.7138L3.05486 16.4713L2.93861 16.5288L2.90361 16.545C2.86561 16.5615 2.83228 16.5871 2.80661 16.6195C2.78095 16.652 2.76375 16.6904 2.75656 16.7311C2.74937 16.7719 2.75242 16.8138 2.76543 16.8531C2.77845 16.8924 2.80101 16.9279 2.83111 16.9563L2.84361 16.9675L7.34361 21.3775C7.85224 21.8567 8.50255 22.158 9.19695 22.2362C9.89135 22.3144 10.5924 22.1653 11.1949 21.8113L28.8861 11.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AirplaneTakeoff;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AirplaneTilt = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M22.5842 14.1375L26.4654 10.4837L26.4767 10.4737C27.1331 9.8173 27.5019 8.92702 27.5019 7.99871C27.5019 7.07041 27.1331 6.18012 26.4767 5.52371C25.8203 4.8673 24.93 4.49854 24.0017 4.49854C23.0734 4.49854 22.1831 4.8673 21.5267 5.52371L21.5167 5.53496L17.8629 9.41621L7.17168 5.52871C7.08219 5.49607 6.98523 5.48966 6.89222 5.51026C6.79921 5.53085 6.71402 5.57759 6.64668 5.64496L3.64668 8.64496C3.5943 8.69728 3.55418 8.76057 3.52924 8.83028C3.50429 8.89998 3.49514 8.97435 3.50243 9.04802C3.50973 9.1217 3.53329 9.19283 3.57143 9.25629C3.60956 9.31974 3.6613 9.37394 3.72293 9.41496L12.2229 15.0762L9.79418 17.5H7.00043C6.93466 17.5001 6.86956 17.5132 6.80886 17.5385C6.74816 17.5638 6.69305 17.6008 6.64668 17.6475L3.64668 20.6475C3.58823 20.7059 3.5452 20.778 3.52143 20.8572C3.49767 20.9364 3.49392 21.0203 3.51052 21.1013C3.52711 21.1823 3.56354 21.2579 3.61654 21.3214C3.66953 21.3848 3.73744 21.4342 3.81418 21.465L8.61668 23.385L10.5342 28.1812V28.1925C10.566 28.2694 10.6166 28.3371 10.6812 28.3895C10.7459 28.4419 10.8226 28.4774 10.9044 28.4926C10.9862 28.5079 11.0705 28.5025 11.1497 28.4769C11.2289 28.4514 11.3005 28.4064 11.3579 28.3462L14.3492 25.355C14.3967 25.3088 14.4345 25.2536 14.4604 25.1926C14.4864 25.1317 14.5 25.0662 14.5004 25V22.2062L16.9229 19.7837L22.5842 28.2775C22.6252 28.3391 22.6794 28.3908 22.7429 28.429C22.8063 28.4671 22.8775 28.4907 22.9511 28.498C23.0248 28.5053 23.0992 28.4961 23.1689 28.4712C23.2386 28.4462 23.3019 28.4061 23.3542 28.3537L26.3542 25.3537C26.4216 25.2864 26.4683 25.2012 26.4889 25.1082C26.5095 25.0152 26.5031 24.9182 26.4704 24.8287L22.5842 14.1375ZM23.0842 27.215L17.4229 18.7225C17.3815 18.6598 17.3266 18.6072 17.2621 18.5687C17.1976 18.5302 17.1252 18.5067 17.0504 18.5H17.0017C16.9359 18.5001 16.8708 18.5132 16.8101 18.5385C16.7494 18.5638 16.6943 18.6008 16.6479 18.6475L13.6479 21.6475C13.554 21.7408 13.501 21.8676 13.5004 22V24.7925L11.1842 27.11L9.46543 22.8137C9.44028 22.7508 9.40261 22.6936 9.35469 22.6457C9.30677 22.5978 9.24961 22.5601 9.18668 22.535L4.89043 20.8162L7.20793 18.5H10.0004C10.0661 18.5 10.1312 18.4871 10.1919 18.462C10.2526 18.4369 10.3077 18.4001 10.3542 18.3537L13.3542 15.3537C13.4066 15.3014 13.4467 15.2381 13.4716 15.1684C13.4966 15.0987 13.5057 15.0243 13.4984 14.9507C13.4911 14.877 13.4676 14.8058 13.4294 14.7424C13.3913 14.6789 13.3396 14.6247 13.2779 14.5837L4.78543 8.92121L7.12543 6.57746L17.8267 10.4687C17.9183 10.5024 18.0178 10.5085 18.1129 10.4863C18.208 10.4641 18.2944 10.4145 18.3617 10.3437L22.2367 6.22746C22.7053 5.7582 23.3411 5.4943 24.0043 5.49383C24.6675 5.49336 25.3037 5.75636 25.7729 6.22496C26.2422 6.69357 26.5061 7.3294 26.5066 7.99257C26.507 8.65575 26.244 9.29195 25.7754 9.76121L21.6592 13.6362C21.5884 13.7034 21.5388 13.7899 21.5166 13.885C21.4944 13.9801 21.5005 14.0796 21.5342 14.1712L25.4229 24.875L23.0842 27.215Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M23.1663 14.2762L26.8088 10.8487L26.83 10.8275C27.5802 10.0773 28.0017 9.05973 28.0017 7.99875C28.0017 6.93776 27.5802 5.92023 26.83 5.17C26.0798 4.41977 25.0622 3.99829 24.0013 3.99829C22.9403 3.99829 21.9227 4.41977 21.1725 5.17C21.1725 5.1775 21.1588 5.18375 21.1513 5.19125L17.7238 8.83375L7.34876 5.05875C7.16994 4.99371 6.97628 4.98104 6.79052 5.02222C6.60475 5.0634 6.43459 5.15673 6.30001 5.29125L3.30001 8.29125C3.19547 8.39587 3.11544 8.52238 3.06568 8.66166C3.01593 8.80094 2.99769 8.94952 3.01227 9.0967C3.02686 9.24388 3.07391 9.38598 3.15004 9.51279C3.22616 9.63959 3.32947 9.74793 3.45251 9.83L11.4388 15.1537L9.58626 17H7.00001C6.73515 17.0001 6.48115 17.1053 6.29376 17.2925L3.29376 20.2925C3.17676 20.4092 3.09051 20.5531 3.04272 20.7113C2.99494 20.8695 2.9871 21.0371 3.01991 21.199C3.05273 21.361 3.12517 21.5123 3.23076 21.6394C3.33636 21.7666 3.47181 21.8655 3.62501 21.9275L8.22751 23.7687L10.065 28.3625L10.0725 28.3825C10.1361 28.5364 10.2371 28.6719 10.3663 28.7769C10.4955 28.8819 10.6489 28.9529 10.8125 28.9836C10.9762 29.0142 11.1449 29.0036 11.3034 28.9525C11.4618 28.9015 11.605 28.8117 11.72 28.6912L14.7038 25.7062C14.7971 25.6138 14.8713 25.5038 14.9222 25.3826C14.973 25.2614 14.9995 25.1314 15 25V22.4137L16.845 20.5687L22.1688 28.555C22.2508 28.678 22.3592 28.7813 22.486 28.8575C22.6128 28.9336 22.7549 28.9806 22.9021 28.9952C23.0492 29.0098 23.1978 28.9916 23.3371 28.9418C23.4764 28.8921 23.6029 28.812 23.7075 28.7075L26.7075 25.7075C26.842 25.5729 26.9354 25.4028 26.9765 25.217C27.0177 25.0312 27.005 24.8376 26.94 24.6587L23.1663 14.2762ZM23.1575 26.43L17.8338 18.445C17.7521 18.321 17.644 18.2168 17.517 18.1398C17.3901 18.0628 17.2477 18.0151 17.1 18C17.0663 18 17.0338 18 17.0013 18C16.8698 18.0001 16.7397 18.026 16.6183 18.0764C16.4969 18.1268 16.3866 18.2007 16.2938 18.2937L13.2938 21.2937C13.1061 21.4809 13.0005 21.735 13 22V24.5862L11.3663 26.22L9.92876 22.625C9.87846 22.5002 9.8035 22.3868 9.70834 22.2917C9.61319 22.1965 9.49982 22.1215 9.37501 22.0712L5.78251 20.6337L7.41501 19H10C10.1314 19.0001 10.2615 18.9743 10.3829 18.9241C10.5043 18.8739 10.6146 18.8003 10.7075 18.7075L13.7075 15.7075C13.8123 15.6029 13.8925 15.4763 13.9424 15.3369C13.9923 15.1975 14.0106 15.0487 13.996 14.9014C13.9814 14.754 13.9343 14.6118 13.858 14.4849C13.7818 14.3579 13.6783 14.2495 13.555 14.1675L5.57001 8.8425L7.25751 7.15625L17.66 10.9387C17.8433 11.0061 18.0423 11.0183 18.2324 10.9739C18.4226 10.9295 18.5955 10.8303 18.73 10.6887L22.5975 6.575C22.9745 6.20906 23.4803 6.00614 24.0056 6.01009C24.531 6.01405 25.0337 6.22456 25.4051 6.59613C25.7765 6.96771 25.9868 7.47051 25.9905 7.99586C25.9943 8.52122 25.7911 9.02695 25.425 9.40375L21.3163 13.27C21.1747 13.4045 21.0756 13.5774 21.0311 13.7676C20.9867 13.9577 20.9989 14.1567 21.0663 14.34L24.8488 24.7425L23.1575 26.43Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M23.7501 14.4136L27.1513 11.2124L27.1838 11.1799C28.0164 10.3337 28.4809 9.19272 28.476 8.0056C28.4712 6.81849 27.9975 5.68137 27.158 4.84195C26.3186 4.00252 25.1815 3.5288 23.9944 3.52396C22.8073 3.51913 21.6663 3.98358 20.8201 4.81614C20.8088 4.82614 20.7988 4.83739 20.7876 4.84864L17.5863 8.24989L7.51259 4.58864C7.24445 4.49121 6.95409 4.47227 6.67556 4.53404C6.39704 4.59581 6.14191 4.73573 5.94009 4.93739L2.94009 7.93739C2.78242 8.09426 2.66161 8.28422 2.5864 8.49354C2.5112 8.70285 2.48348 8.92626 2.50525 9.14761C2.52703 9.36895 2.59775 9.58268 2.71231 9.77333C2.82686 9.96397 2.98238 10.1268 3.16759 10.2499L10.6463 15.2349L9.37509 16.4999H7.00009C6.60258 16.4999 6.22133 16.6577 5.94009 16.9386L2.94009 19.9386C2.76468 20.1139 2.63546 20.33 2.56399 20.5674C2.49253 20.8049 2.48105 21.0564 2.53059 21.2993C2.58013 21.5423 2.68913 21.7692 2.84786 21.9598C3.00658 22.1503 3.21006 22.2985 3.44009 22.3911L7.84384 24.1536L9.60134 28.5461L9.61259 28.5736C9.70809 28.8042 9.85959 29.0072 10.0534 29.1644C10.2471 29.3216 10.4771 29.428 10.7223 29.4739C10.9676 29.5199 11.2204 29.5039 11.4579 29.4274C11.6955 29.351 11.9102 29.2165 12.0826 29.0361L15.0588 26.0599C15.1984 25.9208 15.3092 25.7557 15.3849 25.5738C15.4606 25.3919 15.4998 25.1969 15.5001 24.9999V22.6249L16.7663 21.3586L21.7501 28.8311C21.8732 29.0158 22.0357 29.1709 22.226 29.2851C22.4162 29.3994 22.6295 29.47 22.8503 29.4919C23.0712 29.5138 23.2941 29.4864 23.5031 29.4117C23.7121 29.337 23.9019 29.2168 24.0588 29.0599L27.0588 26.0599C27.2607 25.858 27.4008 25.6026 27.4626 25.3238C27.5244 25.0451 27.5053 24.7544 27.4076 24.4861L23.7501 14.4136ZM23.2363 25.6449L18.2501 18.1661C18.127 17.9816 17.9644 17.8267 17.7742 17.7126C17.584 17.5985 17.3708 17.528 17.1501 17.5061C17.1002 17.5015 17.0502 17.4994 17.0001 17.4999C16.803 17.4999 16.6078 17.5388 16.4257 17.6143C16.2436 17.6898 16.0781 17.8004 15.9388 17.9399L12.9388 20.9399C12.6579 21.2211 12.5001 21.6024 12.5001 21.9999V24.3749L11.5476 25.3274L10.3926 22.4399C10.3172 22.2511 10.2041 22.0796 10.0604 21.9359C9.91661 21.7921 9.74513 21.6791 9.55634 21.6036L6.66884 20.4486L7.62509 19.4999H10.0001C10.3976 19.4999 10.7789 19.3421 11.0601 19.0611L14.0601 16.0611C14.2175 15.9043 14.3382 15.7144 14.4132 15.5052C14.4883 15.296 14.5159 15.0728 14.4942 14.8516C14.4724 14.6304 14.4018 14.4168 14.2873 14.2263C14.1729 14.0358 14.0176 13.873 13.8326 13.7499L6.35509 8.76489L7.38509 7.73364L17.4888 11.4074C17.7644 11.5076 18.0632 11.525 18.3485 11.4572C18.6337 11.3895 18.8929 11.2396 19.0938 11.0261L22.9551 6.92364C23.2369 6.64185 23.6191 6.48354 24.0176 6.48354C24.4161 6.48354 24.7983 6.64185 25.0801 6.92364C25.3619 7.20543 25.5202 7.58762 25.5202 7.98614C25.5202 8.38465 25.3619 8.76685 25.0801 9.04864L20.9776 12.9099C20.7639 13.1107 20.6138 13.3698 20.5458 13.6551C20.4779 13.9403 20.495 14.2393 20.5951 14.5149L24.2701 24.6174L23.2363 25.6449Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M26.9397 24.6575C27.0047 24.8363 27.0174 25.0299 26.9762 25.2157C26.935 25.4015 26.8417 25.5716 26.7072 25.7062L23.7072 28.7062C23.6143 28.7993 23.5041 28.8731 23.3827 28.9235C23.2613 28.9739 23.1311 28.9999 22.9997 29C22.9668 29.0018 22.9338 29.0018 22.9009 29C22.7537 28.9855 22.6115 28.9385 22.4846 28.8624C22.3577 28.7863 22.2493 28.683 22.1672 28.56L16.6584 20.295L13.9997 22.9487V26C13.9995 26.2648 13.8944 26.5188 13.7072 26.7062C13.7072 26.7062 11.9572 28.4637 11.7222 28.6912C11.6245 28.7935 11.506 28.8736 11.3747 28.9262C11.1299 29.0259 10.8557 29.0247 10.6119 28.9228C10.368 28.8209 10.1745 28.6266 10.0734 28.3825L10.0659 28.3637L8.22842 23.7687L3.62467 21.9275C3.47109 21.866 3.33515 21.7675 3.22903 21.6406C3.1229 21.5137 3.04991 21.3625 3.01659 21.2004C2.98327 21.0384 2.99066 20.8707 3.0381 20.7122C3.08554 20.5537 3.17155 20.4095 3.28842 20.2925L5.28842 18.2925C5.3818 18.1992 5.49273 18.1253 5.6148 18.0751C5.73687 18.0249 5.86768 17.9994 5.99967 18H9.04967L11.7084 15.3412L3.44467 9.83121C3.32141 9.74917 3.21792 9.64077 3.14166 9.51386C3.06539 9.38694 3.01826 9.24468 3.00367 9.09733C2.98908 8.94999 3.00739 8.80124 3.05728 8.66184C3.10718 8.52243 3.1874 8.39584 3.29217 8.29121L6.29217 5.29121C6.42675 5.1567 6.59691 5.06337 6.78267 5.02219C6.96844 4.981 7.1621 4.99368 7.34092 5.05871L18.0834 8.96496L22.0247 5.02371C22.6811 4.3673 23.5714 3.99854 24.4997 3.99854C24.9593 3.99854 25.4145 4.08907 25.8391 4.26497C26.2638 4.44087 26.6496 4.69869 26.9747 5.02371C27.2997 5.34874 27.5575 5.73459 27.7334 6.15925C27.9093 6.58391 27.9998 7.03906 27.9998 7.49871C27.9998 7.95836 27.9093 8.41351 27.7334 8.83817C27.5575 9.26284 27.2997 9.64869 26.9747 9.97371L23.0334 13.915L26.9397 24.6575Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M26.125 10.1251L22 14.0001L26 25.0001L23 28.0001L17 19.0001L14 22.0001V25.0001L11 28.0001L9 23.0001L4 21.0001L7 18.0001H10L13 15.0001L4 9.00008L7 6.00008L18 10.0001L21.875 5.87508C22.4386 5.31149 23.203 4.99487 24 4.99487C24.797 4.99487 25.5614 5.31149 26.125 5.87508C26.6886 6.43866 27.0052 7.20305 27.0052 8.00008C27.0052 8.79711 26.6886 9.56149 26.125 10.1251Z" fill="currentColor"/>
36
+ <path d="M23.1663 14.2762L26.8088 10.8475L26.83 10.8275C27.5802 10.0773 28.0017 9.05973 28.0017 7.99875C28.0017 6.93776 27.5802 5.92023 26.83 5.17C26.0798 4.41977 25.0622 3.99829 24.0013 3.99829C22.9403 3.99829 21.9227 4.41977 21.1725 5.17L21.1525 5.19125L17.7238 8.83375L7.34876 5.05875C7.16994 4.99371 6.97628 4.98104 6.79052 5.02222C6.60475 5.0634 6.43459 5.15673 6.30001 5.29125L3.30001 8.29125C3.19547 8.39587 3.11544 8.52238 3.06568 8.66166C3.01593 8.80094 2.99769 8.94952 3.01227 9.0967C3.02686 9.24388 3.07391 9.38598 3.15004 9.51279C3.22616 9.63959 3.32947 9.74793 3.45251 9.83L11.4388 15.1537L9.58626 17H7.00001C6.73515 17.0001 6.48115 17.1053 6.29376 17.2925L3.29376 20.2925C3.17676 20.4092 3.09051 20.5531 3.04272 20.7113C2.99494 20.8695 2.9871 21.0371 3.01991 21.199C3.05273 21.361 3.12517 21.5123 3.23076 21.6394C3.33636 21.7666 3.47181 21.8655 3.62501 21.9275L8.22751 23.7687L10.065 28.3625L10.0725 28.3825C10.1361 28.5364 10.2371 28.6719 10.3663 28.7769C10.4955 28.8819 10.6489 28.9529 10.8125 28.9836C10.9762 29.0142 11.1449 29.0036 11.3034 28.9525C11.4618 28.9015 11.605 28.8117 11.72 28.6912L14.7038 25.7062C14.7971 25.6138 14.8713 25.5038 14.9222 25.3826C14.973 25.2614 14.9995 25.1314 15 25V22.4137L16.845 20.5687L22.1688 28.555C22.2508 28.678 22.3592 28.7813 22.486 28.8575C22.6128 28.9336 22.7549 28.9806 22.9021 28.9952C23.0492 29.0098 23.1978 28.9916 23.3371 28.9418C23.4764 28.8921 23.6029 28.812 23.7075 28.7075L26.7075 25.7075C26.842 25.5729 26.9354 25.4028 26.9765 25.217C27.0177 25.0312 27.005 24.8376 26.94 24.6587L23.1663 14.2762ZM23.1575 26.43L17.8338 18.4437C17.752 18.32 17.6438 18.216 17.5169 18.1392C17.39 18.0625 17.2476 18.0149 17.1 18C17.0671 17.9982 17.0342 17.9982 17.0013 18C16.8699 17.9999 16.7398 18.0257 16.6184 18.0759C16.497 18.126 16.3867 18.1997 16.2938 18.2925L13.2938 21.2925C13.2007 21.3853 13.1269 21.4956 13.0765 21.617C13.026 21.7384 13.0001 21.8685 13 22V24.5862L11.3663 26.22L9.92876 22.625C9.87846 22.5002 9.8035 22.3868 9.70834 22.2917C9.61319 22.1965 9.49982 22.1215 9.37501 22.0712L5.78251 20.6337L7.41501 19H10C10.1314 19.0001 10.2615 18.9743 10.3829 18.9241C10.5043 18.8739 10.6146 18.8003 10.7075 18.7075L13.7075 15.7075C13.8123 15.6029 13.8925 15.4763 13.9424 15.3369C13.9923 15.1975 14.0106 15.0487 13.996 14.9014C13.9814 14.754 13.9343 14.6118 13.858 14.4849C13.7818 14.3579 13.6783 14.2495 13.555 14.1675L5.57001 8.8425L7.25751 7.15625L17.66 10.9387C17.8433 11.0061 18.0423 11.0183 18.2324 10.9739C18.4226 10.9295 18.5955 10.8303 18.73 10.6887L22.5975 6.57875C22.9773 6.23088 23.4766 6.04294 23.9916 6.05406C24.5065 6.06518 24.9972 6.2745 25.3616 6.63844C25.7261 7.00238 25.936 7.49287 25.9478 8.00776C25.9597 8.52265 25.7724 9.02224 25.425 9.4025L21.3163 13.27C21.1747 13.4045 21.0756 13.5774 21.0311 13.7676C20.9867 13.9577 20.9989 14.1567 21.0663 14.34L24.8488 24.7425L23.1575 26.43Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M22.8748 14.2062L26.6373 10.6662L26.6536 10.65C27.3569 9.94667 27.752 8.99277 27.752 7.99812C27.752 7.00347 27.3569 6.04957 26.6536 5.34625C25.9503 4.64292 24.9963 4.2478 24.0017 4.2478C23.0071 4.2478 22.0531 4.64292 21.3498 5.34625L21.3336 5.3625L17.7936 9.125L7.25608 5.29375C7.12206 5.24495 6.97692 5.23538 6.83766 5.26616C6.6984 5.29693 6.5708 5.36677 6.46983 5.4675L3.46982 8.46749C3.39076 8.54593 3.33016 8.641 3.29242 8.74578C3.25468 8.85056 3.24075 8.96244 3.25164 9.07328C3.26253 9.18411 3.29798 9.29114 3.35539 9.38657C3.41281 9.482 3.49075 9.56345 3.58357 9.625L11.8236 15.1175L9.68983 17.25H6.99983C6.80098 17.2502 6.61034 17.3293 6.46983 17.47L3.46982 20.47C3.38184 20.5576 3.31698 20.6657 3.28108 20.7846C3.24519 20.9035 3.23937 21.0294 3.26415 21.1511C3.28893 21.2728 3.34354 21.3864 3.42307 21.4818C3.50261 21.5771 3.60457 21.6513 3.71982 21.6975L8.42233 23.5725L10.2973 28.2675V28.2825C10.3729 28.4659 10.5181 28.6118 10.7011 28.6884C10.884 28.765 11.0899 28.7661 11.2736 28.6912C11.3714 28.6516 11.4596 28.5915 11.5323 28.515L14.5211 25.5262C14.6641 25.3881 14.7463 25.1988 14.7498 25V22.31L16.8836 20.1762L22.3748 28.4162C22.4364 28.5084 22.5177 28.5858 22.6128 28.6428C22.7079 28.6998 22.8145 28.735 22.9248 28.7459C23.0351 28.7568 23.1465 28.7431 23.2509 28.7057C23.3553 28.6684 23.4502 28.6084 23.5286 28.53L26.5286 25.53C26.6293 25.429 26.6991 25.3014 26.7299 25.1622C26.7607 25.0229 26.7511 24.8778 26.7023 24.7437L22.8748 14.2062ZM23.1173 26.8225L17.6248 18.5825C17.5633 18.4902 17.482 18.4128 17.3869 18.3557C17.2918 18.2987 17.1852 18.2634 17.0748 18.2525H17.0011C16.8022 18.2527 16.6116 18.3318 16.4711 18.4725L13.4711 21.4725C13.3305 21.6122 13.251 21.8018 13.2498 22V24.69L11.2748 26.665L9.69608 22.7212C9.65849 22.6268 9.60211 22.541 9.53034 22.469C9.45857 22.397 9.37291 22.3404 9.27858 22.3025L5.33483 20.725L7.31108 18.75H9.99983C10.0985 18.7501 10.1962 18.7307 10.2874 18.6929C10.3785 18.6552 10.4613 18.5998 10.5311 18.53L13.5311 15.53C13.6094 15.4515 13.6693 15.3566 13.7066 15.2521C13.7438 15.1477 13.7574 15.0363 13.7464 14.9259C13.7354 14.8156 13.7001 14.709 13.643 14.614C13.5858 14.519 13.5083 14.4377 13.4161 14.3762L5.17732 8.88249L7.19233 6.86625L17.7498 10.7037C17.8876 10.7538 18.0371 10.7624 18.1797 10.7284C18.3224 10.6944 18.4519 10.6193 18.5523 10.5125L22.4273 6.4C22.8563 6.01549 23.4164 5.81018 23.9923 5.82636C24.5681 5.84255 25.1159 6.079 25.5226 6.48699C25.9293 6.89498 26.164 7.44344 26.1784 8.01934C26.1928 8.59524 25.9857 9.15472 25.5998 9.5825L21.4873 13.4575C21.3805 13.5579 21.3054 13.6875 21.2715 13.8301C21.2375 13.9727 21.246 14.1222 21.2961 14.26L25.1336 24.8112L23.1173 26.8225Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AirplaneTilt;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AirplaneTilt = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M21.5 27C21.5 27.1326 21.4473 27.2598 21.3535 27.3536C21.2598 27.4474 21.1326 27.5 21 27.5H2.99998C2.86737 27.5 2.74019 27.4474 2.64642 27.3536C2.55265 27.2598 2.49998 27.1326 2.49998 27C2.49998 26.8674 2.55265 26.7402 2.64642 26.6465C2.74019 26.5527 2.86737 26.5 2.99998 26.5H21C21.1326 26.5 21.2598 26.5527 21.3535 26.6465C21.4473 26.7402 21.5 26.8674 21.5 27ZM30.4912 11.5513C30.4782 11.621 30.4506 11.6871 30.41 11.7453C30.3695 11.8035 30.3171 11.8524 30.2562 11.8888L11.83 22.8888C11.1398 23.2927 10.3547 23.5062 9.55498 23.5075C8.41337 23.5062 7.31547 23.0684 6.48623 22.2838L1.96623 17.8613C1.78717 17.691 1.65296 17.4791 1.57553 17.2444C1.4981 17.0097 1.47985 16.7595 1.5224 16.5161C1.56495 16.2727 1.66699 16.0436 1.81943 15.8491C1.97188 15.6546 2.17001 15.5007 2.39623 15.4013L2.77998 15.2138C2.89697 15.157 3.03148 15.148 3.15498 15.1888L6.90498 16.455L10.1875 14.475L6.98873 11.375C6.80347 11.2059 6.6636 10.993 6.5819 10.7558C6.5002 10.5187 6.47928 10.2648 6.52106 10.0174C6.56285 9.77008 6.666 9.53717 6.82107 9.33999C6.97615 9.14282 7.17819 8.98768 7.40873 8.88878L7.42873 8.88128L8.32248 8.54253C8.43533 8.50036 8.55962 8.50036 8.67248 8.54253L15.6387 11.1L22.29 7.12503C23.2145 6.57515 24.306 6.37638 25.365 6.56504C26.424 6.75371 27.3797 7.31721 28.0575 8.15253L30.3937 11.1525C30.4373 11.2083 30.4685 11.2727 30.4853 11.3414C30.5021 11.4102 30.5041 11.4817 30.4912 11.5513ZM29.2575 11.32L27.2762 8.78003C26.7487 8.13365 26.0066 7.6982 25.1851 7.55297C24.3635 7.40775 23.5171 7.5624 22.8 7.98878L15.9475 12.08C15.8833 12.1184 15.8114 12.1419 15.737 12.1488C15.6626 12.1558 15.5876 12.1459 15.5175 12.12L8.49998 9.53878L7.79248 9.80628C7.71696 9.84085 7.65124 9.89369 7.60126 9.96003C7.55128 10.0264 7.51861 10.1041 7.5062 10.1862C7.4938 10.2684 7.50204 10.3523 7.5302 10.4304C7.55836 10.5086 7.60554 10.5784 7.66748 10.6338C7.67174 10.6387 7.67634 10.6433 7.68123 10.6475L11.35 14.2088C11.4047 14.2621 11.4466 14.3272 11.4722 14.3992C11.4979 14.4712 11.5067 14.5481 11.4981 14.624C11.4894 14.6999 11.4634 14.7729 11.4221 14.8372C11.3808 14.9015 11.3254 14.9555 11.26 14.995L7.23248 17.43C7.17025 17.4677 7.10054 17.4914 7.02821 17.4994C6.95588 17.5074 6.88269 17.4995 6.81373 17.4763L3.03498 16.2013L2.82623 16.3038L2.80373 16.315C2.72748 16.3478 2.66059 16.399 2.60909 16.4641C2.55758 16.5291 2.52308 16.606 2.5087 16.6877C2.49431 16.7695 2.50049 16.8535 2.52668 16.9322C2.55287 17.011 2.59825 17.082 2.65873 17.1388L7.17748 21.5625C7.72521 22.0778 8.42521 22.4016 9.17252 22.4855C9.91984 22.5693 10.6742 22.4086 11.3225 22.0275L29.2575 11.32Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M23.1663 14.2762L26.8088 10.8487L26.83 10.8275C27.5802 10.0773 28.0017 9.05973 28.0017 7.99875C28.0017 6.93776 27.5802 5.92023 26.83 5.17C26.0798 4.41977 25.0622 3.99829 24.0013 3.99829C22.9403 3.99829 21.9227 4.41977 21.1725 5.17C21.1725 5.1775 21.1588 5.18375 21.1513 5.19125L17.7238 8.83375L7.34876 5.05875C7.16994 4.99371 6.97628 4.98104 6.79052 5.02222C6.60475 5.0634 6.43459 5.15673 6.30001 5.29125L3.30001 8.29125C3.19547 8.39587 3.11544 8.52238 3.06568 8.66166C3.01593 8.80094 2.99769 8.94952 3.01227 9.0967C3.02686 9.24388 3.07391 9.38598 3.15004 9.51279C3.22616 9.63959 3.32947 9.74793 3.45251 9.83L11.4388 15.1537L9.58626 17H7.00001C6.73515 17.0001 6.48115 17.1053 6.29376 17.2925L3.29376 20.2925C3.17676 20.4092 3.09051 20.5531 3.04272 20.7113C2.99494 20.8695 2.9871 21.0371 3.01991 21.199C3.05273 21.361 3.12517 21.5123 3.23076 21.6394C3.33636 21.7666 3.47181 21.8655 3.62501 21.9275L8.22751 23.7687L10.065 28.3625L10.0725 28.3825C10.1361 28.5364 10.2371 28.6719 10.3663 28.7769C10.4955 28.8819 10.6489 28.9529 10.8125 28.9836C10.9762 29.0142 11.1449 29.0036 11.3034 28.9525C11.4618 28.9015 11.605 28.8117 11.72 28.6912L14.7038 25.7062C14.7971 25.6138 14.8713 25.5038 14.9222 25.3826C14.973 25.2614 14.9995 25.1314 15 25V22.4137L16.845 20.5687L22.1688 28.555C22.2508 28.678 22.3592 28.7813 22.486 28.8575C22.6128 28.9336 22.7549 28.9806 22.9021 28.9952C23.0492 29.0098 23.1978 28.9916 23.3371 28.9418C23.4764 28.8921 23.6029 28.812 23.7075 28.7075L26.7075 25.7075C26.842 25.5729 26.9354 25.4028 26.9765 25.217C27.0177 25.0312 27.005 24.8376 26.94 24.6587L23.1663 14.2762ZM23.1575 26.43L17.8338 18.445C17.7521 18.321 17.644 18.2168 17.517 18.1398C17.3901 18.0628 17.2477 18.0151 17.1 18C17.0663 18 17.0338 18 17.0013 18C16.8698 18.0001 16.7397 18.026 16.6183 18.0764C16.4969 18.1268 16.3866 18.2007 16.2938 18.2937L13.2938 21.2937C13.1061 21.4809 13.0005 21.735 13 22V24.5862L11.3663 26.22L9.92876 22.625C9.87846 22.5002 9.8035 22.3868 9.70834 22.2917C9.61319 22.1965 9.49982 22.1215 9.37501 22.0712L5.78251 20.6337L7.41501 19H10C10.1314 19.0001 10.2615 18.9743 10.3829 18.9241C10.5043 18.8739 10.6146 18.8003 10.7075 18.7075L13.7075 15.7075C13.8123 15.6029 13.8925 15.4763 13.9424 15.3369C13.9923 15.1975 14.0106 15.0487 13.996 14.9014C13.9814 14.754 13.9343 14.6118 13.858 14.4849C13.7818 14.3579 13.6783 14.2495 13.555 14.1675L5.57001 8.8425L7.25751 7.15625L17.66 10.9387C17.8433 11.0061 18.0423 11.0183 18.2324 10.9739C18.4226 10.9295 18.5955 10.8303 18.73 10.6887L22.5975 6.575C22.9745 6.20906 23.4803 6.00614 24.0056 6.01009C24.531 6.01405 25.0337 6.22456 25.4051 6.59613C25.7765 6.96771 25.9868 7.47051 25.9905 7.99586C25.9943 8.52122 25.7911 9.02695 25.425 9.40375L21.3163 13.27C21.1747 13.4045 21.0756 13.5774 21.0311 13.7676C20.9867 13.9577 20.9989 14.1567 21.0663 14.34L24.8488 24.7425L23.1575 26.43Z" fill="#191919"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M23.7501 14.4136L27.1513 11.2124L27.1838 11.1799C28.0164 10.3337 28.4809 9.19272 28.476 8.0056C28.4712 6.81849 27.9975 5.68137 27.158 4.84195C26.3186 4.00252 25.1815 3.5288 23.9944 3.52396C22.8073 3.51913 21.6663 3.98358 20.8201 4.81614C20.8088 4.82614 20.7988 4.83739 20.7876 4.84864L17.5863 8.24989L7.51259 4.58864C7.24445 4.49121 6.95409 4.47227 6.67556 4.53404C6.39704 4.59581 6.14191 4.73573 5.94009 4.93739L2.94009 7.93739C2.78242 8.09426 2.66161 8.28422 2.5864 8.49354C2.5112 8.70285 2.48348 8.92626 2.50525 9.14761C2.52703 9.36895 2.59775 9.58268 2.71231 9.77333C2.82686 9.96397 2.98238 10.1268 3.16759 10.2499L10.6463 15.2349L9.37509 16.4999H7.00009C6.60258 16.4999 6.22133 16.6577 5.94009 16.9386L2.94009 19.9386C2.76468 20.1139 2.63546 20.33 2.56399 20.5674C2.49253 20.8049 2.48105 21.0564 2.53059 21.2993C2.58013 21.5423 2.68913 21.7692 2.84786 21.9598C3.00658 22.1503 3.21006 22.2985 3.44009 22.3911L7.84384 24.1536L9.60134 28.5461L9.61259 28.5736C9.70809 28.8042 9.85959 29.0072 10.0534 29.1644C10.2471 29.3216 10.4771 29.428 10.7223 29.4739C10.9676 29.5199 11.2204 29.5039 11.4579 29.4274C11.6955 29.351 11.9102 29.2165 12.0826 29.0361L15.0588 26.0599C15.1984 25.9208 15.3092 25.7557 15.3849 25.5738C15.4606 25.3919 15.4998 25.1969 15.5001 24.9999V22.6249L16.7663 21.3586L21.7501 28.8311C21.8732 29.0158 22.0357 29.1709 22.226 29.2851C22.4162 29.3994 22.6295 29.47 22.8503 29.4919C23.0712 29.5138 23.2941 29.4864 23.5031 29.4117C23.7121 29.337 23.9019 29.2168 24.0588 29.0599L27.0588 26.0599C27.2607 25.858 27.4008 25.6026 27.4626 25.3238C27.5244 25.0451 27.5053 24.7544 27.4076 24.4861L23.7501 14.4136ZM23.2363 25.6449L18.2501 18.1661C18.127 17.9816 17.9644 17.8267 17.7742 17.7126C17.584 17.5985 17.3708 17.528 17.1501 17.5061C17.1002 17.5015 17.0502 17.4994 17.0001 17.4999C16.803 17.4999 16.6078 17.5388 16.4257 17.6143C16.2436 17.6898 16.0781 17.8004 15.9388 17.9399L12.9388 20.9399C12.6579 21.2211 12.5001 21.6024 12.5001 21.9999V24.3749L11.5476 25.3274L10.3926 22.4399C10.3172 22.2511 10.2041 22.0796 10.0604 21.9359C9.91661 21.7921 9.74513 21.6791 9.55634 21.6036L6.66884 20.4486L7.62509 19.4999H10.0001C10.3976 19.4999 10.7789 19.3421 11.0601 19.0611L14.0601 16.0611C14.2175 15.9043 14.3382 15.7144 14.4132 15.5052C14.4883 15.296 14.5159 15.0728 14.4942 14.8516C14.4724 14.6304 14.4018 14.4168 14.2873 14.2263C14.1729 14.0358 14.0176 13.873 13.8326 13.7499L6.35509 8.76489L7.38509 7.73364L17.4888 11.4074C17.7644 11.5076 18.0632 11.525 18.3485 11.4572C18.6337 11.3895 18.8929 11.2396 19.0938 11.0261L22.9551 6.92364C23.2369 6.64185 23.6191 6.48354 24.0176 6.48354C24.4161 6.48354 24.7983 6.64185 25.0801 6.92364C25.3619 7.20543 25.5202 7.58762 25.5202 7.98614C25.5202 8.38465 25.3619 8.76685 25.0801 9.04864L20.9776 12.9099C20.7639 13.1107 20.6138 13.3698 20.5458 13.6551C20.4779 13.9403 20.495 14.2393 20.5951 14.5149L24.2701 24.6174L23.2363 25.6449Z" fill="#191919"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M26.9397 24.6575C27.0047 24.8363 27.0174 25.0299 26.9762 25.2157C26.935 25.4015 26.8417 25.5716 26.7072 25.7062L23.7072 28.7062C23.6143 28.7993 23.5041 28.8731 23.3827 28.9235C23.2613 28.9739 23.1311 28.9999 22.9997 29C22.9668 29.0018 22.9338 29.0018 22.9009 29C22.7537 28.9855 22.6115 28.9385 22.4846 28.8624C22.3577 28.7863 22.2493 28.683 22.1672 28.56L16.6584 20.295L13.9997 22.9487V26C13.9995 26.2648 13.8944 26.5188 13.7072 26.7062C13.7072 26.7062 11.9572 28.4637 11.7222 28.6912C11.6245 28.7935 11.506 28.8736 11.3747 28.9262C11.1299 29.0259 10.8557 29.0247 10.6119 28.9228C10.368 28.8209 10.1745 28.6266 10.0734 28.3825L10.0659 28.3637L8.22842 23.7687L3.62467 21.9275C3.47109 21.866 3.33515 21.7675 3.22903 21.6406C3.1229 21.5137 3.04991 21.3625 3.01659 21.2004C2.98327 21.0384 2.99066 20.8707 3.0381 20.7122C3.08554 20.5537 3.17155 20.4095 3.28842 20.2925L5.28842 18.2925C5.3818 18.1992 5.49273 18.1253 5.6148 18.0751C5.73687 18.0249 5.86768 17.9994 5.99967 18H9.04967L11.7084 15.3412L3.44467 9.83121C3.32141 9.74917 3.21792 9.64077 3.14166 9.51386C3.06539 9.38694 3.01826 9.24468 3.00367 9.09733C2.98908 8.94999 3.00739 8.80124 3.05728 8.66184C3.10718 8.52243 3.1874 8.39584 3.29217 8.29121L6.29217 5.29121C6.42675 5.1567 6.59691 5.06337 6.78267 5.02219C6.96844 4.981 7.1621 4.99368 7.34092 5.05871L18.0834 8.96496L22.0247 5.02371C22.6811 4.3673 23.5714 3.99854 24.4997 3.99854C24.9593 3.99854 25.4145 4.08907 25.8391 4.26497C26.2638 4.44087 26.6496 4.69869 26.9747 5.02371C27.2997 5.34874 27.5575 5.73459 27.7334 6.15925C27.9093 6.58391 27.9998 7.03906 27.9998 7.49871C27.9998 7.95836 27.9093 8.41351 27.7334 8.83817C27.5575 9.26284 27.2997 9.64869 26.9747 9.97371L23.0334 13.915L26.9397 24.6575Z" fill="#191919"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M26.125 10.1251L22 14.0001L26 25.0001L23 28.0001L17 19.0001L14 22.0001V25.0001L11 28.0001L9 23.0001L4 21.0001L7 18.0001H10L13 15.0001L4 9.00008L7 6.00008L18 10.0001L21.875 5.87508C22.4386 5.31149 23.203 4.99487 24 4.99487C24.797 4.99487 25.5614 5.31149 26.125 5.87508C26.6886 6.43866 27.0052 7.20305 27.0052 8.00008C27.0052 8.79711 26.6886 9.56149 26.125 10.1251Z" fill="#191919"/>
36
+ <path d="M23.1663 14.2762L26.8088 10.8475L26.83 10.8275C27.5802 10.0773 28.0017 9.05973 28.0017 7.99875C28.0017 6.93776 27.5802 5.92023 26.83 5.17C26.0798 4.41977 25.0622 3.99829 24.0013 3.99829C22.9403 3.99829 21.9227 4.41977 21.1725 5.17L21.1525 5.19125L17.7238 8.83375L7.34876 5.05875C7.16994 4.99371 6.97628 4.98104 6.79052 5.02222C6.60475 5.0634 6.43459 5.15673 6.30001 5.29125L3.30001 8.29125C3.19547 8.39587 3.11544 8.52238 3.06568 8.66166C3.01593 8.80094 2.99769 8.94952 3.01227 9.0967C3.02686 9.24388 3.07391 9.38598 3.15004 9.51279C3.22616 9.63959 3.32947 9.74793 3.45251 9.83L11.4388 15.1537L9.58626 17H7.00001C6.73515 17.0001 6.48115 17.1053 6.29376 17.2925L3.29376 20.2925C3.17676 20.4092 3.09051 20.5531 3.04272 20.7113C2.99494 20.8695 2.9871 21.0371 3.01991 21.199C3.05273 21.361 3.12517 21.5123 3.23076 21.6394C3.33636 21.7666 3.47181 21.8655 3.62501 21.9275L8.22751 23.7687L10.065 28.3625L10.0725 28.3825C10.1361 28.5364 10.2371 28.6719 10.3663 28.7769C10.4955 28.8819 10.6489 28.9529 10.8125 28.9836C10.9762 29.0142 11.1449 29.0036 11.3034 28.9525C11.4618 28.9015 11.605 28.8117 11.72 28.6912L14.7038 25.7062C14.7971 25.6138 14.8713 25.5038 14.9222 25.3826C14.973 25.2614 14.9995 25.1314 15 25V22.4137L16.845 20.5687L22.1688 28.555C22.2508 28.678 22.3592 28.7813 22.486 28.8575C22.6128 28.9336 22.7549 28.9806 22.9021 28.9952C23.0492 29.0098 23.1978 28.9916 23.3371 28.9418C23.4764 28.8921 23.6029 28.812 23.7075 28.7075L26.7075 25.7075C26.842 25.5729 26.9354 25.4028 26.9765 25.217C27.0177 25.0312 27.005 24.8376 26.94 24.6587L23.1663 14.2762ZM23.1575 26.43L17.8338 18.4437C17.752 18.32 17.6438 18.216 17.5169 18.1392C17.39 18.0625 17.2476 18.0149 17.1 18C17.0671 17.9982 17.0342 17.9982 17.0013 18C16.8699 17.9999 16.7398 18.0257 16.6184 18.0759C16.497 18.126 16.3867 18.1997 16.2938 18.2925L13.2938 21.2925C13.2007 21.3853 13.1269 21.4956 13.0765 21.617C13.026 21.7384 13.0001 21.8685 13 22V24.5862L11.3663 26.22L9.92876 22.625C9.87846 22.5002 9.8035 22.3868 9.70834 22.2917C9.61319 22.1965 9.49982 22.1215 9.37501 22.0712L5.78251 20.6337L7.41501 19H10C10.1314 19.0001 10.2615 18.9743 10.3829 18.9241C10.5043 18.8739 10.6146 18.8003 10.7075 18.7075L13.7075 15.7075C13.8123 15.6029 13.8925 15.4763 13.9424 15.3369C13.9923 15.1975 14.0106 15.0487 13.996 14.9014C13.9814 14.754 13.9343 14.6118 13.858 14.4849C13.7818 14.3579 13.6783 14.2495 13.555 14.1675L5.57001 8.8425L7.25751 7.15625L17.66 10.9387C17.8433 11.0061 18.0423 11.0183 18.2324 10.9739C18.4226 10.9295 18.5955 10.8303 18.73 10.6887L22.5975 6.57875C22.9773 6.23088 23.4766 6.04294 23.9916 6.05406C24.5065 6.06518 24.9972 6.2745 25.3616 6.63844C25.7261 7.00238 25.936 7.49287 25.9478 8.00776C25.9597 8.52265 25.7724 9.02224 25.425 9.4025L21.3163 13.27C21.1747 13.4045 21.0756 13.5774 21.0311 13.7676C20.9867 13.9577 20.9989 14.1567 21.0663 14.34L24.8488 24.7425L23.1575 26.43Z" fill="#191919"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M22.8748 14.2062L26.6373 10.6662L26.6536 10.65C27.3569 9.94667 27.752 8.99277 27.752 7.99812C27.752 7.00347 27.3569 6.04957 26.6536 5.34625C25.9503 4.64292 24.9963 4.2478 24.0017 4.2478C23.0071 4.2478 22.0531 4.64292 21.3498 5.34625L21.3336 5.3625L17.7936 9.125L7.25608 5.29375C7.12206 5.24495 6.97692 5.23538 6.83766 5.26616C6.6984 5.29693 6.5708 5.36677 6.46983 5.4675L3.46982 8.46749C3.39076 8.54593 3.33016 8.641 3.29242 8.74578C3.25468 8.85056 3.24075 8.96244 3.25164 9.07328C3.26253 9.18411 3.29798 9.29114 3.35539 9.38657C3.41281 9.482 3.49075 9.56345 3.58357 9.625L11.8236 15.1175L9.68983 17.25H6.99983C6.80098 17.2502 6.61034 17.3293 6.46983 17.47L3.46982 20.47C3.38184 20.5576 3.31698 20.6657 3.28108 20.7846C3.24519 20.9035 3.23937 21.0294 3.26415 21.1511C3.28893 21.2728 3.34354 21.3864 3.42307 21.4818C3.50261 21.5771 3.60457 21.6513 3.71982 21.6975L8.42233 23.5725L10.2973 28.2675V28.2825C10.3729 28.4659 10.5181 28.6118 10.7011 28.6884C10.884 28.765 11.0899 28.7661 11.2736 28.6912C11.3714 28.6516 11.4596 28.5915 11.5323 28.515L14.5211 25.5262C14.6641 25.3881 14.7463 25.1988 14.7498 25V22.31L16.8836 20.1762L22.3748 28.4162C22.4364 28.5084 22.5177 28.5858 22.6128 28.6428C22.7079 28.6998 22.8145 28.735 22.9248 28.7459C23.0351 28.7568 23.1465 28.7431 23.2509 28.7057C23.3553 28.6684 23.4502 28.6084 23.5286 28.53L26.5286 25.53C26.6293 25.429 26.6991 25.3014 26.7299 25.1622C26.7607 25.0229 26.7511 24.8778 26.7023 24.7437L22.8748 14.2062ZM23.1173 26.8225L17.6248 18.5825C17.5633 18.4902 17.482 18.4128 17.3869 18.3557C17.2918 18.2987 17.1852 18.2634 17.0748 18.2525H17.0011C16.8022 18.2527 16.6116 18.3318 16.4711 18.4725L13.4711 21.4725C13.3305 21.6122 13.251 21.8018 13.2498 22V24.69L11.2748 26.665L9.69608 22.7212C9.65849 22.6268 9.60211 22.541 9.53034 22.469C9.45857 22.397 9.37291 22.3404 9.27858 22.3025L5.33483 20.725L7.31108 18.75H9.99983C10.0985 18.7501 10.1962 18.7307 10.2874 18.6929C10.3785 18.6552 10.4613 18.5998 10.5311 18.53L13.5311 15.53C13.6094 15.4515 13.6693 15.3566 13.7066 15.2521C13.7438 15.1477 13.7574 15.0363 13.7464 14.9259C13.7354 14.8156 13.7001 14.709 13.643 14.614C13.5858 14.519 13.5083 14.4377 13.4161 14.3762L5.17732 8.88249L7.19233 6.86625L17.7498 10.7037C17.8876 10.7538 18.0371 10.7624 18.1797 10.7284C18.3224 10.6944 18.4519 10.6193 18.5523 10.5125L22.4273 6.4C22.8563 6.01549 23.4164 5.81018 23.9923 5.82636C24.5681 5.84255 25.1159 6.079 25.5226 6.48699C25.9293 6.89498 26.164 7.44344 26.1784 8.01934C26.1928 8.59524 25.9857 9.15472 25.5998 9.5825L21.4873 13.4575C21.3805 13.5579 21.3054 13.6875 21.2715 13.8301C21.2375 13.9727 21.246 14.1222 21.2961 14.26L25.1336 24.8112L23.1173 26.8225Z" fill="#191919"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AirplaneTilt;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Anchor = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M27 17.5001C26.8674 17.5001 26.7402 17.5528 26.6464 17.6466C26.5527 17.7403 26.5 17.8675 26.5 18.0001C26.4983 19.4583 25.9184 20.8563 24.8873 21.8874C23.8562 22.9185 22.4582 23.4985 21 23.5001C20.1171 23.5005 19.2472 23.7135 18.464 24.121C17.6807 24.5285 17.0071 25.1186 16.5 25.8414V15.5001H21C21.1326 15.5001 21.2598 15.4474 21.3536 15.3537C21.4473 15.2599 21.5 15.1327 21.5 15.0001C21.5 14.8675 21.4473 14.7403 21.3536 14.6466C21.2598 14.5528 21.1326 14.5001 21 14.5001H16.5V10.4639C17.3758 10.3374 18.1712 9.884 18.7261 9.19478C19.2811 8.50555 19.5544 7.63171 19.491 6.74911C19.4276 5.86651 19.0323 5.04068 18.3846 4.4378C17.7369 3.83492 16.8849 3.49976 16 3.49976C15.1151 3.49976 14.2631 3.83492 13.6154 4.4378C12.9677 5.04068 12.5724 5.86651 12.509 6.74911C12.4456 7.63171 12.7189 8.50555 13.2739 9.19478C13.8288 9.884 14.6242 10.3374 15.5 10.4639V14.5001H11C10.8674 14.5001 10.7402 14.5528 10.6464 14.6466C10.5527 14.7403 10.5 14.8675 10.5 15.0001C10.5 15.1327 10.5527 15.2599 10.6464 15.3537C10.7402 15.4474 10.8674 15.5001 11 15.5001H15.5V25.8414C14.9929 25.1186 14.3193 24.5285 13.536 24.121C12.7528 23.7135 11.8829 23.5005 11 23.5001C9.54182 23.4985 8.14383 22.9185 7.11274 21.8874C6.08165 20.8563 5.50165 19.4583 5.5 18.0001C5.5 17.8675 5.44732 17.7403 5.35355 17.6466C5.25979 17.5528 5.13261 17.5001 5 17.5001C4.86739 17.5001 4.74021 17.5528 4.64645 17.6466C4.55268 17.7403 4.5 17.8675 4.5 18.0001C4.50198 19.7234 5.18744 21.3756 6.406 22.5941C7.62455 23.8127 9.2767 24.4981 11 24.5001C12.1935 24.5001 13.3381 24.9742 14.182 25.8181C15.0259 26.662 15.5 27.8066 15.5 29.0001C15.5 29.1327 15.5527 29.2599 15.6464 29.3537C15.7402 29.4474 15.8674 29.5001 16 29.5001C16.1326 29.5001 16.2598 29.4474 16.3536 29.3537C16.4473 29.2599 16.5 29.1327 16.5 29.0001C16.5 27.8066 16.9741 26.662 17.818 25.8181C18.6619 24.9742 19.8065 24.5001 21 24.5001C22.7233 24.4981 24.3754 23.8127 25.594 22.5941C26.8126 21.3756 27.498 19.7234 27.5 18.0001C27.5 17.8675 27.4473 17.7403 27.3536 17.6466C27.2598 17.5528 27.1326 17.5001 27 17.5001ZM13.5 7.00011C13.5 6.50565 13.6466 6.0223 13.9213 5.61118C14.196 5.20006 14.5865 4.87963 15.0433 4.69041C15.5001 4.50119 16.0028 4.45168 16.4877 4.54814C16.9727 4.64461 17.4181 4.88271 17.7678 5.23234C18.1174 5.58197 18.3555 6.02743 18.452 6.51238C18.5484 6.99733 18.4989 7.5 18.3097 7.95682C18.1205 8.41363 17.8 8.80408 17.3889 9.07878C16.9778 9.35349 16.4945 9.50011 16 9.50011C15.337 9.50011 14.7011 9.23672 14.2322 8.76787C13.7634 8.29903 13.5 7.66315 13.5 7.00011Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M27 16.9999C26.7348 16.9999 26.4804 17.1053 26.2929 17.2928C26.1054 17.4804 26 17.7347 26 17.9999C26 18.6565 25.8707 19.3067 25.6194 19.9134C25.3681 20.52 24.9998 21.0712 24.5355 21.5355C24.0712 21.9998 23.52 22.3681 22.9134 22.6193C22.3068 22.8706 21.6566 22.9999 21 22.9999C19.5229 22.9991 18.0979 23.5455 17 24.5337V15.9999H21C21.2652 15.9999 21.5196 15.8946 21.7071 15.707C21.8946 15.5195 22 15.2652 22 14.9999C22 14.7347 21.8946 14.4804 21.7071 14.2928C21.5196 14.1053 21.2652 13.9999 21 13.9999H17V10.8749C17.9427 10.6315 18.7642 10.0527 19.3106 9.24693C19.857 8.44115 20.0908 7.46375 19.9681 6.49794C19.8454 5.53212 19.3747 4.6442 18.6442 4.00061C17.9137 3.35703 16.9736 3.00195 16 3.00195C15.0264 3.00195 14.0863 3.35703 13.3558 4.00061C12.6253 4.6442 12.1546 5.53212 12.0319 6.49794C11.9092 7.46375 12.143 8.44115 12.6894 9.24693C13.2358 10.0527 14.0573 10.6315 15 10.8749V13.9999H11C10.7348 13.9999 10.4804 14.1053 10.2929 14.2928C10.1054 14.4804 10 14.7347 10 14.9999C10 15.2652 10.1054 15.5195 10.2929 15.707C10.4804 15.8946 10.7348 15.9999 11 15.9999H15V24.5337C13.9021 23.5455 12.4771 22.9991 11 22.9999C9.67392 22.9999 8.40215 22.4732 7.46447 21.5355C6.52678 20.5978 6 19.326 6 17.9999C6 17.7347 5.89464 17.4804 5.70711 17.2928C5.51957 17.1053 5.26522 16.9999 5 16.9999C4.73478 16.9999 4.48043 17.1053 4.29289 17.2928C4.10536 17.4804 4 17.7347 4 17.9999C4.00199 19.8558 4.74012 21.6352 6.05245 22.9475C7.36477 24.2598 9.14409 24.998 11 24.9999C12.0609 24.9999 13.0783 25.4214 13.8284 26.1715C14.5786 26.9217 15 27.9391 15 28.9999C15 29.2652 15.1054 29.5195 15.2929 29.707C15.4804 29.8946 15.7348 29.9999 16 29.9999C16.2652 29.9999 16.5196 29.8946 16.7071 29.707C16.8946 29.5195 17 29.2652 17 28.9999C17 27.9391 17.4214 26.9217 18.1716 26.1715C18.9217 25.4214 19.9391 24.9999 21 24.9999C22.8559 24.998 24.6352 24.2598 25.9476 22.9475C27.2599 21.6352 27.998 19.8558 28 17.9999C28 17.7347 27.8946 17.4804 27.7071 17.2928C27.5196 17.1053 27.2652 16.9999 27 16.9999ZM14 6.99994C14 6.60437 14.1173 6.21769 14.3371 5.8888C14.5568 5.5599 14.8692 5.30355 15.2346 5.15218C15.6001 5.0008 16.0022 4.9612 16.3902 5.03837C16.7781 5.11554 17.1345 5.30602 17.4142 5.58572C17.6939 5.86543 17.8844 6.22179 17.9616 6.60976C18.0387 6.99772 17.9991 7.39985 17.8478 7.7653C17.6964 8.13076 17.44 8.44311 17.1111 8.66288C16.7822 8.88264 16.3956 8.99994 16 8.99994C15.4696 8.99994 14.9609 8.78922 14.5858 8.41415C14.2107 8.03908 14 7.53037 14 6.99994Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M27 16.4999C26.6022 16.4999 26.2206 16.6579 25.9393 16.9392C25.658 17.2205 25.5 17.6021 25.5 17.9999C25.5 19.1934 25.0259 20.338 24.182 21.1819C23.3381 22.0258 22.1935 22.4999 21 22.4999C19.7589 22.4992 18.5438 22.8559 17.5 23.5274V16.4999H21C21.3978 16.4999 21.7794 16.3419 22.0607 16.0606C22.342 15.7793 22.5 15.3977 22.5 14.9999C22.5 14.6021 22.342 14.2205 22.0607 13.9392C21.7794 13.6579 21.3978 13.4999 21 13.4999H17.5V11.2424C18.5008 10.8886 19.3443 10.1923 19.8814 9.27668C20.4186 8.36106 20.6147 7.28504 20.4352 6.2388C20.2557 5.19255 19.7121 4.24345 18.9005 3.55924C18.0889 2.87503 17.0615 2.49976 16 2.49976C14.9385 2.49976 13.9111 2.87503 13.0995 3.55924C12.2879 4.24345 11.7443 5.19255 11.5648 6.2388C11.3853 7.28504 11.5814 8.36106 12.1186 9.27668C12.6557 10.1923 13.4992 10.8886 14.5 11.2424V13.4999H11C10.6022 13.4999 10.2206 13.6579 9.93934 13.9392C9.65804 14.2205 9.5 14.6021 9.5 14.9999C9.5 15.3977 9.65804 15.7793 9.93934 16.0606C10.2206 16.3419 10.6022 16.4999 11 16.4999H14.5V23.5274C13.4562 22.8559 12.2411 22.4992 11 22.4999C9.80653 22.4999 8.66193 22.0258 7.81802 21.1819C6.97411 20.338 6.5 19.1934 6.5 17.9999C6.5 17.6021 6.34196 17.2205 6.06066 16.9392C5.77936 16.6579 5.39782 16.4999 5 16.4999C4.60218 16.4999 4.22064 16.6579 3.93934 16.9392C3.65804 17.2205 3.5 17.6021 3.5 17.9999C3.50232 19.9883 4.29324 21.8946 5.69926 23.3006C7.10528 24.7067 9.01159 25.4976 11 25.4999C11.9283 25.4999 12.8185 25.8686 13.4749 26.525C14.1313 27.1814 14.5 28.0716 14.5 28.9999C14.5 29.3977 14.658 29.7793 14.9393 30.0606C15.2206 30.3419 15.6022 30.4999 16 30.4999C16.3978 30.4999 16.7794 30.3419 17.0607 30.0606C17.342 29.7793 17.5 29.3977 17.5 28.9999C17.5 28.0716 17.8687 27.1814 18.5251 26.525C19.1815 25.8686 20.0717 25.4999 21 25.4999C22.9884 25.4976 24.8947 24.7067 26.3007 23.3006C27.7068 21.8946 28.4977 19.9883 28.5 17.9999C28.5 17.6021 28.342 17.2205 28.0607 16.9392C27.7794 16.6579 27.3978 16.4999 27 16.4999ZM16 5.4999C16.2967 5.4999 16.5867 5.58787 16.8334 5.75269C17.08 5.91751 17.2723 6.15178 17.3858 6.42587C17.4993 6.69996 17.5291 7.00156 17.4712 7.29253C17.4133 7.5835 17.2704 7.85078 17.0607 8.06056C16.8509 8.27034 16.5836 8.4132 16.2926 8.47108C16.0017 8.52895 15.7001 8.49925 15.426 8.38572C15.1519 8.27219 14.9176 8.07993 14.7528 7.83325C14.588 7.58658 14.5 7.29657 14.5 6.9999C14.5 6.60207 14.658 6.22054 14.9393 5.93924C15.2206 5.65793 15.6022 5.4999 16 5.4999Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M28 18.0001C27.998 19.856 27.2599 21.6353 25.9476 22.9477C24.6352 24.26 22.8559 24.9981 21 25.0001C19.9391 25.0001 18.9217 25.4215 18.1716 26.1717C17.4214 26.9218 17 27.9392 17 29.0001C17 29.2653 16.8946 29.5197 16.7071 29.7072C16.5196 29.8948 16.2652 30.0001 16 30.0001C15.7348 30.0001 15.4804 29.8948 15.2929 29.7072C15.1054 29.5197 15 29.2653 15 29.0001C15 27.9392 14.5786 26.9218 13.8284 26.1717C13.0783 25.4215 12.0609 25.0001 11 25.0001C9.14409 24.9981 7.36477 24.26 6.05245 22.9477C4.74012 21.6353 4.00199 19.856 4 18.0001C4 17.7349 4.10536 17.4805 4.29289 17.293C4.48043 17.1055 4.73478 17.0001 5 17.0001C5.26522 17.0001 5.51957 17.1055 5.70711 17.293C5.89464 17.4805 6 17.7349 6 18.0001C6 18.6567 6.12933 19.3069 6.3806 19.9135C6.63188 20.5202 7.00017 21.0713 7.46447 21.5356C8.40215 22.4733 9.67392 23.0001 11 23.0001C12.4771 22.9992 13.9021 23.5457 15 24.5339V16.0001H11C10.7348 16.0001 10.4804 15.8948 10.2929 15.7072C10.1054 15.5197 10 15.2653 10 15.0001C10 14.7349 10.1054 14.4805 10.2929 14.293C10.4804 14.1055 10.7348 14.0001 11 14.0001H15V10.3539C14.1943 10.1137 13.5021 9.59148 13.0497 8.88282C12.5974 8.17416 12.4153 7.32636 12.5367 6.49446C12.658 5.66256 13.0748 4.90214 13.7107 4.35225C14.3467 3.80237 15.1593 3.49976 16 3.49976C16.8407 3.49976 17.6533 3.80237 18.2893 4.35225C18.9252 4.90214 19.342 5.66256 19.4633 6.49446C19.5847 7.32636 19.4026 8.17416 18.9503 8.88282C18.4979 9.59148 17.8057 10.1137 17 10.3539V14.0001H21C21.2652 14.0001 21.5196 14.1055 21.7071 14.293C21.8946 14.4805 22 14.7349 22 15.0001C22 15.2653 21.8946 15.5197 21.7071 15.7072C21.5196 15.8948 21.2652 16.0001 21 16.0001H17V24.5339C18.0979 23.5457 19.5229 22.9992 21 23.0001C21.6566 23.0001 22.3068 22.8708 22.9134 22.6195C23.52 22.3682 24.0712 21.9999 24.5355 21.5356C24.9998 21.0713 25.3681 20.5202 25.6194 19.9135C25.8707 19.3069 26 18.6567 26 18.0001C26 17.7349 26.1054 17.4805 26.2929 17.293C26.4804 17.1055 26.7348 17.0001 27 17.0001C27.2652 17.0001 27.5196 17.1055 27.7071 17.293C27.8946 17.4805 28 17.7349 28 18.0001Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M19 7C19 7.59334 18.8241 8.17336 18.4944 8.66671C18.1648 9.16006 17.6962 9.54458 17.1481 9.77164C16.5999 9.9987 15.9967 10.0581 15.4147 9.94236C14.8328 9.8266 14.2982 9.54088 13.8787 9.12132C13.4591 8.70176 13.1734 8.16721 13.0576 7.58527C12.9419 7.00333 13.0013 6.40013 13.2284 5.85195C13.4554 5.30377 13.8399 4.83524 14.3333 4.50559C14.8266 4.17595 15.4067 4 16 4C16.7957 4 17.5587 4.31607 18.1213 4.87868C18.6839 5.44129 19 6.20435 19 7Z" fill="currentColor"/>
36
+ <path d="M27 16.9999C26.7348 16.9999 26.4804 17.1053 26.2929 17.2928C26.1054 17.4804 26 17.7347 26 17.9999C26 18.6565 25.8707 19.3067 25.6194 19.9134C25.3681 20.52 24.9998 21.0712 24.5355 21.5355C24.0712 21.9998 23.52 22.3681 22.9134 22.6193C22.3068 22.8706 21.6566 22.9999 21 22.9999C19.5229 22.9991 18.0979 23.5455 17 24.5337V15.9999H21C21.2652 15.9999 21.5196 15.8946 21.7071 15.707C21.8946 15.5195 22 15.2652 22 14.9999C22 14.7347 21.8946 14.4804 21.7071 14.2928C21.5196 14.1053 21.2652 13.9999 21 13.9999H17V10.8749C17.9427 10.6315 18.7642 10.0527 19.3106 9.24693C19.857 8.44115 20.0908 7.46375 19.9681 6.49794C19.8454 5.53212 19.3747 4.6442 18.6442 4.00061C17.9137 3.35703 16.9736 3.00195 16 3.00195C15.0264 3.00195 14.0863 3.35703 13.3558 4.00061C12.6253 4.6442 12.1546 5.53212 12.0319 6.49794C11.9092 7.46375 12.143 8.44115 12.6894 9.24693C13.2358 10.0527 14.0573 10.6315 15 10.8749V13.9999H11C10.7348 13.9999 10.4804 14.1053 10.2929 14.2928C10.1054 14.4804 10 14.7347 10 14.9999C10 15.2652 10.1054 15.5195 10.2929 15.707C10.4804 15.8946 10.7348 15.9999 11 15.9999H15V24.5337C13.9021 23.5455 12.4771 22.9991 11 22.9999C9.67392 22.9999 8.40215 22.4732 7.46447 21.5355C6.52678 20.5978 6 19.326 6 17.9999C6 17.7347 5.89464 17.4804 5.70711 17.2928C5.51957 17.1053 5.26522 16.9999 5 16.9999C4.73478 16.9999 4.48043 17.1053 4.29289 17.2928C4.10536 17.4804 4 17.7347 4 17.9999C4.00199 19.8558 4.74012 21.6352 6.05245 22.9475C7.36477 24.2598 9.14409 24.998 11 24.9999C12.0609 24.9999 13.0783 25.4214 13.8284 26.1715C14.5786 26.9217 15 27.9391 15 28.9999C15 29.2652 15.1054 29.5195 15.2929 29.707C15.4804 29.8946 15.7348 29.9999 16 29.9999C16.2652 29.9999 16.5196 29.8946 16.7071 29.707C16.8946 29.5195 17 29.2652 17 28.9999C17 27.9391 17.4214 26.9217 18.1716 26.1715C18.9217 25.4214 19.9391 24.9999 21 24.9999C22.8559 24.998 24.6352 24.2598 25.9476 22.9475C27.2599 21.6352 27.998 19.8558 28 17.9999C28 17.7347 27.8946 17.4804 27.7071 17.2928C27.5196 17.1053 27.2652 16.9999 27 16.9999ZM14 6.99994C14 6.60437 14.1173 6.21769 14.3371 5.8888C14.5568 5.5599 14.8692 5.30355 15.2346 5.15218C15.6001 5.0008 16.0022 4.9612 16.3902 5.03837C16.7781 5.11554 17.1345 5.30602 17.4142 5.58572C17.6939 5.86543 17.8844 6.22179 17.9616 6.60976C18.0387 6.99772 17.9991 7.39985 17.8478 7.7653C17.6964 8.13076 17.44 8.44311 17.1111 8.66288C16.7822 8.88264 16.3956 8.99994 16 8.99994C15.4696 8.99994 14.9609 8.78922 14.5858 8.41415C14.2107 8.03908 14 7.53037 14 6.99994Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M27 17.25C26.8011 17.25 26.6103 17.329 26.4697 17.4696C26.329 17.6103 26.25 17.8011 26.25 18C26.25 19.3924 25.6969 20.7277 24.7123 21.7123C23.7277 22.6968 22.3924 23.25 21 23.25C20.1992 23.2499 19.4073 23.4176 18.6753 23.7423C17.9433 24.0669 17.2875 24.5414 16.75 25.135V15.75H21C21.1989 15.75 21.3897 15.6709 21.5303 15.5303C21.671 15.3896 21.75 15.1989 21.75 15C21.75 14.8011 21.671 14.6103 21.5303 14.4696C21.3897 14.329 21.1989 14.25 21 14.25H16.75V10.675C17.6605 10.4891 18.4696 9.97178 19.0204 9.22327C19.5712 8.47477 19.8244 7.54843 19.731 6.62382C19.6376 5.69922 19.2042 4.84224 18.5149 4.21901C17.8255 3.59579 16.9293 3.25073 16 3.25073C15.0707 3.25073 14.1745 3.59579 13.4851 4.21901C12.7958 4.84224 12.3624 5.69922 12.269 6.62382C12.1756 7.54843 12.4288 8.47477 12.9796 9.22327C13.5304 9.97178 14.3395 10.4891 15.25 10.675V14.25H11C10.8011 14.25 10.6103 14.329 10.4697 14.4696C10.329 14.6103 10.25 14.8011 10.25 15C10.25 15.1989 10.329 15.3896 10.4697 15.5303C10.6103 15.6709 10.8011 15.75 11 15.75H15.25V25.135C14.7125 24.5414 14.0567 24.0669 13.3247 23.7423C12.5927 23.4176 11.8008 23.2499 11 23.25C9.60761 23.25 8.27225 22.6968 7.28769 21.7123C6.30312 20.7277 5.75 19.3924 5.75 18C5.75 17.8011 5.67098 17.6103 5.53033 17.4696C5.38968 17.329 5.19891 17.25 5 17.25C4.80109 17.25 4.61032 17.329 4.46967 17.4696C4.32902 17.6103 4.25 17.8011 4.25 18C4.25199 19.7896 4.96378 21.5053 6.22922 22.7707C7.49466 24.0362 9.2104 24.748 11 24.75C12.1272 24.75 13.2082 25.1977 14.0052 25.9948C14.8022 26.7918 15.25 27.8728 15.25 29C15.25 29.1989 15.329 29.3896 15.4697 29.5303C15.6103 29.6709 15.8011 29.75 16 29.75C16.1989 29.75 16.3897 29.6709 16.5303 29.5303C16.671 29.3896 16.75 29.1989 16.75 29C16.75 27.8728 17.1978 26.7918 17.9948 25.9948C18.7918 25.1977 19.8728 24.75 21 24.75C22.7896 24.748 24.5053 24.0362 25.7708 22.7707C27.0362 21.5053 27.748 19.7896 27.75 18C27.75 17.8011 27.671 17.6103 27.5303 17.4696C27.3897 17.329 27.1989 17.25 27 17.25ZM13.75 6.99997C13.75 6.55496 13.882 6.11994 14.1292 5.74993C14.3764 5.37992 14.7278 5.09154 15.139 4.92124C15.5501 4.75094 16.0025 4.70638 16.439 4.7932C16.8754 4.88002 17.2763 5.09431 17.591 5.40898C17.9057 5.72365 18.1199 6.12456 18.2068 6.56101C18.2936 6.99747 18.249 7.44987 18.0787 7.861C17.9084 8.27214 17.62 8.62354 17.25 8.87077C16.88 9.11801 16.445 9.24997 16 9.24997C15.4033 9.24997 14.831 9.01291 14.409 8.59096C13.9871 8.169 13.75 7.5967 13.75 6.99997Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Anchor;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const AnchorSimple = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M28 14.5001H25C24.8674 14.5001 24.7402 14.5528 24.6464 14.6466C24.5527 14.7403 24.5 14.8675 24.5 15.0001C24.5 15.1327 24.5527 15.2599 24.6464 15.3537C24.7402 15.4474 24.8674 15.5001 25 15.5001H27.4888C27.3599 18.3731 26.1608 21.0939 24.1273 23.1274C22.0938 25.1609 19.373 26.36 16.5 26.4889V11.4639C17.3758 11.3374 18.1712 10.884 18.7261 10.1948C19.2811 9.50555 19.5544 8.63171 19.491 7.74911C19.4276 6.86651 19.0323 6.04068 18.3846 5.4378C17.7369 4.83492 16.8849 4.49976 16 4.49976C15.1151 4.49976 14.2631 4.83492 13.6154 5.4378C12.9677 6.04068 12.5724 6.86651 12.509 7.74911C12.4456 8.63171 12.7189 9.50555 13.2739 10.1948C13.8288 10.884 14.6242 11.3374 15.5 11.4639V26.4889C12.627 26.36 9.90625 25.1609 7.87272 23.1274C5.83919 21.0939 4.64009 18.3731 4.51125 15.5001H7C7.13261 15.5001 7.25979 15.4474 7.35355 15.3537C7.44732 15.2599 7.5 15.1327 7.5 15.0001C7.5 14.8675 7.44732 14.7403 7.35355 14.6466C7.25979 14.5528 7.13261 14.5001 7 14.5001H4C3.86739 14.5001 3.74021 14.5528 3.64645 14.6466C3.55268 14.7403 3.5 14.8675 3.5 15.0001C3.5 18.3153 4.81696 21.4947 7.16117 23.8389C9.50537 26.1831 12.6848 27.5001 16 27.5001C19.3152 27.5001 22.4946 26.1831 24.8388 23.8389C27.183 21.4947 28.5 18.3153 28.5 15.0001C28.5 14.8675 28.4473 14.7403 28.3536 14.6466C28.2598 14.5528 28.1326 14.5001 28 14.5001ZM13.5 8.00011C13.5 7.50565 13.6466 7.0223 13.9213 6.61118C14.196 6.20006 14.5865 5.87963 15.0433 5.69041C15.5001 5.50119 16.0028 5.45168 16.4877 5.54814C16.9727 5.64461 17.4181 5.88271 17.7678 6.23234C18.1174 6.58197 18.3555 7.02743 18.452 7.51238C18.5484 7.99733 18.4989 8.5 18.3097 8.95682C18.1205 9.41363 17.8 9.80408 17.3889 10.0788C16.9778 10.3535 16.4945 10.5001 16 10.5001C15.337 10.5001 14.7011 10.2367 14.2322 9.76787C13.7634 9.29903 13.5 8.66315 13.5 8.00011Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M28 13.9999H25C24.7348 13.9999 24.4804 14.1053 24.2929 14.2928C24.1054 14.4804 24 14.7347 24 14.9999C24 15.2652 24.1054 15.5195 24.2929 15.707C24.4804 15.8946 24.7348 15.9999 25 15.9999H26.955C26.7175 18.5598 25.5923 20.9561 23.7743 22.7739C21.9563 24.5916 19.5599 25.7165 17 25.9537V11.8749C17.9427 11.6315 18.7642 11.0527 19.3106 10.2469C19.857 9.44115 20.0908 8.46375 19.9681 7.49794C19.8454 6.53212 19.3747 5.6442 18.6442 5.00061C17.9137 4.35703 16.9736 4.00195 16 4.00195C15.0264 4.00195 14.0863 4.35703 13.3558 5.00061C12.6253 5.6442 12.1546 6.53212 12.0319 7.49794C11.9092 8.46375 12.143 9.44115 12.6894 10.2469C13.2358 11.0527 14.0573 11.6315 15 11.8749V25.9537C12.4401 25.7165 10.0437 24.5916 8.22568 22.7739C6.40768 20.9561 5.28252 18.5598 5.045 15.9999H7C7.26522 15.9999 7.51957 15.8946 7.70711 15.707C7.89464 15.5195 8 15.2652 8 14.9999C8 14.7347 7.89464 14.4804 7.70711 14.2928C7.51957 14.1053 7.26522 13.9999 7 13.9999H4C3.73478 13.9999 3.48043 14.1053 3.29289 14.2928C3.10536 14.4804 3 14.7347 3 14.9999C3 18.4478 4.36964 21.7544 6.80761 24.1923C9.24558 26.6303 12.5522 27.9999 16 27.9999C19.4478 27.9999 22.7544 26.6303 25.1924 24.1923C27.6304 21.7544 29 18.4478 29 14.9999C29 14.7347 28.8946 14.4804 28.7071 14.2928C28.5196 14.1053 28.2652 13.9999 28 13.9999ZM14 7.99994C14 7.60437 14.1173 7.21769 14.3371 6.8888C14.5568 6.5599 14.8692 6.30355 15.2346 6.15218C15.6001 6.0008 16.0022 5.9612 16.3902 6.03837C16.7781 6.11554 17.1345 6.30602 17.4142 6.58572C17.6939 6.86543 17.8844 7.22179 17.9616 7.60976C18.0387 7.99772 17.9991 8.39985 17.8478 8.7653C17.6964 9.13076 17.44 9.44311 17.1111 9.66288C16.7822 9.88264 16.3956 9.99994 16 9.99994C15.4696 9.99994 14.9609 9.78922 14.5858 9.41415C14.2107 9.03908 14 8.53037 14 7.99994Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M28 13.4999H25C24.6022 13.4999 24.2206 13.6579 23.9393 13.9392C23.658 14.2205 23.5 14.6021 23.5 14.9999C23.5 15.3977 23.658 15.7793 23.9393 16.0606C24.2206 16.3419 24.6022 16.4999 25 16.4999H26.3937C26.0659 18.7419 25.0233 20.8183 23.4209 22.4204C21.8186 24.0225 19.7421 25.0648 17.5 25.3924V12.2424C18.5008 11.8886 19.3443 11.1923 19.8814 10.2767C20.4186 9.36106 20.6147 8.28504 20.4352 7.2388C20.2557 6.19255 19.7121 5.24345 18.9005 4.55924C18.0889 3.87503 17.0615 3.49976 16 3.49976C14.9385 3.49976 13.9111 3.87503 13.0995 4.55924C12.2879 5.24345 11.7443 6.19255 11.5648 7.2388C11.3853 8.28504 11.5814 9.36106 12.1186 10.2767C12.6557 11.1923 13.4992 11.8886 14.5 12.2424V25.3924C12.2579 25.0648 10.1814 24.0225 8.57905 22.4204C6.97672 20.8183 5.93413 18.7419 5.60625 16.4999H7C7.39782 16.4999 7.77936 16.3419 8.06066 16.0606C8.34196 15.7793 8.5 15.3977 8.5 14.9999C8.5 14.6021 8.34196 14.2205 8.06066 13.9392C7.77936 13.6579 7.39782 13.4999 7 13.4999H4C3.60218 13.4999 3.22064 13.6579 2.93934 13.9392C2.65804 14.2205 2.5 14.6021 2.5 14.9999C2.5 18.5803 3.92232 22.0141 6.45406 24.5458C8.9858 27.0776 12.4196 28.4999 16 28.4999C19.5804 28.4999 23.0142 27.0776 25.5459 24.5458C28.0777 22.0141 29.5 18.5803 29.5 14.9999C29.5 14.6021 29.342 14.2205 29.0607 13.9392C28.7794 13.6579 28.3978 13.4999 28 13.4999ZM16 6.4999C16.2967 6.4999 16.5867 6.58787 16.8334 6.75269C17.08 6.91751 17.2723 7.15178 17.3858 7.42587C17.4993 7.69996 17.5291 8.00156 17.4712 8.29253C17.4133 8.5835 17.2704 8.85078 17.0607 9.06056C16.8509 9.27034 16.5836 9.4132 16.2926 9.47108C16.0017 9.52895 15.7001 9.49925 15.426 9.38572C15.1519 9.27219 14.9176 9.07993 14.7528 8.83325C14.588 8.58658 14.5 8.29657 14.5 7.9999C14.5 7.60207 14.658 7.22054 14.9393 6.93924C15.2206 6.65793 15.6022 6.4999 16 6.4999Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M29 15.0001C29 18.4479 27.6304 21.7545 25.1924 24.1925C22.7544 26.6305 19.4478 28.0001 16 28.0001C12.5522 28.0001 9.24558 26.6305 6.80761 24.1925C4.36964 21.7545 3 18.4479 3 15.0001C3 14.7349 3.10536 14.4805 3.29289 14.293C3.48043 14.1055 3.73478 14.0001 4 14.0001H7C7.26522 14.0001 7.51957 14.1055 7.70711 14.293C7.89464 14.4805 8 14.7349 8 15.0001C8 15.2653 7.89464 15.5197 7.70711 15.7072C7.51957 15.8948 7.26522 16.0001 7 16.0001H5.045C5.28252 18.56 6.40768 20.9563 8.22568 22.774C10.0437 24.5918 12.4401 25.7167 15 25.9539V11.3539C14.1943 11.1137 13.5021 10.5915 13.0497 9.88282C12.5974 9.17416 12.4153 8.32636 12.5367 7.49446C12.658 6.66256 13.0748 5.90214 13.7107 5.35225C14.3467 4.80237 15.1593 4.49976 16 4.49976C16.8407 4.49976 17.6533 4.80237 18.2893 5.35225C18.9252 5.90214 19.342 6.66256 19.4633 7.49446C19.5847 8.32636 19.4026 9.17416 18.9503 9.88282C18.4979 10.5915 17.8057 11.1137 17 11.3539V25.9539C19.5599 25.7167 21.9563 24.5918 23.7743 22.774C25.5923 20.9563 26.7175 18.56 26.955 16.0001H25C24.7348 16.0001 24.4804 15.8948 24.2929 15.7072C24.1054 15.5197 24 15.2653 24 15.0001C24 14.7349 24.1054 14.4805 24.2929 14.293C24.4804 14.1055 24.7348 14.0001 25 14.0001H28C28.2652 14.0001 28.5196 14.1055 28.7071 14.293C28.8946 14.4805 29 14.7349 29 15.0001Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M19 8C19 8.59334 18.8241 9.17336 18.4944 9.66671C18.1648 10.1601 17.6962 10.5446 17.1481 10.7716C16.5999 10.9987 15.9967 11.0581 15.4147 10.9424C14.8328 10.8266 14.2982 10.5409 13.8787 10.1213C13.4591 9.70176 13.1734 9.16721 13.0576 8.58527C12.9419 8.00333 13.0013 7.40013 13.2284 6.85195C13.4554 6.30377 13.8399 5.83524 14.3333 5.50559C14.8266 5.17595 15.4067 5 16 5C16.7957 5 17.5587 5.31607 18.1213 5.87868C18.6839 6.44129 19 7.20435 19 8Z" fill="currentColor"/>
36
+ <path d="M28 13.9999H25C24.7348 13.9999 24.4804 14.1053 24.2929 14.2928C24.1054 14.4804 24 14.7347 24 14.9999C24 15.2652 24.1054 15.5195 24.2929 15.707C24.4804 15.8946 24.7348 15.9999 25 15.9999H26.955C26.7175 18.5598 25.5923 20.9561 23.7743 22.7739C21.9563 24.5916 19.5599 25.7165 17 25.9537V11.8749C17.9427 11.6315 18.7642 11.0527 19.3106 10.2469C19.857 9.44115 20.0908 8.46375 19.9681 7.49794C19.8454 6.53212 19.3747 5.6442 18.6442 5.00061C17.9137 4.35703 16.9736 4.00195 16 4.00195C15.0264 4.00195 14.0863 4.35703 13.3558 5.00061C12.6253 5.6442 12.1546 6.53212 12.0319 7.49794C11.9092 8.46375 12.143 9.44115 12.6894 10.2469C13.2358 11.0527 14.0573 11.6315 15 11.8749V25.9537C12.4401 25.7165 10.0437 24.5916 8.22568 22.7739C6.40768 20.9561 5.28252 18.5598 5.045 15.9999H7C7.26522 15.9999 7.51957 15.8946 7.70711 15.707C7.89464 15.5195 8 15.2652 8 14.9999C8 14.7347 7.89464 14.4804 7.70711 14.2928C7.51957 14.1053 7.26522 13.9999 7 13.9999H4C3.73478 13.9999 3.48043 14.1053 3.29289 14.2928C3.10536 14.4804 3 14.7347 3 14.9999C3 18.4478 4.36964 21.7544 6.80761 24.1923C9.24558 26.6303 12.5522 27.9999 16 27.9999C19.4478 27.9999 22.7544 26.6303 25.1924 24.1923C27.6304 21.7544 29 18.4478 29 14.9999C29 14.7347 28.8946 14.4804 28.7071 14.2928C28.5196 14.1053 28.2652 13.9999 28 13.9999ZM14 7.99994C14 7.60437 14.1173 7.21769 14.3371 6.8888C14.5568 6.5599 14.8692 6.30355 15.2346 6.15218C15.6001 6.0008 16.0022 5.9612 16.3902 6.03837C16.7781 6.11554 17.1345 6.30602 17.4142 6.58572C17.6939 6.86543 17.8844 7.22179 17.9616 7.60976C18.0387 7.99772 17.9991 8.39985 17.8478 8.7653C17.6964 9.13076 17.44 9.44311 17.1111 9.66288C16.7822 9.88264 16.3956 9.99994 16 9.99994C15.4696 9.99994 14.9609 9.78922 14.5858 9.41415C14.2107 9.03908 14 8.53037 14 7.99994Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M28 14.25H25C24.8011 14.25 24.6103 14.329 24.4697 14.4696C24.329 14.6103 24.25 14.8011 24.25 15C24.25 15.1989 24.329 15.3896 24.4697 15.5303C24.6103 15.6709 24.8011 15.75 25 15.75H27.225C27.0394 18.4667 25.8762 21.0243 23.9504 22.9496C22.0247 24.8749 19.4668 26.0375 16.75 26.2225V11.675C17.6605 11.4891 18.4696 10.9718 19.0204 10.2233C19.5712 9.47477 19.8244 8.54843 19.731 7.62382C19.6376 6.69922 19.2042 5.84224 18.5149 5.21901C17.8255 4.59579 16.9293 4.25073 16 4.25073C15.0707 4.25073 14.1745 4.59579 13.4851 5.21901C12.7958 5.84224 12.3624 6.69922 12.269 7.62382C12.1756 8.54843 12.4288 9.47477 12.9796 10.2233C13.5304 10.9718 14.3395 11.4891 15.25 11.675V26.2225C12.5332 26.0375 9.97531 24.8749 8.04957 22.9496C6.12383 21.0243 4.96057 18.4667 4.775 15.75H7C7.19891 15.75 7.38968 15.6709 7.53033 15.5303C7.67098 15.3896 7.75 15.1989 7.75 15C7.75 14.8011 7.67098 14.6103 7.53033 14.4696C7.38968 14.329 7.19891 14.25 7 14.25H4C3.80109 14.25 3.61032 14.329 3.46967 14.4696C3.32902 14.6103 3.25 14.8011 3.25 15C3.25 18.3815 4.5933 21.6245 6.98439 24.0156C9.37548 26.4067 12.6185 27.75 16 27.75C19.3815 27.75 22.6245 26.4067 25.0156 24.0156C27.4067 21.6245 28.75 18.3815 28.75 15C28.75 14.8011 28.671 14.6103 28.5303 14.4696C28.3897 14.329 28.1989 14.25 28 14.25ZM13.75 7.99997C13.75 7.55496 13.882 7.11994 14.1292 6.74993C14.3764 6.37992 14.7278 6.09154 15.139 5.92124C15.5501 5.75094 16.0025 5.70638 16.439 5.7932C16.8754 5.88002 17.2763 6.09431 17.591 6.40898C17.9057 6.72365 18.1199 7.12456 18.2068 7.56101C18.2936 7.99747 18.249 8.44987 18.0787 8.861C17.9084 9.27214 17.62 9.62354 17.25 9.87077C16.88 10.118 16.445 10.25 16 10.25C15.4033 10.25 14.831 10.0129 14.409 9.59096C13.9871 9.169 13.75 8.5967 13.75 7.99997Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default AnchorSimple;