@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,49 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const TrashSimple = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M27 6.5H5C4.86739 6.5 4.74021 6.55268 4.64645 6.64645C4.55268 6.74021 4.5 6.86739 4.5 7C4.5 7.13261 4.55268 7.25979 4.64645 7.35355C4.74021 7.44732 4.86739 7.5 5 7.5H6.5V26C6.5 26.3978 6.65804 26.7794 6.93934 27.0607C7.22064 27.342 7.60218 27.5 8 27.5H24C24.3978 27.5 24.7794 27.342 25.0607 27.0607C25.342 26.7794 25.5 26.3978 25.5 26V7.5H27C27.1326 7.5 27.2598 7.44732 27.3536 7.35355C27.4473 7.25979 27.5 7.13261 27.5 7C27.5 6.86739 27.4473 6.74021 27.3536 6.64645C27.2598 6.55268 27.1326 6.5 27 6.5ZM24.5 26C24.5 26.1326 24.4473 26.2598 24.3536 26.3536C24.2598 26.4473 24.1326 26.5 24 26.5H8C7.86739 26.5 7.74021 26.4473 7.64645 26.3536C7.55268 26.2598 7.5 26.1326 7.5 26V7.5H24.5V26ZM10.5 3C10.5 2.86739 10.5527 2.74021 10.6464 2.64645C10.7402 2.55268 10.8674 2.5 11 2.5H21C21.1326 2.5 21.2598 2.55268 21.3536 2.64645C21.4473 2.74021 21.5 2.86739 21.5 3C21.5 3.13261 21.4473 3.25979 21.3536 3.35355C21.2598 3.44732 21.1326 3.5 21 3.5H11C10.8674 3.5 10.7402 3.44732 10.6464 3.35355C10.5527 3.25979 10.5 3.13261 10.5 3Z"
8
+ fill="currentColor" />
9
+ </svg>;
10
+ }
11
+ if (type === "regular") {
12
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
13
+ <path
14
+ d="M27 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM24 26H8V8H24V26ZM10 3C10 2.73478 10.1054 2.48043 10.2929 2.29289C10.4804 2.10536 10.7348 2 11 2H21C21.2652 2 21.5196 2.10536 21.7071 2.29289C21.8946 2.48043 22 2.73478 22 3C22 3.26522 21.8946 3.51957 21.7071 3.70711C21.5196 3.89464 21.2652 4 21 4H11C10.7348 4 10.4804 3.89464 10.2929 3.70711C10.1054 3.51957 10 3.26522 10 3Z"
15
+ fill="currentColor" />
16
+ </svg>;
17
+ }
18
+ if (type === "bold") {
19
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
20
+ <path
21
+ d="M27 6H5C4.60218 6 4.22064 6.15804 3.93934 6.43934C3.65804 6.72064 3.5 7.10218 3.5 7.5C3.5 7.89782 3.65804 8.27936 3.93934 8.56066C4.22064 8.84196 4.60218 9 5 9H5.5V26C5.5 26.663 5.76339 27.2989 6.23223 27.7678C6.70107 28.2366 7.33696 28.5 8 28.5H24C24.663 28.5 25.2989 28.2366 25.7678 27.7678C26.2366 27.2989 26.5 26.663 26.5 26V9H27C27.3978 9 27.7794 8.84196 28.0607 8.56066C28.342 8.27936 28.5 7.89782 28.5 7.5C28.5 7.10218 28.342 6.72064 28.0607 6.43934C27.7794 6.15804 27.3978 6 27 6ZM23.5 25.5H8.5V9H23.5V25.5ZM9.5 2.5C9.5 2.10218 9.65804 1.72064 9.93934 1.43934C10.2206 1.15804 10.6022 1 11 1H21C21.3978 1 21.7794 1.15804 22.0607 1.43934C22.342 1.72064 22.5 2.10218 22.5 2.5C22.5 2.89782 22.342 3.27936 22.0607 3.56066C21.7794 3.84196 21.3978 4 21 4H11C10.6022 4 10.2206 3.84196 9.93934 3.56066C9.65804 3.27936 9.5 2.89782 9.5 2.5Z"
22
+ fill="currentColor" />
23
+ </svg>;
24
+ }
25
+ if (type === "fill") {
26
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
27
+ <path
28
+ d="M28 7C28 7.26522 27.8946 7.51957 27.7071 7.70711C27.5196 7.89464 27.2652 8 27 8H26V26C26 26.5304 25.7893 27.0391 25.4142 27.4142C25.0391 27.7893 24.5304 28 24 28H8C7.46957 28 6.96086 27.7893 6.58579 27.4142C6.21071 27.0391 6 26.5304 6 26V8H5C4.73478 8 4.48043 7.89464 4.29289 7.70711C4.10536 7.51957 4 7.26522 4 7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7ZM11 4H21C21.2652 4 21.5196 3.89464 21.7071 3.70711C21.8946 3.51957 22 3.26522 22 3C22 2.73478 21.8946 2.48043 21.7071 2.29289C21.5196 2.10536 21.2652 2 21 2H11C10.7348 2 10.4804 2.10536 10.2929 2.29289C10.1054 2.48043 10 2.73478 10 3C10 3.26522 10.1054 3.51957 10.2929 3.70711C10.4804 3.89464 10.7348 4 11 4Z"
29
+ fill="currentColor" />
30
+ </svg>;
31
+ }
32
+ if (type === "duotone") {
33
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path opacity="0.2"
35
+ d="M25 7V26C25 26.2652 24.8946 26.5196 24.7071 26.7071C24.5196 26.8946 24.2652 27 24 27H8C7.73478 27 7.48043 26.8946 7.29289 26.7071C7.10536 26.5196 7 26.2652 7 26V7H25Z"
36
+ fill="currentColor" />
37
+ <path
38
+ d="M27 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7C4 7.26522 4.10536 7.51957 4.29289 7.70711C4.48043 7.89464 4.73478 8 5 8H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H24C24.5304 28 25.0391 27.7893 25.4142 27.4142C25.7893 27.0391 26 26.5304 26 26V8H27C27.2652 8 27.5196 7.89464 27.7071 7.70711C27.8946 7.51957 28 7.26522 28 7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM24 26H8V8H24V26ZM10 3C10 2.73478 10.1054 2.48043 10.2929 2.29289C10.4804 2.10536 10.7348 2 11 2H21C21.2652 2 21.5196 2.10536 21.7071 2.29289C21.8946 2.48043 22 2.73478 22 3C22 3.26522 21.8946 3.51957 21.7071 3.70711C21.5196 3.89464 21.2652 4 21 4H11C10.7348 4 10.4804 3.89464 10.2929 3.70711C10.1054 3.51957 10 3.26522 10 3Z"
39
+ fill="currentColor" />
40
+ </svg>;
41
+ }
42
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path
44
+ d="M27 6.25H5C4.80109 6.25 4.61032 6.32902 4.46967 6.46967C4.32902 6.61032 4.25 6.80109 4.25 7C4.25 7.19891 4.32902 7.38968 4.46967 7.53033C4.61032 7.67098 4.80109 7.75 5 7.75H6.25V26C6.25 26.4641 6.43437 26.9092 6.76256 27.2374C7.09075 27.5656 7.53587 27.75 8 27.75H24C24.4641 27.75 24.9092 27.5656 25.2374 27.2374C25.5656 26.9092 25.75 26.4641 25.75 26V7.75H27C27.1989 7.75 27.3897 7.67098 27.5303 7.53033C27.671 7.38968 27.75 7.19891 27.75 7C27.75 6.80109 27.671 6.61032 27.5303 6.46967C27.3897 6.32902 27.1989 6.25 27 6.25ZM24.25 26C24.25 26.0663 24.2237 26.1299 24.1768 26.1768C24.1299 26.2237 24.0663 26.25 24 26.25H8C7.9337 26.25 7.87011 26.2237 7.82322 26.1768C7.77634 26.1299 7.75 26.0663 7.75 26V7.75H24.25V26ZM10.25 3C10.25 2.80109 10.329 2.61032 10.4697 2.46967C10.6103 2.32902 10.8011 2.25 11 2.25H21C21.1989 2.25 21.3897 2.32902 21.5303 2.46967C21.671 2.61032 21.75 2.80109 21.75 3C21.75 3.19891 21.671 3.38968 21.5303 3.53033C21.3897 3.67098 21.1989 3.75 21 3.75H11C10.8011 3.75 10.6103 3.67098 10.4697 3.53033C10.329 3.38968 10.25 3.19891 10.25 3Z"
45
+ fill="currentColor" />
46
+ </svg>;
47
+ };
48
+
49
+ export default TrashSimple;
@@ -0,0 +1,35 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Person = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path d="M16.0001 8.5C16.6923 8.5 17.369 8.29473 17.9446 7.91014C18.5202 7.52556 18.9688 6.97893 19.2337 6.33939C19.4986 5.69985 19.5679 4.99612 19.4329 4.31719C19.2978 3.63825 18.9645 3.01461 18.475 2.52513C17.9855 2.03564 17.3619 1.7023 16.6829 1.56725C16.004 1.4322 15.3003 1.50152 14.6607 1.76642C14.0212 2.03133 13.4745 2.47993 13.09 3.05551C12.7054 3.63108 12.5001 4.30777 12.5001 5C12.5001 5.92826 12.8689 6.8185 13.5252 7.47487C14.1816 8.13125 15.0718 8.5 16.0001 8.5ZM16.0001 2.5C16.4946 2.5 16.9779 2.64662 17.389 2.92133C17.8002 3.19603 18.1206 3.58648 18.3098 4.04329C18.499 4.50011 18.5485 5.00277 18.4521 5.48773C18.3556 5.97268 18.1175 6.41814 17.7679 6.76777C17.4182 7.1174 16.9728 7.3555 16.4878 7.45196C16.0029 7.54843 15.5002 7.49892 15.0434 7.3097C14.5866 7.12048 14.1961 6.80005 13.9214 6.38893C13.6467 5.9778 13.5001 5.49445 13.5001 5C13.5001 4.33696 13.7635 3.70108 14.2323 3.23223C14.7012 2.76339 15.3371 2.5 16.0001 2.5ZM26.9276 17.0975L21.2714 10.685C20.9429 10.3126 20.539 10.0143 20.0864 9.80998C19.6338 9.60567 19.1429 9.50001 18.6464 9.5H13.3539C12.8573 9.50001 12.3664 9.60567 11.9138 9.80998C11.4612 10.0143 11.0573 10.3126 10.7289 10.685L5.07261 17.0975C4.70532 17.4733 4.50069 17.9785 4.50295 18.504C4.5052 19.0295 4.71417 19.5329 5.08466 19.9056C5.45515 20.2782 5.95741 20.49 6.48285 20.4953C7.0083 20.5006 7.5147 20.2989 7.8926 19.9338L11.1251 17.3375L8.66261 26.6975C8.44836 27.1785 8.43242 27.7245 8.61823 28.2171C8.80404 28.7098 9.17662 29.1093 9.65512 29.3289C10.1336 29.5486 10.6794 29.5707 11.1741 29.3905C11.6689 29.2103 12.0725 28.8422 12.2976 28.3662L16.0001 22L19.6976 28.375C19.9227 28.851 20.3264 29.219 20.8211 29.3992C21.3158 29.5795 21.8616 29.5573 22.3401 29.3377C22.8186 29.118 23.1912 28.7185 23.377 28.2259C23.5628 27.7332 23.5468 27.1872 23.3326 26.7062L20.8751 17.3375L24.1126 19.9338C24.4905 20.2989 24.9969 20.5006 25.5224 20.4953C26.0478 20.49 26.5501 20.2782 26.9206 19.9056C27.291 19.5329 27.5 19.0295 27.5023 18.504C27.5045 17.9785 27.2999 17.4733 26.9326 17.0975H26.9276ZM26.2076 19.2062C26.0201 19.3936 25.7658 19.4989 25.5007 19.4989C25.2356 19.4989 24.9814 19.3936 24.7939 19.2062C24.781 19.1932 24.7672 19.1811 24.7526 19.17L20.3139 15.61C20.2319 15.5439 20.1312 15.5053 20.026 15.4999C19.9208 15.4944 19.8166 15.5222 19.7282 15.5794C19.6398 15.6367 19.5718 15.7203 19.5337 15.8185C19.4957 15.9167 19.4896 16.0244 19.5164 16.1263L22.3751 26.9925C22.3827 27.0212 22.3927 27.0493 22.4051 27.0763C22.4628 27.1956 22.4962 27.3251 22.5034 27.4575C22.5106 27.5898 22.4914 27.7222 22.447 27.8471C22.4025 27.9719 22.3337 28.0867 22.2445 28.1847C22.1553 28.2827 22.0476 28.3621 21.9274 28.4181C21.8073 28.4741 21.6773 28.5056 21.5449 28.5109C21.4124 28.5162 21.2803 28.4951 21.1561 28.4489C21.0319 28.4027 20.9181 28.3322 20.8214 28.2416C20.7246 28.1511 20.6469 28.0422 20.5926 27.9212C20.5864 27.9075 20.5789 27.895 20.5714 27.8813L16.4326 20.75C16.3887 20.6742 16.3256 20.6113 16.2497 20.5676C16.1738 20.5239 16.0877 20.5009 16.0001 20.5009C15.9125 20.5009 15.8265 20.5239 15.7505 20.5676C15.6746 20.6113 15.6116 20.6742 15.5676 20.75L11.4276 27.8813C11.4201 27.895 11.4126 27.9075 11.4064 27.9212C11.3521 28.0422 11.2743 28.1511 11.1776 28.2416C11.0808 28.3322 10.9671 28.4027 10.8429 28.4489C10.7187 28.4951 10.5865 28.5162 10.4541 28.5109C10.3217 28.5056 10.1916 28.4741 10.0715 28.4181C9.9514 28.3621 9.84362 28.2827 9.75443 28.1847C9.66523 28.0867 9.59642 27.9719 9.55197 27.8471C9.50753 27.7222 9.48834 27.5898 9.49553 27.4575C9.50272 27.3251 9.53614 27.1956 9.59385 27.0763C9.60625 27.0493 9.61629 27.0212 9.62385 26.9925L12.4839 16.125C12.5106 16.0232 12.5045 15.9155 12.4665 15.8173C12.4285 15.7191 12.3604 15.6354 12.272 15.5782C12.1836 15.521 12.0794 15.4931 11.9742 15.4986C11.8691 15.5041 11.7683 15.5426 11.6864 15.6088L7.2501 19.17C7.23552 19.1811 7.22173 19.1932 7.20885 19.2062C7.01979 19.3859 6.76804 19.4845 6.50728 19.4812C6.24652 19.4779 5.99738 19.3728 5.81298 19.1884C5.62857 19.004 5.5235 18.7548 5.52017 18.4941C5.51683 18.2333 5.61548 17.9816 5.7951 17.7925L5.81635 17.77L11.4789 11.3463C11.7135 11.0803 12.002 10.8672 12.3253 10.7213C12.6486 10.5754 12.9992 10.5 13.3539 10.5H18.6464C19.001 10.5 19.3517 10.5754 19.6749 10.7213C19.9982 10.8672 20.2867 11.0803 20.5214 11.3463L26.1864 17.77L26.2076 17.7925C26.395 17.98 26.5003 18.2343 26.5003 18.4994C26.5003 18.7645 26.395 19.0187 26.2076 19.2062Z" fill="currentColor"/>
7
+ </svg>
8
+ }
9
+ if (type === "regular") {
10
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
11
+ <path d="M20.0001 5C20.0001 4.20888 19.7655 3.43552 19.326 2.77772C18.8864 2.11992 18.2617 1.60723 17.5308 1.30448C16.7999 1.00173 15.9956 0.92252 15.2197 1.07686C14.4438 1.2312 13.7311 1.61216 13.1717 2.17157C12.6122 2.73098 12.2313 3.44372 12.0769 4.21964C11.9226 4.99557 12.0018 5.79983 12.3046 6.53074C12.6073 7.26164 13.12 7.88636 13.7778 8.32588C14.4356 8.76541 15.209 9 16.0001 9C17.0609 9 18.0784 8.57858 18.8285 7.82843C19.5787 7.07828 20.0001 6.06087 20.0001 5ZM16.0001 7C15.6045 7 15.2178 6.8827 14.8889 6.66294C14.56 6.44318 14.3037 6.13082 14.1523 5.76537C14.0009 5.39992 13.9613 4.99778 14.0385 4.60982C14.1157 4.22186 14.3062 3.86549 14.5859 3.58579C14.8656 3.30608 15.2219 3.1156 15.6099 3.03843C15.9979 2.96126 16.4 3.00087 16.7654 3.15224C17.1309 3.30362 17.4433 3.55996 17.663 3.88886C17.8828 4.21776 18.0001 4.60444 18.0001 5C18.0001 5.53044 17.7894 6.03914 17.4143 6.41422C17.0392 6.78929 16.5305 7 16.0001 7ZM27.2926 16.7563L21.6463 10.3538C21.2709 9.92822 20.8093 9.58743 20.292 9.35402C19.7748 9.12062 19.2138 8.99994 18.6463 9H13.3538C12.7864 8.99994 12.2254 9.12062 11.7081 9.35402C11.1909 9.58743 10.7292 9.92822 10.3538 10.3538L4.70758 16.7563C4.24905 17.2252 3.99318 17.8556 3.99513 18.5115C3.99708 19.1673 4.25669 19.7962 4.718 20.2624C5.17931 20.7286 5.80536 20.9949 6.46117 21.0038C7.11699 21.0127 7.75003 20.7635 8.22383 20.31L10.2613 18.675L8.19383 26.535C7.92 27.1392 7.89739 27.8274 8.13099 28.4483C8.36459 29.0692 8.83526 29.5718 9.43946 29.8456C10.0437 30.1195 10.7319 30.1421 11.3527 29.9085C11.9736 29.6749 12.4762 29.2042 12.7501 28.6L16.0001 22.9913L19.2501 28.6C19.5362 29.1839 20.0385 29.6334 20.6505 29.8531C21.2624 30.0728 21.936 30.0454 22.5281 29.7767C23.1202 29.5081 23.5844 29.0193 23.8221 28.4141C24.0598 27.8089 24.0524 27.1348 23.8013 26.535L21.7388 18.675L23.7763 20.31C24.2501 20.7635 24.8832 21.0127 25.539 21.0038C26.1948 20.9949 26.8209 20.7286 27.2822 20.2624C27.7435 19.7962 28.0031 19.1673 28.005 18.5115C28.007 17.8556 27.7511 17.2252 27.2926 16.7563ZM25.8538 18.8525C25.8074 18.899 25.7523 18.9359 25.6916 18.961C25.6309 18.9862 25.5658 18.9991 25.5001 18.9991C25.4344 18.9991 25.3693 18.9862 25.3086 18.961C25.2479 18.9359 25.1928 18.899 25.1463 18.8525C25.1201 18.8275 25.0938 18.8025 25.0651 18.78L20.6251 15.22C20.4612 15.0892 20.2604 15.0132 20.051 15.0028C19.8416 14.9923 19.6342 15.048 19.4581 15.1619C19.2821 15.2757 19.1463 15.4421 19.0699 15.6373C18.9935 15.8326 18.9805 16.0469 19.0326 16.25L21.8926 27.125C21.9073 27.183 21.9274 27.2395 21.9526 27.2938C21.9814 27.3534 21.9981 27.4182 22.0017 27.4844C22.0053 27.5505 21.9957 27.6167 21.9735 27.6792C21.9513 27.7416 21.9169 27.799 21.8723 27.848C21.8277 27.897 21.7738 27.9367 21.7137 27.9647C21.6537 27.9927 21.5887 28.0084 21.5225 28.0111C21.4562 28.0137 21.3902 28.0032 21.3281 27.9801C21.266 27.957 21.2091 27.9217 21.1607 27.8765C21.1124 27.8312 21.0735 27.7767 21.0463 27.7163C21.0341 27.6892 21.0203 27.663 21.0051 27.6375L16.8651 20.5C16.7772 20.3485 16.651 20.2227 16.4992 20.1352C16.3474 20.0478 16.1753 20.0018 16.0001 20.0018C15.8249 20.0018 15.6528 20.0478 15.501 20.1352C15.3492 20.2227 15.223 20.3485 15.1351 20.5L11.0001 27.6313C10.9848 27.6567 10.9711 27.683 10.9588 27.71C10.9311 27.7696 10.8918 27.8231 10.8433 27.8675C10.7949 27.9119 10.7381 27.9463 10.6763 27.9688C10.5833 28.0028 10.4823 28.0085 10.3861 27.9851C10.2899 27.9617 10.2028 27.9103 10.1358 27.8373C10.0689 27.7643 10.0251 27.6731 10.0101 27.5752C9.99502 27.4774 10.0094 27.3772 10.0513 27.2875C10.0765 27.2332 10.0966 27.1767 10.1113 27.1188L12.9676 16.25C13.0197 16.0469 13.0066 15.8326 12.9303 15.6373C12.8539 15.4421 12.7181 15.2757 12.542 15.1619C12.366 15.048 12.1586 14.9923 11.9492 15.0028C11.7398 15.0132 11.5389 15.0892 11.3751 15.22L6.93508 18.78C6.90633 18.8025 6.88008 18.8275 6.85383 18.8525C6.80791 18.9009 6.75275 18.9397 6.69162 18.9664C6.63049 18.9932 6.56461 19.0075 6.49788 19.0084C6.43115 19.0093 6.36491 18.9968 6.30307 18.9718C6.24123 18.9467 6.18504 18.9094 6.1378 18.8623C6.09057 18.8151 6.05326 18.759 6.02806 18.6972C6.00286 18.6354 5.99028 18.5692 5.99108 18.5025C5.99187 18.4357 6.00602 18.3698 6.03268 18.3087C6.05935 18.2475 6.09799 18.1923 6.14633 18.1463C6.16133 18.1313 6.17508 18.1163 6.18883 18.1L11.8538 11.6763C12.0416 11.4636 12.2725 11.2933 12.5311 11.1767C12.7897 11.0601 13.0701 10.9999 13.3538 11H18.6463C18.93 10.9999 19.2105 11.0601 19.4691 11.1767C19.7277 11.2933 19.9586 11.4636 20.1463 11.6763L25.8113 18.1C25.8251 18.1163 25.8388 18.1313 25.8538 18.1463C25.9473 18.24 25.9998 18.367 25.9998 18.4994C25.9998 18.6318 25.9473 18.7588 25.8538 18.8525Z" fill="currentColor"/>
12
+ </svg>
13
+ }
14
+ if (type === "bold") {
15
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path d="M27.6611 16.4175L22.0211 10.0237C21.6183 9.56606 21.1268 9.195 20.5763 8.93307C20.0258 8.67113 19.4278 8.52379 18.8186 8.49999C19.5448 7.91642 20.072 7.12184 20.3274 6.2259C20.5828 5.32996 20.5539 4.37683 20.2445 3.49805C19.9352 2.61926 19.3608 1.85815 18.6004 1.31975C17.8401 0.781342 16.9315 0.492188 15.9998 0.492188C15.0682 0.492188 14.1595 0.781342 13.3992 1.31975C12.6389 1.85815 12.0645 2.61926 11.7551 3.49805C11.4458 4.37683 11.4168 5.32996 11.6723 6.2259C11.9277 7.12184 12.4549 7.91642 13.1811 8.49999C12.5719 8.52379 11.9739 8.67113 11.4234 8.93307C10.8729 9.195 10.3813 9.56606 9.97858 10.0237L4.33858 16.4175C3.79505 16.9809 3.49325 17.7344 3.49761 18.5172C3.50196 19.3 3.81213 20.0501 4.36191 20.6074C4.91168 21.1646 5.65751 21.485 6.44019 21.4999C7.22287 21.5149 7.9804 21.2233 8.55108 20.6875L9.39233 20.0137L7.71733 26.375C7.42483 27.0943 7.42266 27.8991 7.71127 28.62C7.99989 29.3409 8.55681 29.9218 9.26491 30.2406C9.97302 30.5594 10.7771 30.5911 11.5082 30.3292C12.2392 30.0673 12.8402 29.5321 13.1848 28.8362L15.9998 23.9875L18.8148 28.8362C19.1557 29.5257 19.7501 30.0565 20.4736 30.3175C21.0186 30.5161 21.6095 30.5525 22.1748 30.4221C22.74 30.2918 23.2554 30.0004 23.6584 29.5832C24.0614 29.166 24.3349 28.6409 24.4456 28.0715C24.5564 27.5021 24.4996 26.9128 24.2823 26.375L22.6073 20.0137L23.4486 20.6875C24.0193 21.2233 24.7768 21.5149 25.5595 21.4999C26.3422 21.485 27.088 21.1646 27.6378 20.6074C28.1875 20.0501 28.4977 19.3 28.5021 18.5172C28.5064 17.7344 28.2046 16.9809 27.6611 16.4175ZM15.9998 3.49999C16.2965 3.49999 16.5865 3.58796 16.8332 3.75278C17.0799 3.9176 17.2721 4.15187 17.3856 4.42596C17.4992 4.70005 17.5289 5.00165 17.471 5.29262C17.4131 5.58359 17.2703 5.85087 17.0605 6.06065C16.8507 6.27042 16.5834 6.41329 16.2925 6.47116C16.0015 6.52904 15.6999 6.49934 15.4258 6.38581C15.1517 6.27227 14.9174 6.08001 14.7526 5.83334C14.5878 5.58667 14.4998 5.29666 14.4998 4.99999C14.4998 4.60216 14.6579 4.22063 14.9392 3.93933C15.2205 3.65802 15.602 3.49999 15.9998 3.49999ZM25.3748 18.39L20.9348 14.8287C20.6886 14.6313 20.3864 14.5166 20.0711 14.5009C19.7559 14.4852 19.4438 14.5694 19.1792 14.7414C18.9145 14.9133 18.7109 15.1644 18.5972 15.4588C18.4836 15.7533 18.4657 16.076 18.5461 16.3812L21.4086 27.25C21.4316 27.3358 21.4622 27.4195 21.4998 27.5C21.4812 27.4573 21.4603 27.4155 21.4373 27.375L17.2973 20.25C17.1655 20.0227 16.9762 19.834 16.7485 19.7028C16.5208 19.5717 16.2626 19.5026 15.9998 19.5026C15.737 19.5026 15.4789 19.5717 15.2512 19.7028C15.0234 19.834 14.8342 20.0227 14.7023 20.25L10.5623 27.375C10.5393 27.4155 10.5185 27.4573 10.4998 27.5C10.537 27.4193 10.5675 27.3356 10.5911 27.25L13.4498 16.385C13.5302 16.0798 13.5123 15.757 13.3987 15.4626C13.285 15.1682 13.0814 14.9171 12.8167 14.7451C12.5521 14.5731 12.24 14.489 11.9248 14.5047C11.6096 14.5204 11.3073 14.6351 11.0611 14.8325L6.62483 18.39C6.58111 18.4238 6.53937 18.4601 6.49983 18.4987C6.52233 18.4775 6.54358 18.4537 6.56483 18.4312L12.2286 12.0075C12.3694 11.8479 12.5425 11.7202 12.7365 11.6327C12.9304 11.5452 13.1408 11.4999 13.3536 11.5H18.6461C18.8589 11.4999 19.0692 11.5452 19.2632 11.6327C19.4572 11.7202 19.6303 11.8479 19.7711 12.0075L25.4361 18.4312C25.4573 18.4537 25.4786 18.4775 25.5011 18.4987C25.4611 18.4601 25.419 18.4238 25.3748 18.39Z" fill="currentColor"/>
17
+ </svg>
18
+ }
19
+ if (type === "fill") {
20
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M12.5001 4.5C12.5001 3.80777 12.7054 3.13108 13.09 2.55551C13.4745 1.97993 14.0212 1.53133 14.6607 1.26642C15.3003 1.00152 16.004 0.932205 16.6829 1.06725C17.3619 1.2023 17.9855 1.53564 18.475 2.02513C18.9645 2.51461 19.2978 3.13825 19.4329 3.81719C19.5679 4.49612 19.4986 5.19985 19.2337 5.83939C18.9688 6.47893 18.5202 7.02556 17.9446 7.41014C17.369 7.79473 16.6923 8 16.0001 8C15.0718 8 14.1816 7.63125 13.5252 6.97487C12.8689 6.3185 12.5001 5.42826 12.5001 4.5ZM26.9276 17.5975L21.2714 11.185C20.9429 10.8126 20.539 10.5143 20.0864 10.31C19.6338 10.1057 19.1429 10 18.6464 10H13.3539C12.8573 10 12.3664 10.1057 11.9138 10.31C11.4612 10.5143 11.0573 10.8126 10.7289 11.185L5.07261 17.5975C4.70532 17.9733 4.50069 18.4785 4.50295 19.004C4.5052 19.5295 4.71417 20.0329 5.08466 20.4056C5.45515 20.7782 5.95741 20.99 6.48285 20.9953C7.0083 21.0006 7.5147 20.7989 7.8926 20.4338L11.1251 17.8375L8.66261 27.1975C8.44836 27.6785 8.43242 28.2245 8.61823 28.7171C8.80404 29.2098 9.17662 29.6093 9.65512 29.8289C10.1336 30.0486 10.6794 30.0707 11.1741 29.8905C11.6689 29.7103 12.0725 29.3422 12.2976 28.8662L16.0001 22.5L19.6976 28.875C19.9227 29.351 20.3264 29.719 20.8211 29.8992C21.3158 30.0795 21.8616 30.0573 22.3401 29.8377C22.8186 29.618 23.1912 29.2185 23.377 28.7259C23.5628 28.2332 23.5468 27.6872 23.3326 27.2062L20.8751 17.8375L24.1126 20.4338C24.4905 20.7989 24.9969 21.0006 25.5224 20.9953C26.0478 20.99 26.5501 20.7782 26.9206 20.4056C27.291 20.0329 27.5 19.5295 27.5023 19.004C27.5045 18.4785 27.2999 17.9733 26.9326 17.5975H26.9276Z" fill="currentColor"/>
22
+ </svg>
23
+ }
24
+ if (type === "duotone") {
25
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
26
+ <path opacity="0.2" d="M12.9999 5C12.9999 4.40666 13.1758 3.82664 13.5055 3.33329C13.8351 2.83994 14.3037 2.45543 14.8518 2.22836C15.4 2.0013 16.0032 1.94189 16.5852 2.05765C17.1671 2.1734 17.7017 2.45912 18.1212 2.87868C18.5408 3.29824 18.8265 3.83279 18.9422 4.41473C19.058 4.99667 18.9986 5.59987 18.7715 6.14805C18.5445 6.69623 18.1599 7.16477 17.6666 7.49441C17.1733 7.82405 16.5932 8 15.9999 8C15.2042 8 14.4412 7.68393 13.8786 7.12132C13.316 6.55871 12.9999 5.79565 12.9999 5ZM26.5611 17.4388L20.8961 11.0163C20.6147 10.6969 20.2685 10.4412 19.8805 10.2659C19.4926 10.0907 19.0718 10.0001 18.6461 10H13.3536C12.928 10.0001 12.5072 10.0907 12.1193 10.2659C11.7313 10.4412 11.3851 10.6969 11.1036 11.0163L5.43864 17.4388C5.29911 17.5783 5.18843 17.7439 5.11291 17.9262C5.0374 18.1085 4.99854 18.3039 4.99854 18.5013C4.99854 18.8998 5.15684 19.282 5.43864 19.5638C5.72043 19.8455 6.10262 20.0039 6.50114 20.0039C6.89965 20.0039 7.28184 19.8455 7.56364 19.5638L11.9999 16L9.14114 26.8663C8.97974 27.2258 8.96632 27.6344 9.10379 28.0038C9.24126 28.3731 9.51857 28.6735 9.87577 28.8401C10.233 29.0066 10.6413 29.0259 11.0126 28.8937C11.3839 28.7615 11.6883 28.4885 11.8599 28.1338L15.9999 21L20.1399 28.1338C20.3115 28.4885 20.6159 28.7615 20.9871 28.8937C21.3584 29.0259 21.7668 29.0066 22.124 28.8401C22.4812 28.6735 22.7585 28.3731 22.896 28.0038C23.0335 27.6344 23.02 27.2258 22.8586 26.8663L19.9999 16L24.4386 19.5613C24.5782 19.7008 24.7438 19.8115 24.9261 19.887C25.1084 19.9625 25.3038 20.0014 25.5011 20.0014C25.6985 20.0014 25.8939 19.9625 26.0762 19.887C26.2585 19.8115 26.4241 19.7008 26.5636 19.5613C26.7032 19.4217 26.8138 19.2561 26.8894 19.0738C26.9649 18.8915 27.0037 18.6961 27.0037 18.4988C27.0037 18.3014 26.9649 18.106 26.8894 17.9237C26.8138 17.7414 26.7032 17.5758 26.5636 17.4363L26.5611 17.4388Z" fill="currentColor"/>
27
+ <path d="M20.0001 5C20.0001 4.20888 19.7655 3.43552 19.326 2.77772C18.8864 2.11992 18.2617 1.60723 17.5308 1.30448C16.7999 1.00173 15.9956 0.92252 15.2197 1.07686C14.4438 1.2312 13.7311 1.61216 13.1717 2.17157C12.6122 2.73098 12.2313 3.44372 12.0769 4.21964C11.9226 4.99557 12.0018 5.79983 12.3046 6.53074C12.6073 7.26164 13.12 7.88636 13.7778 8.32588C14.4356 8.76541 15.209 9 16.0001 9C17.0609 9 18.0784 8.57858 18.8285 7.82843C19.5787 7.07828 20.0001 6.06087 20.0001 5ZM16.0001 7C15.6045 7 15.2178 6.8827 14.8889 6.66294C14.56 6.44318 14.3037 6.13082 14.1523 5.76537C14.0009 5.39992 13.9613 4.99778 14.0385 4.60982C14.1157 4.22186 14.3062 3.86549 14.5859 3.58579C14.8656 3.30608 15.2219 3.1156 15.6099 3.03843C15.9979 2.96126 16.4 3.00087 16.7654 3.15224C17.1309 3.30362 17.4433 3.55996 17.663 3.88886C17.8828 4.21776 18.0001 4.60444 18.0001 5C18.0001 5.53044 17.7894 6.03914 17.4143 6.41422C17.0392 6.78929 16.5305 7 16.0001 7ZM27.2926 16.7563L21.6463 10.3538C21.2709 9.92822 20.8093 9.58743 20.292 9.35402C19.7748 9.12062 19.2138 8.99994 18.6463 9H13.3538C12.7864 8.99994 12.2254 9.12062 11.7081 9.35402C11.1909 9.58743 10.7292 9.92822 10.3538 10.3538L4.70758 16.7563C4.24905 17.2252 3.99318 17.8556 3.99513 18.5115C3.99708 19.1673 4.25669 19.7962 4.718 20.2624C5.17931 20.7286 5.80536 20.9949 6.46117 21.0038C7.11699 21.0127 7.75003 20.7635 8.22383 20.31L10.2613 18.675L8.19383 26.535C7.92 27.1392 7.89739 27.8274 8.13099 28.4483C8.36459 29.0692 8.83526 29.5718 9.43946 29.8456C10.0437 30.1195 10.7319 30.1421 11.3527 29.9085C11.9736 29.6749 12.4762 29.2042 12.7501 28.6L16.0001 22.9913L19.2501 28.6C19.5362 29.1839 20.0385 29.6334 20.6505 29.8531C21.2624 30.0728 21.936 30.0454 22.5281 29.7767C23.1202 29.5081 23.5844 29.0193 23.8221 28.4141C24.0598 27.8089 24.0524 27.1348 23.8013 26.535L21.7388 18.675L23.7763 20.31C24.2501 20.7635 24.8832 21.0127 25.539 21.0038C26.1948 20.9949 26.8209 20.7286 27.2822 20.2624C27.7435 19.7962 28.0031 19.1673 28.005 18.5115C28.007 17.8556 27.7511 17.2252 27.2926 16.7563ZM25.8538 18.8525C25.8074 18.899 25.7523 18.9359 25.6916 18.961C25.6309 18.9862 25.5658 18.9991 25.5001 18.9991C25.4344 18.9991 25.3693 18.9862 25.3086 18.961C25.2479 18.9359 25.1928 18.899 25.1463 18.8525C25.1201 18.8275 25.0938 18.8025 25.0651 18.78L20.6251 15.22C20.4612 15.0892 20.2604 15.0132 20.051 15.0028C19.8416 14.9923 19.6342 15.048 19.4581 15.1619C19.2821 15.2757 19.1463 15.4421 19.0699 15.6373C18.9935 15.8326 18.9805 16.0469 19.0326 16.25L21.8926 27.125C21.9073 27.183 21.9274 27.2395 21.9526 27.2938C21.9814 27.3534 21.9981 27.4182 22.0017 27.4844C22.0053 27.5505 21.9957 27.6167 21.9735 27.6792C21.9513 27.7416 21.9169 27.799 21.8723 27.848C21.8277 27.897 21.7738 27.9367 21.7137 27.9647C21.6537 27.9927 21.5887 28.0084 21.5225 28.0111C21.4562 28.0137 21.3902 28.0032 21.3281 27.9801C21.266 27.957 21.2091 27.9217 21.1607 27.8765C21.1124 27.8312 21.0735 27.7767 21.0463 27.7163C21.0341 27.6892 21.0203 27.663 21.0051 27.6375L16.8651 20.5C16.7772 20.3485 16.651 20.2227 16.4992 20.1352C16.3474 20.0478 16.1753 20.0018 16.0001 20.0018C15.8249 20.0018 15.6528 20.0478 15.501 20.1352C15.3492 20.2227 15.223 20.3485 15.1351 20.5L11.0001 27.6313C10.9848 27.6567 10.9711 27.683 10.9588 27.71C10.9311 27.7696 10.8918 27.8231 10.8433 27.8675C10.7949 27.9119 10.7381 27.9463 10.6763 27.9688C10.5833 28.0028 10.4823 28.0085 10.3861 27.9851C10.2899 27.9617 10.2028 27.9103 10.1358 27.8373C10.0689 27.7643 10.0251 27.6731 10.0101 27.5752C9.99502 27.4774 10.0094 27.3772 10.0513 27.2875C10.0765 27.2332 10.0966 27.1767 10.1113 27.1188L12.9676 16.25C13.0197 16.0469 13.0066 15.8326 12.9303 15.6373C12.8539 15.4421 12.7181 15.2757 12.542 15.1619C12.366 15.048 12.1586 14.9923 11.9492 15.0028C11.7398 15.0132 11.5389 15.0892 11.3751 15.22L6.93508 18.78C6.90633 18.8025 6.88008 18.8275 6.85383 18.8525C6.80791 18.9009 6.75275 18.9397 6.69162 18.9664C6.63049 18.9932 6.56461 19.0075 6.49788 19.0084C6.43115 19.0093 6.36491 18.9968 6.30307 18.9718C6.24123 18.9467 6.18504 18.9094 6.1378 18.8623C6.09057 18.8151 6.05326 18.759 6.02806 18.6972C6.00286 18.6354 5.99028 18.5692 5.99108 18.5025C5.99187 18.4357 6.00602 18.3698 6.03268 18.3087C6.05935 18.2475 6.09799 18.1923 6.14633 18.1463C6.16133 18.1313 6.17508 18.1163 6.18883 18.1L11.8538 11.6763C12.0416 11.4636 12.2725 11.2933 12.5311 11.1767C12.7897 11.0601 13.0701 10.9999 13.3538 11H18.6463C18.93 10.9999 19.2105 11.0601 19.4691 11.1767C19.7277 11.2933 19.9586 11.4636 20.1463 11.6763L25.8113 18.1C25.8251 18.1163 25.8388 18.1313 25.8538 18.1463C25.9473 18.24 25.9998 18.367 25.9998 18.4994C25.9998 18.6318 25.9473 18.7588 25.8538 18.8525Z" fill="currentColor"/>
28
+ </svg>
29
+ }
30
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
31
+ <path d="M15.9998 8.75C16.7415 8.75 17.4665 8.53007 18.0832 8.11801C18.6999 7.70596 19.1805 7.12029 19.4643 6.43506C19.7482 5.74984 19.8224 4.99584 19.6777 4.26841C19.533 3.54098 19.1759 2.8728 18.6514 2.34835C18.127 1.8239 17.4588 1.46675 16.7314 1.32206C16.0039 1.17736 15.2499 1.25162 14.5647 1.53545C13.8795 1.81928 13.2938 2.29993 12.8818 2.91661C12.4697 3.5333 12.2498 4.25832 12.2498 5C12.2498 5.99456 12.6449 6.94839 13.3481 7.65165C14.0514 8.35491 15.0052 8.75 15.9998 8.75ZM15.9998 2.75C16.4448 2.75 16.8798 2.88196 17.2498 3.12919C17.6198 3.37643 17.9082 3.72783 18.0785 4.13896C18.2488 4.5501 18.2934 5.0025 18.2066 5.43895C18.1197 5.87541 17.9054 6.27632 17.5908 6.59099C17.2761 6.90566 16.8752 7.11995 16.4387 7.20677C16.0023 7.29359 15.5499 7.24903 15.1387 7.07873C14.7276 6.90843 14.3762 6.62004 14.129 6.25003C13.8817 5.88002 13.7498 5.44501 13.7498 5C13.7498 4.40326 13.9868 3.83097 14.4088 3.40901C14.8308 2.98705 15.403 2.75 15.9998 2.75ZM27.1098 16.9275L21.4585 10.52C21.1067 10.1209 20.6739 9.80126 20.189 9.58229C19.7041 9.36332 19.1781 9.25005 18.646 9.25H13.3535C12.8216 9.24989 12.2957 9.36297 11.8108 9.58172C11.3258 9.80047 10.893 10.1199 10.541 10.5188L4.88979 16.9275C4.46577 17.3475 4.22598 17.9188 4.22317 18.5156C4.22036 19.1125 4.45475 19.686 4.87479 20.11C5.29482 20.534 5.8661 20.7738 6.46293 20.7766C7.05976 20.7794 7.63327 20.545 8.05729 20.125L10.696 18.0088L8.42979 26.615C8.19154 27.1564 8.17607 27.7698 8.38673 28.3226C8.59739 28.8753 9.01722 29.3228 9.55537 29.5683C10.0935 29.8138 10.7067 29.8375 11.2622 29.6343C11.8177 29.4311 12.2708 29.0173 12.5235 28.4825L15.9998 22.5L19.476 28.4888C19.7287 29.0236 20.1819 29.4373 20.7374 29.6406C21.2929 29.8438 21.906 29.8201 22.4442 29.5746C22.9823 29.3291 23.4022 28.8815 23.6128 28.3288C23.8235 27.7761 23.808 27.1627 23.5698 26.6213L21.3035 18.0125L23.9423 20.125C24.3689 20.5305 24.9373 20.7527 25.5258 20.744C26.1143 20.7353 26.676 20.4963 27.0904 20.0784C27.5047 19.6604 27.7388 19.0967 27.7425 18.5081C27.7461 17.9196 27.519 17.3531 27.1098 16.93V16.9275ZM26.031 19.03C25.9614 19.0997 25.8787 19.1551 25.7876 19.1928C25.6966 19.2305 25.599 19.25 25.5004 19.25C25.4018 19.25 25.3043 19.2305 25.2132 19.1928C25.1222 19.1551 25.0394 19.0997 24.9698 19.03C24.9509 19.0101 24.9304 18.9917 24.9085 18.975L20.4698 15.415C20.3468 15.3162 20.1957 15.2588 20.0382 15.2508C19.8806 15.2429 19.7246 15.2848 19.5922 15.3706C19.4598 15.4565 19.3579 15.5818 19.3009 15.729C19.2439 15.8761 19.2348 16.0374 19.2748 16.19L22.1335 27.0563C22.146 27.0989 22.1615 27.1407 22.1798 27.1813C22.2638 27.3616 22.2728 27.5679 22.2047 27.7549C22.1366 27.9418 21.997 28.0941 21.8167 28.1781C21.6363 28.2622 21.43 28.2711 21.243 28.203C21.0561 28.1349 20.9038 27.9953 20.8198 27.815C20.8106 27.7944 20.8002 27.7743 20.7885 27.755L16.6485 20.625C16.5826 20.5113 16.488 20.417 16.3741 20.3514C16.2603 20.2858 16.1312 20.2513 15.9998 20.2513C15.8684 20.2513 15.7393 20.2858 15.6255 20.3514C15.5116 20.417 15.417 20.5113 15.351 20.625L11.211 27.7563C11.1994 27.7756 11.189 27.7956 11.1798 27.8163C11.0957 27.9966 10.9435 28.1362 10.7566 28.2043C10.5696 28.2724 10.3633 28.2634 10.1829 28.1794C10.0026 28.0953 9.86299 27.9431 9.79489 27.7561C9.72679 27.5692 9.73575 27.3629 9.81979 27.1825C9.83809 27.142 9.85354 27.1002 9.86604 27.0575L12.7248 16.1913C12.7642 16.0392 12.7548 15.8786 12.6981 15.7322C12.6414 15.5858 12.5401 15.4608 12.4085 15.375C12.2871 15.295 12.1452 15.2516 11.9998 15.25C11.8289 15.2499 11.6631 15.3081 11.5298 15.415L7.09104 18.975C7.0692 18.9917 7.04871 19.0101 7.02979 19.03C6.88906 19.1707 6.69818 19.2498 6.49916 19.2498C6.30014 19.2498 6.10927 19.1707 5.96854 19.03C5.82781 18.8893 5.74874 18.6984 5.74874 18.4994C5.74874 18.3004 5.82781 18.1095 5.96854 17.9688L6.00104 17.935L11.666 11.5113C11.8772 11.2719 12.1369 11.0803 12.4279 10.949C12.7188 10.8178 13.0344 10.7499 13.3535 10.75H18.646C18.9652 10.7499 19.2808 10.8178 19.5717 10.949C19.8627 11.0803 20.1223 11.2719 20.3335 11.5113L25.9998 17.935L26.0323 17.9688C26.1019 18.0385 26.1572 18.1213 26.1948 18.2124C26.2324 18.3035 26.2517 18.4011 26.2516 18.4996C26.2515 18.5982 26.232 18.6958 26.1941 18.7868C26.1563 18.8778 26.1008 18.9604 26.031 19.03Z" fill="currentColor"/>
32
+ </svg>
33
+ };
34
+
35
+ export default Person;
@@ -0,0 +1,35 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const PersonArmsSpread = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path d="M15.9998 8.5C16.6921 8.5 17.3688 8.29473 17.9443 7.91015C18.5199 7.52556 18.9685 6.97894 19.2334 6.33939C19.4983 5.69985 19.5676 4.99612 19.4326 4.31719C19.2975 3.63825 18.9642 3.01461 18.4747 2.52513C17.9852 2.03564 17.3616 1.7023 16.6827 1.56725C16.0037 1.4322 15.3 1.50152 14.6605 1.76642C14.0209 2.03133 13.4743 2.47993 13.0897 3.05551C12.7051 3.63108 12.4998 4.30777 12.4998 5C12.4998 5.92826 12.8686 6.8185 13.525 7.47487C14.1813 8.13125 15.0716 8.5 15.9998 8.5ZM15.9998 2.5C16.4943 2.5 16.9776 2.64662 17.3888 2.92133C17.7999 3.19603 18.1203 3.58648 18.3095 4.04329C18.4988 4.50011 18.5483 5.00277 18.4518 5.48773C18.3553 5.97268 18.1172 6.41814 17.7676 6.76777C17.418 7.1174 16.9725 7.3555 16.4876 7.45196C16.0026 7.54843 15.5 7.49892 15.0431 7.3097C14.5863 7.12048 14.1959 6.80005 13.9212 6.38893C13.6465 5.9778 13.4998 5.49445 13.4998 5C13.4998 4.33696 13.7632 3.70108 14.2321 3.23223C14.7009 2.76339 15.3368 2.5 15.9998 2.5ZM28.4498 11.0713C28.3587 10.6232 28.1141 10.221 27.758 9.93417C27.402 9.6473 26.957 9.49374 26.4998 9.5H5.49984C5.04436 9.50059 4.60272 9.65664 4.24797 9.94234C3.89323 10.228 3.64663 10.6263 3.54896 11.0712C3.4513 11.516 3.50841 11.9809 3.71087 12.389C3.91333 12.797 4.24899 13.1237 4.66234 13.315H4.66984L11.4061 16.2813L8.66609 26.6938C8.45699 27.1721 8.44322 27.7133 8.62774 28.2017C8.81225 28.69 9.18042 29.0869 9.65359 29.3075C9.91794 29.4335 10.207 29.4993 10.4998 29.5C10.8766 29.5 11.2456 29.3935 11.5645 29.193C11.8834 28.9924 12.1392 28.7058 12.3023 28.3663L15.9998 22L19.6973 28.375C19.9273 28.8428 20.3309 29.2024 20.822 29.3771C21.3132 29.5517 21.8531 29.5277 22.3269 29.3102C22.8006 29.0926 23.1707 28.6987 23.3582 28.2123C23.5458 27.726 23.5361 27.1856 23.3311 26.7063L20.5911 16.2938L27.3411 13.3238C27.7601 13.1372 28.1005 12.8097 28.3031 12.3982C28.5057 11.9866 28.5576 11.5171 28.4498 11.0713ZM26.9236 12.4038L19.7986 15.5425C19.6896 15.5904 19.6012 15.6756 19.5494 15.7829C19.4976 15.8901 19.4858 16.0123 19.5161 16.1275L22.3748 26.9925C22.3824 27.0212 22.3924 27.0493 22.4048 27.0763C22.5169 27.3166 22.5288 27.5916 22.4381 27.8408C22.3474 28.09 22.1614 28.2929 21.9211 28.405C21.6807 28.517 21.4057 28.529 21.1565 28.4383C20.9074 28.3476 20.7044 28.1616 20.5923 27.9213C20.5864 27.908 20.5798 27.895 20.5723 27.8825L16.4323 20.75C16.3884 20.6742 16.3253 20.6113 16.2494 20.5676C16.1735 20.5239 16.0874 20.5009 15.9998 20.5009C15.9122 20.5009 15.8262 20.5239 15.7503 20.5676C15.6744 20.6113 15.6113 20.6742 15.5673 20.75L11.4273 27.8825C11.4199 27.895 11.4133 27.908 11.4073 27.9213C11.3531 28.0422 11.2753 28.1511 11.1786 28.2416C11.0818 28.3322 10.9681 28.4027 10.8439 28.4489C10.7197 28.4951 10.5875 28.5162 10.4551 28.5109C10.3227 28.5056 10.1926 28.4741 10.0725 28.4181C9.95239 28.3621 9.84461 28.2827 9.75541 28.1847C9.66622 28.0867 9.5974 27.9719 9.55296 27.8471C9.50851 27.7222 9.48933 27.5898 9.49652 27.4575C9.50371 27.3251 9.53713 27.1956 9.59484 27.0763C9.60724 27.0493 9.61728 27.0212 9.62484 26.9925L12.4836 16.125C12.5139 16.0098 12.5021 15.8876 12.4503 15.7804C12.3985 15.6731 12.3101 15.5879 12.2011 15.54L5.07609 12.4038C4.87118 12.3067 4.70534 12.1429 4.60575 11.9392C4.50617 11.7355 4.47876 11.504 4.52802 11.2827C4.57728 11.0614 4.70029 10.8634 4.87687 10.7212C5.05345 10.579 5.27312 10.501 5.49984 10.5H26.4998C26.7268 10.5004 26.9468 10.578 27.1238 10.72C27.3009 10.862 27.4243 11.0601 27.4739 11.2815C27.5235 11.503 27.4962 11.7347 27.3967 11.9386C27.2971 12.1426 27.1312 12.3066 26.9261 12.4038H26.9236Z" fill="#212121"/>
7
+ </svg>
8
+ }
9
+ if (type === "regular") {
10
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
11
+ <path d="M20.0001 5C20.0001 4.20888 19.7655 3.43552 19.326 2.77772C18.8864 2.11992 18.2617 1.60723 17.5308 1.30448C16.7999 1.00173 15.9956 0.92252 15.2197 1.07686C14.4438 1.2312 13.7311 1.61216 13.1716 2.17157C12.6122 2.73098 12.2313 3.44372 12.0769 4.21964C11.9226 4.99556 12.0018 5.79983 12.3046 6.53074C12.6073 7.26164 13.12 7.88635 13.7778 8.32588C14.4356 8.76541 15.209 9 16.0001 9C17.0609 9 18.0784 8.57857 18.8285 7.82843C19.5786 7.07828 20.0001 6.06087 20.0001 5ZM16.0001 7C15.6045 7 15.2178 6.8827 14.8889 6.66294C14.56 6.44318 14.3037 6.13082 14.1523 5.76537C14.0009 5.39992 13.9613 4.99778 14.0385 4.60982C14.1157 4.22186 14.3062 3.86549 14.5859 3.58579C14.8656 3.30608 15.2219 3.1156 15.6099 3.03843C15.9979 2.96126 16.4 3.00087 16.7654 3.15224C17.1309 3.30362 17.4433 3.55996 17.663 3.88886C17.8828 4.21776 18.0001 4.60444 18.0001 5C18.0001 5.53044 17.7894 6.03914 17.4143 6.41422C17.0392 6.78929 16.5305 7 16.0001 7ZM28.9376 10.9638C28.8237 10.4037 28.5179 9.90099 28.0728 9.54245C27.6278 9.18391 27.0715 8.99204 26.5001 9H5.50008C4.93018 8.99998 4.37738 9.19468 3.93328 9.55183C3.48918 9.90898 3.18043 10.4071 3.05819 10.9638C2.93595 11.5204 3.00756 12.1021 3.26116 12.6125C3.51475 13.1228 3.93511 13.5312 4.45258 13.77H4.46883L10.8126 16.5638L8.18758 26.5288C7.91291 27.1338 7.88984 27.8231 8.12344 28.4452C8.35704 29.0672 8.82818 29.571 9.4332 29.8456C10.0382 30.1203 10.7276 30.1434 11.3496 29.9098C11.9717 29.6762 12.4754 29.205 12.7501 28.6L16.0001 22.9913L19.2501 28.6C19.5389 29.1792 20.0411 29.6239 20.6511 29.8404C21.261 30.0569 21.9312 30.0285 22.5206 29.761C23.11 29.4935 23.5726 29.0078 23.8113 28.4062C24.0499 27.8045 24.0459 27.1338 23.8001 26.535L21.1751 16.57L27.5188 13.7763H27.5351C28.0609 13.5455 28.4891 13.1377 28.7454 12.6238C29.0016 12.11 29.0696 11.5226 28.9376 10.9638ZM26.7126 11.9513L19.5963 15.0838C19.3785 15.1797 19.202 15.3503 19.0987 15.5648C18.9953 15.7792 18.9719 16.0235 19.0326 16.2538L21.8913 27.125C21.9059 27.1832 21.9264 27.2398 21.9526 27.2938C21.9945 27.3835 22.0089 27.4836 21.9938 27.5815C21.9788 27.6794 21.935 27.7706 21.8681 27.8436C21.8011 27.9165 21.714 27.968 21.6178 27.9914C21.5216 28.0148 21.4206 28.0091 21.3276 27.975C21.2033 27.9294 21.1021 27.8363 21.0463 27.7163C21.0337 27.6892 21.0195 27.6629 21.0038 27.6375L16.8651 20.5C16.7772 20.3485 16.651 20.2227 16.4992 20.1352C16.3474 20.0478 16.1753 20.0018 16.0001 20.0018C15.8249 20.0018 15.6528 20.0478 15.501 20.1352C15.3492 20.2227 15.223 20.3485 15.1351 20.5L11.0001 27.6313C10.9844 27.6567 10.9702 27.683 10.9576 27.71C10.9018 27.8301 10.8006 27.9231 10.6763 27.9688C10.5833 28.0028 10.4823 28.0085 10.3861 27.9851C10.2899 27.9617 10.2028 27.9103 10.1358 27.8373C10.0689 27.7643 10.0251 27.6731 10.0101 27.5752C9.99502 27.4774 10.0094 27.3772 10.0513 27.2875C10.0775 27.2335 10.098 27.177 10.1126 27.1188L12.9676 16.25C13.0283 16.0198 13.0048 15.7755 12.9015 15.561C12.7981 15.3466 12.6217 15.176 12.4038 15.08L5.28758 11.9513C5.18543 11.9025 5.10284 11.8206 5.05331 11.7188C5.00379 11.617 4.99026 11.5014 5.01493 11.391C5.03961 11.2805 5.10103 11.1817 5.18916 11.1107C5.27728 11.0397 5.3869 11.0006 5.50008 11H26.5001C26.6136 10.9998 26.7238 11.0382 26.8125 11.1089C26.9013 11.1797 26.9634 11.2785 26.9885 11.3892C27.0137 11.4998 27.0005 11.6158 26.951 11.7179C26.9015 11.8201 26.8188 11.9024 26.7163 11.9513H26.7126Z" fill="#212121"/>
12
+ </svg>
13
+ }
14
+ if (type === "bold") {
15
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path d="M12.5001 4.5C12.5001 3.80777 12.7054 3.13108 13.09 2.55551C13.4745 1.97993 14.0212 1.53133 14.6607 1.26642C15.3003 1.00152 16.004 0.932205 16.6829 1.06725C17.3619 1.2023 17.9855 1.53564 18.475 2.02513C18.9645 2.51461 19.2978 3.13825 19.4329 3.81719C19.5679 4.49612 19.4986 5.19985 19.2337 5.83939C18.9688 6.47894 18.5202 7.02556 17.9446 7.41015C17.369 7.79473 16.6923 8 16.0001 8C15.0718 8 14.1816 7.63125 13.5252 6.97488C12.8689 6.3185 12.5001 5.42826 12.5001 4.5ZM28.4501 11.5713C28.359 11.1232 28.1143 10.721 27.7583 10.4342C27.4023 10.1473 26.9573 9.99375 26.5001 10H5.5001C5.04413 9.99998 4.60184 10.1558 4.24653 10.4415C3.89122 10.7273 3.64423 11.1259 3.54649 11.5713C3.44875 12.0167 3.50613 12.4821 3.70912 12.8904C3.91211 13.2987 4.24852 13.6253 4.6626 13.8163H4.6701L11.4064 16.7825L8.66635 27.195C8.45725 27.6734 8.44348 28.2145 8.628 28.7029C8.81251 29.1913 9.18068 29.5882 9.65385 29.8088C9.91832 29.9343 10.2073 29.9996 10.5001 30C10.8771 30.0006 11.2466 29.8945 11.566 29.6942C11.8853 29.4938 12.1416 29.2072 12.3051 28.8675L16.0001 22.5L19.6976 28.875C19.9276 29.3428 20.3311 29.7024 20.8223 29.8771C21.3134 30.0517 21.8534 30.0277 22.3271 29.8102C22.8009 29.5926 23.1709 29.1987 23.3585 28.7123C23.5461 28.226 23.5363 27.6856 23.3314 27.2063L20.5914 16.7938L27.3414 13.8238C27.7602 13.637 28.1005 13.3095 28.303 12.898C28.5056 12.4865 28.5576 12.0171 28.4501 11.5713Z" fill="#212121"/>
17
+ </svg>
18
+ }
19
+ if (type === "fill") {
20
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M12.5001 4.5C12.5001 3.80777 12.7054 3.13108 13.09 2.55551C13.4745 1.97993 14.0212 1.53133 14.6607 1.26642C15.3003 1.00152 16.004 0.932205 16.6829 1.06725C17.3619 1.2023 17.9855 1.53564 18.475 2.02513C18.9645 2.51461 19.2978 3.13825 19.4329 3.81719C19.5679 4.49612 19.4986 5.19985 19.2337 5.83939C18.9688 6.47893 18.5202 7.02556 17.9446 7.41014C17.369 7.79473 16.6923 8 16.0001 8C15.0718 8 14.1816 7.63125 13.5252 6.97487C12.8689 6.3185 12.5001 5.42826 12.5001 4.5ZM26.9276 17.5975L21.2714 11.185C20.9429 10.8126 20.539 10.5143 20.0864 10.31C19.6338 10.1057 19.1429 10 18.6464 10H13.3539C12.8573 10 12.3664 10.1057 11.9138 10.31C11.4612 10.5143 11.0573 10.8126 10.7289 11.185L5.07261 17.5975C4.70532 17.9733 4.50069 18.4785 4.50295 19.004C4.5052 19.5295 4.71417 20.0329 5.08466 20.4056C5.45515 20.7782 5.95741 20.99 6.48285 20.9953C7.0083 21.0006 7.5147 20.7989 7.8926 20.4338L11.1251 17.8375L8.66261 27.1975C8.44836 27.6785 8.43242 28.2245 8.61823 28.7171C8.80404 29.2098 9.17662 29.6093 9.65512 29.8289C10.1336 30.0486 10.6794 30.0707 11.1741 29.8905C11.6689 29.7103 12.0725 29.3422 12.2976 28.8662L16.0001 22.5L19.6976 28.875C19.9227 29.351 20.3264 29.719 20.8211 29.8992C21.3158 30.0795 21.8616 30.0573 22.3401 29.8377C22.8186 29.618 23.1912 29.2185 23.377 28.7259C23.5628 28.2332 23.5468 27.6872 23.3326 27.2062L20.8751 17.8375L24.1126 20.4338C24.4905 20.7989 24.9969 21.0006 25.5224 20.9953C26.0478 20.99 26.5501 20.7782 26.9206 20.4056C27.291 20.0329 27.5 19.5295 27.5023 19.004C27.5045 18.4785 27.2999 17.9733 26.9326 17.5975H26.9276Z" fill="currentColor"/>
22
+ </svg>
23
+ }
24
+ if (type === "duotone") {
25
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
26
+ <path opacity="0.2" d="M12.9999 5C12.9999 4.40666 13.1759 3.82664 13.5055 3.33329C13.8351 2.83994 14.3037 2.45543 14.8519 2.22836C15.4 2.0013 16.0032 1.94189 16.5852 2.05765C17.1671 2.1734 17.7017 2.45912 18.1212 2.87868C18.5408 3.29824 18.8265 3.83279 18.9423 4.41473C19.058 4.99667 18.9986 5.59987 18.7715 6.14805C18.5445 6.69623 18.16 7.16477 17.6666 7.49441C17.1733 7.82405 16.5933 8 15.9999 8C15.2043 8 14.4412 7.68393 13.8786 7.12132C13.316 6.55871 12.9999 5.79565 12.9999 5ZM26.4999 10H5.49991C3.89116 10 3.41116 12.1875 4.87491 12.8625L11.9999 16L9.14116 26.8663C8.97976 27.2258 8.96634 27.6344 9.10381 28.0038C9.24128 28.3731 9.51859 28.6735 9.87578 28.8401C10.233 29.0066 10.6414 29.0259 11.0127 28.8937C11.3839 28.7615 11.6883 28.4885 11.8599 28.1338L15.9999 21L20.1399 28.1338C20.3115 28.4885 20.6159 28.7615 20.9872 28.8937C21.3584 29.0259 21.7668 29.0066 22.124 28.8401C22.4812 28.6735 22.7585 28.3731 22.896 28.0038C23.0335 27.6344 23.0201 27.2258 22.8587 26.8663L19.9999 16L27.1249 12.8625C28.5862 12.1875 28.1062 10 26.4999 10Z" fill="#212121"/>
27
+ <path d="M20.0001 5C20.0001 4.20888 19.7655 3.43552 19.326 2.77772C18.8864 2.11992 18.2617 1.60723 17.5308 1.30448C16.7999 1.00173 15.9956 0.92252 15.2197 1.07686C14.4438 1.2312 13.7311 1.61216 13.1716 2.17157C12.6122 2.73098 12.2313 3.44372 12.0769 4.21964C11.9226 4.99556 12.0018 5.79983 12.3046 6.53074C12.6073 7.26164 13.12 7.88635 13.7778 8.32588C14.4356 8.76541 15.209 9 16.0001 9C17.0609 9 18.0784 8.57857 18.8285 7.82843C19.5786 7.07828 20.0001 6.06087 20.0001 5ZM16.0001 7C15.6045 7 15.2178 6.8827 14.8889 6.66294C14.56 6.44318 14.3037 6.13082 14.1523 5.76537C14.0009 5.39992 13.9613 4.99778 14.0385 4.60982C14.1157 4.22186 14.3062 3.86549 14.5859 3.58579C14.8656 3.30608 15.2219 3.1156 15.6099 3.03843C15.9979 2.96126 16.4 3.00087 16.7654 3.15224C17.1309 3.30362 17.4433 3.55996 17.663 3.88886C17.8828 4.21776 18.0001 4.60444 18.0001 5C18.0001 5.53044 17.7894 6.03914 17.4143 6.41422C17.0392 6.78929 16.5305 7 16.0001 7ZM28.9376 10.9638C28.8237 10.4037 28.5179 9.90099 28.0728 9.54245C27.6278 9.18391 27.0715 8.99204 26.5001 9H5.50008C4.93018 8.99998 4.37738 9.19468 3.93328 9.55183C3.48918 9.90898 3.18043 10.4071 3.05819 10.9638C2.93595 11.5204 3.00756 12.1021 3.26116 12.6125C3.51475 13.1228 3.93511 13.5312 4.45258 13.77L4.46883 13.7775L10.8126 16.5713L8.18758 26.5363C7.91358 27.1413 7.89114 27.8304 8.12521 28.4519C8.35928 29.0735 8.83068 29.5766 9.4357 29.8506C10.0407 30.1246 10.7298 30.1471 11.3514 29.913C11.973 29.6789 12.4761 29.2075 12.7501 28.6025L16.0001 22.9925L19.2501 28.6025C19.5379 29.1837 20.0403 29.6303 20.6512 29.848C21.262 30.0657 21.9336 30.0375 22.5241 29.7693C23.1146 29.5012 23.5778 29.014 23.8159 28.4108C24.0539 27.8076 24.0483 27.1354 23.8001 26.5363L21.1751 16.5713L27.5188 13.7775L27.5351 13.77C28.0597 13.5396 28.4872 13.1329 28.7434 12.6203C28.9996 12.1077 29.0683 11.5217 28.9376 10.9638ZM26.7126 11.9513L19.5963 15.085C19.3785 15.181 19.202 15.3516 19.0987 15.566C18.9953 15.7805 18.9719 16.0248 19.0326 16.255L21.8913 27.125C21.9059 27.1832 21.9264 27.2398 21.9526 27.2938C21.9814 27.3534 21.9981 27.4182 22.0017 27.4844C22.0053 27.5505 21.9957 27.6167 21.9735 27.6792C21.9513 27.7416 21.9169 27.799 21.8723 27.848C21.8277 27.897 21.7738 27.9367 21.7137 27.9647C21.6537 27.9927 21.5887 28.0084 21.5225 28.0111C21.4562 28.0137 21.3902 28.0032 21.3281 27.9801C21.266 27.957 21.2091 27.9217 21.1607 27.8764C21.1123 27.8312 21.0735 27.7767 21.0463 27.7163C21.0326 27.6888 21.0188 27.6625 21.0038 27.6375L16.8651 20.5C16.7772 20.3485 16.651 20.2227 16.4992 20.1352C16.3474 20.0478 16.1753 20.0018 16.0001 20.0018C15.8249 20.0018 15.6528 20.0478 15.501 20.1352C15.3492 20.2227 15.223 20.3485 15.1351 20.5L11.0001 27.6325C10.9851 27.6575 10.9713 27.6838 10.9576 27.7113C10.9304 27.7717 10.8916 27.8262 10.8432 27.8715C10.7948 27.9167 10.7379 27.952 10.6758 27.9751C10.6137 27.9982 10.5477 28.0087 10.4814 28.0061C10.4152 28.0034 10.3502 27.9877 10.2902 27.9597C10.2301 27.9317 10.1762 27.892 10.1316 27.843C10.087 27.794 10.0526 27.7366 10.0304 27.6742C10.0082 27.6117 9.99857 27.5455 10.0022 27.4794C10.0058 27.4132 10.0225 27.3484 10.0513 27.2888C10.0775 27.2348 10.098 27.1782 10.1126 27.12L12.9676 16.25C13.0283 16.0198 13.0048 15.7755 12.9015 15.561C12.7981 15.3466 12.6217 15.176 12.4038 15.08L5.28758 11.9513C5.18543 11.9025 5.10284 11.8206 5.05331 11.7188C5.00379 11.617 4.99026 11.5014 5.01493 11.391C5.03961 11.2805 5.10103 11.1817 5.18916 11.1107C5.27728 11.0397 5.3869 11.0006 5.50008 11H26.5001C26.6136 10.9998 26.7238 11.0382 26.8125 11.1089C26.9013 11.1797 26.9634 11.2785 26.9885 11.3892C27.0137 11.4998 27.0005 11.6158 26.951 11.7179C26.9015 11.8201 26.8188 11.9024 26.7163 11.9513H26.7126Z" fill="#212121"/>
28
+ </svg>
29
+ }
30
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
31
+ <path d="M16 8.75C16.7417 8.75 17.4667 8.53007 18.0834 8.11801C18.7001 7.70596 19.1807 7.12029 19.4645 6.43506C19.7484 5.74984 19.8226 4.99584 19.6779 4.26841C19.5332 3.54098 19.1761 2.8728 18.6516 2.34835C18.1272 1.8239 17.459 1.46675 16.7316 1.32206C16.0041 1.17736 15.2501 1.25162 14.5649 1.53545C13.8797 1.81928 13.294 2.29993 12.882 2.91661C12.4699 3.5333 12.25 4.25832 12.25 5C12.25 5.99456 12.6451 6.94839 13.3483 7.65165C14.0516 8.35491 15.0054 8.75 16 8.75ZM16 2.75C16.445 2.75 16.88 2.88196 17.25 3.12919C17.62 3.37643 17.9084 3.72783 18.0787 4.13896C18.249 4.5501 18.2936 5.0025 18.2068 5.43895C18.1199 5.87541 17.9056 6.27632 17.591 6.59099C17.2763 6.90566 16.8754 7.11995 16.4389 7.20677C16.0025 7.29358 15.5501 7.24903 15.1389 7.07873C14.7278 6.90843 14.3764 6.62004 14.1292 6.25003C13.8819 5.88002 13.75 5.44501 13.75 5C13.75 4.40326 13.987 3.83097 14.409 3.40901C14.831 2.98705 15.4032 2.75 16 2.75ZM28.6937 11.0175C28.5913 10.5135 28.316 10.061 27.9155 9.73831C27.5149 9.41561 27.0143 9.24289 26.5 9.25H5.49999C4.98719 9.25 4.48978 9.42517 4.09013 9.7465C3.69049 10.0678 3.4126 10.516 3.30249 11.0169C3.19237 11.5177 3.25664 12.0411 3.48465 12.5004C3.71266 12.9598 4.09073 13.3274 4.55624 13.5425H4.56874L11.1087 16.4175L8.42874 26.605C8.28008 26.9479 8.21917 27.3224 8.25151 27.6947C8.28385 28.067 8.40842 28.4254 8.61397 28.7376C8.81953 29.0497 9.09959 29.3057 9.42887 29.4824C9.75815 29.6592 10.1263 29.7512 10.5 29.75C10.922 29.7489 11.3354 29.6296 11.6931 29.4055C12.0507 29.1815 12.3385 28.8617 12.5237 28.4825L16 22.5L19.4762 28.4888C19.7366 29.0107 20.1895 29.4111 20.7394 29.6056C21.2893 29.8001 21.8933 29.7734 22.4239 29.5312C22.9546 29.289 23.3704 28.8502 23.5837 28.3073C23.7971 27.7644 23.7912 27.1599 23.5675 26.6213L20.8875 16.4338L27.4275 13.5588H27.44C27.9139 13.3496 28.2992 12.9804 28.5284 12.5158C28.7576 12.0513 28.8162 11.5209 28.6937 11.0175ZM26.8187 12.1788L19.7 15.3138C19.537 15.3855 19.4048 15.513 19.3271 15.6733C19.2495 15.8336 19.2315 16.0163 19.2762 16.1888L22.135 27.055C22.1475 27.0977 22.1629 27.1395 22.1812 27.18C22.2653 27.3603 22.2742 27.5667 22.2061 27.7536C22.138 27.9406 21.9985 28.0928 21.8181 28.1769C21.6378 28.2609 21.4314 28.2699 21.2445 28.2018C21.0575 28.1337 20.9053 27.9941 20.8212 27.8137C20.8125 27.7931 20.8025 27.7731 20.7912 27.7537L16.6487 20.625C16.5828 20.5113 16.4882 20.417 16.3743 20.3514C16.2605 20.2858 16.1314 20.2513 16 20.2513C15.8686 20.2513 15.7395 20.2858 15.6257 20.3514C15.5118 20.417 15.4172 20.5113 15.3512 20.625L11.2112 27.7563C11.2 27.7763 11.19 27.795 11.18 27.8162C11.1384 27.9059 11.0794 27.9864 11.0065 28.0532C10.9337 28.12 10.8483 28.1718 10.7554 28.2054C10.6624 28.2391 10.5638 28.2541 10.465 28.2495C10.3663 28.245 10.2694 28.2209 10.18 28.1787C10.0903 28.1371 10.0098 28.0782 9.943 28.0053C9.87621 27.9324 9.82448 27.8471 9.7908 27.7541C9.75711 27.6612 9.74212 27.5625 9.7467 27.4638C9.75128 27.365 9.77534 27.2682 9.81749 27.1787C9.83579 27.1382 9.85124 27.0964 9.86374 27.0537L12.7225 16.1875C12.7673 16.0151 12.7492 15.8324 12.6716 15.672C12.5939 15.5117 12.4618 15.3843 12.2987 15.3125L5.18374 12.1788C5.02964 12.1063 4.90478 11.9836 4.82968 11.8308C4.75458 11.678 4.73371 11.5042 4.77051 11.3379C4.80731 11.1717 4.89958 11.0229 5.03216 10.916C5.16473 10.8092 5.32972 10.7506 5.49999 10.75H26.5C26.6706 10.7498 26.8361 10.8077 26.9694 10.9143C27.1026 11.0208 27.1955 11.1696 27.2328 11.3361C27.2701 11.5026 27.2495 11.6768 27.1745 11.8299C27.0994 11.9831 26.9744 12.1062 26.82 12.1788H26.8187Z" fill="#212121"/>
32
+ </svg>
33
+ };
34
+
35
+ export default PersonArmsSpread;
@@ -0,0 +1,35 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const PersonSimpleBike = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <path d="M20.5 9.5C21.0933 9.5 21.6734 9.32406 22.1667 8.99441C22.6601 8.66477 23.0446 8.19623 23.2716 7.64805C23.4987 7.09987 23.5581 6.49667 23.4424 5.91473C23.3266 5.33279 23.0409 4.79824 22.6213 4.37868C22.2018 3.95912 21.6672 3.6734 21.0853 3.55765C20.5033 3.44189 19.9001 3.5013 19.352 3.72836C18.8038 3.95543 18.3352 4.33994 18.0056 4.83329C17.6759 5.32664 17.5 5.90666 17.5 6.5C17.5 7.29565 17.8161 8.05871 18.3787 8.62132C18.9413 9.18393 19.7044 9.5 20.5 9.5ZM20.5 4.5C20.8956 4.5 21.2822 4.6173 21.6111 4.83706C21.94 5.05683 22.1964 5.36918 22.3478 5.73463C22.4991 6.10009 22.5387 6.50222 22.4616 6.89018C22.3844 7.27814 22.1939 7.63451 21.9142 7.91422C21.6345 8.19392 21.2781 8.3844 20.8902 8.46157C20.5022 8.53874 20.1001 8.49914 19.7346 8.34776C19.3692 8.19639 19.0568 7.94004 18.8371 7.61114C18.6173 7.28224 18.5 6.89556 18.5 6.5C18.5 5.96957 18.7107 5.46086 19.0858 5.08579C19.4609 4.71072 19.9696 4.5 20.5 4.5ZM25 17.5C24.11 17.5 23.24 17.7639 22.4999 18.2584C21.7599 18.7529 21.1831 19.4557 20.8425 20.2779C20.5019 21.1002 20.4128 22.005 20.5865 22.8779C20.7601 23.7508 21.1887 24.5526 21.818 25.182C22.4474 25.8113 23.2492 26.2399 24.1221 26.4135C24.995 26.5872 25.8998 26.4981 26.7221 26.1575C27.5443 25.8169 28.2471 25.2401 28.7416 24.5001C29.2361 23.76 29.5 22.89 29.5 22C29.5 20.8065 29.0259 19.6619 28.182 18.818C27.3381 17.9741 26.1935 17.5 25 17.5ZM25 25.5C24.3078 25.5 23.6311 25.2947 23.0555 24.9101C22.4799 24.5256 22.0313 23.9789 21.7664 23.3394C21.5015 22.6999 21.4322 21.9961 21.5673 21.3172C21.7023 20.6383 22.0356 20.0146 22.5251 19.5251C23.0146 19.0356 23.6383 18.7023 24.3172 18.5673C24.9961 18.4322 25.6999 18.5015 26.3394 18.7664C26.9789 19.0313 27.5256 19.4799 27.9101 20.0555C28.2947 20.6311 28.5 21.3078 28.5 22C28.5 22.9283 28.1313 23.8185 27.4749 24.4749C26.8185 25.1313 25.9283 25.5 25 25.5ZM7 17.5C6.10999 17.5 5.23996 17.7639 4.49994 18.2584C3.75991 18.7529 3.18314 19.4557 2.84254 20.2779C2.50195 21.1002 2.41283 22.005 2.58647 22.8779C2.7601 23.7508 3.18868 24.5526 3.81802 25.182C4.44736 25.8113 5.24918 26.2399 6.1221 26.4135C6.99501 26.5872 7.89981 26.4981 8.72208 26.1575C9.54434 25.8169 10.2471 25.2401 10.7416 24.5001C11.2361 23.76 11.5 22.89 11.5 22C11.5 20.8065 11.0259 19.6619 10.182 18.818C9.33807 17.9741 8.19348 17.5 7 17.5ZM7 25.5C6.30777 25.5 5.63108 25.2947 5.05551 24.9101C4.47993 24.5256 4.03133 23.9789 3.76642 23.3394C3.50152 22.6999 3.43221 21.9961 3.56725 21.3172C3.7023 20.6383 4.03564 20.0146 4.52513 19.5251C5.01461 19.0356 5.63825 18.7023 6.31719 18.5673C6.99612 18.4322 7.69985 18.5015 8.33939 18.7664C8.97894 19.0313 9.52556 19.4799 9.91015 20.0555C10.2947 20.6311 10.5 21.3078 10.5 22C10.5 22.9283 10.1313 23.8185 9.47488 24.4749C8.8185 25.1313 7.92826 25.5 7 25.5ZM24 14.5H19C18.9343 14.5001 18.8693 14.4872 18.8086 14.4621C18.7479 14.437 18.6927 14.4002 18.6463 14.3538L15 10.7075L11.7075 14L16.3538 18.6463C16.4002 18.6927 16.437 18.7479 16.4621 18.8086C16.4872 18.8693 16.5001 18.9343 16.5 19V25C16.5 25.1326 16.4473 25.2598 16.3536 25.3536C16.2598 25.4473 16.1326 25.5 16 25.5C15.8674 25.5 15.7402 25.4473 15.6464 25.3536C15.5527 25.2598 15.5 25.1326 15.5 25V19.2075L10.6463 14.3538C10.5998 14.3073 10.5629 14.2522 10.5377 14.1915C10.5126 14.1308 10.4996 14.0657 10.4996 14C10.4996 13.9343 10.5126 13.8692 10.5377 13.8085C10.5629 13.7478 10.5998 13.6927 10.6463 13.6463L14.6463 9.64625C14.6927 9.59976 14.7478 9.56288 14.8085 9.53772C14.8692 9.51256 14.9343 9.49961 15 9.49961C15.0657 9.49961 15.1308 9.51256 15.1915 9.53772C15.2522 9.56288 15.3073 9.59976 15.3538 9.64625L19.2075 13.5H24C24.1326 13.5 24.2598 13.5527 24.3536 13.6464C24.4473 13.7402 24.5 13.8674 24.5 14C24.5 14.1326 24.4473 14.2598 24.3536 14.3536C24.2598 14.4473 24.1326 14.5 24 14.5Z" fill="#212121"/>
7
+ </svg>
8
+ }
9
+ if (type === "regular") {
10
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
11
+ <path d="M20.5 10C21.1922 10 21.8689 9.79473 22.4445 9.41015C23.0201 9.02556 23.4687 8.47894 23.7336 7.83939C23.9985 7.19985 24.0678 6.49612 23.9328 5.81719C23.7977 5.13825 23.4644 4.51461 22.9749 4.02513C22.4854 3.53564 21.8618 3.2023 21.1828 3.06725C20.5039 2.9322 19.8002 3.00152 19.1606 3.26642C18.5211 3.53133 17.9744 3.97993 17.5899 4.55551C17.2053 5.13108 17 5.80777 17 6.5C17 7.42826 17.3687 8.3185 18.0251 8.97488C18.6815 9.63125 19.5717 10 20.5 10ZM20.5 5C20.7967 5 21.0867 5.08798 21.3334 5.2528C21.58 5.41762 21.7723 5.65189 21.8858 5.92598C21.9994 6.20007 22.0291 6.50167 21.9712 6.79264C21.9133 7.08361 21.7704 7.35088 21.5607 7.56066C21.3509 7.77044 21.0836 7.9133 20.7926 7.97118C20.5017 8.02906 20.2001 7.99935 19.926 7.88582C19.6519 7.77229 19.4176 7.58003 19.2528 7.33336C19.088 7.08668 19 6.79667 19 6.5C19 6.10218 19.158 5.72065 19.4393 5.43934C19.7206 5.15804 20.1022 5 20.5 5ZM25 17C24.0111 17 23.0444 17.2932 22.2222 17.8427C21.3999 18.3921 20.759 19.173 20.3806 20.0866C20.0022 21.0002 19.9031 22.0056 20.0961 22.9755C20.289 23.9454 20.7652 24.8363 21.4645 25.5355C22.1637 26.2348 23.0546 26.711 24.0245 26.9039C24.9945 27.0969 25.9998 26.9978 26.9134 26.6194C27.8271 26.241 28.6079 25.6001 29.1574 24.7779C29.7068 23.9556 30 22.9889 30 22C30 20.6739 29.4732 19.4022 28.5355 18.4645C27.5979 17.5268 26.3261 17 25 17ZM25 25C24.4067 25 23.8266 24.8241 23.3333 24.4944C22.8399 24.1648 22.4554 23.6962 22.2284 23.1481C22.0013 22.5999 21.9419 21.9967 22.0576 21.4147C22.1734 20.8328 22.4591 20.2982 22.8787 19.8787C23.2982 19.4591 23.8328 19.1734 24.4147 19.0576C24.9967 18.9419 25.5999 19.0013 26.1481 19.2284C26.6962 19.4554 27.1648 19.8399 27.4944 20.3333C27.8241 20.8266 28 21.4067 28 22C28 22.7957 27.6839 23.5587 27.1213 24.1213C26.5587 24.6839 25.7957 25 25 25ZM7 17C6.0111 17 5.0444 17.2932 4.22215 17.8427C3.39991 18.3921 2.75904 19.173 2.3806 20.0866C2.00217 21.0002 1.90315 22.0056 2.09608 22.9755C2.289 23.9454 2.76521 24.8363 3.46447 25.5355C4.16373 26.2348 5.05465 26.711 6.02455 26.9039C6.99446 27.0969 7.99979 26.9978 8.91342 26.6194C9.82705 26.241 10.6079 25.6001 11.1573 24.7779C11.7068 23.9556 12 22.9889 12 22C12 21.3434 11.8707 20.6932 11.6194 20.0866C11.3681 19.48 10.9998 18.9288 10.5355 18.4645C10.0712 18.0002 9.52005 17.6319 8.91342 17.3806C8.30679 17.1293 7.65661 17 7 17ZM7 25C6.40666 25 5.82664 24.8241 5.33329 24.4944C4.83994 24.1648 4.45543 23.6962 4.22836 23.1481C4.0013 22.5999 3.94189 21.9967 4.05765 21.4147C4.1734 20.8328 4.45912 20.2982 4.87868 19.8787C5.29824 19.4591 5.83279 19.1734 6.41473 19.0576C6.99667 18.9419 7.59987 19.0013 8.14805 19.2284C8.69623 19.4554 9.16477 19.8399 9.49441 20.3333C9.82406 20.8266 10 21.4067 10 22C10 22.7957 9.68393 23.5587 9.12132 24.1213C8.55871 24.6839 7.79565 25 7 25ZM24 15H19C18.8686 15.0001 18.7385 14.9743 18.6172 14.9241C18.4958 14.874 18.3854 14.8003 18.2925 14.7075L15 11.4138L12.4138 14L16.7075 18.2925C16.8003 18.3854 16.874 18.4958 16.9241 18.6172C16.9743 18.7385 17.0001 18.8686 17 19V25C17 25.2652 16.8946 25.5196 16.7071 25.7071C16.5196 25.8946 16.2652 26 16 26C15.7348 26 15.4804 25.8946 15.2929 25.7071C15.1054 25.5196 15 25.2652 15 25V19.4138L10.2925 14.7075C10.1995 14.6146 10.1258 14.5043 10.0754 14.3829C10.0251 14.2615 9.99922 14.1314 9.99922 14C9.99922 13.8686 10.0251 13.7385 10.0754 13.6171C10.1258 13.4957 10.1995 13.3854 10.2925 13.2925L14.2925 9.2925C14.3854 9.19953 14.4957 9.12577 14.6171 9.07544C14.7385 9.02512 14.8686 8.99922 15 8.99922C15.1314 8.99922 15.2615 9.02512 15.3829 9.07544C15.5043 9.12577 15.6146 9.19953 15.7075 9.2925L19.4138 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15Z" fill="#212121"/>
12
+ </svg>
13
+ }
14
+ if (type === "bold") {
15
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
16
+ <path d="M21 10.5C21.7911 10.5 22.5645 10.2654 23.2223 9.82588C23.8801 9.38636 24.3928 8.76164 24.6955 8.03074C24.9983 7.29983 25.0775 6.49556 24.9231 5.71964C24.7688 4.94372 24.3878 4.23098 23.8284 3.67157C23.269 3.11216 22.5563 2.7312 21.7804 2.57686C21.0044 2.42252 20.2002 2.50173 19.4693 2.80448C18.7384 3.10723 18.1136 3.61992 17.6741 4.27772C17.2346 4.93552 17 5.70888 17 6.5C17 7.56087 17.4214 8.57828 18.1716 9.32843C18.9217 10.0786 19.9391 10.5 21 10.5ZM21 5.5C21.1978 5.5 21.3911 5.55865 21.5556 5.66853C21.72 5.77841 21.8482 5.93459 21.9239 6.11732C21.9996 6.30005 22.0194 6.50111 21.9808 6.69509C21.9422 6.88907 21.847 7.06726 21.7071 7.20711C21.5673 7.34696 21.3891 7.4422 21.1951 7.48079C21.0011 7.51937 20.8 7.49957 20.6173 7.42388C20.4346 7.34819 20.2784 7.22002 20.1685 7.05557C20.0586 6.89112 20 6.69778 20 6.5C20 6.23479 20.1054 5.98043 20.2929 5.7929C20.4804 5.60536 20.7348 5.5 21 5.5ZM25.25 17C24.2117 17 23.1966 17.3079 22.3333 17.8848C21.4699 18.4617 20.797 19.2816 20.3996 20.2409C20.0023 21.2002 19.8983 22.2558 20.1009 23.2742C20.3035 24.2926 20.8035 25.2281 21.5377 25.9623C22.2719 26.6965 23.2074 27.1966 24.2258 27.3991C25.2442 27.6017 26.2998 27.4977 27.2591 27.1004C28.2184 26.703 29.0383 26.0301 29.6152 25.1667C30.1921 24.3034 30.5 23.2884 30.5 22.25C30.5 20.8576 29.9469 19.5223 28.9623 18.5377C27.9777 17.5531 26.6424 17 25.25 17ZM25.25 24.5C24.805 24.5 24.37 24.368 24 24.1208C23.63 23.8736 23.3416 23.5222 23.1713 23.111C23.001 22.6999 22.9564 22.2475 23.0432 21.8111C23.1301 21.3746 23.3443 20.9737 23.659 20.659C23.9737 20.3443 24.3746 20.1301 24.811 20.0432C25.2475 19.9564 25.6999 20.001 26.111 20.1713C26.5222 20.3416 26.8736 20.63 27.1208 21C27.368 21.37 27.5 21.805 27.5 22.25C27.5 22.8467 27.2629 23.419 26.841 23.841C26.419 24.263 25.8467 24.5 25.25 24.5ZM6.75 17C5.71165 17 4.69662 17.3079 3.83326 17.8848C2.9699 18.4617 2.29699 19.2816 1.89963 20.2409C1.50227 21.2002 1.39831 22.2558 1.60088 23.2742C1.80345 24.2926 2.30347 25.2281 3.03769 25.9623C3.77192 26.6965 4.70738 27.1966 5.72578 27.3991C6.74418 27.6017 7.79978 27.4977 8.75909 27.1004C9.7184 26.703 10.5383 26.0301 11.1152 25.1667C11.6921 24.3034 12 23.2884 12 22.25C12 20.8576 11.4469 19.5223 10.4623 18.5377C9.47775 17.5531 8.14239 17 6.75 17ZM6.75 24.5C6.30499 24.5 5.86998 24.368 5.49997 24.1208C5.12996 23.8736 4.84157 23.5222 4.67127 23.111C4.50098 22.6999 4.45642 22.2475 4.54324 21.8111C4.63005 21.3746 4.84434 20.9737 5.15901 20.659C5.47368 20.3443 5.87459 20.1301 6.31105 20.0432C6.74751 19.9564 7.19991 20.001 7.61104 20.1713C8.02217 20.3416 8.37358 20.63 8.62081 21C8.86804 21.37 9 21.805 9 22.25C9 22.8467 8.76295 23.419 8.34099 23.841C7.91904 24.263 7.34674 24.5 6.75 24.5ZM23.5 16H19C18.803 16.0002 18.6078 15.9615 18.4257 15.8862C18.2436 15.8109 18.0782 15.7005 17.9388 15.5613L15 12.625L13.125 14.5L17.065 18.4388C17.3449 18.7209 17.5013 19.1026 17.5 19.5V25.5C17.5 25.8978 17.342 26.2794 17.0607 26.5607C16.7794 26.842 16.3978 27 16 27C15.6022 27 15.2206 26.842 14.9393 26.5607C14.658 26.2794 14.5 25.8978 14.5 25.5V20.125L9.93875 15.5613C9.79891 15.4219 9.68796 15.2563 9.61225 15.074C9.53654 14.8917 9.49757 14.6962 9.49757 14.4988C9.49757 14.3013 9.53654 14.1059 9.61225 13.9235C9.68796 13.7412 9.79891 13.5756 9.93875 13.4363L13.9388 9.43625C14.0781 9.29641 14.2437 9.18546 14.426 9.10975C14.6084 9.03404 14.8038 8.99507 15.0013 8.99507C15.1987 8.99507 15.3942 9.03404 15.5765 9.10975C15.7588 9.18546 15.9244 9.29641 16.0638 9.43625L19.625 13H23.5C23.8978 13 24.2794 13.158 24.5607 13.4393C24.842 13.7206 25 14.1022 25 14.5C25 14.8978 24.842 15.2794 24.5607 15.5607C24.2794 15.842 23.8978 16 23.5 16Z" fill="#212121"/>
17
+ </svg>
18
+ }
19
+ if (type === "fill") {
20
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <path d="M17 6.5C17 5.80777 17.2053 5.13108 17.5899 4.55551C17.9744 3.97993 18.5211 3.53133 19.1606 3.26642C19.8002 3.00152 20.5039 2.9322 21.1828 3.06725C21.8618 3.2023 22.4854 3.53564 22.9749 4.02513C23.4644 4.51461 23.7977 5.13825 23.9328 5.81719C24.0678 6.49612 23.9985 7.19985 23.7336 7.83939C23.4687 8.47894 23.0201 9.02556 22.4445 9.41015C21.8689 9.79473 21.1922 10 20.5 10C19.5717 10 18.6815 9.63125 18.0251 8.97488C17.3687 8.3185 17 7.42826 17 6.5ZM30 22C30 22.9889 29.7068 23.9556 29.1574 24.7779C28.6079 25.6001 27.8271 26.241 26.9134 26.6194C25.9998 26.9978 24.9945 27.0969 24.0245 26.9039C23.0546 26.711 22.1637 26.2348 21.4645 25.5355C20.7652 24.8363 20.289 23.9454 20.0961 22.9755C19.9031 22.0056 20.0022 21.0002 20.3806 20.0866C20.759 19.173 21.3999 18.3921 22.2222 17.8427C23.0444 17.2932 24.0111 17 25 17C26.3261 17 27.5979 17.5268 28.5355 18.4645C29.4732 19.4022 30 20.6739 30 22ZM28 22C28 21.4067 27.8241 20.8266 27.4944 20.3333C27.1648 19.8399 26.6962 19.4554 26.1481 19.2284C25.5999 19.0013 24.9967 18.9419 24.4147 19.0576C23.8328 19.1734 23.2982 19.4591 22.8787 19.8787C22.4591 20.2982 22.1734 20.8328 22.0576 21.4147C21.9419 21.9967 22.0013 22.5999 22.2284 23.1481C22.4554 23.6962 22.8399 24.1648 23.3333 24.4944C23.8266 24.8241 24.4067 25 25 25C25.7957 25 26.5587 24.6839 27.1213 24.1213C27.6839 23.5587 28 22.7957 28 22ZM25 14C25 13.7348 24.8946 13.4804 24.7071 13.2929C24.5196 13.1054 24.2652 13 24 13H19.4138L15.7075 9.2925C15.6146 9.19953 15.5043 9.12577 15.3829 9.07544C15.2615 9.02512 15.1314 8.99922 15 8.99922C14.8686 8.99922 14.7385 9.02512 14.6171 9.07544C14.4957 9.12577 14.3854 9.19953 14.2925 9.2925L10.2925 13.2925C10.1995 13.3854 10.1258 13.4957 10.0754 13.6171C10.0251 13.7385 9.99922 13.8686 9.99922 14C9.99922 14.1314 10.0251 14.2615 10.0754 14.3829C10.1258 14.5043 10.1995 14.6146 10.2925 14.7075L15 19.4138V25C15 25.2652 15.1054 25.5196 15.2929 25.7071C15.4804 25.8946 15.7348 26 16 26C16.2652 26 16.5196 25.8946 16.7071 25.7071C16.8946 25.5196 17 25.2652 17 25V19C17.0001 18.8686 16.9743 18.7385 16.9241 18.6172C16.874 18.4958 16.8003 18.3854 16.7075 18.2925L12.4138 14L15 11.4138L18.2925 14.7075C18.3854 14.8003 18.4958 14.874 18.6172 14.9241C18.7385 14.9743 18.8686 15.0001 19 15H24C24.2652 15 24.5196 14.8946 24.7071 14.7071C24.8946 14.5196 25 14.2652 25 14ZM12 22C12 22.9889 11.7068 23.9556 11.1573 24.7779C10.6079 25.6001 9.82705 26.241 8.91342 26.6194C7.99979 26.9978 6.99446 27.0969 6.02455 26.9039C5.05465 26.711 4.16373 26.2348 3.46447 25.5355C2.76521 24.8363 2.289 23.9454 2.09608 22.9755C1.90315 22.0056 2.00217 21.0002 2.3806 20.0866C2.75904 19.173 3.39991 18.3921 4.22215 17.8427C5.0444 17.2932 6.0111 17 7 17C7.65661 17 8.30679 17.1293 8.91342 17.3806C9.52005 17.6319 10.0712 18.0002 10.5355 18.4645C10.9998 18.9288 11.3681 19.48 11.6194 20.0866C11.8707 20.6932 12 21.3434 12 22ZM10 22C10 21.4067 9.82406 20.8266 9.49441 20.3333C9.16477 19.8399 8.69623 19.4554 8.14805 19.2284C7.59987 19.0013 6.99667 18.9419 6.41473 19.0576C5.83279 19.1734 5.29824 19.4591 4.87868 19.8787C4.45912 20.2982 4.1734 20.8328 4.05765 21.4147C3.94189 21.9967 4.0013 22.5999 4.22836 23.1481C4.45543 23.6962 4.83994 24.1648 5.33329 24.4944C5.82664 24.8241 6.40666 25 7 25C7.79565 25 8.55871 24.6839 9.12132 24.1213C9.68393 23.5587 10 22.7957 10 22Z" fill="#212121"/>
22
+ </svg>
23
+ }
24
+ if (type === "duotone") {
25
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ <path opacity="0.2" d="M29 22C29 22.7911 28.7654 23.5645 28.3259 24.2223C27.8864 24.8801 27.2616 25.3928 26.5307 25.6955C25.7998 25.9983 24.9956 26.0775 24.2196 25.9231C23.4437 25.7688 22.731 25.3878 22.1716 24.8284C21.6122 24.269 21.2312 23.5563 21.0769 22.7804C20.9225 22.0044 21.0017 21.2002 21.3045 20.4693C21.6072 19.7384 22.1199 19.1136 22.7777 18.6741C23.4355 18.2346 24.2089 18 25 18C26.0609 18 27.0783 18.4214 27.8284 19.1716C28.5786 19.9217 29 20.9391 29 22ZM7 18C6.20888 18 5.43552 18.2346 4.77772 18.6741C4.11992 19.1136 3.60723 19.7384 3.30448 20.4693C3.00173 21.2002 2.92252 22.0044 3.07686 22.7804C3.2312 23.5563 3.61216 24.269 4.17157 24.8284C4.73098 25.3878 5.44372 25.7688 6.21964 25.9231C6.99556 26.0775 7.79983 25.9983 8.53074 25.6955C9.26164 25.3928 9.88635 24.8801 10.3259 24.2223C10.7654 23.5645 11 22.7911 11 22C11 20.9391 10.5786 19.9217 9.82843 19.1716C9.07828 18.4214 8.06087 18 7 18Z" fill="#212121"/>
27
+ <path d="M20.5 10C21.1922 10 21.8689 9.79473 22.4445 9.41015C23.0201 9.02556 23.4687 8.47894 23.7336 7.83939C23.9985 7.19985 24.0678 6.49612 23.9328 5.81719C23.7977 5.13825 23.4644 4.51461 22.9749 4.02513C22.4854 3.53564 21.8618 3.2023 21.1828 3.06725C20.5039 2.9322 19.8002 3.00152 19.1606 3.26642C18.5211 3.53133 17.9744 3.97993 17.5899 4.55551C17.2053 5.13108 17 5.80777 17 6.5C17 7.42826 17.3687 8.3185 18.0251 8.97488C18.6815 9.63125 19.5717 10 20.5 10ZM20.5 5C20.7967 5 21.0867 5.08798 21.3334 5.2528C21.58 5.41762 21.7723 5.65189 21.8858 5.92598C21.9994 6.20007 22.0291 6.50167 21.9712 6.79264C21.9133 7.08361 21.7704 7.35088 21.5607 7.56066C21.3509 7.77044 21.0836 7.9133 20.7926 7.97118C20.5017 8.02906 20.2001 7.99935 19.926 7.88582C19.6519 7.77229 19.4176 7.58003 19.2528 7.33336C19.088 7.08668 19 6.79667 19 6.5C19 6.10218 19.158 5.72065 19.4393 5.43934C19.7206 5.15804 20.1022 5 20.5 5ZM25 17C24.0111 17 23.0444 17.2932 22.2222 17.8427C21.3999 18.3921 20.759 19.173 20.3806 20.0866C20.0022 21.0002 19.9031 22.0056 20.0961 22.9755C20.289 23.9454 20.7652 24.8363 21.4645 25.5355C22.1637 26.2348 23.0546 26.711 24.0245 26.9039C24.9945 27.0969 25.9998 26.9978 26.9134 26.6194C27.8271 26.241 28.6079 25.6001 29.1574 24.7779C29.7068 23.9556 30 22.9889 30 22C30 20.6739 29.4732 19.4022 28.5355 18.4645C27.5979 17.5268 26.3261 17 25 17ZM25 25C24.4067 25 23.8266 24.8241 23.3333 24.4944C22.8399 24.1648 22.4554 23.6962 22.2284 23.1481C22.0013 22.5999 21.9419 21.9967 22.0576 21.4147C22.1734 20.8328 22.4591 20.2982 22.8787 19.8787C23.2982 19.4591 23.8328 19.1734 24.4147 19.0576C24.9967 18.9419 25.5999 19.0013 26.1481 19.2284C26.6962 19.4554 27.1648 19.8399 27.4944 20.3333C27.8241 20.8266 28 21.4067 28 22C28 22.7957 27.6839 23.5587 27.1213 24.1213C26.5587 24.6839 25.7957 25 25 25ZM7 17C6.0111 17 5.0444 17.2932 4.22215 17.8427C3.39991 18.3921 2.75904 19.173 2.3806 20.0866C2.00217 21.0002 1.90315 22.0056 2.09608 22.9755C2.289 23.9454 2.76521 24.8363 3.46447 25.5355C4.16373 26.2348 5.05465 26.711 6.02455 26.9039C6.99446 27.0969 7.99979 26.9978 8.91342 26.6194C9.82705 26.241 10.6079 25.6001 11.1573 24.7779C11.7068 23.9556 12 22.9889 12 22C12 21.3434 11.8707 20.6932 11.6194 20.0866C11.3681 19.48 10.9998 18.9288 10.5355 18.4645C10.0712 18.0002 9.52005 17.6319 8.91342 17.3806C8.30679 17.1293 7.65661 17 7 17ZM7 25C6.40666 25 5.82664 24.8241 5.33329 24.4944C4.83994 24.1648 4.45543 23.6962 4.22836 23.1481C4.0013 22.5999 3.94189 21.9967 4.05765 21.4147C4.1734 20.8328 4.45912 20.2982 4.87868 19.8787C5.29824 19.4591 5.83279 19.1734 6.41473 19.0576C6.99667 18.9419 7.59987 19.0013 8.14805 19.2284C8.69623 19.4554 9.16477 19.8399 9.49441 20.3333C9.82406 20.8266 10 21.4067 10 22C10 22.7957 9.68393 23.5587 9.12132 24.1213C8.55871 24.6839 7.79565 25 7 25ZM24 15H19C18.8686 15.0001 18.7385 14.9743 18.6172 14.9241C18.4958 14.874 18.3854 14.8003 18.2925 14.7075L15 11.4138L12.4138 14L16.7075 18.2925C16.8003 18.3854 16.874 18.4958 16.9241 18.6172C16.9743 18.7385 17.0001 18.8686 17 19V25C17 25.2652 16.8946 25.5196 16.7071 25.7071C16.5196 25.8946 16.2652 26 16 26C15.7348 26 15.4804 25.8946 15.2929 25.7071C15.1054 25.5196 15 25.2652 15 25V19.4138L10.2925 14.7075C10.1995 14.6146 10.1258 14.5043 10.0754 14.3829C10.0251 14.2615 9.99922 14.1314 9.99922 14C9.99922 13.8686 10.0251 13.7385 10.0754 13.6171C10.1258 13.4957 10.1995 13.3854 10.2925 13.2925L14.2925 9.2925C14.3854 9.19953 14.4957 9.12577 14.6171 9.07544C14.7385 9.02512 14.8686 8.99922 15 8.99922C15.1314 8.99922 15.2615 9.02512 15.3829 9.07544C15.5043 9.12577 15.6146 9.19953 15.7075 9.2925L19.4138 13H24C24.2652 13 24.5196 13.1054 24.7071 13.2929C24.8946 13.4804 25 13.7348 25 14C25 14.2652 24.8946 14.5196 24.7071 14.7071C24.5196 14.8946 24.2652 15 24 15Z" fill="#212121"/>
28
+ </svg>
29
+ }
30
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
31
+ <path d="M20.5 9.75C21.1428 9.75 21.7711 9.55939 22.3056 9.20228C22.8401 8.84516 23.2566 8.33758 23.5026 7.74372C23.7486 7.14986 23.813 6.4964 23.6876 5.86596C23.5622 5.23552 23.2526 4.65643 22.7981 4.2019C22.3436 3.74738 21.7645 3.43785 21.134 3.31245C20.5036 3.18705 19.8501 3.25141 19.2563 3.49739C18.6624 3.74338 18.1548 4.15994 17.7977 4.6944C17.4406 5.22886 17.25 5.85721 17.25 6.5C17.25 7.36196 17.5924 8.18861 18.2019 8.7981C18.8114 9.40759 19.638 9.75 20.5 9.75ZM20.5 4.75C20.8461 4.75 21.1845 4.85264 21.4722 5.04493C21.76 5.23722 21.9843 5.51054 22.1168 5.83031C22.2492 6.15008 22.2839 6.50194 22.2164 6.84141C22.1489 7.18088 21.9822 7.4927 21.7374 7.73744C21.4927 7.98218 21.1809 8.14885 20.8414 8.21638C20.5019 8.2839 20.1501 8.24924 19.8303 8.11679C19.5105 7.98434 19.2372 7.76004 19.0449 7.47225C18.8526 7.18446 18.75 6.84612 18.75 6.5C18.75 6.03587 18.9344 5.59075 19.2626 5.26256C19.5908 4.93438 20.0359 4.75 20.5 4.75ZM25 17.25C24.0605 17.25 23.1422 17.5286 22.361 18.0505C21.5799 18.5725 20.9711 19.3143 20.6116 20.1823C20.2521 21.0502 20.158 22.0053 20.3413 22.9267C20.5246 23.8481 20.9769 24.6945 21.6412 25.3588C22.3055 26.0231 23.1519 26.4755 24.0733 26.6587C24.9947 26.842 25.9498 26.7479 26.8177 26.3884C27.6857 26.0289 28.4275 25.4201 28.9495 24.639C29.4714 23.8578 29.75 22.9395 29.75 22C29.75 20.7402 29.2496 19.532 28.3588 18.6412C27.468 17.7504 26.2598 17.25 25 17.25ZM25 25.25C24.3572 25.25 23.7289 25.0594 23.1944 24.7023C22.6599 24.3452 22.2434 23.8376 21.9974 23.2437C21.7514 22.6499 21.687 21.9964 21.8125 21.366C21.9379 20.7355 22.2474 20.1564 22.7019 19.7019C23.1564 19.2474 23.7355 18.9379 24.366 18.8125C24.9964 18.687 25.6499 18.7514 26.2437 18.9974C26.8376 19.2434 27.3452 19.6599 27.7023 20.1944C28.0594 20.7289 28.25 21.3572 28.25 22C28.25 22.4268 28.1659 22.8494 28.0026 23.2437C27.8393 23.638 27.5999 23.9963 27.2981 24.2981C26.9963 24.5999 26.638 24.8393 26.2437 25.0026C25.8494 25.1659 25.4268 25.25 25 25.25ZM7 17.25C6.06054 17.25 5.14218 17.5286 4.36104 18.0505C3.57991 18.5725 2.97109 19.3143 2.61157 20.1823C2.25206 21.0502 2.15799 22.0053 2.34127 22.9267C2.52455 23.8481 2.97695 24.6945 3.64124 25.3588C4.30554 26.0231 5.15191 26.4755 6.07332 26.6587C6.99473 26.842 7.9498 26.7479 8.81775 26.3884C9.6857 26.0289 10.4275 25.4201 10.9495 24.639C11.4714 23.8578 11.75 22.9395 11.75 22C11.75 20.7402 11.2496 19.532 10.3588 18.6412C9.46796 17.7504 8.25978 17.25 7 17.25ZM7 25.25C6.35721 25.25 5.72886 25.0594 5.1944 24.7023C4.65994 24.3452 4.24338 23.8376 3.99739 23.2437C3.75141 22.6499 3.68705 21.9964 3.81245 21.366C3.93785 20.7355 4.24738 20.1564 4.70191 19.7019C5.15643 19.2474 5.73552 18.9379 6.36596 18.8125C6.9964 18.687 7.64986 18.7514 8.24372 18.9974C8.83758 19.2434 9.34516 19.6599 9.70228 20.1944C10.0594 20.7289 10.25 21.3572 10.25 22C10.25 22.862 9.90759 23.6886 9.2981 24.2981C8.68861 24.9076 7.86196 25.25 7 25.25ZM24 14.75H19C18.8012 14.7498 18.6105 14.6707 18.47 14.53L15 11.0613L12.0613 14L16.53 18.47C16.6707 18.6105 16.7498 18.8012 16.75 19V25C16.75 25.1989 16.671 25.3897 16.5303 25.5303C16.3897 25.671 16.1989 25.75 16 25.75C15.8011 25.75 15.6103 25.671 15.4697 25.5303C15.329 25.3897 15.25 25.1989 15.25 25V19.3113L10.47 14.53C10.3296 14.3894 10.2507 14.1988 10.2507 14C10.2507 13.8013 10.3296 13.6106 10.47 13.47L14.47 9.47C14.6106 9.32955 14.8013 9.25066 15 9.25066C15.1988 9.25066 15.3894 9.32955 15.53 9.47L19.3113 13.25H24C24.1989 13.25 24.3897 13.329 24.5303 13.4697C24.671 13.6103 24.75 13.8011 24.75 14C24.75 14.1989 24.671 14.3897 24.5303 14.5303C24.3897 14.671 24.1989 14.75 24 14.75Z" fill="#212121"/>
32
+ </svg>
33
+ };
34
+
35
+ export default PersonSimpleBike;
@@ -0,0 +1,35 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const PersonSimpleWalk = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <path d="M18.9999 9.5C19.6922 9.5 20.3689 9.29473 20.9444 8.91015C21.52 8.52556 21.9686 7.97894 22.2335 7.33939C22.4984 6.69985 22.5677 5.99612 22.4327 5.31719C22.2976 4.63825 21.9643 4.01461 21.4748 3.52513C20.9853 3.03564 20.3617 2.7023 19.6828 2.56725C19.0038 2.4322 18.3001 2.50152 17.6606 2.76642C17.021 3.03133 16.4744 3.47993 16.0898 4.05551C15.7052 4.63108 15.4999 5.30777 15.4999 6C15.4999 6.92826 15.8687 7.8185 16.5251 8.47487C17.1814 9.13125 18.0717 9.5 18.9999 9.5ZM18.9999 3.5C19.4944 3.5 19.9777 3.64662 20.3889 3.92133C20.8 4.19603 21.1204 4.58648 21.3096 5.04329C21.4989 5.50011 21.5484 6.00277 21.4519 6.48773C21.3554 6.97268 21.1173 7.41814 20.7677 7.76777C20.4181 8.1174 19.9726 8.3555 19.4877 8.45196C19.0027 8.54843 18.5001 8.49892 18.0432 8.3097C17.5864 8.12048 17.196 7.80005 16.9213 7.38893C16.6466 6.9778 16.4999 6.49445 16.4999 6C16.4999 5.33696 16.7633 4.70108 17.2322 4.23223C17.701 3.76339 18.3369 3.5 18.9999 3.5ZM26.4999 18C26.4999 18.1326 26.4473 18.2598 26.3535 18.3536C26.2597 18.4473 26.1326 18.5 25.9999 18.5C21.7937 18.5 19.7599 16.4463 17.9649 14.6338C17.5249 14.1875 17.1074 13.7675 16.6724 13.3838C16.5899 13.3125 16.5049 13.2475 16.4224 13.185L14.3149 18.0313L19.2949 21.5875C19.3597 21.6348 19.4121 21.6969 19.4478 21.7687C19.4835 21.8405 19.5013 21.9198 19.4999 22V29C19.4999 29.1326 19.4473 29.2598 19.3535 29.3536C19.2597 29.4473 19.1326 29.5 18.9999 29.5C18.8673 29.5 18.7402 29.4473 18.6464 29.3536C18.5526 29.2598 18.4999 29.1326 18.4999 29V22.2575L13.9037 18.975L9.4587 29.1988C9.40582 29.3204 9.30678 29.4161 9.18335 29.4647C9.05993 29.5134 8.92224 29.511 8.80057 29.4581C8.6789 29.4052 8.58322 29.3062 8.53458 29.1828C8.48594 29.0594 8.48832 28.9217 8.5412 28.8L15.5324 12.7225C11.8199 11.4038 6.40745 16.4275 6.34245 16.4838C6.29427 16.5287 6.2377 16.5638 6.17598 16.5869C6.11426 16.61 6.04858 16.6207 5.98271 16.6185C5.91684 16.6162 5.85206 16.601 5.79207 16.5737C5.73208 16.5464 5.67805 16.5076 5.63307 16.4594C5.58809 16.4112 5.55305 16.3546 5.52993 16.2929C5.50681 16.2312 5.49608 16.1655 5.49834 16.0996C5.50061 16.0338 5.51582 15.969 5.54312 15.909C5.57042 15.849 5.60927 15.795 5.65745 15.75C6.9073 14.6182 8.28495 13.6362 9.76245 12.8238C12.9062 11.1313 15.5212 11.0663 17.3274 12.6338C17.7912 13.0375 18.2212 13.4713 18.6762 13.93C20.4137 15.68 22.2112 17.5 25.9999 17.5C26.1326 17.5 26.2597 17.5527 26.3535 17.6464C26.4473 17.7402 26.4999 17.8674 26.4999 18Z" fill="currentColor"/>
7
+ </svg>
8
+ }
9
+ if (type === "regular") {
10
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
11
+ <path d="M19.0001 10C19.7912 10 20.5646 9.76541 21.2223 9.32588C21.8801 8.88636 22.3928 8.26164 22.6956 7.53074C22.9983 6.79983 23.0775 5.99556 22.9232 5.21964C22.7689 4.44372 22.3879 3.73098 21.8285 3.17157C21.2691 2.61216 20.5564 2.2312 19.7804 2.07686C19.0045 1.92252 18.2002 2.00173 17.4693 2.30448C16.7384 2.60723 16.1137 3.11992 15.6742 3.77772C15.2347 4.43552 15.0001 5.20888 15.0001 6C15.0001 7.06087 15.4215 8.07828 16.1716 8.82843C16.9218 9.57858 17.9392 10 19.0001 10ZM19.0001 4C19.3956 4 19.7823 4.1173 20.1112 4.33706C20.4401 4.55683 20.6965 4.86918 20.8478 5.23464C20.9992 5.60009 21.0388 6.00222 20.9616 6.39018C20.8845 6.77815 20.694 7.13451 20.4143 7.41422C20.1346 7.69392 19.7782 7.8844 19.3902 7.96157C19.0023 8.03874 18.6002 7.99914 18.2347 7.84776C17.8692 7.69639 17.5569 7.44004 17.3371 7.11114C17.1174 6.78224 17.0001 6.39557 17.0001 6C17.0001 5.46957 17.2108 4.96086 17.5859 4.58579C17.9609 4.21072 18.4696 4 19.0001 4ZM27.0001 18C27.0001 18.2652 26.8947 18.5196 26.7072 18.7071C26.5196 18.8946 26.2653 19 26.0001 19C21.5863 19 19.3813 16.7738 17.6101 14.985C17.2676 14.6388 16.9401 14.31 16.6101 14.005L14.9313 17.865L19.5813 21.1863C19.7108 21.2788 19.8164 21.4009 19.8892 21.5424C19.9621 21.684 20.0001 21.8408 20.0001 22V29C20.0001 29.2652 19.8947 29.5196 19.7072 29.7071C19.5196 29.8946 19.2653 30 19.0001 30C18.7348 30 18.4805 29.8946 18.293 29.7071C18.1054 29.5196 18.0001 29.2652 18.0001 29V22.515L14.1163 19.74L9.91756 29.3988C9.83985 29.5775 9.71162 29.7296 9.54861 29.8364C9.38561 29.9432 9.19495 30.0001 9.00007 30C8.86275 30.0003 8.7269 29.9718 8.60132 29.9163C8.35822 29.8106 8.16703 29.6127 8.06976 29.3661C7.97248 29.1195 7.97709 28.8444 8.08257 28.6013L14.8426 13.055C13.6788 12.8488 12.2276 13.205 10.5051 14.1275C9.13131 14.8853 7.84916 15.7983 6.68382 16.8488C6.4893 17.023 6.23435 17.1142 5.97345 17.103C5.71255 17.0917 5.46642 16.9788 5.28765 16.7885C5.10888 16.5981 5.01167 16.3454 5.01679 16.0843C5.02192 15.8232 5.12897 15.5745 5.31506 15.3913C5.62757 15.0975 13.0263 8.2375 17.6551 12.2563C18.1338 12.6713 18.5901 13.1313 19.0301 13.5775C20.7738 15.3375 22.4201 17 26.0001 17C26.2653 17 26.5196 17.1054 26.7072 17.2929C26.8947 17.4804 27.0001 17.7348 27.0001 18Z" fill="currentColor"/>
12
+ </svg>
13
+ }
14
+ if (type === "bold") {
15
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
16
+ <path d="M18.9998 10.5C19.8899 10.5 20.7599 10.2361 21.4999 9.74162C22.2399 9.24715 22.8167 8.54434 23.1573 7.72208C23.4979 6.89981 23.587 5.99501 23.4134 5.1221C23.2397 4.24918 22.8112 3.44736 22.1818 2.81802C21.5525 2.18869 20.7507 1.7601 19.8778 1.58647C19.0048 1.41283 18.1 1.50195 17.2778 1.84254C16.4555 2.18314 15.7527 2.75991 15.2582 3.49994C14.7638 4.23996 14.4998 5.10999 14.4998 6C14.4998 7.19348 14.974 8.33807 15.8179 9.18198C16.6618 10.0259 17.8064 10.5 18.9998 10.5ZM18.9998 4.5C19.2965 4.5 19.5865 4.58798 19.8332 4.7528C20.0799 4.91762 20.2721 5.15189 20.3857 5.42598C20.4992 5.70007 20.5289 6.00167 20.471 6.29264C20.4131 6.58361 20.2703 6.85088 20.0605 7.06066C19.8507 7.27044 19.5835 7.4133 19.2925 7.47118C19.0015 7.52906 18.6999 7.49935 18.4258 7.38582C18.1517 7.27229 17.9175 7.08003 17.7526 6.83336C17.5878 6.58668 17.4998 6.29667 17.4998 6C17.4998 5.60218 17.6579 5.22065 17.9392 4.93934C18.2205 4.65804 18.602 4.5 18.9998 4.5ZM27.4998 18.5C27.4998 18.8978 27.3418 19.2794 27.0605 19.5607C26.7792 19.842 26.3977 20 25.9998 20C21.3748 20 19.0911 17.6913 17.2498 15.8375C17.0361 15.6225 16.8298 15.4125 16.6248 15.2125L15.5461 17.6938L19.8748 20.7788C20.0686 20.9179 20.2264 21.1013 20.3351 21.3137C20.4438 21.5261 20.5003 21.7614 20.4998 22V29C20.4998 29.3978 20.3418 29.7794 20.0605 30.0607C19.7792 30.342 19.3977 30.5 18.9998 30.5C18.602 30.5 18.2205 30.342 17.9392 30.0607C17.6579 29.7794 17.4998 29.3978 17.4998 29V22.7713L14.3286 20.5063L10.3748 29.5975C10.2999 29.7833 10.1884 29.9522 10.0471 30.0943C9.90579 30.2363 9.73744 30.3486 9.552 30.4245C9.36656 30.5004 9.16779 30.5384 8.96743 30.5362C8.76707 30.534 8.56918 30.4917 8.38544 30.4118C8.2017 30.3319 8.03584 30.2159 7.89764 30.0709C7.75944 29.9258 7.65172 29.7545 7.58082 29.567C7.50992 29.3796 7.47729 29.1799 7.48485 28.9797C7.49241 28.7795 7.54001 28.5828 7.62484 28.4013L13.8823 14.01C12.9957 14.0725 11.954 14.4225 10.7573 15.06C9.41685 15.7988 8.16572 16.6892 7.02859 17.7138C6.73851 17.9861 6.35213 18.1321 5.95443 18.1195C5.55674 18.107 5.18031 17.937 4.90797 17.6469C4.63563 17.3568 4.48967 16.9704 4.50221 16.5727C4.51475 16.175 4.68476 15.7986 4.97484 15.5263C5.30109 15.22 13.0198 8.0675 17.9861 12.3788C18.4786 12.8063 18.9411 13.2738 19.3886 13.7263C21.0536 15.41 22.6248 17 25.9998 17C26.3977 17 26.7792 17.158 27.0605 17.4393C27.3418 17.7206 27.4998 18.1022 27.4998 18.5Z" fill="currentColor"/>
17
+ </svg>
18
+ }
19
+ if (type === "fill") {
20
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <path d="M14.9998 6C14.9998 5.20888 15.2344 4.43552 15.6739 3.77772C16.1134 3.11992 16.7382 2.60723 17.4691 2.30448C18.2 2.00173 19.0042 1.92252 19.7802 2.07686C20.5561 2.2312 21.2688 2.61216 21.8282 3.17157C22.3876 3.73098 22.7686 4.44372 22.9229 5.21964C23.0773 5.99556 22.9981 6.79983 22.6953 7.53074C22.3926 8.26164 21.8799 8.88636 21.2221 9.32588C20.5643 9.76541 19.7909 10 18.9998 10C17.9389 10 16.9215 9.57858 16.1714 8.82843C15.4212 8.07828 14.9998 7.06087 14.9998 6ZM25.9998 17C22.4198 17 20.7735 15.3375 19.031 13.5788C18.5898 13.1325 18.1335 12.6713 17.656 12.2563C13.031 8.23875 5.62854 15.0975 5.31604 15.3913C5.12994 15.5745 5.02289 15.8232 5.01777 16.0843C5.01265 16.3454 5.10986 16.5981 5.28863 16.7885C5.46739 16.9788 5.71353 17.0917 5.97443 17.103C6.23532 17.1142 6.49028 17.023 6.68479 16.8488C7.84805 15.7979 9.12809 14.884 10.4998 14.125C12.2223 13.2025 13.6735 12.8463 14.8373 13.0525L8.08229 28.6013C7.97682 28.8444 7.97221 29.1195 8.06948 29.3661C8.16675 29.6127 8.35795 29.8106 8.60104 29.9163C8.72662 29.9718 8.86247 30.0003 8.99979 30C9.19468 30.0001 9.38534 29.9432 9.54834 29.8364C9.71134 29.7296 9.83958 29.5775 9.91729 29.3988L14.116 19.74L17.9998 22.515V29C17.9998 29.2652 18.1051 29.5196 18.2927 29.7071C18.4802 29.8946 18.7346 30 18.9998 30C19.265 30 19.5194 29.8946 19.7069 29.7071C19.8944 29.5196 19.9998 29.2652 19.9998 29V22C19.9998 21.8408 19.9618 21.684 19.889 21.5424C19.8161 21.4009 19.7106 21.2788 19.581 21.1863L14.931 17.865L16.6098 14C16.9398 14.305 17.2673 14.6338 17.6098 14.98C19.381 16.7738 21.586 19 25.9998 19C26.265 19 26.5194 18.8946 26.7069 18.7071C26.8944 18.5196 26.9998 18.2652 26.9998 18C26.9998 17.7348 26.8944 17.4804 26.7069 17.2929C26.5194 17.1054 26.265 17 25.9998 17Z" fill="currentColor"/>
22
+ </svg>
23
+ }
24
+ if (type === "duotone") {
25
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ <path opacity="0.2" d="M22 6C22 6.59334 21.8241 7.17336 21.4944 7.66671C21.1648 8.16006 20.6962 8.54458 20.1481 8.77164C19.5999 8.9987 18.9967 9.05811 18.4147 8.94236C17.8328 8.8266 17.2982 8.54088 16.8787 8.12132C16.4591 7.70176 16.1734 7.16721 16.0576 6.58527C15.9419 6.00333 16.0013 5.40013 16.2284 4.85195C16.4554 4.30377 16.8399 3.83524 17.3333 3.50559C17.8266 3.17595 18.4067 3 19 3C19.7957 3 20.5587 3.31607 21.1213 3.87868C21.6839 4.44129 22 5.20435 22 6Z" fill="currentColor"/>
27
+ <path d="M19.0001 10C19.7912 10 20.5646 9.76541 21.2223 9.32588C21.8801 8.88636 22.3928 8.26164 22.6956 7.53074C22.9983 6.79983 23.0775 5.99556 22.9232 5.21964C22.7689 4.44372 22.3879 3.73098 21.8285 3.17157C21.2691 2.61216 20.5564 2.2312 19.7804 2.07686C19.0045 1.92252 18.2002 2.00173 17.4693 2.30448C16.7384 2.60723 16.1137 3.11992 15.6742 3.77772C15.2347 4.43552 15.0001 5.20888 15.0001 6C15.0001 7.06087 15.4215 8.07828 16.1716 8.82843C16.9218 9.57858 17.9392 10 19.0001 10ZM19.0001 4C19.3956 4 19.7823 4.1173 20.1112 4.33706C20.4401 4.55683 20.6965 4.86918 20.8478 5.23464C20.9992 5.60009 21.0388 6.00222 20.9616 6.39018C20.8845 6.77815 20.694 7.13451 20.4143 7.41422C20.1346 7.69392 19.7782 7.8844 19.3902 7.96157C19.0023 8.03874 18.6002 7.99914 18.2347 7.84776C17.8692 7.69639 17.5569 7.44004 17.3371 7.11114C17.1174 6.78224 17.0001 6.39557 17.0001 6C17.0001 5.46957 17.2108 4.96086 17.5859 4.58579C17.9609 4.21072 18.4696 4 19.0001 4ZM27.0001 18C27.0001 18.2652 26.8947 18.5196 26.7072 18.7071C26.5196 18.8946 26.2653 19 26.0001 19C21.5863 19 19.3813 16.7738 17.6101 14.985C17.2676 14.6388 16.9401 14.31 16.6101 14.005L14.9313 17.865L19.5813 21.1863C19.7108 21.2788 19.8164 21.4009 19.8892 21.5424C19.9621 21.684 20.0001 21.8408 20.0001 22V29C20.0001 29.2652 19.8947 29.5196 19.7072 29.7071C19.5196 29.8946 19.2653 30 19.0001 30C18.7348 30 18.4805 29.8946 18.293 29.7071C18.1054 29.5196 18.0001 29.2652 18.0001 29V22.515L14.1163 19.74L9.91756 29.3988C9.83985 29.5775 9.71162 29.7296 9.54861 29.8364C9.38561 29.9432 9.19495 30.0001 9.00007 30C8.86275 30.0003 8.7269 29.9718 8.60132 29.9163C8.35822 29.8106 8.16703 29.6127 8.06976 29.3661C7.97248 29.1195 7.97709 28.8444 8.08257 28.6013L14.8426 13.055C13.6788 12.8488 12.2276 13.205 10.5051 14.1275C9.13131 14.8853 7.84916 15.7983 6.68382 16.8488C6.4893 17.023 6.23435 17.1142 5.97345 17.103C5.71255 17.0917 5.46642 16.9788 5.28765 16.7885C5.10888 16.5981 5.01167 16.3454 5.01679 16.0843C5.02192 15.8232 5.12897 15.5745 5.31506 15.3913C5.62757 15.0975 13.0263 8.23875 17.6551 12.2563C18.1338 12.6713 18.5901 13.1313 19.0301 13.5788C20.7738 15.3375 22.4201 17 26.0001 17C26.2653 17 26.5196 17.1054 26.7072 17.2929C26.8947 17.4804 27.0001 17.7348 27.0001 18Z" fill="currentColor"/>
28
+ </svg>
29
+ }
30
+ return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
31
+ <path d="M18.9998 9.75C19.7415 9.75 20.4665 9.53007 21.0832 9.11801C21.6999 8.70596 22.1806 8.12029 22.4644 7.43506C22.7482 6.74984 22.8225 5.99584 22.6778 5.26841C22.5331 4.54098 22.1759 3.8728 21.6515 3.34835C21.127 2.8239 20.4589 2.46675 19.7314 2.32206C19.004 2.17736 18.25 2.25162 17.5648 2.53545C16.8796 2.81928 16.2939 3.29993 15.8818 3.91661C15.4698 4.5333 15.2498 5.25832 15.2498 6C15.2498 6.99456 15.6449 7.94839 16.3482 8.65165C17.0515 9.35491 18.0053 9.75 18.9998 9.75ZM18.9998 3.75C19.4449 3.75 19.8799 3.88196 20.2499 4.1292C20.6199 4.37643 20.9083 4.72783 21.0786 5.13896C21.2489 5.5501 21.2934 6.0025 21.2066 6.43896C21.1198 6.87541 20.9055 7.27632 20.5908 7.59099C20.2762 7.90566 19.8753 8.11995 19.4388 8.20677C19.0023 8.29359 18.5499 8.24903 18.1388 8.07873C17.7277 7.90843 17.3763 7.62005 17.129 7.25003C16.8818 6.88002 16.7498 6.44501 16.7498 6C16.7498 5.40326 16.9869 4.83097 17.4089 4.40901C17.8308 3.98705 18.4031 3.75 18.9998 3.75ZM26.7498 18C26.7498 18.1989 26.6708 18.3897 26.5302 18.5303C26.3895 18.671 26.1988 18.75 25.9998 18.75C21.6898 18.75 19.6173 16.6563 17.7873 14.81C17.3536 14.3713 16.9436 13.9575 16.5186 13.5875L14.6248 17.9513L19.4398 21.39C19.5362 21.4598 19.6146 21.5515 19.6685 21.6576C19.7224 21.7637 19.7503 21.881 19.7498 22V29C19.7498 29.1989 19.6708 29.3897 19.5302 29.5303C19.3895 29.671 19.1988 29.75 18.9998 29.75C18.8009 29.75 18.6102 29.671 18.4695 29.5303C18.3289 29.3897 18.2498 29.1989 18.2498 29V22.3863L14.0098 19.3575L9.68734 29.2988C9.604 29.4747 9.45549 29.6114 9.27322 29.6798C9.09095 29.7483 8.8892 29.7431 8.71064 29.6655C8.53207 29.5879 8.39067 29.444 8.31635 29.264C8.24202 29.084 8.24058 28.8822 8.31234 28.7013L15.1873 12.875C13.9148 12.5313 12.3036 12.875 10.3736 13.9113C8.98424 14.6769 7.68741 15.5996 6.50859 16.6613C6.36302 16.7934 6.17135 16.8632 5.97486 16.8554C5.77837 16.8477 5.59278 16.7631 5.45806 16.6198C5.32334 16.4766 5.25027 16.2862 5.25457 16.0896C5.25888 15.893 5.34023 15.706 5.48109 15.5688C6.74677 14.4196 8.1425 13.4224 9.63984 12.5975C12.8811 10.8475 15.5948 10.7988 17.4861 12.44C17.9573 12.8488 18.4111 13.3063 18.8486 13.7488C20.5511 15.4675 22.3098 17.2488 25.9948 17.2488C26.0939 17.2481 26.192 17.267 26.2837 17.3045C26.3753 17.342 26.4587 17.3972 26.5289 17.4671C26.599 17.5369 26.6547 17.62 26.6926 17.7114C26.7306 17.8029 26.75 17.901 26.7498 18Z" fill="currentColor"/>
32
+ </svg>
33
+ };
34
+
35
+ export default PersonSimpleWalk;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const User = ({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="M28.4317 26.75C26.3667 23.18 23.0567 20.7425 19.2217 19.8638C21.044 19.1171 22.5506 17.7609 23.4839 16.0268C24.4173 14.2927 24.7196 12.2883 24.3391 10.3561C23.9586 8.42387 22.919 6.6837 21.3979 5.4329C19.8768 4.1821 17.9686 3.49829 15.9992 3.49829C14.0299 3.49829 12.1217 4.1821 10.6005 5.4329C9.07944 6.6837 8.03984 8.42387 7.65937 10.3561C7.27889 12.2883 7.58116 14.2927 8.51451 16.0268C9.44787 17.7609 10.9544 19.1171 12.7767 19.8638C8.94672 20.7388 5.63172 23.18 3.56672 26.75C3.50695 26.8643 3.49363 26.9972 3.52957 27.1211C3.5655 27.2449 3.64789 27.3501 3.75954 27.4146C3.87119 27.4792 4.00346 27.4981 4.12872 27.4674C4.25398 27.4367 4.36254 27.3588 4.43172 27.25C6.87422 23.0238 11.2017 20.5 15.9992 20.5C20.7967 20.5 25.1242 23.0238 27.5667 27.25C27.6106 27.3259 27.6736 27.389 27.7495 27.4329C27.8254 27.4768 27.9115 27.4999 27.9992 27.5C28.0871 27.5003 28.1734 27.477 28.2492 27.4325C28.3638 27.3661 28.4474 27.257 28.4816 27.129C28.5159 27.001 28.4979 26.8647 28.4317 26.75ZM8.49922 12C8.49922 10.5166 8.93909 9.0666 9.7632 7.83323C10.5873 6.59986 11.7587 5.63856 13.1291 5.07091C14.4995 4.50325 16.0075 4.35472 17.4624 4.64411C18.9173 4.9335 20.2536 5.64781 21.3025 6.6967C22.3514 7.7456 23.0657 9.08197 23.3551 10.5368C23.6445 11.9917 23.496 13.4997 22.9283 14.8701C22.3607 16.2406 21.3994 17.4119 20.166 18.236C18.9326 19.0601 17.4826 19.5 15.9992 19.5C14.0108 19.4977 12.1045 18.7068 10.6985 17.3007C9.29246 15.8947 8.50154 13.9884 8.49922 12Z"
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="M28.8658 26.5C26.9621 23.2087 24.0283 20.8487 20.6046 19.73C22.2981 18.7218 23.6139 17.1856 24.3498 15.3572C25.0858 13.5289 25.2012 11.5095 24.6784 9.60918C24.1556 7.70887 23.0234 6.03272 21.4558 4.83814C19.8882 3.64355 17.9717 2.99658 16.0008 2.99658C14.0299 2.99658 12.1135 3.64355 10.5459 4.83814C8.97823 6.03272 7.84607 7.70887 7.32325 9.60918C6.80043 11.5095 6.91586 13.5289 7.65181 15.3572C8.38776 17.1856 9.70354 18.7218 11.3971 19.73C7.97333 20.8475 5.03958 23.2075 3.13583 26.5C3.06601 26.6138 3.01971 26.7405 2.99964 26.8725C2.97957 27.0045 2.98615 27.1392 3.01898 27.2687C3.05182 27.3981 3.11024 27.5197 3.19082 27.6262C3.27139 27.7326 3.37247 27.8219 3.48811 27.8887C3.60374 27.9555 3.73158 27.9985 3.86409 28.015C3.99659 28.0316 4.13107 28.0215 4.2596 27.9853C4.38813 27.949 4.5081 27.8874 4.61244 27.8041C4.71677 27.7207 4.80335 27.6173 4.86708 27.5C7.22208 23.43 11.3846 21 16.0008 21C20.6171 21 24.7796 23.43 27.1346 27.5C27.1983 27.6173 27.2849 27.7207 27.3892 27.8041C27.4936 27.8874 27.6135 27.949 27.742 27.9853C27.8706 28.0215 28.0051 28.0316 28.1376 28.015C28.2701 27.9985 28.3979 27.9555 28.5135 27.8887C28.6292 27.8219 28.7303 27.7326 28.8108 27.6262C28.8914 27.5197 28.9498 27.3981 28.9827 27.2687C29.0155 27.1392 29.0221 27.0045 29.002 26.8725C28.9819 26.7405 28.9356 26.6138 28.8658 26.5ZM9.00083 12C9.00083 10.6155 9.41137 9.26214 10.1805 8.11099C10.9497 6.95985 12.043 6.06264 13.322 5.53283C14.6011 5.00301 16.0086 4.86439 17.3665 5.13449C18.7243 5.40458 19.9716 6.07127 20.9506 7.05023C21.9295 8.0292 22.5962 9.27648 22.8663 10.6344C23.1364 11.9922 22.9978 13.3997 22.468 14.6788C21.9382 15.9578 21.041 17.0511 19.8898 17.8203C18.7387 18.5894 17.3853 19 16.0008 19C14.1449 18.998 12.3656 18.2599 11.0533 16.9475C9.74095 15.6352 9.00281 13.8559 9.00083 12Z"
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="M29.2978 26.25C27.584 23.2421 24.9079 20.8984 21.7003 19.5962C23.2954 18.3999 24.4737 16.732 25.0682 14.8288C25.6627 12.9256 25.6433 10.8836 25.0128 8.99205C24.3823 7.10049 23.1726 5.45526 21.555 4.28942C19.9375 3.12357 17.9942 2.49622 16.0003 2.49622C14.0064 2.49622 12.0631 3.12357 10.4456 4.28942C8.82803 5.45526 7.61833 7.10049 6.98781 8.99205C6.35729 10.8836 6.33791 12.9256 6.93242 14.8288C7.52693 16.732 8.70519 18.3999 10.3003 19.5962C7.0927 20.8984 4.4166 23.2421 2.7028 26.25C2.59661 26.4207 2.52583 26.6111 2.49467 26.8097C2.46352 27.0084 2.47263 27.2113 2.52145 27.4063C2.57028 27.6014 2.65782 27.7847 2.77888 27.9452C2.89995 28.1058 3.05206 28.2403 3.22617 28.3409C3.40028 28.4415 3.59284 28.5061 3.7924 28.5308C3.99196 28.5555 4.19445 28.5398 4.38782 28.4847C4.5812 28.4295 4.76152 28.3361 4.91806 28.2099C5.0746 28.0836 5.20416 27.9273 5.29905 27.75C7.56405 23.835 11.5641 21.5 16.0003 21.5C20.4366 21.5 24.4366 23.8362 26.7016 27.75C26.9072 28.0806 27.2334 28.3184 27.6111 28.4129C27.9888 28.5075 28.3885 28.4514 28.7257 28.2566C29.0629 28.0618 29.3111 27.7435 29.4178 27.3691C29.5246 26.9946 29.4816 26.5933 29.2978 26.25ZM9.5003 12C9.5003 10.7144 9.88152 9.45768 10.5957 8.38876C11.31 7.31984 12.3251 6.48672 13.5129 5.99475C14.7006 5.50278 16.0075 5.37406 17.2684 5.62486C18.5293 5.87567 19.6875 6.49473 20.5965 7.40377C21.5055 8.31281 22.1246 9.471 22.3754 10.7319C22.6262 11.9928 22.4975 13.2997 22.0055 14.4874C21.5135 15.6751 20.6804 16.6903 19.6115 17.4045C18.5426 18.1187 17.2859 18.5 16.0003 18.5C14.277 18.498 12.6249 17.8125 11.4063 16.594C10.1877 15.3754 9.50229 13.7233 9.5003 12Z"
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.8672 27.5C28.7794 27.652 28.6531 27.7783 28.5011 27.8661C28.349 27.9538 28.1765 28 28.0009 28H4.00093C3.82548 27.9998 3.65316 27.9535 3.50129 27.8656C3.34941 27.7778 3.22332 27.6515 3.13567 27.4995C3.04802 27.3475 3.00191 27.1752 3.00195 26.9997C3.002 26.8243 3.0482 26.6519 3.13593 26.5C5.03968 23.2087 7.97343 20.8487 11.3972 19.73C9.70364 18.7218 8.38786 17.1856 7.65191 15.3572C6.91596 13.5289 6.80053 11.5095 7.32335 9.60918C7.84617 7.70887 8.97833 6.03272 10.546 4.83814C12.1136 3.64355 14.03 2.99658 16.0009 2.99658C17.9718 2.99658 19.8883 3.64355 21.4559 4.83814C23.0235 6.03272 24.1557 7.70887 24.6785 9.60918C25.2013 11.5095 25.0859 13.5289 24.3499 15.3572C23.614 17.1856 22.2982 18.7218 20.6047 19.73C24.0284 20.8487 26.9622 23.2087 28.8659 26.5C28.9539 26.6519 29.0003 26.8243 29.0005 26.9998C29.0007 27.1754 28.9548 27.3479 28.8672 27.5Z"
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="M24 12C24 13.5823 23.5308 15.129 22.6518 16.4446C21.7727 17.7602 20.5233 18.7855 19.0615 19.391C17.5997 19.9965 15.9911 20.155 14.4393 19.8463C12.8874 19.5376 11.462 18.7757 10.3431 17.6569C9.22433 16.538 8.4624 15.1126 8.15372 13.5607C7.84504 12.0089 8.00347 10.4003 8.60897 8.93853C9.21447 7.47672 10.2398 6.22729 11.5554 5.34824C12.871 4.46919 14.4178 4 16 4C18.1217 4 20.1566 4.84285 21.6569 6.34315C23.1571 7.84344 24 9.87827 24 12Z"
45
+ fill="currentColor"/>
46
+ <path
47
+ d="M28.8658 26.5C26.9621 23.2087 24.0283 20.8487 20.6046 19.73C22.2981 18.7218 23.6139 17.1856 24.3498 15.3572C25.0858 13.5289 25.2012 11.5095 24.6784 9.60918C24.1556 7.70887 23.0234 6.03272 21.4558 4.83814C19.8882 3.64355 17.9717 2.99658 16.0008 2.99658C14.0299 2.99658 12.1135 3.64355 10.5459 4.83814C8.97823 6.03272 7.84607 7.70887 7.32325 9.60918C6.80043 11.5095 6.91586 13.5289 7.65181 15.3572C8.38776 17.1856 9.70354 18.7218 11.3971 19.73C7.97333 20.8475 5.03958 23.2075 3.13583 26.5C3.06601 26.6138 3.01971 26.7405 2.99964 26.8725C2.97957 27.0045 2.98615 27.1392 3.01898 27.2687C3.05182 27.3981 3.11024 27.5197 3.19082 27.6262C3.27139 27.7326 3.37247 27.8219 3.48811 27.8887C3.60374 27.9555 3.73158 27.9985 3.86409 28.015C3.99659 28.0316 4.13107 28.0215 4.2596 27.9853C4.38813 27.949 4.5081 27.8874 4.61244 27.8041C4.71677 27.7207 4.80335 27.6173 4.86708 27.5C7.22208 23.43 11.3846 21 16.0008 21C20.6171 21 24.7796 23.43 27.1346 27.5C27.1983 27.6173 27.2849 27.7207 27.3892 27.8041C27.4936 27.8874 27.6135 27.949 27.742 27.9853C27.8706 28.0215 28.0051 28.0316 28.1376 28.015C28.2701 27.9985 28.3979 27.9555 28.5135 27.8887C28.6292 27.8219 28.7303 27.7326 28.8108 27.6262C28.8914 27.5197 28.9498 27.3981 28.9827 27.2687C29.0155 27.1392 29.0221 27.0045 29.002 26.8725C28.9819 26.7405 28.9356 26.6138 28.8658 26.5ZM9.00083 12C9.00083 10.6155 9.41137 9.26214 10.1805 8.11099C10.9497 6.95985 12.043 6.06264 13.322 5.53283C14.6011 5.00301 16.0086 4.86439 17.3665 5.13449C18.7243 5.40458 19.9716 6.07127 20.9506 7.05023C21.9295 8.0292 22.5962 9.27648 22.8663 10.6344C23.1364 11.9922 22.9978 13.3997 22.468 14.6788C21.9382 15.9578 21.041 17.0511 19.8898 17.8203C18.7387 18.5894 17.3853 19 16.0008 19C14.1449 18.998 12.3656 18.2599 11.0533 16.9475C9.74095 15.6352 9.00281 13.8559 9.00083 12Z"
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="M28.6489 26.625C26.6727 23.21 23.5702 20.8138 19.9652 19.7975C21.7179 18.9066 23.1194 17.4513 23.9438 15.6664C24.7682 13.8814 24.9675 11.8709 24.5094 9.95884C24.0513 8.04681 22.9626 6.34479 21.4189 5.1272C19.8751 3.90962 17.9663 3.24744 16.0002 3.24744C14.0341 3.24744 12.1252 3.90962 10.5815 5.1272C9.03774 6.34479 7.94906 8.04681 7.49098 9.95884C7.03291 11.8709 7.23214 13.8814 8.05655 15.6664C8.88096 17.4513 10.2825 18.9066 12.0352 19.7975C8.43019 20.8125 5.32769 23.2088 3.35144 26.625C3.29717 26.7104 3.26074 26.8058 3.24432 26.9057C3.2279 27.0055 3.23184 27.1076 3.25591 27.2058C3.27998 27.3041 3.32366 27.3964 3.38435 27.4773C3.44504 27.5583 3.52147 27.6261 3.60904 27.6767C3.69662 27.7273 3.79352 27.7597 3.89394 27.7719C3.99435 27.7841 4.09619 27.7759 4.19334 27.7477C4.29049 27.7195 4.38093 27.672 4.45922 27.6079C4.53752 27.5439 4.60205 27.4646 4.64894 27.375C7.05019 23.2263 11.2927 20.75 16.0002 20.75C20.7077 20.75 24.9502 23.2263 27.3514 27.375C27.3983 27.4646 27.4629 27.5439 27.5412 27.6079C27.6194 27.672 27.7099 27.7195 27.807 27.7477C27.9042 27.7759 28.006 27.7841 28.1064 27.7719C28.2069 27.7597 28.3038 27.7273 28.3913 27.6767C28.4789 27.6261 28.5553 27.5583 28.616 27.4773C28.6767 27.3964 28.7204 27.3041 28.7445 27.2058C28.7685 27.1076 28.7725 27.0055 28.7561 26.9057C28.7396 26.8058 28.7032 26.7104 28.6489 26.625ZM8.75019 12C8.75019 10.5661 9.17539 9.16439 9.97203 7.97213C10.7687 6.77988 11.901 5.85063 13.2257 5.30189C14.5505 4.75316 16.0082 4.60958 17.4146 4.88932C18.821 5.16907 20.1128 5.85956 21.1267 6.87349C22.1406 7.88742 22.8311 9.17925 23.1109 10.5856C23.3906 11.992 23.247 13.4497 22.6983 14.7745C22.1496 16.0992 21.2203 17.2315 20.0281 18.0282C18.8358 18.8248 17.4341 19.25 16.0002 19.25C14.0781 19.2477 12.2354 18.4831 10.8762 17.124C9.51709 15.7648 8.7525 13.9221 8.75019 12Z"
56
+ fill="currentColor"/>
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default User;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const UserCircle = ({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.5ZM8.60876 24.8025C9.35064 23.4962 10.4255 22.4098 11.7239 21.654C13.0222 20.8982 14.4977 20.5 16 20.5C17.5023 20.5 18.9778 20.8982 20.2761 21.654C21.5745 22.4098 22.6494 23.4962 23.3913 24.8025C21.3224 26.5446 18.7047 27.5 16 27.5C13.2954 27.5 10.6776 26.5446 8.60876 24.8025ZM24.1463 24.1087C22.9041 22.0321 20.9128 20.5109 18.5825 19.8587C19.666 19.2826 20.5256 18.3606 21.0246 17.2395C21.5237 16.1184 21.6335 14.8626 21.3366 13.672C21.0397 12.4813 20.3531 11.4241 19.3861 10.6686C18.419 9.91314 17.2271 9.50275 16 9.50275C14.7729 9.50275 13.581 9.91314 12.614 10.6686C11.6469 11.4241 10.9604 12.4813 10.6634 13.672C10.3665 14.8626 10.4763 16.1184 10.9754 17.2395C11.4744 18.3606 12.3341 19.2826 13.4175 19.8587C11.0872 20.5109 9.09589 22.0321 7.85376 24.1087C6.24957 22.4988 5.15838 20.4496 4.71798 18.22C4.27758 15.9903 4.50771 13.6802 5.37933 11.5812C6.25094 9.48226 7.72495 7.68863 9.61522 6.42682C11.5055 5.165 13.7273 4.49157 16 4.49157C18.2727 4.49157 20.4945 5.165 22.3848 6.42682C24.2751 7.68863 25.7491 9.48226 26.6207 11.5812C27.4923 13.6802 27.7224 15.9903 27.282 18.22C26.8416 20.4496 25.7504 22.4988 24.1463 24.1087ZM16 19.5C15.11 19.5 14.24 19.2361 13.4999 18.7416C12.7599 18.2471 12.1831 17.5443 11.8425 16.7221C11.502 15.8998 11.4128 14.995 11.5865 14.1221C11.7601 13.2492 12.1887 12.4474 12.818 11.818C13.4474 11.1887 14.2492 10.7601 15.1221 10.5865C15.995 10.4128 16.8998 10.5019 17.7221 10.8425C18.5443 11.1831 19.2472 11.7599 19.7416 12.4999C20.2361 13.24 20.5 14.11 20.5 15C20.5 16.1935 20.0259 17.3381 19.182 18.182C18.3381 19.0259 17.1935 19.5 16 19.5Z"
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 3ZM9.26001 24.6875C9.98342 23.5561 10.98 22.625 12.1579 21.9801C13.3358 21.3351 14.6571 20.9971 16 20.9971C17.3429 20.9971 18.6642 21.3351 19.8421 21.9801C21.02 22.625 22.0166 23.5561 22.74 24.6875C20.8129 26.1862 18.4413 26.9999 16 26.9999C13.5587 26.9999 11.1871 26.1862 9.26001 24.6875ZM12 15C12 14.2089 12.2346 13.4355 12.6741 12.7777C13.1137 12.1199 13.7384 11.6072 14.4693 11.3045C15.2002 11.0017 16.0044 10.9225 16.7804 11.0769C17.5563 11.2312 18.269 11.6122 18.8284 12.1716C19.3878 12.731 19.7688 13.4437 19.9231 14.2196C20.0775 14.9956 19.9983 15.7998 19.6955 16.5307C19.3928 17.2616 18.8801 17.8864 18.2223 18.3259C17.5645 18.7654 16.7911 19 16 19C14.9391 19 13.9217 18.5786 13.1716 17.8284C12.4214 17.0783 12 16.0609 12 15ZM24.22 23.3013C23.1047 21.6851 21.5365 20.4348 19.7125 19.7075C20.6923 18.9358 21.4072 17.878 21.7579 16.6811C22.1086 15.4843 22.0776 14.2079 21.6693 13.0294C21.2609 11.851 20.4955 10.8291 19.4794 10.1059C18.4634 9.38262 17.2472 8.99397 16 8.99397C14.7528 8.99397 13.5366 9.38262 12.5206 10.1059C11.5045 10.8291 10.7391 11.851 10.3307 13.0294C9.92238 14.2079 9.8914 15.4843 10.2421 16.6811C10.5928 17.878 11.3077 18.9358 12.2875 19.7075C10.4635 20.4348 8.89529 21.6851 7.78001 23.3013C6.37072 21.7165 5.4496 19.7581 5.12756 17.6619C4.80553 15.5657 5.09631 13.4211 5.9649 11.4864C6.83349 9.55163 8.24285 7.90922 10.0233 6.75692C11.8037 5.60462 13.8792 4.99156 16 4.99156C18.1208 4.99156 20.1963 5.60462 21.9768 6.75692C23.7572 7.90922 25.1665 9.55163 26.0351 11.4864C26.9037 13.4211 27.1945 15.5657 26.8724 17.6619C26.5504 19.7581 25.6293 21.7165 24.22 23.3013Z"
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.5ZM9.94626 24.5713C10.6426 23.6191 11.5537 22.8447 12.6056 22.3108C13.6574 21.7769 14.8204 21.4987 16 21.4987C17.1796 21.4987 18.3426 21.7769 19.3944 22.3108C20.4463 22.8447 21.3574 23.6191 22.0538 24.5713C20.2845 25.826 18.169 26.5 16 26.5C13.831 26.5 11.7155 25.826 9.94626 24.5713ZM12.5 15C12.5 14.3078 12.7053 13.6311 13.0899 13.0555C13.4744 12.4799 14.0211 12.0313 14.6606 11.7664C15.3002 11.5015 16.0039 11.4322 16.6828 11.5673C17.3618 11.7023 17.9854 12.0356 18.4749 12.5251C18.9644 13.0146 19.2977 13.6383 19.4328 14.3172C19.5678 14.9961 19.4985 15.6999 19.2336 16.3394C18.9687 16.9789 18.5201 17.5256 17.9445 17.9101C17.3689 18.2947 16.6922 18.5 16 18.5C15.0717 18.5 14.1815 18.1313 13.5251 17.4749C12.8688 16.8185 12.5 15.9283 12.5 15ZM24.25 22.4925C23.2778 21.2559 22.0385 20.2551 20.625 19.565C21.5259 18.6527 22.1368 17.4944 22.381 16.2358C22.6252 14.9772 22.4917 13.6744 21.9974 12.4915C21.503 11.3085 20.6699 10.2982 19.6027 9.58757C18.5356 8.87695 17.2821 8.49779 16 8.49779C14.7179 8.49779 13.4644 8.87695 12.3973 9.58757C11.3302 10.2982 10.497 11.3085 10.0026 12.4915C9.50828 13.6744 9.3748 14.9772 9.61899 16.2358C9.86319 17.4944 10.4741 18.6527 11.375 19.565C9.96147 20.2551 8.72224 21.2559 7.75001 22.4925C6.52881 20.9444 5.76819 19.0838 5.5552 17.1236C5.34221 15.1634 5.68546 13.1828 6.54567 11.4086C7.40587 9.63437 8.74827 8.13822 10.4192 7.09139C12.0901 6.04457 14.022 5.48938 15.9938 5.48938C17.9655 5.48938 19.8974 6.04457 21.5683 7.09139C23.2392 8.13822 24.5816 9.63437 25.4418 11.4086C26.3021 13.1828 26.6453 15.1634 26.4323 17.1236C26.2193 19.0838 25.4587 20.9444 24.2375 22.4925H24.25Z"
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="M21.5 15C21.5 16.0878 21.1774 17.1512 20.5731 18.0556C19.9687 18.9601 19.1098 19.6651 18.1048 20.0813C17.0998 20.4976 15.9939 20.6065 14.927 20.3943C13.8601 20.1821 12.8801 19.6583 12.1109 18.8891C11.3417 18.1199 10.8179 17.1399 10.6057 16.073C10.3935 15.0061 10.5024 13.9002 10.9187 12.8952C11.335 11.8902 12.0399 11.0313 12.9444 10.4269C13.8488 9.82257 14.9122 9.5 16 9.5C17.4582 9.50165 18.8562 10.0816 19.8873 11.1127C20.9184 12.1438 21.4984 13.5418 21.5 15ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C26.9984 14.5194 26.6982 13.0544 26.1174 11.6924C25.5366 10.3305 24.6871 9.09974 23.6198 8.07367C22.5524 7.04759 21.289 6.24732 19.9053 5.7207C18.5215 5.19408 17.0457 4.95194 15.5663 5.00875C9.67876 5.23625 4.98376 10.14 5.00001 16.0312C5.00565 18.7132 5.99478 21.2998 7.78001 23.3013C8.50703 22.2468 9.43056 21.3423 10.5 20.6375C10.5912 20.5773 10.6996 20.5486 10.8086 20.5558C10.9177 20.563 11.0213 20.6058 11.1038 20.6775C12.4627 21.8529 14.1995 22.4998 15.9963 22.4998C17.793 22.4998 19.5298 21.8529 20.8888 20.6775C20.9712 20.6058 21.0749 20.563 21.1839 20.5558C21.2929 20.5486 21.4013 20.5773 21.4925 20.6375C22.5633 21.342 23.4881 22.2464 24.2163 23.3013C26.0103 21.2925 27.0013 18.6932 27 16Z"
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.0018 17.6829 27.6487 19.3473 26.9638 20.8845C26.2789 22.4217 25.2775 23.7972 24.025 24.9212C23.272 23.4401 22.1237 22.1963 20.7072 21.3277C19.2908 20.4591 17.6616 19.9996 16 20C16.9889 20 17.9556 19.7067 18.7779 19.1573C19.6001 18.6079 20.241 17.827 20.6194 16.9134C20.9978 15.9998 21.0969 14.9944 20.9039 14.0245C20.711 13.0546 20.2348 12.1637 19.5355 11.4645C18.8363 10.7652 17.9454 10.289 16.9755 10.0961C16.0055 9.90314 15.0002 10.0022 14.0866 10.3806C13.173 10.759 12.3921 11.3999 11.8427 12.2221C11.2932 13.0444 11 14.0111 11 15C11 16.3261 11.5268 17.5978 12.4645 18.5355C13.4022 19.4732 14.6739 20 16 20C14.3384 19.9996 12.7092 20.4591 11.2928 21.3277C9.87634 22.1963 8.72801 23.4401 7.975 24.9212C6.48782 23.5836 5.35862 21.8953 4.69008 20.0101C4.02153 18.1248 3.83487 16.1024 4.14705 14.1266C4.45922 12.1508 5.26035 10.2844 6.47756 8.69712C7.69478 7.10983 9.28947 5.85198 11.1166 5.03798C12.9438 4.22397 14.9454 3.87961 16.9396 4.03623C18.9337 4.19285 20.8571 4.84547 22.5348 5.93475C24.2124 7.02403 25.5912 8.51541 26.5457 10.2733C27.5002 12.0311 28.0001 13.9997 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 3ZM9.26001 24.6875C9.98342 23.5561 10.98 22.625 12.1579 21.9801C13.3358 21.3351 14.6571 20.9971 16 20.9971C17.3429 20.9971 18.6642 21.3351 19.8421 21.9801C21.02 22.625 22.0166 23.5561 22.74 24.6875C20.8129 26.1862 18.4413 26.9999 16 26.9999C13.5587 26.9999 11.1871 26.1862 9.26001 24.6875ZM12 15C12 14.2089 12.2346 13.4355 12.6741 12.7777C13.1137 12.1199 13.7384 11.6072 14.4693 11.3045C15.2002 11.0017 16.0044 10.9225 16.7804 11.0769C17.5563 11.2312 18.269 11.6122 18.8284 12.1716C19.3878 12.731 19.7688 13.4437 19.9231 14.2196C20.0775 14.9956 19.9983 15.7998 19.6955 16.5307C19.3928 17.2616 18.8801 17.8864 18.2223 18.3259C17.5645 18.7654 16.7911 19 16 19C14.9391 19 13.9217 18.5786 13.1716 17.8284C12.4214 17.0783 12 16.0609 12 15ZM24.22 23.3013C23.1047 21.6851 21.5365 20.4348 19.7125 19.7075C20.6923 18.9358 21.4072 17.878 21.7579 16.6811C22.1086 15.4843 22.0776 14.2079 21.6693 13.0294C21.2609 11.851 20.4955 10.8291 19.4794 10.1059C18.4634 9.38262 17.2472 8.99397 16 8.99397C14.7528 8.99397 13.5366 9.38262 12.5206 10.1059C11.5045 10.8291 10.7391 11.851 10.3307 13.0294C9.92238 14.2079 9.8914 15.4843 10.2421 16.6811C10.5928 17.878 11.3077 18.9358 12.2875 19.7075C10.4635 20.4348 8.89529 21.6851 7.78001 23.3013C6.37072 21.7165 5.4496 19.7581 5.12756 17.6619C4.80553 15.5657 5.09631 13.4211 5.9649 11.4864C6.83349 9.55163 8.24285 7.90922 10.0233 6.75692C11.8037 5.60462 13.8792 4.99156 16 4.99156C18.1208 4.99156 20.1963 5.60462 21.9768 6.75692C23.7572 7.90922 25.1665 9.55163 26.0351 11.4864C26.9037 13.4211 27.1945 15.5657 26.8724 17.6619C26.5504 19.7581 25.6293 21.7165 24.22 23.3013Z"
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.25ZM8.93001 24.75C9.66349 23.5303 10.7 22.5212 11.9389 21.8206C13.1777 21.12 14.5768 20.7518 16 20.7518C17.4232 20.7518 18.8223 21.12 20.0611 21.8206C21.3 22.5212 22.3365 23.5303 23.07 24.75C21.0705 26.3714 18.5743 27.2563 16 27.2563C13.4257 27.2563 10.9296 26.3714 8.93001 24.75ZM11.75 15C11.75 14.1594 11.9993 13.3377 12.4663 12.6388C12.9333 11.9399 13.597 11.3952 14.3736 11.0735C15.1502 10.7518 16.0047 10.6677 16.8291 10.8317C17.6536 10.9956 18.4108 11.4004 19.0052 11.9948C19.5996 12.5892 20.0044 13.3464 20.1683 14.1709C20.3323 14.9953 20.2482 15.8498 19.9265 16.6264C19.6048 17.403 19.0601 18.0668 18.3612 18.5337C17.6623 19.0007 16.8406 19.25 16 19.25C14.8728 19.25 13.7918 18.8022 12.9948 18.0052C12.1978 17.2082 11.75 16.1272 11.75 15ZM24.1888 23.705C23.0103 21.8727 21.2489 20.4908 19.1888 19.7825C20.216 19.0983 20.9959 18.1016 21.413 16.9399C21.8301 15.7783 21.8623 14.5132 21.5049 13.3318C21.1475 12.1504 20.4194 11.1153 19.4282 10.3797C18.4371 9.64404 17.2356 9.24686 16.0013 9.24686C14.767 9.24686 13.5654 9.64404 12.5743 10.3797C11.5832 11.1153 10.8551 12.1504 10.4976 13.3318C10.1402 14.5132 10.1724 15.7783 10.5895 16.9399C11.0066 18.1016 11.7865 19.0983 12.8138 19.7825C10.7536 20.4908 8.99217 21.8727 7.81376 23.705C6.30729 22.1064 5.30179 20.1017 4.92131 17.9382C4.54082 15.7748 4.80201 13.5474 5.67264 11.5307C6.54327 9.51396 7.98524 7.79624 9.82066 6.58946C11.6561 5.38267 13.8046 4.7396 16.0013 4.7396C18.1979 4.7396 20.3464 5.38267 22.1818 6.58946C24.0173 7.79624 25.4592 9.51396 26.3299 11.5307C27.2005 13.5474 27.4617 15.7748 27.0812 17.9382C26.7007 20.1017 25.6952 22.1064 24.1888 23.705Z"
56
+ fill="currentColor"/>
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default UserCircle;