@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 Barricade = ({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 8.5H4C3.60218 8.5 3.22064 8.65804 2.93934 8.93934C2.65804 9.22064 2.5 9.60218 2.5 10V19C2.5 19.3978 2.65804 19.7794 2.93934 20.0607C3.22064 20.342 3.60218 20.5 4 20.5H7.5V25C7.5 25.1326 7.55268 25.2598 7.64645 25.3536C7.74021 25.4473 7.86739 25.5 8 25.5C8.13261 25.5 8.25979 25.4473 8.35355 25.3536C8.44732 25.2598 8.5 25.1326 8.5 25V20.5H23.5V25C23.5 25.1326 23.5527 25.2598 23.6464 25.3536C23.7402 25.4473 23.8674 25.5 24 25.5C24.1326 25.5 24.2598 25.4473 24.3536 25.3536C24.4473 25.2598 24.5 25.1326 24.5 25V20.5H28C28.3978 20.5 28.7794 20.342 29.0607 20.0607C29.342 19.7794 29.5 19.3978 29.5 19V10C29.5 9.60218 29.342 9.22064 29.0607 8.93934C28.7794 8.65804 28.3978 8.5 28 8.5ZM28.5 10V17.2925L20.7075 9.5H28C28.1326 9.5 28.2598 9.55268 28.3536 9.64645C28.4473 9.74021 28.5 9.86739 28.5 10ZM4 9.5H10.2925L20.2925 19.5H12.7075L3.5 10.2925V10C3.5 9.86739 3.55268 9.74021 3.64645 9.64645C3.74021 9.55268 3.86739 9.5 4 9.5ZM3.5 19V11.7075L11.2925 19.5H4C3.86739 19.5 3.74021 19.4473 3.64645 19.3536C3.55268 19.2598 3.5 19.1326 3.5 19ZM28 19.5H21.7075L11.7075 9.5H19.2925L28.5 18.7075V19C28.5 19.1326 28.4473 19.2598 28.3536 19.3536C28.2598 19.4473 28.1326 19.5 28 19.5Z" 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 8H4C3.46957 8 2.96086 8.21071 2.58579 8.58579C2.21071 8.96086 2 9.46957 2 10V19C2 19.5304 2.21071 20.0391 2.58579 20.4142C2.96086 20.7893 3.46957 21 4 21H7V25C7 25.2652 7.10536 25.5196 7.29289 25.7071C7.48043 25.8946 7.73478 26 8 26C8.26522 26 8.51957 25.8946 8.70711 25.7071C8.89464 25.5196 9 25.2652 9 25V21H23V25C23 25.2652 23.1054 25.5196 23.2929 25.7071C23.4804 25.8946 23.7348 26 24 26C24.2652 26 24.5196 25.8946 24.7071 25.7071C24.8946 25.5196 25 25.2652 25 25V21H28C28.5304 21 29.0391 20.7893 29.4142 20.4142C29.7893 20.0391 30 19.5304 30 19V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM28 16.0863L21.9137 10H28V16.0863ZM10.0863 10L19.0863 19H12.9137L4 10.0863V10H10.0863ZM4 12.9137L10.0863 19H4V12.9137ZM28 19H21.9137L12.9137 10H19.0863L28 18.915V19Z" 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 7.5H4C3.33696 7.5 2.70107 7.76339 2.23223 8.23223C1.76339 8.70107 1.5 9.33696 1.5 10V19C1.5 19.663 1.76339 20.2989 2.23223 20.7678C2.70107 21.2366 3.33696 21.5 4 21.5H6.5V25C6.5 25.3978 6.65804 25.7794 6.93934 26.0607C7.22064 26.342 7.60218 26.5 8 26.5C8.39782 26.5 8.77936 26.342 9.06066 26.0607C9.34196 25.7794 9.5 25.3978 9.5 25V21.5H22.5V25C22.5 25.3978 22.658 25.7794 22.9393 26.0607C23.2206 26.342 23.6022 26.5 24 26.5C24.3978 26.5 24.7794 26.342 25.0607 26.0607C25.342 25.7794 25.5 25.3978 25.5 25V21.5H28C28.663 21.5 29.2989 21.2366 29.7678 20.7678C30.2366 20.2989 30.5 19.663 30.5 19V10C30.5 9.33696 30.2366 8.70107 29.7678 8.23223C29.2989 7.76339 28.663 7.5 28 7.5ZM27.5 14.875L23.125 10.5H27.5V14.875ZM22.125 18.5L14.125 10.5H18.875L26.875 18.5H22.125ZM13.125 18.5L5.125 10.5H9.875L17.875 18.5H13.125ZM4.5 14.125L8.875 18.5H4.5V14.125Z" 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 8H4C3.46957 8 2.96086 8.21071 2.58579 8.58579C2.21071 8.96086 2 9.46957 2 10V19C2 19.5304 2.21071 20.0391 2.58579 20.4142C2.96086 20.7893 3.46957 21 4 21H7V25C7 25.2652 7.10536 25.5196 7.29289 25.7071C7.48043 25.8946 7.73478 26 8 26C8.26522 26 8.51957 25.8946 8.70711 25.7071C8.89464 25.5196 9 25.2652 9 25V21H23V25C23 25.2652 23.1054 25.5196 23.2929 25.7071C23.4804 25.8946 23.7348 26 24 26C24.2652 26 24.5196 25.8946 24.7071 25.7071C24.8946 25.5196 25 25.2652 25 25V21H28C28.5304 21 29.0391 20.7893 29.4142 20.4142C29.7893 20.0391 30 19.5304 30 19V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM4 11.5L11.5 19H4V11.5ZM28 19H20.5L11.5 10H20.5L28 17.5V19Z" 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 10V18.5L19.5 9H28C28.2652 9 28.5196 9.10536 28.7071 9.29289C28.8946 9.48043 29 9.73478 29 10ZM4 9C3.73478 9 3.48043 9.10536 3.29289 9.29289C3.10536 9.48043 3 9.73478 3 10V10.5L12.5 20H21.5L10.5 9H4Z" fill="currentColor"/>
36
+ <path d="M28 8H4C3.46957 8 2.96086 8.21071 2.58579 8.58579C2.21071 8.96086 2 9.46957 2 10V19C2 19.5304 2.21071 20.0391 2.58579 20.4142C2.96086 20.7893 3.46957 21 4 21H7V25C7 25.2652 7.10536 25.5196 7.29289 25.7071C7.48043 25.8946 7.73478 26 8 26C8.26522 26 8.51957 25.8946 8.70711 25.7071C8.89464 25.5196 9 25.2652 9 25V21H23V25C23 25.2652 23.1054 25.5196 23.2929 25.7071C23.4804 25.8946 23.7348 26 24 26C24.2652 26 24.5196 25.8946 24.7071 25.7071C24.8946 25.5196 25 25.2652 25 25V21H28C28.5304 21 29.0391 20.7893 29.4142 20.4142C29.7893 20.0391 30 19.5304 30 19V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM28 16.0863L21.9137 10H28V16.0863ZM10.0863 10L19.0863 19H12.9137L4 10.0863V10H10.0863ZM4 12.9137L10.0863 19H4V12.9137ZM28 19H21.9137L12.9137 10H19.0863L28 18.915V19Z" 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 8.25H4C3.53587 8.25 3.09075 8.43437 2.76256 8.76256C2.43437 9.09075 2.25 9.53587 2.25 10V19C2.25 19.4641 2.43437 19.9092 2.76256 20.2374C3.09075 20.5656 3.53587 20.75 4 20.75H7.25V25C7.25 25.1989 7.32902 25.3897 7.46967 25.5303C7.61032 25.671 7.80109 25.75 8 25.75C8.19891 25.75 8.38968 25.671 8.53033 25.5303C8.67098 25.3897 8.75 25.1989 8.75 25V20.75H23.25V25C23.25 25.1989 23.329 25.3897 23.4697 25.5303C23.6103 25.671 23.8011 25.75 24 25.75C24.1989 25.75 24.3897 25.671 24.5303 25.5303C24.671 25.3897 24.75 25.1989 24.75 25V20.75H28C28.4641 20.75 28.9092 20.5656 29.2374 20.2374C29.5656 19.9092 29.75 19.4641 29.75 19V10C29.75 9.53587 29.5656 9.09075 29.2374 8.76256C28.9092 8.43437 28.4641 8.25 28 8.25ZM28.25 10V16.69L21.31 9.75H28C28.0663 9.75 28.1299 9.77634 28.1768 9.82322C28.2237 9.87011 28.25 9.9337 28.25 10ZM4 9.75H10.19L19.69 19.25H12.815L3.75 10.19V10C3.75 9.9337 3.77634 9.87011 3.82322 9.82322C3.87011 9.77634 3.9337 9.75 4 9.75ZM3.75 19V12.31L10.69 19.25H4C3.9337 19.25 3.87011 19.2237 3.82322 19.1768C3.77634 19.1299 3.75 19.0663 3.75 19ZM28 19.25H21.81L12.31 9.75H19.185L28.25 18.81V19C28.25 19.0663 28.2237 19.1299 28.1768 19.1768C28.1299 19.2237 28.0663 19.25 28 19.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Barricade;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Bicycle = ({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="M25.9991 14.5C25.1945 14.4992 24.3997 14.6764 23.6716 15.0188L19.8741 8.5H23.9991C24.3969 8.5 24.7784 8.65804 25.0597 8.93934C25.341 9.22064 25.4991 9.60218 25.4991 10C25.4991 10.1326 25.5517 10.2598 25.6455 10.3536C25.7393 10.4473 25.8665 10.5 25.9991 10.5C26.1317 10.5 26.2589 10.4473 26.3526 10.3536C26.4464 10.2598 26.4991 10.1326 26.4991 10C26.4991 9.33696 26.2357 8.70107 25.7668 8.23223C25.298 7.76339 24.6621 7.5 23.9991 7.5H18.9991C18.9113 7.50009 18.8252 7.52326 18.7492 7.56718C18.6733 7.6111 18.6103 7.67423 18.5664 7.75022C18.5226 7.82622 18.4996 7.9124 18.4996 8.00013C18.4996 8.08785 18.5227 8.17403 18.5666 8.25L20.4616 11.5H12.1241L9.93157 7.75C9.88772 7.67407 9.82469 7.61099 9.74877 7.56712C9.67286 7.52324 9.58675 7.50009 9.49907 7.5H5.99906C5.86646 7.5 5.73928 7.55268 5.64551 7.64645C5.55174 7.74021 5.49906 7.86739 5.49906 8C5.49906 8.13261 5.55174 8.25979 5.64551 8.35355C5.73928 8.44732 5.86646 8.5 5.99906 8.5H9.21157L11.2353 11.97L8.82032 15.2812C7.60454 14.543 6.15094 14.302 4.76195 14.6083C3.37297 14.9146 2.15557 15.7447 1.36307 16.9258C0.570574 18.1069 0.264 19.5481 0.507142 20.9495C0.750283 22.351 1.52442 23.6047 2.66846 24.4498C3.81251 25.2949 5.23837 25.6664 6.64936 25.4869C8.06035 25.3075 9.34781 24.5909 10.2438 23.4862C11.1399 22.3816 11.5755 20.974 11.4601 19.5563C11.3446 18.1387 10.687 16.8201 9.62407 15.875L11.7853 12.9125L16.0666 20.25C16.1104 20.3259 16.1734 20.389 16.2494 20.4329C16.3253 20.4768 16.4114 20.4999 16.4991 20.5C16.5868 20.4992 16.6729 20.476 16.7491 20.4325C16.8059 20.3994 16.8557 20.3554 16.8956 20.3031C16.9354 20.2507 16.9645 20.191 16.9813 20.1274C16.998 20.0637 17.002 19.9974 16.993 19.9322C16.9841 19.867 16.9623 19.8043 16.9291 19.7475L12.7003 12.4975H21.0428L22.8066 15.5212C21.7384 16.2826 20.9775 17.4006 20.6612 18.6736C20.3449 19.9466 20.4939 21.2907 21.0814 22.4635C21.669 23.6363 22.6563 24.5604 23.8653 25.0693C25.0742 25.5781 26.4253 25.6382 27.6746 25.2385C28.924 24.8388 29.9893 24.0058 30.6785 22.8898C31.3677 21.7737 31.6353 20.4481 31.4331 19.1521C31.2309 17.8561 30.5721 16.675 29.5757 15.8219C28.5793 14.9689 27.3108 14.5 25.9991 14.5ZM10.4991 20C10.4996 20.9897 10.1738 21.952 9.57216 22.7379C8.97052 23.5237 8.12658 24.0893 7.17102 24.3471C6.21545 24.6048 5.20157 24.5404 4.28634 24.1637C3.37111 23.787 2.60559 23.1191 2.10832 22.2633C1.61104 21.4076 1.40974 20.4118 1.53559 19.4301C1.66144 18.4485 2.10742 17.5356 2.80447 16.833C3.50152 16.1304 4.41076 15.6772 5.39141 15.5436C6.37206 15.4099 7.36942 15.6033 8.22906 16.0938L5.59531 19.705C5.51708 19.8121 5.48458 19.9459 5.50497 20.0769C5.52537 20.2079 5.59698 20.3255 5.70406 20.4037C5.81115 20.482 5.94492 20.5145 6.07596 20.4941C6.207 20.4737 6.32458 20.4021 6.40281 20.295L9.03657 16.6825C9.49757 17.1034 9.86573 17.6159 10.1176 18.1871C10.3694 18.7583 10.4993 19.3757 10.4991 20ZM25.9991 24.5C25.0534 24.4994 24.132 24.2009 23.3656 23.6469C22.5992 23.0929 22.0269 22.3115 21.7298 21.4137C21.4327 20.516 21.426 19.5474 21.7106 18.6456C21.9952 17.7438 22.5567 16.9546 23.3153 16.39L25.5653 20.2525C25.6092 20.3284 25.6722 20.3915 25.7481 20.4354C25.824 20.4793 25.9101 20.5024 25.9978 20.5025C26.0855 20.5017 26.1716 20.4785 26.2478 20.435C26.3047 20.4019 26.3545 20.3579 26.3943 20.3056C26.4342 20.2532 26.4633 20.1935 26.48 20.1299C26.4967 20.0662 26.5007 19.9999 26.4918 19.9347C26.4828 19.8695 26.4611 19.8068 26.4278 19.75L24.1778 15.8888C24.7906 15.6161 25.4565 15.4838 26.1269 15.5016C26.7974 15.5194 27.4554 15.6869 28.0528 15.9917C28.6502 16.2965 29.1719 16.731 29.5797 17.2634C29.9876 17.7959 30.2713 18.4127 30.4101 19.0689C30.5488 19.725 30.5392 20.4039 30.3818 21.0559C30.2245 21.7078 29.9233 22.3164 29.5005 22.837C29.0777 23.3576 28.5439 23.7771 27.938 24.0648C27.3322 24.3526 26.6697 24.5012 25.9991 24.5Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
14
+ <path d="M26.0324 14C25.3095 13.9997 24.5924 14.1306 23.9162 14.3862L20.7737 9H24.0324C24.2977 9 24.552 9.10536 24.7396 9.29289C24.9271 9.48043 25.0324 9.73478 25.0324 10C25.0324 10.2652 25.1378 10.5196 25.3253 10.7071C25.5129 10.8946 25.7672 11 26.0324 11C26.2977 11 26.552 10.8946 26.7396 10.7071C26.9271 10.5196 27.0324 10.2652 27.0324 10C27.0324 9.20435 26.7164 8.44129 26.1538 7.87868C25.5912 7.31607 24.8281 7 24.0324 7H19.0324C18.8571 7.0004 18.6849 7.0469 18.5332 7.13483C18.3815 7.22276 18.2556 7.34903 18.1681 7.50098C18.0806 7.65294 18.0346 7.82522 18.0347 8.00057C18.0348 8.17591 18.081 8.34815 18.1687 8.5L19.6249 11H12.4399L10.3962 7.5C10.3086 7.34831 10.1827 7.22229 10.0312 7.13454C9.87957 7.04679 9.7076 7.0004 9.53245 7H6.03245C5.76723 7 5.51288 7.10536 5.32534 7.29289C5.1378 7.48043 5.03245 7.73478 5.03245 8C5.03245 8.26522 5.1378 8.51957 5.32534 8.70711C5.51288 8.89464 5.76723 9 6.03245 9H8.9587L10.6724 11.9388L8.7087 14.6325C7.35947 13.9573 5.8058 13.8137 4.35567 14.2301C2.90553 14.6466 1.6648 15.5927 0.879419 16.8809C0.094036 18.1691 -0.178662 19.7054 0.11538 21.1852C0.409423 22.665 1.24874 23.9803 2.46696 24.8704C3.68517 25.7605 5.19335 26.1604 6.69254 25.9908C8.19172 25.8212 9.57246 25.0945 10.5611 23.9548C11.5496 22.815 12.0739 21.3455 12.03 19.8374C11.986 18.3292 11.377 16.8927 10.3237 15.8125L11.7724 13.825L15.6687 20.5C15.7296 20.6223 15.8149 20.7308 15.9193 20.8189C16.0238 20.9069 16.1451 20.9726 16.276 21.012C16.4068 21.0513 16.5443 21.0634 16.68 21.0475C16.8156 21.0317 16.9466 20.9882 17.0649 20.9198C17.1831 20.8513 17.286 20.7594 17.3674 20.6496C17.4487 20.5399 17.5067 20.4146 17.5377 20.2816C17.5688 20.1485 17.5722 20.0105 17.5479 19.8761C17.5235 19.7417 17.4719 19.6137 17.3962 19.5L13.6062 13H20.7912L22.1899 15.3962C21.107 16.3013 20.3778 17.5592 20.1306 18.9487C19.8833 20.3382 20.1337 21.7704 20.8379 22.9936C21.542 24.2167 22.6548 25.1525 23.9806 25.6363C25.3064 26.1202 26.7604 26.1212 28.0869 25.6392C29.4134 25.1572 30.5275 24.2231 31.2334 23.0009C31.9392 21.7788 32.1917 20.3469 31.9464 18.9571C31.7011 17.5672 30.9737 16.3083 29.892 15.4017C28.8104 14.4951 27.4438 13.9988 26.0324 14ZM10.0324 20C10.0327 20.8556 9.75859 21.6887 9.25043 22.3769C8.74226 23.0652 8.02679 23.5725 7.20908 23.8241C6.39137 24.0758 5.51452 24.0587 4.70727 23.7752C3.90003 23.4918 3.20493 22.957 2.72406 22.2493C2.24318 21.5417 2.00187 20.6985 2.03555 19.8436C2.06923 18.9888 2.37613 18.1672 2.91118 17.4996C3.44624 16.832 4.18125 16.3535 5.00829 16.1344C5.83533 15.9154 6.71082 15.9673 7.5062 16.2825L5.22495 19.4075C5.14189 19.5131 5.08098 19.6344 5.04585 19.7641C5.01071 19.8938 5.00208 20.0293 5.02047 20.1624C5.03886 20.2955 5.08388 20.4236 5.15286 20.5389C5.22183 20.6542 5.31334 20.7544 5.42193 20.8336C5.53051 20.9128 5.65393 20.9692 5.78482 20.9996C5.91572 21.03 6.05139 21.0338 6.18375 21.0106C6.31611 20.9873 6.44243 20.9377 6.55518 20.8646C6.66792 20.7915 6.76477 20.6964 6.83995 20.585L9.1212 17.46C9.71109 18.1749 10.0333 19.0731 10.0324 20ZM26.0324 24C25.2402 23.9994 24.4659 23.7635 23.8079 23.3223C23.1499 22.8811 22.6377 22.2544 22.3363 21.5217C22.0349 20.7891 21.9578 19.9834 22.1149 19.2068C22.272 18.4303 22.6562 17.7179 23.2187 17.16L25.1687 20.5C25.2296 20.6223 25.3149 20.7308 25.4193 20.8189C25.5238 20.9069 25.6451 20.9726 25.776 21.012C25.9068 21.0513 26.0443 21.0634 26.18 21.0475C26.3156 21.0317 26.4466 20.9882 26.5649 20.9198C26.6831 20.8513 26.786 20.7594 26.8674 20.6496C26.9487 20.5399 27.0067 20.4146 27.0377 20.2816C27.0688 20.1485 27.0722 20.0105 27.0479 19.8761C27.0235 19.7417 26.9719 19.6137 26.8962 19.5L24.9449 16.1513C25.4952 15.9955 26.0724 15.9595 26.6377 16.0457C27.203 16.132 27.7432 16.3384 28.222 16.6511C28.7007 16.9639 29.1069 17.3756 29.413 17.8586C29.7191 18.3416 29.9182 18.8846 29.9966 19.451C30.0751 20.0174 30.0312 20.5941 29.868 21.1421C29.7047 21.6902 29.4258 22.1968 29.0501 22.6279C28.6744 23.0591 28.2107 23.4046 27.6901 23.6413C27.1695 23.878 26.6043 24.0003 26.0324 24Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
21
+ <path d="M25.5414 13.5C24.9006 13.4997 24.2632 13.5945 23.6502 13.7812L21.1527 9.5H24.0414C24.174 9.5 24.3012 9.55268 24.395 9.64645C24.4888 9.74021 24.5414 9.86739 24.5414 10C24.5414 10.3978 24.6995 10.7794 24.9808 11.0607C25.2621 11.342 25.6436 11.5 26.0414 11.5C26.4393 11.5 26.8208 11.342 27.1021 11.0607C27.3834 10.7794 27.5414 10.3978 27.5414 10C27.5414 9.07174 27.1727 8.1815 26.5163 7.52513C25.8599 6.86875 24.9697 6.5 24.0414 6.5H18.5414C18.2784 6.50049 18.0201 6.57015 17.7924 6.70201C17.5648 6.83386 17.3758 7.02326 17.2445 7.25121C17.1132 7.47915 17.0441 7.73763 17.0442 8.0007C17.0443 8.26377 17.1137 8.52218 17.2452 8.75L18.2627 10.5H13.7364L11.8377 7.25C11.7063 7.02238 11.5174 6.83329 11.2899 6.70166C11.0624 6.57003 10.8043 6.50049 10.5414 6.5H6.54144C6.14362 6.5 5.76208 6.65804 5.48078 6.93934C5.19948 7.22064 5.04144 7.60218 5.04144 8C5.04144 8.39782 5.19948 8.77936 5.48078 9.06066C5.76208 9.34196 6.14362 9.5 6.54144 9.5H9.68019L11.0639 11.875L9.29144 14.1112C7.84407 13.4321 6.19765 13.3083 4.665 13.7634C3.13235 14.2185 1.82029 15.2208 0.978113 16.5797C0.135936 17.9387 -0.177664 19.5598 0.0968989 21.1348C0.371462 22.7098 1.21505 24.1291 2.46739 25.123C3.71972 26.1169 5.29352 26.6161 6.88975 26.5257C8.48598 26.4354 9.99341 25.7618 11.1256 24.633C12.2578 23.5041 12.9359 21.9987 13.031 20.4028C13.1261 18.8068 12.6316 17.2315 11.6414 15.9762L12.6877 14.655L14.7914 18.2563C14.8831 18.4396 15.0114 18.6022 15.1684 18.734C15.3254 18.8658 15.5078 18.964 15.7042 19.0226C15.9006 19.0812 16.107 19.0989 16.3105 19.0746C16.514 19.0504 16.7104 18.9846 16.8876 18.8815C17.0647 18.7784 17.2189 18.6401 17.3405 18.4751C17.4621 18.31 17.5486 18.1219 17.5946 17.9221C17.6407 17.7224 17.6453 17.5153 17.6082 17.3137C17.5711 17.1121 17.4931 16.9203 17.3789 16.75L15.4864 13.5H20.0127L21.0614 15.2975C19.9685 16.3404 19.273 17.7314 19.0944 19.2315C18.9158 20.7315 19.2652 22.247 20.0827 23.5173C20.9002 24.7877 22.1346 25.7337 23.5738 26.1927C25.0131 26.6517 26.5672 26.5951 27.9692 26.0325C29.3713 25.47 30.5336 24.4367 31.2564 23.1102C31.9792 21.7837 32.2175 20.2469 31.9302 18.7638C31.6429 17.2807 30.848 15.944 29.6821 14.9834C28.5162 14.0228 27.0521 13.4983 25.5414 13.5ZM10.0414 20C10.0416 20.7261 9.81586 21.4342 9.39563 22.0263C8.97539 22.6184 8.38143 23.0651 7.696 23.3046C7.01058 23.5441 6.26764 23.5646 5.5701 23.3631C4.87255 23.1616 4.25494 22.7481 3.80283 22.18C3.35071 21.6119 3.08646 20.9172 3.04669 20.1922C3.00693 19.4673 3.19361 18.7479 3.58088 18.1337C3.96815 17.5196 4.53683 17.041 5.20815 16.7644C5.87946 16.4879 6.62018 16.4269 7.32769 16.59L5.36519 19.0688C5.11821 19.3807 5.00527 19.778 5.05121 20.1732C5.09716 20.5685 5.29823 20.9293 5.61019 21.1763C5.92215 21.4232 6.31945 21.5362 6.71468 21.4902C7.10991 21.4443 7.47071 21.2432 7.71769 20.9312L9.68019 18.4525C9.91835 18.9336 10.042 19.4632 10.0414 20ZM25.5414 23.5C24.9048 23.4997 24.2802 23.3258 23.7351 22.9969C23.19 22.668 22.7448 22.1966 22.4477 21.6336C22.1505 21.0705 22.0126 20.4371 22.0487 19.8014C22.0848 19.1658 22.2937 18.552 22.6527 18.0263L24.2452 20.7563C24.4519 21.0859 24.7785 21.3224 25.1563 21.4158C25.534 21.5091 25.9332 21.452 26.2697 21.2565C26.6061 21.0611 26.8534 20.7425 26.9594 20.3681C27.0654 19.9937 27.0217 19.5928 26.8377 19.25L25.2439 16.52C25.3427 16.5113 25.4414 16.5063 25.5414 16.5063C26.4697 16.5063 27.3599 16.875 28.0163 17.5314C28.6727 18.1878 29.0414 19.078 29.0414 20.0063C29.0414 20.9345 28.6727 21.8247 28.0163 22.4811C27.3599 23.1375 26.4697 23.5063 25.5414 23.5063V23.5Z" 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="M6.81397 20.5888L10.2977 15.8125C11.3475 16.8901 11.9542 18.3228 11.9975 19.8266C12.0409 21.3304 11.5177 22.7956 10.5316 23.9318C9.5456 25.0681 8.1687 25.7925 6.67378 25.9614C5.17886 26.1303 3.67503 25.7315 2.46029 24.844C1.24556 23.9564 0.408573 22.6449 0.115202 21.1694C-0.178168 19.6938 0.0934855 18.1619 0.876331 16.8772C1.65918 15.5925 2.89608 14.6488 4.34193 14.233C5.78777 13.8173 7.33705 13.9598 8.68272 14.6325L5.19897 19.4112C5.11592 19.5169 5.05501 19.6382 5.01987 19.7679C4.98474 19.8976 4.97611 20.033 4.9945 20.1662C5.01288 20.2993 5.05791 20.4273 5.12688 20.5426C5.19586 20.658 5.28737 20.7582 5.39595 20.8374C5.50453 20.9165 5.62796 20.973 5.75885 21.0034C5.88974 21.0338 6.02542 21.0375 6.15778 21.0143C6.29014 20.9911 6.41646 20.9415 6.5292 20.8683C6.64195 20.7952 6.7388 20.7001 6.81397 20.5888ZM26.0065 14C25.2835 13.9997 24.5665 14.1306 23.8902 14.3862L26.8702 19.5C26.9459 19.6137 26.9976 19.7417 27.0219 19.8761C27.0462 20.0105 27.0428 20.1485 27.0117 20.2816C26.9807 20.4146 26.9227 20.5399 26.8414 20.6496C26.7601 20.7594 26.6571 20.8513 26.5389 20.9198C26.4207 20.9882 26.2897 21.0317 26.154 21.0475C26.0183 21.0634 25.8808 21.0513 25.75 21.012C25.6192 20.9726 25.4978 20.9069 25.3933 20.8189C25.2889 20.7308 25.2036 20.6223 25.1427 20.5L22.164 15.3925C21.0801 16.2966 20.3497 17.5538 20.1011 18.9431C19.8525 20.3325 20.1016 21.765 20.8047 22.9888C21.5077 24.2126 22.6197 25.1494 23.9452 25.6345C25.2706 26.1196 26.7246 26.1219 28.0515 25.641C29.3785 25.1601 30.4935 24.2268 31.2004 23.0053C31.9073 21.7837 32.161 20.3519 31.9168 18.9618C31.6726 17.5717 30.9461 16.3122 29.8651 15.4047C28.7842 14.4972 27.4179 13.9998 26.0065 14ZM20.7477 9H24.0065C24.2717 9 24.526 9.10536 24.7136 9.29289C24.9011 9.48043 25.0065 9.73478 25.0065 10C25.0065 10.2652 25.1118 10.5196 25.2994 10.7071C25.4869 10.8946 25.7413 11 26.0065 11C26.2717 11 26.526 10.8946 26.7136 10.7071C26.9011 10.5196 27.0065 10.2652 27.0065 10C27.0065 9.20435 26.6904 8.44129 26.1278 7.87868C25.5652 7.31607 24.8021 7 24.0065 7H19.0065C18.8311 7.0004 18.659 7.0469 18.5073 7.13483C18.3556 7.22276 18.2297 7.34903 18.1422 7.50098C18.0547 7.65294 18.0086 7.82522 18.0087 8.00057C18.0088 8.17591 18.055 8.34815 18.1427 8.5L19.599 11H12.414L10.3702 7.5C10.2826 7.34831 10.1568 7.22229 10.0052 7.13454C9.8536 7.04679 9.68162 7.0004 9.50647 7H6.00647C5.74126 7 5.4869 7.10536 5.29937 7.29289C5.11183 7.48043 5.00647 7.73478 5.00647 8C5.00647 8.26522 5.11183 8.51957 5.29937 8.70711C5.4869 8.89464 5.74126 9 6.00647 9H8.93272L10.6465 11.9388L8.68272 14.6325C9.28345 14.9324 9.82941 15.3313 10.2977 15.8125L11.7465 13.825L15.6427 20.5C15.7036 20.6223 15.7889 20.7308 15.8933 20.8189C15.9978 20.9069 16.1192 20.9726 16.25 21.012C16.3808 21.0513 16.5183 21.0634 16.654 21.0475C16.7897 21.0317 16.9207 20.9882 17.0389 20.9198C17.1571 20.8513 17.2601 20.7594 17.3414 20.6496C17.4227 20.5399 17.4807 20.4146 17.5117 20.2816C17.5428 20.1485 17.5462 20.0105 17.5219 19.8761C17.4976 19.7417 17.4459 19.6137 17.3702 19.5L13.5802 13H20.7652L22.164 15.3962C22.679 14.9656 23.2625 14.6242 23.8902 14.3862L20.7477 9Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
35
+ <path opacity="0.2" d="M31.0332 20C31.0332 20.9889 30.74 21.9556 30.1906 22.7779C29.6411 23.6001 28.8603 24.241 27.9466 24.6194C27.033 24.9978 26.0277 25.0969 25.0578 24.9039C24.0878 24.711 23.1969 24.2348 22.4977 23.5355C21.7984 22.8363 21.3222 21.9454 21.1293 20.9755C20.9364 20.0055 21.0354 19.0002 21.4138 18.0866C21.7922 17.173 22.4331 16.3921 23.2554 15.8427C24.0776 15.2932 25.0443 15 26.0332 15C27.3593 15 28.6311 15.5268 29.5687 16.4645C30.5064 17.4021 31.0332 18.6739 31.0332 20ZM6.03321 15C5.0443 15 4.0776 15.2932 3.25535 15.8427C2.43311 16.3921 1.79225 17.173 1.41381 18.0866C1.03537 19.0002 0.936353 20.0055 1.12928 20.9755C1.32221 21.9454 1.79841 22.8363 2.49767 23.5355C3.19693 24.2348 4.08785 24.711 5.05775 24.9039C6.02766 25.0969 7.03299 24.9978 7.94662 24.6194C8.86025 24.241 9.64115 23.6001 10.1906 22.7779C10.74 21.9556 11.0332 20.9889 11.0332 20C11.0332 18.6739 10.5064 17.4021 9.56874 16.4645C8.63106 15.5268 7.35929 15 6.03321 15Z" fill="currentColor"/>
36
+ <path d="M26.0324 14C25.3095 13.9997 24.5924 14.1306 23.9162 14.3862L20.7737 9H24.0324C24.2977 9 24.552 9.10536 24.7396 9.29289C24.9271 9.48043 25.0324 9.73478 25.0324 10C25.0324 10.2652 25.1378 10.5196 25.3253 10.7071C25.5129 10.8946 25.7672 11 26.0324 11C26.2977 11 26.552 10.8946 26.7396 10.7071C26.9271 10.5196 27.0324 10.2652 27.0324 10C27.0324 9.20435 26.7164 8.44129 26.1538 7.87868C25.5912 7.31607 24.8281 7 24.0324 7H19.0324C18.8571 7.0004 18.6849 7.0469 18.5332 7.13483C18.3815 7.22276 18.2556 7.34903 18.1681 7.50098C18.0806 7.65294 18.0346 7.82522 18.0347 8.00057C18.0348 8.17591 18.081 8.34815 18.1687 8.5L19.6249 11H12.4399L10.3962 7.5C10.3086 7.34831 10.1827 7.22229 10.0312 7.13454C9.87957 7.04679 9.7076 7.0004 9.53245 7H6.03245C5.76723 7 5.51288 7.10536 5.32534 7.29289C5.1378 7.48043 5.03245 7.73478 5.03245 8C5.03245 8.26522 5.1378 8.51957 5.32534 8.70711C5.51288 8.89464 5.76723 9 6.03245 9H8.9587L10.6724 11.9388L8.7087 14.6325C7.35947 13.9573 5.8058 13.8137 4.35567 14.2301C2.90553 14.6466 1.6648 15.5927 0.879419 16.8809C0.094036 18.1691 -0.178662 19.7054 0.11538 21.1852C0.409423 22.665 1.24874 23.9803 2.46696 24.8704C3.68517 25.7605 5.19335 26.1604 6.69254 25.9908C8.19172 25.8212 9.57246 25.0945 10.5611 23.9548C11.5496 22.815 12.0739 21.3455 12.03 19.8374C11.986 18.3292 11.377 16.8927 10.3237 15.8125L11.7724 13.825L15.6687 20.5C15.7296 20.6223 15.8149 20.7308 15.9193 20.8189C16.0238 20.9069 16.1451 20.9726 16.276 21.012C16.4068 21.0513 16.5443 21.0634 16.68 21.0475C16.8156 21.0317 16.9466 20.9882 17.0649 20.9198C17.1831 20.8513 17.286 20.7594 17.3674 20.6496C17.4487 20.5399 17.5067 20.4146 17.5377 20.2816C17.5688 20.1485 17.5722 20.0105 17.5479 19.8761C17.5235 19.7417 17.4719 19.6137 17.3962 19.5L13.6062 13H20.7912L22.1899 15.3962C21.107 16.3013 20.3778 17.5592 20.1306 18.9487C19.8833 20.3382 20.1337 21.7704 20.8379 22.9936C21.542 24.2167 22.6548 25.1525 23.9806 25.6363C25.3064 26.1202 26.7604 26.1212 28.0869 25.6392C29.4134 25.1572 30.5275 24.2231 31.2334 23.0009C31.9392 21.7788 32.1917 20.3469 31.9464 18.9571C31.7011 17.5672 30.9737 16.3083 29.892 15.4017C28.8104 14.4951 27.4438 13.9988 26.0324 14ZM10.0324 20C10.0327 20.8556 9.75859 21.6887 9.25043 22.3769C8.74226 23.0652 8.02679 23.5725 7.20908 23.8241C6.39137 24.0758 5.51452 24.0587 4.70727 23.7752C3.90003 23.4918 3.20493 22.957 2.72406 22.2493C2.24318 21.5417 2.00187 20.6985 2.03555 19.8436C2.06923 18.9888 2.37613 18.1672 2.91118 17.4996C3.44624 16.832 4.18125 16.3535 5.00829 16.1344C5.83533 15.9154 6.71082 15.9673 7.5062 16.2825L5.22495 19.4075C5.14189 19.5131 5.08098 19.6344 5.04585 19.7641C5.01071 19.8938 5.00208 20.0293 5.02047 20.1624C5.03886 20.2955 5.08388 20.4236 5.15286 20.5389C5.22183 20.6542 5.31334 20.7544 5.42193 20.8336C5.53051 20.9128 5.65393 20.9692 5.78482 20.9996C5.91572 21.03 6.05139 21.0338 6.18375 21.0106C6.31611 20.9873 6.44243 20.9377 6.55518 20.8646C6.66792 20.7915 6.76477 20.6964 6.83995 20.585L9.1212 17.46C9.71109 18.1749 10.0333 19.0731 10.0324 20ZM26.0324 24C25.2402 23.9994 24.4659 23.7635 23.8079 23.3223C23.1499 22.8811 22.6377 22.2544 22.3363 21.5217C22.0349 20.7891 21.9578 19.9834 22.1149 19.2068C22.272 18.4303 22.6562 17.7179 23.2187 17.16L25.1687 20.5C25.2296 20.6223 25.3149 20.7308 25.4193 20.8189C25.5238 20.9069 25.6451 20.9726 25.776 21.012C25.9068 21.0513 26.0443 21.0634 26.18 21.0475C26.3156 21.0317 26.4466 20.9882 26.5649 20.9198C26.6831 20.8513 26.786 20.7594 26.8674 20.6496C26.9487 20.5399 27.0067 20.4146 27.0377 20.2816C27.0688 20.1485 27.0722 20.0105 27.0479 19.8761C27.0235 19.7417 26.9719 19.6137 26.8962 19.5L24.9449 16.1513C25.4952 15.9955 26.0724 15.9595 26.6377 16.0457C27.203 16.132 27.7432 16.3384 28.222 16.6511C28.7007 16.9639 29.1069 17.3756 29.413 17.8586C29.7191 18.3416 29.9182 18.8846 29.9966 19.451C30.0751 20.0174 30.0312 20.5941 29.868 21.1421C29.7047 21.6902 29.4258 22.1968 29.0501 22.6279C28.6744 23.0591 28.2107 23.4046 27.6901 23.6413C27.1695 23.878 26.6043 24.0003 26.0324 24Z" 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="M26.0009 14.25C25.2368 14.2495 24.4803 14.4016 23.7759 14.6975L20.3071 8.75H24.0009C24.3324 8.75 24.6504 8.8817 24.8848 9.11612C25.1192 9.35054 25.2509 9.66848 25.2509 10C25.2509 10.1989 25.3299 10.3897 25.4706 10.5303C25.6112 10.671 25.802 10.75 26.0009 10.75C26.1998 10.75 26.3906 10.671 26.5312 10.5303C26.6719 10.3897 26.7509 10.1989 26.7509 10C26.7509 9.27065 26.4612 8.57118 25.9454 8.05546C25.4297 7.53973 24.7302 7.25 24.0009 7.25H19.0009C18.8694 7.25035 18.7403 7.28527 18.6266 7.35124C18.5129 7.41721 18.4185 7.51192 18.3529 7.62587C18.2873 7.73983 18.2528 7.86902 18.2529 8.0005C18.253 8.13199 18.2876 8.26113 18.3534 8.375L20.0284 11.25H12.2646L10.1484 7.625C10.0827 7.51128 9.98837 7.41679 9.87474 7.35098C9.76111 7.28518 9.6322 7.25035 9.50089 7.25H6.00089C5.80197 7.25 5.61121 7.32902 5.47056 7.46967C5.3299 7.61032 5.25089 7.80109 5.25089 8C5.25089 8.19891 5.3299 8.38968 5.47056 8.53033C5.61121 8.67098 5.80197 8.75 6.00089 8.75H9.06964L10.9446 11.955L8.75089 14.9525C7.46467 14.2465 5.95802 14.0563 4.5367 14.4205C3.11538 14.7847 1.88588 15.6761 1.09772 16.9137C0.309556 18.1512 0.0217775 19.6423 0.292787 21.0843C0.563797 22.5263 1.37329 23.8112 2.55699 24.6782C3.74069 25.5452 5.2099 25.9293 6.66647 25.7527C8.12304 25.576 9.45784 24.8518 10.4 23.727C11.3421 22.6022 11.821 21.1611 11.7394 19.6961C11.6579 18.2311 11.022 16.852 9.96089 15.8387L11.7646 13.375L15.8534 20.375C15.9191 20.4889 16.0137 20.5835 16.1276 20.6493C16.2414 20.7151 16.3706 20.7499 16.5021 20.75C16.634 20.7499 16.7635 20.7145 16.8771 20.6475C17.0488 20.5473 17.1736 20.3831 17.2242 20.1909C17.2748 19.9987 17.2471 19.7943 17.1471 19.6225L13.1384 12.7475H20.9021L22.4809 15.455C21.4047 16.289 20.6593 17.4778 20.3775 18.8099C20.0957 20.1419 20.2958 21.5308 20.942 22.7292C21.5882 23.9276 22.6387 24.8578 23.9065 25.3542C25.1744 25.8506 26.5772 25.881 27.8653 25.4401C29.1535 24.9991 30.2433 24.1153 30.9409 22.9461C31.6385 21.7769 31.8986 20.398 31.6748 19.055C31.4511 17.712 30.758 16.4919 29.719 15.612C28.68 14.7321 27.3624 14.2495 26.0009 14.25ZM10.2509 20C10.251 20.9227 9.95092 21.8204 9.39584 22.5575C8.84076 23.2945 8.06088 23.8309 7.17403 24.0856C6.28718 24.3403 5.34153 24.2995 4.47994 23.9693C3.61834 23.6391 2.88762 23.0374 2.39815 22.2552C1.90868 21.4731 1.68707 20.5528 1.76677 19.6336C1.84648 18.7143 2.22319 17.846 2.83998 17.1597C3.45678 16.4735 4.28016 16.0066 5.18572 15.8296C6.09129 15.6527 7.02986 15.7752 7.85964 16.1787L5.39464 19.5537C5.27728 19.7145 5.2286 19.9154 5.25931 20.112C5.29002 20.3087 5.3976 20.4851 5.55839 20.6025C5.71917 20.7199 5.92 20.7685 6.11668 20.7378C6.31335 20.7071 6.48978 20.5995 6.60714 20.4387L9.06964 17.0637C9.82806 17.8531 10.2514 18.9054 10.2509 20ZM26.0009 24.25C25.1326 24.2481 24.2856 23.9803 23.5741 23.4826C22.8626 22.9849 22.3205 22.2811 22.021 21.4661C21.7215 20.6511 21.6788 19.7638 21.8986 18.9238C22.1185 18.0838 22.5904 17.3313 23.2509 16.7675L25.3534 20.375C25.4191 20.4889 25.5137 20.5835 25.6276 20.6493C25.7414 20.7151 25.8706 20.7499 26.0021 20.75C26.134 20.7499 26.2635 20.7145 26.3771 20.6475C26.5488 20.5473 26.6736 20.3831 26.7242 20.1909C26.7749 19.9987 26.7471 19.7943 26.6471 19.6225L24.5396 16.0088C25.1227 15.7954 25.7454 15.7124 26.364 15.7656C26.9826 15.8188 27.582 16.0069 28.1201 16.3166C28.6582 16.6263 29.1219 17.0502 29.4785 17.5584C29.8352 18.0665 30.0763 18.6467 30.1846 19.258C30.293 19.8693 30.2662 20.497 30.106 21.0968C29.9457 21.6966 29.656 22.2541 29.2572 22.7299C28.8584 23.2058 28.3602 23.5885 27.7976 23.8511C27.235 24.1137 26.6217 24.2499 26.0009 24.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Bicycle;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Boat = ({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.475 14.3025L25.5 13.6438V7C25.5 6.60218 25.342 6.22064 25.0607 5.93934C24.7794 5.65804 24.3978 5.5 24 5.5H16.5V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6465 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5H8C7.60218 5.5 7.22065 5.65804 6.93934 5.93934C6.65804 6.22064 6.5 6.60218 6.5 7V13.6438L4.525 14.3025C4.22614 14.4023 3.96628 14.5936 3.7823 14.8494C3.59831 15.1052 3.49954 15.4124 3.5 15.7275V20.0112C3.49983 20.0577 3.50614 20.104 3.51875 20.1488C5.4075 26.7663 13.965 29.0662 15.6613 29.4613C15.8841 29.5129 16.1159 29.5129 16.3388 29.4613C18.035 29.0662 26.5888 26.7663 28.4813 20.1488C28.4939 20.104 28.5002 20.0577 28.5 20.0112V15.7275C28.5005 15.4124 28.4017 15.1052 28.2177 14.8494C28.0337 14.5936 27.7739 14.4023 27.475 14.3025ZM7.5 7C7.5 6.86739 7.55268 6.74021 7.64645 6.64645C7.74022 6.55268 7.86739 6.5 8 6.5H24C24.1326 6.5 24.2598 6.55268 24.3536 6.64645C24.4473 6.74021 24.5 6.86739 24.5 7V13.31L16.1588 10.5262C16.0557 10.4918 15.9443 10.4918 15.8413 10.5262L7.5 13.31V7ZM27.5 19.9412C26.75 22.4737 24.82 24.62 21.75 26.3162C19.9736 27.2811 18.0789 28.0097 16.1138 28.4837C16.0398 28.5012 15.9627 28.5012 15.8888 28.4837C13.9229 28.0107 12.0273 27.2829 10.25 26.3188C7.18 24.625 5.25 22.4737 4.5 19.9412V15.7275C4.49938 15.6219 4.53218 15.5189 4.5937 15.4331C4.65523 15.3474 4.74232 15.2832 4.8425 15.25L15.5 11.6938V21C15.5 21.1326 15.5527 21.2598 15.6465 21.3536C15.7402 21.4473 15.8674 21.5 16 21.5C16.1326 21.5 16.2598 21.4473 16.3536 21.3536C16.4473 21.2598 16.5 21.1326 16.5 21V11.6938L27.1575 15.25C27.2575 15.2832 27.3444 15.3471 27.4059 15.4326C27.4674 15.5181 27.5004 15.6209 27.5 15.7262V19.9412Z" 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.6325 13.8287L26 13.2837V7C26 6.46957 25.7893 5.96086 25.4142 5.58579C25.0391 5.21071 24.5304 5 24 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H8C7.46957 5 6.96086 5.21071 6.58579 5.58579C6.21072 5.96086 6 6.46957 6 7V13.2837L4.3675 13.8287C3.96906 13.9616 3.62255 14.2165 3.3771 14.5573C3.13164 14.8981 2.99971 15.3075 3 15.7275V20.0125C2.99973 20.1051 3.01278 20.1973 3.03875 20.2862C5.00375 27.1725 13.8038 29.5437 15.5475 29.9487C15.8453 30.0171 16.1547 30.0171 16.4525 29.9487C18.1963 29.5437 26.9963 27.1725 28.9613 20.2862C28.9872 20.1973 29.0003 20.1051 29 20.0125V15.7275C29.0003 15.3075 28.8684 14.8981 28.6229 14.5573C28.3775 14.2165 28.0309 13.9616 27.6325 13.8287ZM8 7H24V12.6163L16.3163 10.0513C16.111 9.98282 15.889 9.98282 15.6838 10.0513L8 12.6163V7ZM27 19.8675C26.2775 22.2425 24.4313 24.2638 21.5063 25.8825C19.7707 26.8247 17.9197 27.5365 16 28C14.0825 27.536 12.2336 26.8242 10.5 25.8825C7.57 24.2638 5.7225 22.2413 5 19.8675V15.7262L15 12.3888V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V12.3888L27 15.7275V19.8675Z" 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.7913 13.355L26.5 12.9237V7C26.5 6.33696 26.2366 5.70107 25.7678 5.23223C25.2989 4.76339 24.663 4.5 24 4.5H17.5V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5H8C7.33696 4.5 6.70108 4.76339 6.23224 5.23223C5.76339 5.70107 5.5 6.33696 5.5 7V12.9237L4.20875 13.355C3.71057 13.5212 3.27738 13.8401 2.97066 14.2664C2.66394 14.6927 2.49926 15.2048 2.5 15.73V20.0125C2.50034 20.1516 2.51969 20.2899 2.5575 20.4237C4.6 27.58 13.6425 30.0187 15.4325 30.435C15.805 30.5216 16.1925 30.5216 16.565 30.435C18.3563 30.0187 27.3988 27.58 29.44 20.4237C29.4778 20.2899 29.4972 20.1516 29.4975 20.0125V15.7275C29.4979 15.203 29.3333 14.6918 29.0271 14.266C28.7209 13.8402 28.2886 13.5215 27.7913 13.355ZM8.5 7.5H23.5V11.9225L16.475 9.5775C16.1667 9.47457 15.8333 9.47457 15.525 9.5775L8.5 11.9225V7.5ZM26.5 19.7925C24.8175 25.12 17.32 27.1675 16 27.4862C14.6813 27.165 7.1825 25.1213 5.5 19.7925V16.0863L14.5 13.0863V21C14.5 21.3978 14.658 21.7794 14.9393 22.0607C15.2206 22.342 15.6022 22.5 16 22.5C16.3978 22.5 16.7794 22.342 17.0607 22.0607C17.342 21.7794 17.5 21.3978 17.5 21V13.0825L26.5 16.0825V19.7925Z" 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="M27.6325 13.8287L26 13.2837V7C26 6.46957 25.7893 5.96086 25.4142 5.58579C25.0391 5.21071 24.5304 5 24 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H8C7.46957 5 6.96086 5.21071 6.58579 5.58579C6.21072 5.96086 6 6.46957 6 7V13.2837L4.3675 13.8287C3.96906 13.9616 3.62255 14.2165 3.3771 14.5573C3.13164 14.8981 2.99971 15.3075 3 15.7275V20.0125C2.99973 20.1051 3.01278 20.1973 3.03875 20.2862C5.00375 27.1725 13.8038 29.5437 15.5475 29.9487C15.8453 30.0171 16.1547 30.0171 16.4525 29.9487C18.1963 29.5437 26.9963 27.1725 28.9613 20.2862C28.9872 20.1973 29.0003 20.1051 29 20.0125V15.7275C29.0003 15.3075 28.8684 14.8981 28.6229 14.5573C28.3775 14.2165 28.0309 13.9616 27.6325 13.8287ZM17 21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V14C15 13.7348 15.1054 13.4804 15.2929 13.2929C15.4804 13.1054 15.7348 13 16 13C16.2652 13 16.5196 13.1054 16.7071 13.2929C16.8946 13.4804 17 13.7348 17 14V21ZM24 12.6163L16.3163 10.0513C16.111 9.98282 15.889 9.98282 15.6838 10.0513L8 12.6163V7H24V12.6163Z" 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 15.7275V20.0125C26.1787 26.3963 17.7213 28.6262 16.2263 28.9737C16.0774 29.0087 15.9226 29.0087 15.7738 28.9737C14.2788 28.625 5.82125 26.3963 4 20.0125V15.7275C3.99972 15.5174 4.06563 15.3125 4.18836 15.142C4.3111 14.9715 4.48443 14.8439 4.68375 14.7775L16 11L27.3162 14.7775C27.5156 14.8439 27.6889 14.9715 27.8116 15.142C27.9344 15.3125 28.0003 15.5174 28 15.7275Z" fill="currentColor"/>
36
+ <path d="M27.6325 13.8287L26 13.2837V7C26 6.46957 25.7893 5.96086 25.4142 5.58579C25.0391 5.21071 24.5304 5 24 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H8C7.46957 5 6.96086 5.21071 6.58579 5.58579C6.21072 5.96086 6 6.46957 6 7V13.2837L4.3675 13.8287C3.96906 13.9616 3.62255 14.2165 3.3771 14.5573C3.13164 14.8981 2.99971 15.3075 3 15.7275V20.0125C2.99973 20.1051 3.01278 20.1973 3.03875 20.2862C5.00375 27.1725 13.8038 29.5437 15.5475 29.9487C15.8453 30.0171 16.1547 30.0171 16.4525 29.9487C18.1963 29.5437 26.9963 27.1725 28.9613 20.2862C28.9872 20.1973 29.0003 20.1051 29 20.0125V15.7275C29.0003 15.3075 28.8684 14.8981 28.6229 14.5573C28.3775 14.2165 28.0309 13.9616 27.6325 13.8287ZM8 7H24V12.6163L16.3163 10.0513C16.111 9.98282 15.889 9.98282 15.6838 10.0513L8 12.6163V7ZM27 19.8675C26.2775 22.2425 24.4313 24.2638 21.5063 25.8825C19.7707 26.8247 17.9197 27.5365 16 28C14.0825 27.536 12.2336 26.8242 10.5 25.8825C7.57 24.2638 5.7225 22.2413 5 19.8675V15.7262L15 12.3888V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V12.3888L27 15.7275V19.8675Z" 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.5537 14.0663L25.75 13.4638V7C25.75 6.53587 25.5656 6.09075 25.2374 5.76256C24.9092 5.43438 24.4641 5.25 24 5.25H16.75V3C16.75 2.80109 16.671 2.61032 16.5303 2.46967C16.3897 2.32902 16.1989 2.25 16 2.25C15.8011 2.25 15.6103 2.32902 15.4697 2.46967C15.329 2.61032 15.25 2.80109 15.25 3V5.25H8C7.53587 5.25 7.09075 5.43438 6.76256 5.76256C6.43438 6.09075 6.25 6.53587 6.25 7V13.4638L4.44625 14.0663C4.0977 14.1825 3.79459 14.4055 3.57988 14.7037C3.36517 15.0019 3.24975 15.3601 3.25 15.7275V20.0125C3.25017 20.0818 3.25985 20.1508 3.27875 20.2175C5.205 26.9675 13.8837 29.305 15.6038 29.705C15.8645 29.765 16.1355 29.765 16.3962 29.705C18.1163 29.305 26.795 26.97 28.7213 20.2175C28.7402 20.1508 28.7498 20.0818 28.75 20.0125V15.7275C28.7502 15.3601 28.6348 15.0019 28.4201 14.7037C28.2054 14.4055 27.9023 14.1825 27.5537 14.0663ZM7.75 7C7.75 6.9337 7.77634 6.87011 7.82322 6.82322C7.87011 6.77634 7.9337 6.75 8 6.75H24C24.0663 6.75 24.1299 6.77634 24.1768 6.82322C24.2237 6.87011 24.25 6.9337 24.25 7V12.9625L16.2375 10.2888C16.0833 10.2373 15.9167 10.2373 15.7625 10.2888L7.75 12.9625V7ZM27.25 19.905C26.5163 22.3575 24.625 24.4425 21.625 26.1C19.8702 27.0559 17.9981 27.7786 16.0562 28.25C16.0192 28.2586 15.9808 28.2586 15.9438 28.25C14.0019 27.7786 12.1298 27.0559 10.375 26.1C7.375 24.4425 5.48625 22.3575 4.75 19.905V15.7275C4.74969 15.6747 4.76609 15.6232 4.79685 15.5803C4.82761 15.5374 4.87116 15.5054 4.92125 15.4888L15.25 12.0413V21C15.25 21.1989 15.329 21.3897 15.4697 21.5303C15.6103 21.671 15.8011 21.75 16 21.75C16.1989 21.75 16.3897 21.671 16.5303 21.5303C16.671 21.3897 16.75 21.1989 16.75 21V12.0413L27.0788 15.4888C27.1288 15.5054 27.1724 15.5374 27.2031 15.5803C27.2339 15.6232 27.2503 15.6747 27.25 15.7275V19.905Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Boat;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Globe = ({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
8
+ d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM26.955 19.5H21.1863C21.6046 17.1854 21.6046 14.8146 21.1863 12.5H26.955C27.6817 14.7768 27.6817 17.2232 26.955 19.5ZM16 27.5C15.9346 27.5 15.8699 27.4863 15.81 27.4598C15.7502 27.4333 15.6965 27.3947 15.6525 27.3463C13.9463 25.5088 12.7125 23.1313 12.0513 20.5H19.9488C19.2875 23.1313 18.0538 25.5088 16.3475 27.3463C16.3035 27.3947 16.2498 27.4333 16.19 27.4598C16.1301 27.4863 16.0654 27.5 16 27.5ZM11.8313 19.5C11.3896 17.1876 11.3896 14.8124 11.8313 12.5H20.1688C20.6104 14.8124 20.6104 17.1876 20.1688 19.5H11.8313ZM16 4.5C16.0654 4.50003 16.1301 4.51371 16.19 4.54019C16.2498 4.56667 16.3035 4.60534 16.3475 4.65375C18.0538 6.49125 19.2875 8.875 19.9488 11.5H12.0513C12.7125 8.875 13.9463 6.49125 15.6525 4.65375C15.6965 4.60534 15.7502 4.56667 15.81 4.54019C15.8699 4.51371 15.9346 4.50003 16 4.5ZM26.5825 11.5H20.9763C20.3625 8.90875 19.2263 6.535 17.6438 4.6175C19.5983 4.90355 21.4466 5.68662 23.0117 6.89172C24.5768 8.09681 25.8064 9.68356 26.5825 11.5ZM14.3563 4.6175C12.7775 6.535 11.6375 8.90875 11.0238 11.5H5.41751C6.19366 9.68356 7.42318 8.09681 8.98831 6.89172C10.5534 5.68662 12.4018 4.90355 14.3563 4.6175ZM5.04501 12.5H10.8138C10.3954 14.8146 10.3954 17.1854 10.8138 19.5H5.04501C4.31835 17.2232 4.31835 14.7768 5.04501 12.5ZM5.42001 20.5H11.0238C11.6375 23.0912 12.7738 25.465 14.3563 27.3825C12.4018 27.0964 10.5534 26.3134 8.98831 25.1083C7.42318 23.9032 6.19366 22.3164 5.41751 20.5H5.42001ZM17.6463 27.3825C19.225 25.465 20.365 23.0912 20.9788 20.5H26.585C25.8086 22.3168 24.5787 23.9037 23.0131 25.1088C21.4475 26.314 19.5987 27.0968 17.6438 27.3825H17.6463Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM12.7038 21H19.2963C18.625 23.2925 17.5 25.3587 16 26.9862C14.5 25.3587 13.375 23.2925 12.7038 21ZM12.25 19C11.9183 17.0138 11.9183 14.9862 12.25 13H19.75C20.0817 14.9862 20.0817 17.0138 19.75 19H12.25ZM5.00001 16C4.99914 14.9855 5.13923 13.9759 5.41626 13H10.2238C9.92542 14.9889 9.92542 17.0111 10.2238 19H5.41626C5.13923 18.0241 4.99914 17.0145 5.00001 16ZM19.2963 11H12.7038C13.375 8.7075 14.5 6.64125 16 5.01375C17.5 6.64125 18.625 8.7075 19.2963 11ZM21.7763 13H26.5838C27.1388 14.9615 27.1388 17.0385 26.5838 19H21.7763C22.0746 17.0111 22.0746 14.9889 21.7763 13ZM25.7963 11H21.3675C20.8572 8.99189 20.0001 7.0883 18.835 5.375C20.3236 5.77503 21.7119 6.48215 22.9108 7.45091C24.1097 8.41967 25.0926 9.62861 25.7963 11ZM13.165 5.375C11.9999 7.0883 11.1428 8.99189 10.6325 11H6.20376C6.90741 9.62861 7.89029 8.41967 9.08918 7.45091C10.2881 6.48215 11.6764 5.77503 13.165 5.375ZM6.20376 21H10.6325C11.1428 23.0081 11.9999 24.9117 13.165 26.625C11.6764 26.225 10.2881 25.5178 9.08918 24.5491C7.89029 23.5803 6.90741 22.3714 6.20376 21ZM18.835 26.625C20.0001 24.9117 20.8572 23.0081 21.3675 21H25.7963C25.0926 22.3714 24.1097 23.5803 22.9108 24.5491C21.7119 25.5178 20.3236 26.225 18.835 26.625Z"
18
+ fill="currentColor"/>
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM13.3838 21.5H18.6163C18.0492 23.2275 17.1616 24.8326 16 26.2313C14.8384 24.8326 13.9508 23.2275 13.3838 21.5ZM12.6763 18.5C12.4413 16.8416 12.4413 15.1584 12.6763 13.5H19.3238C19.5588 15.1584 19.5588 16.8416 19.3238 18.5H12.6763ZM5.50001 16C5.49997 15.1575 5.60196 14.318 5.80376 13.5H9.65251C9.44917 15.1605 9.44917 16.8395 9.65251 18.5H5.80376C5.60196 17.682 5.49997 16.8425 5.50001 16ZM18.6163 10.5H13.3838C13.9508 8.77254 14.8384 7.16745 16 5.76875C17.1616 7.16745 18.0492 8.77254 18.6163 10.5ZM22.3475 13.5H26.1963C26.6013 15.1421 26.6013 16.8579 26.1963 18.5H22.3475C22.5508 16.8395 22.5508 15.1605 22.3475 13.5ZM24.94 10.5H21.75C21.3433 9.03257 20.7576 7.62072 20.0063 6.29625C22.0508 7.14579 23.7766 8.6163 24.94 10.5ZM12 6.29625C11.2465 7.62042 10.6587 9.03228 10.25 10.5H7.06001C8.225 8.6153 9.95319 7.14468 12 6.29625ZM7.06001 21.5H10.25C10.6587 22.9677 11.2465 24.3796 12 25.7038C9.95319 24.8553 8.225 23.3847 7.06001 21.5ZM20.0063 25.7038C20.7576 24.3793 21.3433 22.9674 21.75 21.5H24.94C23.7766 23.3837 22.0508 24.8542 20.0063 25.7038Z"
27
+ fill="currentColor"/>
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM25.7963 11H21.3675C20.8572 8.99189 20.0001 7.0883 18.835 5.375C20.3236 5.77503 21.7119 6.48215 22.9108 7.45091C24.1097 8.41967 25.0926 9.62861 25.7963 11ZM16 5.01375C17.5 6.63875 18.625 8.7075 19.2963 11H12.7038C13.375 8.7075 14.5 6.64125 16 5.01375ZM12 16C12.0002 14.9948 12.0838 13.9914 12.25 13H19.75C20.0817 14.9862 20.0817 17.0138 19.75 19H12.25C12.0838 18.0086 12.0002 17.0052 12 16ZM12.7038 21H19.2963C18.625 23.2925 17.5 25.3587 16 26.9862C14.5 25.3587 13.375 23.2925 12.7038 21ZM18.835 26.625C20.0001 24.9117 20.8572 23.0081 21.3675 21H25.7963C25.0926 22.3714 24.1097 23.5803 22.9108 24.5491C21.7119 25.5178 20.3236 26.225 18.835 26.625ZM21.7763 19C22.0746 17.0111 22.0746 14.9889 21.7763 13H26.5838C27.1388 14.9615 27.1388 17.0385 26.5838 19H21.7763Z"
36
+ fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2"
44
+ d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z"
45
+ fill="currentColor"/>
46
+ <path
47
+ d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM12.7038 21H19.2963C18.625 23.2925 17.5 25.3587 16 26.9862C14.5 25.3587 13.375 23.2925 12.7038 21ZM12.25 19C11.9183 17.0138 11.9183 14.9862 12.25 13H19.75C20.0817 14.9862 20.0817 17.0138 19.75 19H12.25ZM5.00001 16C4.99914 14.9855 5.13923 13.9759 5.41626 13H10.2238C9.92542 14.9889 9.92542 17.0111 10.2238 19H5.41626C5.13923 18.0241 4.99914 17.0145 5.00001 16ZM19.2963 11H12.7038C13.375 8.7075 14.5 6.64125 16 5.01375C17.5 6.64125 18.625 8.7075 19.2963 11ZM21.7763 13H26.5838C27.1388 14.9615 27.1388 17.0385 26.5838 19H21.7763C22.0746 17.0111 22.0746 14.9889 21.7763 13ZM25.7963 11H21.3675C20.8572 8.99189 20.0001 7.0883 18.835 5.375C20.3236 5.77503 21.7119 6.48215 22.9108 7.45091C24.1097 8.41967 25.0926 9.62861 25.7963 11ZM13.165 5.375C11.9999 7.0883 11.1428 8.99189 10.6325 11H6.20376C6.90741 9.62861 7.89029 8.41967 9.08918 7.45091C10.2881 6.48215 11.6764 5.77503 13.165 5.375ZM6.20376 21H10.6325C11.1428 23.0081 11.9999 24.9117 13.165 26.625C11.6764 26.225 10.2881 25.5178 9.08918 24.5491C7.89029 23.5803 6.90741 22.3714 6.20376 21ZM18.835 26.625C20.0001 24.9117 20.8572 23.0081 21.3675 21H25.7963C25.0926 22.3714 24.1097 23.5803 22.9108 24.5491C21.7119 25.5178 20.3236 26.225 18.835 26.625Z"
48
+ fill="currentColor"/>
49
+ </svg>
50
+ );
51
+ }
52
+ return (
53
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
54
+ <path
55
+ d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM26.1963 11.25H21.1738C20.6272 8.98299 19.6304 6.84902 18.2425 4.975C19.9654 5.32906 21.5818 6.0808 22.9627 7.17026C24.3437 8.25972 25.4509 9.65677 26.1963 11.25ZM27.25 16C27.2508 17.101 27.0895 18.196 26.7713 19.25H21.4825C21.8392 17.098 21.8392 14.902 21.4825 12.75H26.7713C27.0895 13.804 27.2508 14.899 27.25 16ZM16 27.25C15.9688 27.2502 15.938 27.2437 15.9095 27.231C15.8811 27.2182 15.8557 27.1996 15.835 27.1763C14.225 25.4425 13.0425 23.2162 12.375 20.75H19.625C18.9575 23.2162 17.775 25.4425 16.165 27.1763C16.1443 27.1996 16.1189 27.2182 16.0905 27.231C16.062 27.2437 16.0312 27.2502 16 27.25ZM12.0388 19.25C11.6538 17.1004 11.6538 14.8996 12.0388 12.75H19.9613C20.3462 14.8996 20.3462 17.1004 19.9613 19.25H12.0388ZM4.75001 16C4.74916 14.899 4.91048 13.804 5.22876 12.75H10.5175C10.1608 14.902 10.1608 17.098 10.5175 19.25H5.22876C4.91048 18.196 4.74916 17.101 4.75001 16ZM16 4.75C16.0312 4.74983 16.062 4.75632 16.0905 4.76904C16.1189 4.78176 16.1443 4.80041 16.165 4.82375C17.775 6.5575 18.9575 8.78375 19.625 11.25H12.375C13.0425 8.78375 14.225 6.5575 15.835 4.82375C15.8557 4.80041 15.8811 4.78176 15.9095 4.76904C15.938 4.75632 15.9688 4.74983 16 4.75ZM13.7575 4.975C12.3697 6.84902 11.3728 8.98299 10.8263 11.25H5.80376C6.54907 9.65677 7.65634 8.25972 9.03726 7.17026C10.4182 6.0808 12.0346 5.32906 13.7575 4.975ZM5.80376 20.75H10.8263C11.3728 23.017 12.3697 25.151 13.7575 27.025C12.0346 26.6709 10.4182 25.9192 9.03726 24.8297C7.65634 23.7403 6.54907 22.3432 5.80376 20.75ZM18.2425 27.025C19.6304 25.151 20.6272 23.017 21.1738 20.75H26.1963C25.4509 22.3432 24.3437 23.7403 22.9627 24.8297C21.5818 25.9192 19.9654 26.6709 18.2425 27.025Z"
56
+ fill="currentColor"/>
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default Globe;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const GlobeSimple = ({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="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM27.4888 15.5H21.4888C21.385 11.3837 20.0038 7.48875 17.64 4.6175C20.2908 5.00342 22.7243 6.30108 24.5218 8.28725C26.3193 10.2734 27.3685 12.8239 27.4888 15.5ZM16 27.5C15.9346 27.5 15.8699 27.4863 15.81 27.4598C15.7502 27.4333 15.6965 27.3947 15.6525 27.3463C13.1138 24.6125 11.625 20.6825 11.5075 16.5H20.4925C20.3813 20.6825 18.8863 24.6125 16.3475 27.3463C16.3035 27.3947 16.2498 27.4333 16.19 27.4598C16.1301 27.4863 16.0654 27.5 16 27.5ZM11.5075 15.5C11.6188 11.3175 13.1138 7.3875 15.6525 4.65375C15.6966 4.60538 15.7502 4.56674 15.8101 4.5403C15.8699 4.51386 15.9346 4.50021 16 4.50021C16.0654 4.50021 16.1301 4.51386 16.19 4.5403C16.2498 4.56674 16.3035 4.60538 16.3475 4.65375C18.8863 7.3875 20.3813 11.3175 20.4925 15.5H11.5075ZM14.3563 4.6175C11.9925 7.4925 10.6063 11.3837 10.5075 15.5H4.50751C4.6278 12.8239 5.67694 10.2734 7.47444 8.28725C9.27194 6.30108 11.7054 5.00342 14.3563 4.6175ZM4.51126 16.5H10.5113C10.615 20.6162 11.9963 24.5112 14.36 27.3825C11.7092 26.9966 9.27569 25.6989 7.47819 23.7128C5.68069 21.7266 4.63155 19.1761 4.51126 16.5ZM17.6438 27.3825C20.0075 24.5075 21.3938 20.6162 21.4925 16.5H27.4925C27.3722 19.1761 26.3231 21.7266 24.5256 23.7128C22.7281 25.6989 20.2946 26.9966 17.6438 27.3825Z" 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="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM26.9538 15H21.975C21.7988 11.4425 20.6913 8.06625 18.835 5.375C21.009 5.95867 22.9523 7.1938 24.4036 8.91443C25.855 10.6351 26.7449 12.7587 26.9538 15ZM16 26.9862C13.6588 24.4525 12.2388 20.8612 12.0288 17H19.9713C19.7613 20.8587 18.3413 24.4525 16 26.9862ZM12.0288 15C12.2388 11.1412 13.6538 7.5475 16 5.01375C18.3413 7.5475 19.7613 11.1388 19.9713 15H12.0288ZM13.165 5.375C11.3088 8.06625 10.2013 11.4425 10.025 15H5.04626C5.25511 12.7587 6.14501 10.6351 7.59637 8.91443C9.04773 7.1938 10.991 5.95867 13.165 5.375ZM5.04626 17H10.025C10.2013 20.5575 11.3088 23.9338 13.165 26.625C10.991 26.0413 9.04773 24.8062 7.59637 23.0856C6.14501 21.3649 5.25511 19.2413 5.04626 17ZM18.835 26.625C20.6913 23.93 21.7988 20.5537 21.975 17H26.9538C26.7449 19.2413 25.855 21.3649 24.4036 23.0856C22.9523 24.8062 21.009 26.0413 18.835 26.625Z" 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="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM26.3913 14.5H22.445C22.2517 11.6182 21.4186 8.81568 20.0063 6.29625C21.6894 6.99426 23.1627 8.11717 24.2819 9.55515C25.401 10.9931 26.1279 12.697 26.3913 14.5ZM12.5638 17.5H19.4388C19.1575 20.8363 17.9388 23.9325 16.0025 26.2313C14.0575 23.9325 12.845 20.8363 12.5638 17.5ZM12.5638 14.5C12.845 11.1637 14.0575 8.0675 16 5.76875C17.9425 8.0675 19.155 11.1637 19.4363 14.5H12.5638ZM12 6.29625C10.5855 8.81516 9.75024 11.6177 9.55501 14.5H5.60876C5.87273 12.6963 6.60049 10.992 7.72082 9.55396C8.84115 8.11592 10.3156 6.9934 12 6.29625ZM5.60876 17.5H9.55501C9.75024 20.3823 10.5855 23.1848 12 25.7038C10.3156 25.0066 8.84115 23.8841 7.72082 22.446C6.60049 21.008 5.87273 19.3037 5.60876 17.5ZM20.0063 25.7038C21.4186 23.1843 22.2517 20.3818 22.445 17.5H26.3913C26.1279 19.303 25.401 21.0069 24.2819 22.4449C23.1627 23.8828 21.6894 25.0057 20.0063 25.7038Z" 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="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM26.9538 15H21.975C21.7988 11.4425 20.6913 8.06625 18.835 5.375C21.009 5.95867 22.9523 7.1938 24.4036 8.91443C25.855 10.6351 26.7449 12.7587 26.9538 15ZM12.0288 17H19.9713C19.7613 20.8587 18.3463 24.4525 16 26.9862C13.6588 24.4525 12.2388 20.8587 12.0288 17ZM12.0288 15C12.2388 11.1412 13.6538 7.5475 16 5.01375C18.3413 7.5475 19.7613 11.1388 19.9713 15H12.0288ZM18.835 26.625C20.6913 23.93 21.7988 20.5537 21.975 17H26.9538C26.7449 19.2413 25.855 21.3649 24.4036 23.0856C22.9523 24.8062 21.009 26.0413 18.835 26.625Z" 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 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z" fill="currentColor"/>
36
+ <path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM26.9538 15H21.975C21.7988 11.4425 20.6913 8.06625 18.835 5.375C21.009 5.95867 22.9523 7.1938 24.4036 8.91443C25.855 10.6351 26.7449 12.7587 26.9538 15ZM12.0288 17H19.9713C19.7613 20.8587 18.3463 24.4525 16 26.9862C13.6588 24.4525 12.2388 20.8587 12.0288 17ZM12.0288 15C12.2388 11.1412 13.6538 7.5475 16 5.01375C18.3413 7.5475 19.7613 11.1388 19.9713 15H12.0288ZM13.165 5.375C11.3088 8.06625 10.2013 11.4425 10.025 15H5.04626C5.25511 12.7587 6.14501 10.6351 7.59637 8.91443C9.04773 7.1938 10.991 5.95867 13.165 5.375ZM5.04626 17H10.025C10.2013 20.5575 11.3088 23.9338 13.165 26.625C10.991 26.0413 9.04773 24.8062 7.59637 23.0856C6.14501 21.3649 5.25511 19.2413 5.04626 17ZM18.835 26.625C20.6913 23.93 21.7988 20.5537 21.975 17H26.9538C26.7449 19.2413 25.855 21.3649 24.4036 23.0856C22.9523 24.8062 21.009 26.0413 18.835 26.625Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none">
42
+ <path d="M12.75 0C10.2283 0 7.76321 0.747774 5.66648 2.14876C3.56976 3.54975 1.93556 5.54103 0.970541 7.87079C0.00552416 10.2005 -0.246968 12.7641 0.244993 15.2374C0.736955 17.7107 1.95127 19.9825 3.73439 21.7656C5.51751 23.5487 7.78935 24.7631 10.2626 25.255C12.7359 25.747 15.2995 25.4945 17.6292 24.5295C19.959 23.5644 21.9503 21.9302 23.3512 19.8335C24.7522 17.7368 25.5 15.2717 25.5 12.75C25.496 9.36971 24.1515 6.129 21.7612 3.73877C19.371 1.34854 16.1303 0.00396981 12.75 0ZM23.975 12H18.485C18.3413 8.16 17.0988 4.52125 14.9925 1.725C17.4072 2.22002 19.5931 3.49288 21.2154 5.34865C22.8378 7.20442 23.8071 9.5408 23.975 12ZM12.75 24C12.7188 24.0002 12.688 23.9937 12.6595 23.981C12.6311 23.9682 12.6057 23.9496 12.585 23.9263C10.14 21.2925 8.67751 17.5262 8.51501 13.5H16.9838C16.8225 17.5262 15.3588 21.2925 12.915 23.9263C12.8943 23.9496 12.8689 23.9682 12.8405 23.981C12.812 23.9937 12.7812 24.0002 12.75 24ZM8.51501 12C8.67751 7.97375 10.14 4.2075 12.585 1.57375C12.6058 1.55052 12.6312 1.53193 12.6596 1.5192C12.6881 1.50648 12.7189 1.4999 12.75 1.4999C12.7812 1.4999 12.812 1.50648 12.8404 1.5192C12.8688 1.53193 12.8943 1.55052 12.915 1.57375C15.36 4.2075 16.8225 7.97375 16.9838 12H8.51501ZM10.5075 1.725C8.40126 4.52125 7.15876 8.16 7.01501 12H1.52501C1.69291 9.5408 2.66225 7.20442 4.28458 5.34865C5.90691 3.49288 8.0928 2.22002 10.5075 1.725ZM1.52501 13.5H7.01501C7.15876 17.34 8.40126 20.9788 10.5075 23.775C8.0928 23.28 5.90691 22.0071 4.28458 20.1513C2.66225 18.2956 1.69291 15.9592 1.52501 13.5ZM14.9925 23.775C17.0988 20.9788 18.3413 17.34 18.485 13.5H23.975C23.8071 15.9592 22.8378 18.2956 21.2154 20.1513C19.5931 22.0071 17.4072 23.28 14.9925 23.775Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default GlobeSimple;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const House = ({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
8
+ d="M27.0163 13.34L17.0088 3.89126C16.7315 3.63913 16.3698 3.49995 15.995 3.50111C15.6203 3.50226 15.2595 3.64368 14.9838 3.89751L4.99125 13.3338C4.8367 13.4742 4.71317 13.6453 4.62858 13.8363C4.54399 14.0272 4.50019 14.2337 4.5 14.4425V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H12C12.3978 27.5 12.7794 27.342 13.0607 27.0607C13.342 26.7794 13.5 26.3978 13.5 26V20C13.5 19.8674 13.5527 19.7402 13.6464 19.6465C13.7402 19.5527 13.8674 19.5 14 19.5H18C18.1326 19.5 18.2598 19.5527 18.3536 19.6465C18.4473 19.7402 18.5 19.8674 18.5 20V26C18.5 26.3978 18.658 26.7794 18.9393 27.0607C19.2206 27.342 19.6022 27.5 20 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V14.4425C27.4999 14.2353 27.4569 14.0303 27.3736 13.8406C27.2903 13.6508 27.1687 13.4804 27.0163 13.34ZM26.5 26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5H20C19.8674 26.5 19.7402 26.4473 19.6464 26.3536C19.5527 26.2598 19.5 26.1326 19.5 26V20C19.5 19.6022 19.342 19.2207 19.0607 18.9393C18.7794 18.658 18.3978 18.5 18 18.5H14C13.6022 18.5 13.2206 18.658 12.9393 18.9393C12.658 19.2207 12.5 19.6022 12.5 20V26C12.5 26.1326 12.4473 26.2598 12.3536 26.3536C12.2598 26.4473 12.1326 26.5 12 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V14.4425C5.50079 14.3716 5.51632 14.3017 5.54558 14.2371C5.57485 14.1726 5.61722 14.1148 5.67 14.0675L15.6625 4.63126C15.7541 4.54938 15.8727 4.50412 15.9956 4.50412C16.1185 4.50412 16.2371 4.54938 16.3288 4.63126L26.3363 14.0788C26.3884 14.1262 26.43 14.1841 26.4582 14.2487C26.4865 14.3134 26.5007 14.3832 26.5 14.4538V26Z"
9
+ fill="currentColor" />
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M27.3538 12.9712L17.3538 3.5362C17.3489 3.53193 17.3443 3.52734 17.34 3.52245C16.9718 3.18762 16.492 3.00208 15.9944 3.00208C15.4967 3.00208 15.0169 3.18762 14.6488 3.52245L14.635 3.5362L4.64625 12.9712C4.4425 13.1586 4.27985 13.3862 4.16861 13.6396C4.05737 13.8931 3.99996 14.1669 4 14.4437V25.9999C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7892 5.46957 27.9999 6 27.9999H12C12.5304 27.9999 13.0391 27.7892 13.4142 27.4142C13.7893 27.0391 14 26.5304 14 25.9999V19.9999H18V25.9999C18 26.5304 18.2107 27.0391 18.5858 27.4142C18.9609 27.7892 19.4696 27.9999 20 27.9999H26C26.5304 27.9999 27.0391 27.7892 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 25.9999V14.4437C28 14.1669 27.9426 13.8931 27.8314 13.6396C27.7201 13.3862 27.5575 13.1586 27.3538 12.9712ZM26 25.9999H20V19.9999C20 19.4695 19.7893 18.9608 19.4142 18.5857C19.0391 18.2107 18.5304 17.9999 18 17.9999H14C13.4696 17.9999 12.9609 18.2107 12.5858 18.5857C12.2107 18.9608 12 19.4695 12 19.9999V25.9999H6V14.4437L6.01375 14.4312L16 4.99995L25.9875 14.4287L26.0012 14.4412L26 25.9999Z"
18
+ fill="currentColor" />
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M27.695 12.6063L17.7013 3.17254L17.6812 3.15379C17.222 2.73348 16.622 2.50037 15.9994 2.50037C15.3768 2.50037 14.7768 2.73348 14.3175 3.15379L14.2963 3.17254L4.305 12.6063C4.05163 12.8407 3.84935 13.1249 3.71084 13.4411C3.57233 13.7572 3.50055 14.0986 3.5 14.4438V26C3.5 26.6631 3.76339 27.299 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H12C12.663 28.5 13.2989 28.2366 13.7678 27.7678C14.2366 27.299 14.5 26.6631 14.5 26V20.5H17.5V26C17.5 26.6631 17.7634 27.299 18.2322 27.7678C18.7011 28.2366 19.337 28.5 20 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.299 28.5 26.6631 28.5 26V14.4438C28.4995 14.0986 28.4277 13.7572 28.2892 13.4411C28.1506 13.1249 27.9484 12.8407 27.695 12.6063ZM25.5 25.5H20.5V20C20.5 19.6717 20.4353 19.3466 20.3097 19.0433C20.1841 18.74 19.9999 18.4644 19.7678 18.2323C19.5356 18.0001 19.26 17.816 18.9567 17.6903C18.6534 17.5647 18.3283 17.5 18 17.5H14C13.337 17.5 12.7011 17.7634 12.2322 18.2323C11.7634 18.7011 11.5 19.337 11.5 20V25.5H6.5V14.66L16 5.69129L25.5 14.66V25.5Z"
27
+ fill="currentColor" />
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M28 14.4437V25.9999C28 26.5304 27.7893 27.0391 27.4142 27.4142C27.0391 27.7892 26.5304 27.9999 26 27.9999H21C20.4696 27.9999 19.9609 27.7892 19.5858 27.4142C19.2107 27.0391 19 26.5304 19 25.9999V20.9999C19 20.7347 18.8946 20.4804 18.7071 20.2928C18.5196 20.1053 18.2652 19.9999 18 19.9999H14C13.7348 19.9999 13.4804 20.1053 13.2929 20.2928C13.1054 20.4804 13 20.7347 13 20.9999V25.9999C13 26.5304 12.7893 27.0391 12.4142 27.4142C12.0391 27.7892 11.5304 27.9999 11 27.9999H6C5.46957 27.9999 4.96086 27.7892 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 25.9999V14.4437C3.99996 14.1669 4.05737 13.8931 4.16861 13.6396C4.27985 13.3862 4.4425 13.1586 4.64625 12.9712L14.6462 3.5362L14.66 3.52245C15.0282 3.18762 15.508 3.00208 16.0056 3.00208C16.5033 3.00208 16.9831 3.18762 17.3512 3.52245C17.3555 3.52734 17.3601 3.53193 17.365 3.5362L27.365 12.9712C27.5667 13.1595 27.7273 13.3876 27.8365 13.641C27.9458 13.8944 28.0015 14.1677 28 14.4437Z"
36
+ fill="currentColor" />
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2"
44
+ d="M27 14.4425V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H20C19.7348 27 19.4804 26.8946 19.2929 26.7071C19.1054 26.5196 19 26.2652 19 26V20C19 19.7348 18.8946 19.4804 18.7071 19.2929C18.5196 19.1053 18.2652 19 18 19H14C13.7348 19 13.4804 19.1053 13.2929 19.2929C13.1054 19.4804 13 19.7348 13 20V26C13 26.2652 12.8946 26.5196 12.7071 26.7071C12.5196 26.8946 12.2652 27 12 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V14.4425C5.00001 14.3031 5.02915 14.1653 5.08555 14.0379C5.14195 13.9104 5.22436 13.7962 5.3275 13.7025L15.3275 4.25998C15.5116 4.09239 15.7516 3.99951 16.0006 3.99951C16.2496 3.99951 16.4896 4.09239 16.6737 4.25998L26.6737 13.7025C26.7767 13.7963 26.8588 13.9106 26.915 14.038C26.9712 14.1655 27.0001 14.3032 27 14.4425Z"
45
+ fill="currentColor" />
46
+ <path
47
+ d="M27.3538 12.9712L17.3538 3.5362C17.3489 3.53193 17.3443 3.52734 17.34 3.52245C16.9718 3.18762 16.492 3.00208 15.9944 3.00208C15.4967 3.00208 15.0169 3.18762 14.6488 3.52245L14.635 3.5362L4.64625 12.9712C4.4425 13.1586 4.27985 13.3862 4.16861 13.6396C4.05737 13.8931 3.99996 14.1669 4 14.4437V25.9999C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7892 5.46957 27.9999 6 27.9999H12C12.5304 27.9999 13.0391 27.7892 13.4142 27.4142C13.7893 27.0391 14 26.5304 14 25.9999V19.9999H18V25.9999C18 26.5304 18.2107 27.0391 18.5858 27.4142C18.9609 27.7892 19.4696 27.9999 20 27.9999H26C26.5304 27.9999 27.0391 27.7892 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 25.9999V14.4437C28 14.1669 27.9426 13.8931 27.8314 13.6396C27.7201 13.3862 27.5575 13.1586 27.3538 12.9712ZM26 25.9999H20V19.9999C20 19.4695 19.7893 18.9608 19.4142 18.5857C19.0391 18.2107 18.5304 17.9999 18 17.9999H14C13.4696 17.9999 12.9609 18.2107 12.5858 18.5857C12.2107 18.9608 12 19.4695 12 19.9999V25.9999H6V14.4437L6.01375 14.4312L16 4.99995L25.9875 14.4287L26.0012 14.4412L26 25.9999Z"
48
+ fill="currentColor" />
49
+ </svg>
50
+ );
51
+ }
52
+ return (
53
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
54
+ <path
55
+ d="M27.1838 13.155L17.1838 3.71748L17.1725 3.70748C16.8512 3.41322 16.4313 3.25 15.9956 3.25C15.56 3.25 15.1401 3.41322 14.8188 3.70748L14.8075 3.71748L4.80752 13.155C4.63064 13.3197 4.48979 13.5192 4.39384 13.741C4.29789 13.9628 4.24892 14.2021 4.25002 14.4437V26C4.25002 26.4641 4.43439 26.9092 4.76258 27.2374C5.09077 27.5656 5.53589 27.75 6.00002 27.75H12C12.4641 27.75 12.9093 27.5656 13.2375 27.2374C13.5656 26.9092 13.75 26.4641 13.75 26V20C13.75 19.9337 13.7764 19.8701 13.8232 19.8232C13.8701 19.7763 13.9337 19.75 14 19.75H18C18.0663 19.75 18.1299 19.7763 18.1768 19.8232C18.2237 19.8701 18.25 19.9337 18.25 20V26C18.25 26.4641 18.4344 26.9092 18.7626 27.2374C19.0908 27.5656 19.5359 27.75 20 27.75H26C26.4641 27.75 26.9093 27.5656 27.2375 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V14.4437C27.75 14.2014 27.6997 13.9618 27.6022 13.7399C27.5047 13.5181 27.3622 13.3189 27.1838 13.155ZM26.25 26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2236 26.0663 26.25 26 26.25H20C19.9337 26.25 19.8701 26.2236 19.8232 26.1768C19.7764 26.1299 19.75 26.0663 19.75 26V20C19.75 19.5359 19.5656 19.0907 19.2375 18.7625C18.9093 18.4344 18.4641 18.25 18 18.25H14C13.5359 18.25 13.0908 18.4344 12.7626 18.7625C12.4344 19.0907 12.25 19.5359 12.25 20V26C12.25 26.0663 12.2237 26.1299 12.1768 26.1768C12.1299 26.2236 12.0663 26.25 12 26.25H6.00002C5.93371 26.25 5.87013 26.2236 5.82324 26.1768C5.77636 26.1299 5.75002 26.0663 5.75002 26V14.4437C5.74994 14.4089 5.75713 14.3745 5.77112 14.3427C5.78511 14.3108 5.8056 14.2822 5.83127 14.2587L5.84252 14.2487L15.835 4.81373C15.8806 4.77399 15.939 4.7521 15.9994 4.7521C16.0598 4.7521 16.1182 4.77399 16.1638 4.81373L26.1575 14.25L26.1675 14.26C26.1934 14.2834 26.2141 14.3119 26.2283 14.3438C26.2426 14.3756 26.2499 14.4101 26.25 14.445V26Z"
56
+ fill="currentColor" />
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default House;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const HouseSimple = ({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
8
+ d="M27.0163 13.34L17.0163 3.89751L17.01 3.89126C16.7327 3.63913 16.3711 3.49995 15.9963 3.50111C15.6215 3.50226 15.2607 3.64368 14.985 3.89751L4.99125 13.3338C4.8367 13.4742 4.71317 13.6453 4.62858 13.8363C4.54399 14.0272 4.50019 14.2337 4.5 14.4425V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V14.4425C27.4999 14.2353 27.4569 14.0303 27.3736 13.8406C27.2903 13.6508 27.1687 13.4804 27.0163 13.34ZM26.5 26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V14.4425C5.50079 14.3716 5.51632 14.3017 5.54558 14.2371C5.57485 14.1726 5.61722 14.1148 5.67 14.0675L15.6625 4.63126C15.7544 4.54834 15.8737 4.50244 15.9975 4.50244C16.1213 4.50244 16.2406 4.54834 16.3325 4.63126L26.3325 14.075C26.3847 14.1224 26.4263 14.1804 26.4545 14.245C26.4827 14.3096 26.4969 14.3795 26.4963 14.45L26.5 26Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M27.3538 12.9713L17.3538 3.53626C17.3489 3.532 17.3443 3.5274 17.34 3.52251C16.9718 3.18768 16.492 3.00214 15.9944 3.00214C15.4967 3.00214 15.0169 3.18768 14.6488 3.52251L14.635 3.53626L4.64625 12.9713C4.4425 13.1586 4.27985 13.3862 4.16861 13.6397C4.05737 13.8932 3.99996 14.167 4 14.4438V26C4 26.5304 4.21071 27.0392 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0392 28 26.5304 28 26V14.4438C28 14.167 27.9426 13.8932 27.8314 13.6397C27.7201 13.3862 27.5575 13.1586 27.3538 12.9713ZM26 26H6V14.4438L6.01375 14.4313L16 5.00001L25.9875 14.4288L26.0012 14.4413L26 26Z"
18
+ fill="currentColor"/>
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M27.695 12.6062L17.7013 3.17247L17.6812 3.15372C17.222 2.73341 16.622 2.50031 15.9994 2.50031C15.3768 2.50031 14.7768 2.73341 14.3175 3.15372L14.2963 3.17247L4.305 12.6062C4.05163 12.8406 3.84935 13.1248 3.71084 13.441C3.57233 13.7572 3.50055 14.0985 3.5 14.4437V26C3.5 26.663 3.76339 27.2989 4.23223 27.7677C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7677C28.2366 27.2989 28.5 26.663 28.5 26V14.4437C28.4995 14.0985 28.4277 13.7572 28.2892 13.441C28.1506 13.1248 27.9484 12.8406 27.695 12.6062ZM25.5 25.5H6.5V14.66L16 5.69122L25.5 14.66V25.5Z"
27
+ fill="currentColor"/>
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M28 14.4438V26C28 26.5304 27.7893 27.0392 27.4142 27.4142C27.0391 27.7893 26.5304 28 26 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0392 4 26.5304 4 26V14.4438C3.99996 14.167 4.05737 13.8932 4.16861 13.6397C4.27985 13.3862 4.4425 13.1586 4.64625 12.9713L14.6462 3.53626L14.66 3.52251C15.0282 3.18768 15.508 3.00214 16.0056 3.00214C16.5033 3.00214 16.9831 3.18768 17.3512 3.52251C17.3555 3.5274 17.3601 3.532 17.365 3.53626L27.365 12.9713C27.5667 13.1596 27.7273 13.3877 27.8365 13.6411C27.9458 13.8945 28.0015 14.1678 28 14.4438Z"
36
+ fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2"
44
+ d="M27 14.4425V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V14.4425C5.00001 14.3031 5.02915 14.1653 5.08555 14.0379C5.14195 13.9104 5.22436 13.7962 5.3275 13.7025L15.3275 4.25998C15.5116 4.09239 15.7516 3.99951 16.0006 3.99951C16.2496 3.99951 16.4896 4.09239 16.6737 4.25998L26.6737 13.7025C26.7767 13.7963 26.8588 13.9106 26.915 14.038C26.9712 14.1655 27.0001 14.3032 27 14.4425Z"
45
+ fill="currentColor"/>
46
+ <path
47
+ d="M27.3538 12.9713L17.3538 3.53626C17.3489 3.532 17.3443 3.5274 17.34 3.52251C16.9718 3.18768 16.492 3.00214 15.9944 3.00214C15.4967 3.00214 15.0169 3.18768 14.6488 3.52251L14.635 3.53626L4.64625 12.9713C4.4425 13.1586 4.27985 13.3862 4.16861 13.6397C4.05737 13.8932 3.99996 14.167 4 14.4438V26C4 26.5304 4.21071 27.0392 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0392 28 26.5304 28 26V14.4438C28 14.167 27.9426 13.8932 27.8314 13.6397C27.7201 13.3862 27.5575 13.1586 27.3538 12.9713ZM26 26H6V14.4438L6.01375 14.4313L16 5.00001L25.9875 14.4288L26.0012 14.4413L26 26Z"
48
+ fill="currentColor"/>
49
+ </svg>
50
+ );
51
+ }
52
+ return (
53
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
54
+ <path
55
+ d="M27.1838 13.1537L17.1838 3.71748L17.1725 3.70748C16.8512 3.41322 16.4313 3.25 15.9956 3.25C15.56 3.25 15.1401 3.41322 14.8188 3.70748L14.8075 3.71748L4.80752 13.155C4.63064 13.3197 4.48979 13.5192 4.39384 13.741C4.29789 13.9628 4.24892 14.2021 4.25002 14.4437V26C4.25002 26.4641 4.43439 26.9092 4.76258 27.2374C5.09077 27.5656 5.53589 27.75 6.00002 27.75H26C26.4641 27.75 26.9093 27.5656 27.2375 27.2374C27.5656 26.9092 27.75 26.4641 27.75 26V14.4437C27.7497 14.2013 27.6993 13.9615 27.6018 13.7395C27.5044 13.5175 27.362 13.3181 27.1838 13.1537ZM26.25 26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2236 26.0663 26.25 26 26.25H6.00002C5.93371 26.25 5.87013 26.2236 5.82324 26.1768C5.77636 26.1299 5.75002 26.0663 5.75002 26V14.4437C5.74994 14.4089 5.75713 14.3745 5.77112 14.3427C5.78511 14.3108 5.8056 14.2822 5.83127 14.2587L5.84252 14.2487L15.835 4.81373C15.8806 4.77399 15.939 4.7521 15.9994 4.7521C16.0598 4.7521 16.1182 4.77399 16.1638 4.81373L26.1575 14.25L26.1675 14.26C26.1934 14.2834 26.2141 14.3119 26.2283 14.3438C26.2426 14.3756 26.2499 14.4101 26.25 14.445V26Z"
56
+ fill="currentColor"/>
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default HouseSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const Image = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M26 10.5C25.8674 10.5 25.7402 10.5527 25.6464 10.6464C25.5527 10.7402 25.5 10.8674 25.5 11V13.5H23.1537L22.5 6.95C22.4872 6.8244 22.4274 6.7083 22.3325 6.625L16.9725 1.85875L16.96 1.8475C16.6905 1.623 16.3508 1.50006 16 1.50006C15.6492 1.50006 15.3095 1.623 15.04 1.8475L15.0275 1.85875L9.6675 6.625C9.57264 6.7083 9.5128 6.8244 9.5 6.95L8.84625 13.5H6.5V11C6.5 10.8674 6.44732 10.7402 6.35355 10.6464C6.25979 10.5527 6.13261 10.5 6 10.5C5.86739 10.5 5.74021 10.5527 5.64645 10.6464C5.55268 10.7402 5.5 10.8674 5.5 11V14C5.5 14.1326 5.55268 14.2598 5.64645 14.3536C5.74021 14.4473 5.86739 14.5 6 14.5H8.75L7.51 26.8575C7.49017 27.0653 7.51392 27.2749 7.57974 27.473C7.64556 27.6711 7.75199 27.8532 7.89223 28.0078C8.03248 28.1624 8.20344 28.2861 8.39419 28.3708C8.58494 28.4555 8.79127 28.4995 9 28.5H23C23.2092 28.4999 23.416 28.4561 23.6072 28.3714C23.7985 28.2866 23.9699 28.1628 24.1104 28.0079C24.251 27.853 24.3576 27.6704 24.4234 27.4719C24.4892 27.2733 24.5127 27.0632 24.4925 26.855L23.25 14.5H26C26.1326 14.5 26.2598 14.4473 26.3536 14.3536C26.4473 14.2598 26.5 14.1326 26.5 14V11C26.5 10.8674 26.4473 10.7402 26.3536 10.6464C26.2598 10.5527 26.1326 10.5 26 10.5ZM15.685 2.61125C15.7737 2.54025 15.8839 2.50156 15.9975 2.50156C16.1111 2.50156 16.2213 2.54025 16.31 2.61125L20.685 6.5H11.31L15.685 2.61125ZM10.4525 7.5H21.5475L22.1488 13.5H16.5V11C16.5 10.8674 16.4473 10.7402 16.3536 10.6464C16.2598 10.5527 16.1326 10.5 16 10.5C15.8674 10.5 15.7402 10.5527 15.6464 10.6464C15.5527 10.7402 15.5 10.8674 15.5 11V13.5H9.85125L10.4525 7.5ZM23.375 27.3362C23.3279 27.3888 23.27 27.4307 23.2053 27.4589C23.1406 27.4872 23.0706 27.5012 23 27.5H9C8.93037 27.5003 8.86146 27.486 8.79766 27.4581C8.73387 27.4302 8.6766 27.3893 8.62953 27.338C8.58246 27.2867 8.54663 27.2261 8.52432 27.1602C8.50202 27.0942 8.49373 27.0243 8.5 26.955L9.04875 21.5H22.9513L23.5 26.9525C23.5075 27.0217 23.5003 27.0916 23.4787 27.1578C23.4572 27.224 23.4218 27.2848 23.375 27.3362ZM22.8512 20.5H9.14875L9.75 14.5H22.25L22.8512 20.5Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M26 9.99999C25.7348 9.99999 25.4804 10.1053 25.2929 10.2929C25.1054 10.4804 25 10.7348 25 11V13H23.6063L23 6.89999C22.9744 6.6488 22.8547 6.41659 22.665 6.24999L17.305 1.48499L17.28 1.46374C16.9206 1.16441 16.4677 1.00049 16 1.00049C15.5323 1.00049 15.0794 1.16441 14.72 1.46374L14.695 1.48499L9.335 6.24999C9.14528 6.41659 9.0256 6.6488 9 6.89999L8.39375 13H7V11C7 10.7348 6.89464 10.4804 6.70711 10.2929C6.51957 10.1053 6.26522 9.99999 6 9.99999C5.73478 9.99999 5.48043 10.1053 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11V14C5 14.2652 5.10536 14.5196 5.29289 14.7071C5.48043 14.8946 5.73478 15 6 15H8.1925L7.00875 26.81C6.98227 27.0874 7.01407 27.3673 7.1021 27.6317C7.19013 27.8962 7.33245 28.1393 7.51994 28.3455C7.70742 28.5517 7.93593 28.7164 8.19081 28.8291C8.44569 28.9418 8.72131 29 9 29H23C23.279 28.9999 23.555 28.9415 23.8101 28.8284C24.0652 28.7153 24.2938 28.5501 24.4812 28.3433C24.6687 28.1366 24.8108 27.8929 24.8984 27.628C24.986 27.363 25.0172 27.0827 24.99 26.805L23.8075 15H26C26.2652 15 26.5196 14.8946 26.7071 14.7071C26.8946 14.5196 27 14.2652 27 14V11C27 10.7348 26.8946 10.4804 26.7071 10.2929C26.5196 10.1053 26.2652 9.99999 26 9.99999ZM16 2.99999L19.375 5.99999H12.625L16 2.99999ZM10.905 7.99999H21.095L21.595 13H17V11C17 10.7348 16.8946 10.4804 16.7071 10.2929C16.5196 10.1053 16.2652 9.99999 16 9.99999C15.7348 9.99999 15.4804 10.1053 15.2929 10.2929C15.1054 10.4804 15 10.7348 15 11V13H10.4038L10.905 7.99999ZM9 27L9.5 22H22.5L23 27H9ZM22.2987 20H9.70125L10.2013 15H21.7962L22.2987 20Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M27.5 10.5C27.1022 10.5 26.7206 10.658 26.4393 10.9393C26.158 11.2206 26 11.6022 26 12V13H24.1087L23.4925 6.84998C23.4567 6.47463 23.2809 6.12653 23 5.87498L17.6375 1.11123L17.6 1.07998C17.1508 0.705812 16.5846 0.500916 16 0.500916C15.4154 0.500916 14.8492 0.705812 14.4 1.07998L14.3625 1.11123L9 5.87498C8.71746 6.12407 8.53897 6.47034 8.5 6.84498L7.89125 13H6V12C6 11.6022 5.84196 11.2206 5.56066 10.9393C5.27936 10.658 4.89782 10.5 4.5 10.5C4.10218 10.5 3.72064 10.658 3.43934 10.9393C3.15804 11.2206 3 11.6022 3 12V14.5C3 14.8978 3.15804 15.2793 3.43934 15.5606C3.72064 15.8419 4.10218 16 4.5 16H7.59L6.51125 26.7625C6.47816 27.1092 6.5179 27.4591 6.62792 27.7896C6.73794 28.1201 6.91581 28.424 7.15013 28.6817C7.38445 28.9394 7.67005 29.1454 7.98861 29.2863C8.30717 29.4272 8.65166 29.5 9 29.5H23C23.3488 29.4999 23.6937 29.4268 24.0126 29.2855C24.3315 29.1441 24.6173 28.9376 24.8516 28.6791C25.0858 28.4207 25.2634 28.1161 25.373 27.785C25.4825 27.4538 25.5215 27.1034 25.4875 26.7562L24.41 16H27.5C27.8978 16 28.2794 15.8419 28.5607 15.5606C28.842 15.2793 29 14.8978 29 14.5V12C29 11.6022 28.842 11.2206 28.5607 10.9393C28.2794 10.658 27.8978 10.5 27.5 10.5ZM16 3.66998L18.0575 5.49998H13.9425L16 3.66998ZM11.3575 8.49998H20.6425L21.0938 13H17.5V12C17.5 11.6022 17.342 11.2206 17.0607 10.9393C16.7794 10.658 16.3978 10.5 16 10.5C15.6022 10.5 15.2206 10.658 14.9393 10.9393C14.658 11.2206 14.5 11.6022 14.5 12V13H10.9062L11.3575 8.49998ZM9.5525 26.5L9.95375 22.5H22.0462L22.4475 26.5H9.5525ZM21.75 19.5H10.25L10.6 16H21.39L21.75 19.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M26 9.99999C25.7348 9.99999 25.4804 10.1053 25.2929 10.2929C25.1054 10.4804 25 10.7348 25 11V13H23.6063L23 6.89999C22.9741 6.64862 22.8539 6.41639 22.6637 6.24999L17.305 1.48499L17.28 1.46374C16.9206 1.16441 16.4677 1.00049 16 1.00049C15.5323 1.00049 15.0794 1.16441 14.72 1.46374L14.695 1.48499L9.335 6.24999C9.14458 6.41604 9.02475 6.64855 9 6.89999L8.39375 13H7V11C7 10.7348 6.89464 10.4804 6.70711 10.2929C6.51957 10.1053 6.26522 9.99999 6 9.99999C5.73478 9.99999 5.48043 10.1053 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11V14C5 14.2652 5.10536 14.5196 5.29289 14.7071C5.48043 14.8946 5.73478 15 6 15H8.1925L7.00875 26.81C6.98227 27.0874 7.01407 27.3673 7.1021 27.6317C7.19013 27.8962 7.33245 28.1393 7.51994 28.3455C7.70742 28.5517 7.93593 28.7164 8.19081 28.8291C8.44569 28.9418 8.72131 29 9 29H23C23.279 28.9999 23.555 28.9415 23.8101 28.8284C24.0652 28.7153 24.2938 28.5501 24.4812 28.3433C24.6687 28.1366 24.8108 27.8929 24.8984 27.628C24.986 27.363 25.0172 27.0827 24.99 26.805L23.8075 15H26C26.2652 15 26.5196 14.8946 26.7071 14.7071C26.8946 14.5196 27 14.2652 27 14V11C27 10.7348 26.8946 10.4804 26.7071 10.2929C26.5196 10.1053 26.2652 9.99999 26 9.99999ZM10.905 7.99999H21.095L21.595 13H17V11C17 10.7348 16.8946 10.4804 16.7071 10.2929C16.5196 10.1053 16.2652 9.99999 16 9.99999C15.7348 9.99999 15.4804 10.1053 15.2929 10.2929C15.1054 10.4804 15 10.7348 15 11V13H10.4038L10.905 7.99999ZM9 27L9.60125 21H22.3988L23 27H9Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M22.7019 14H9.29937L10.0006 7H22.0006L22.7019 14ZM24.0006 26.905L23.4044 21H8.59687L8.00062 26.905C7.98734 27.0441 8.00336 27.1844 8.04764 27.3169C8.09191 27.4494 8.16347 27.5712 8.25768 27.6744C8.3519 27.7775 8.46669 27.8598 8.59465 27.9159C8.72261 27.972 8.8609 28.0006 9.00062 28H23.0006C23.1403 28.0006 23.2786 27.972 23.4066 27.9159C23.5345 27.8598 23.6493 27.7775 23.7436 27.6744C23.8378 27.5712 23.9093 27.4494 23.9536 27.3169C23.9979 27.1844 24.0139 27.0441 24.0006 26.905Z" fill="currentColor"/>
37
+ <path d="M26 9.99999C25.7348 9.99999 25.4804 10.1053 25.2929 10.2929C25.1054 10.4804 25 10.7348 25 11V13H23.6063L23 6.89999C22.9744 6.6488 22.8547 6.41659 22.665 6.24999L17.305 1.48499L17.28 1.46374C16.9206 1.16441 16.4677 1.00049 16 1.00049C15.5323 1.00049 15.0794 1.16441 14.72 1.46374L14.695 1.48499L9.335 6.24999C9.14528 6.41659 9.0256 6.6488 9 6.89999L8.39375 13H7V11C7 10.7348 6.89464 10.4804 6.70711 10.2929C6.51957 10.1053 6.26522 9.99999 6 9.99999C5.73478 9.99999 5.48043 10.1053 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11V14C5 14.2652 5.10536 14.5196 5.29289 14.7071C5.48043 14.8946 5.73478 15 6 15H8.1925L7.00875 26.81C6.98227 27.0874 7.01407 27.3673 7.1021 27.6317C7.19013 27.8962 7.33245 28.1393 7.51994 28.3455C7.70742 28.5517 7.93593 28.7164 8.19081 28.8291C8.44569 28.9418 8.72131 29 9 29H23C23.279 28.9999 23.555 28.9415 23.8101 28.8284C24.0652 28.7153 24.2938 28.5501 24.4812 28.3433C24.6687 28.1366 24.8108 27.8929 24.8984 27.628C24.986 27.363 25.0172 27.0827 24.99 26.805L23.8075 15H26C26.2652 15 26.5196 14.8946 26.7071 14.7071C26.8946 14.5196 27 14.2652 27 14V11C27 10.7348 26.8946 10.4804 26.7071 10.2929C26.5196 10.1053 26.2652 9.99999 26 9.99999ZM16 2.99999L19.375 5.99999H12.625L16 2.99999ZM10.905 7.99999H21.095L21.595 13H17V11C17 10.7348 16.8946 10.4804 16.7071 10.2929C16.5196 10.1053 16.2652 9.99999 16 9.99999C15.7348 9.99999 15.4804 10.1053 15.2929 10.2929C15.1054 10.4804 15 10.7348 15 11V13H10.4038L10.905 7.99999ZM9 27L9.5 22H22.5L23 27H9ZM22.2987 20H9.70125L10.2013 15H21.7962L22.2987 20Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M26 10.25C25.8011 10.25 25.6103 10.329 25.4697 10.4697C25.329 10.6103 25.25 10.8011 25.25 11V13.25H23.375L22.75 6.92501C22.7305 6.73769 22.6413 6.56455 22.5 6.44001L17.1388 1.67126L17.12 1.65626C16.8055 1.39434 16.4092 1.25092 16 1.25092C15.5908 1.25092 15.1945 1.39434 14.88 1.65626L14.8612 1.67126L9.5 6.44001C9.35873 6.56455 9.26948 6.73769 9.25 6.92501L8.625 13.25H6.75V11C6.75 10.8011 6.67098 10.6103 6.53033 10.4697C6.38968 10.329 6.19891 10.25 6 10.25C5.80109 10.25 5.61032 10.329 5.46967 10.4697C5.32902 10.6103 5.25 10.8011 5.25 11V14C5.25 14.1989 5.32902 14.3897 5.46967 14.5303C5.61032 14.671 5.80109 14.75 6 14.75H8.46875L7.2575 26.8338C7.23433 27.0765 7.26216 27.3214 7.3392 27.5528C7.41623 27.7842 7.54078 27.9969 7.70484 28.1774C7.86891 28.3578 8.06887 28.5019 8.29191 28.6005C8.51495 28.6992 8.75613 28.7501 9 28.75H23C23.2441 28.7499 23.4855 28.6988 23.7087 28.5999C23.9318 28.501 24.1318 28.3565 24.2958 28.1756C24.4598 27.9948 24.5842 27.7817 24.6609 27.5499C24.7376 27.3182 24.765 27.073 24.7412 26.83L23.5312 14.75H26C26.1989 14.75 26.3897 14.671 26.5303 14.5303C26.671 14.3897 26.75 14.1989 26.75 14V11C26.75 10.8011 26.671 10.6103 26.5303 10.4697C26.3897 10.329 26.1989 10.25 26 10.25ZM15.8462 2.80251C15.8902 2.76825 15.9443 2.74964 16 2.74964C16.0557 2.74964 16.1098 2.76825 16.1537 2.80251L20.0287 6.25001H11.9712L15.8462 2.80251ZM10.6788 7.75001H21.3213L21.875 13.25H16.75V11C16.75 10.8011 16.671 10.6103 16.5303 10.4697C16.3897 10.329 16.1989 10.25 16 10.25C15.8011 10.25 15.6103 10.329 15.4697 10.4697C15.329 10.6103 15.25 10.8011 15.25 11V13.25H10.125L10.6788 7.75001ZM23.1787 27.1688C23.156 27.1937 23.1284 27.2137 23.0977 27.2277C23.067 27.2416 23.0337 27.2492 23 27.25H9C8.96542 27.2501 8.93119 27.2431 8.89947 27.2293C8.86776 27.2155 8.83926 27.1952 8.81576 27.1699C8.79226 27.1445 8.77429 27.1145 8.76297 27.0818C8.75165 27.0492 8.74723 27.0145 8.75 26.98L9.275 21.75H22.725L23.25 26.9763C23.2532 27.0111 23.2491 27.0462 23.2379 27.0794C23.2267 27.1126 23.2087 27.143 23.185 27.1688H23.1787ZM22.575 20.25H9.425L9.97625 14.75H22.0238L22.575 20.25Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default Image;