@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,105 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const GearFine = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ width="32"
9
+ height="32"
10
+ viewBox="0 0 32 32"
11
+ fill="none"
12
+ >
13
+ <path
14
+ d="M29 15.5H26.4875C26.4169 13.9969 26.0216 12.527 25.3288 11.1912L27.5088 9.9325C27.6176 9.86332 27.6955 9.75476 27.7262 9.6295C27.7568 9.50424 27.7379 9.37197 27.6734 9.26032C27.6089 9.14867 27.5037 9.06627 27.3798 9.03034C27.256 8.99441 27.123 9.00772 27.0088 9.0675L24.8275 10.3263C24.0126 9.0626 22.9374 7.98741 21.6737 7.1725L22.9325 4.99125C22.9923 4.87698 23.0056 4.74403 22.9697 4.62018C22.9337 4.49632 22.8513 4.39114 22.7397 4.3266C22.628 4.26207 22.4958 4.24316 22.3705 4.27384C22.2452 4.30453 22.1367 4.38242 22.0675 4.49125L20.8088 6.67125C19.473 5.97839 18.0031 5.58307 16.5 5.5125V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6464 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5125C13.9969 5.58307 12.527 5.97839 11.1912 6.67125L9.9325 4.49125C9.86332 4.38242 9.75476 4.30453 9.6295 4.27384C9.50424 4.24316 9.37197 4.26207 9.26032 4.3266C9.14867 4.39114 9.06627 4.49632 9.03034 4.62018C8.99441 4.74403 9.00772 4.87698 9.0675 4.99125L10.3263 7.1725C9.0626 7.98741 7.98741 9.0626 7.1725 10.3263L4.99125 9.0675C4.93434 9.03132 4.8707 9.00703 4.80416 8.99609C4.73762 8.98514 4.66955 8.98777 4.60406 9.00381C4.53856 9.01986 4.47698 9.04898 4.42303 9.08944C4.36908 9.1299 4.32387 9.18085 4.29013 9.23924C4.25638 9.29762 4.23479 9.36222 4.22666 9.42917C4.21853 9.49611 4.22402 9.564 4.24281 9.62877C4.2616 9.69353 4.2933 9.75383 4.33599 9.80602C4.37869 9.85822 4.4315 9.90124 4.49125 9.9325L6.67125 11.1912C5.97839 12.527 5.58307 13.9969 5.5125 15.5H3C2.86739 15.5 2.74021 15.5527 2.64645 15.6464C2.55268 15.7402 2.5 15.8674 2.5 16C2.5 16.1326 2.55268 16.2598 2.64645 16.3536C2.74021 16.4473 2.86739 16.5 3 16.5H5.5125C5.58307 18.0031 5.97839 19.473 6.67125 20.8088L4.49125 22.0675C4.39618 22.1226 4.32193 22.2076 4.27999 22.3092C4.23804 22.4107 4.23073 22.5233 4.25919 22.6295C4.28765 22.7356 4.35029 22.8295 4.43743 22.8964C4.52457 22.9634 4.63135 22.9998 4.74125 23C4.82914 23.0004 4.91553 22.9771 4.99125 22.9325L7.1725 21.6737C7.98741 22.9374 9.0626 24.0126 10.3263 24.8275L9.0675 27.0088C9.00132 27.1235 8.98336 27.2598 9.01758 27.3877C9.05179 27.5157 9.13538 27.6249 9.25 27.6912C9.36473 27.7574 9.50104 27.7754 9.629 27.7412C9.75696 27.707 9.86611 27.6234 9.9325 27.5088L11.1912 25.3288C12.527 26.0216 13.9969 26.4169 15.5 26.4875V29C15.5 29.1326 15.5527 29.2598 15.6464 29.3536C15.7402 29.4473 15.8674 29.5 16 29.5C16.1326 29.5 16.2598 29.4473 16.3536 29.3536C16.4473 29.2598 16.5 29.1326 16.5 29V26.4875C18.0031 26.4169 19.473 26.0216 20.8088 25.3288L22.0675 27.5088C22.1367 27.6176 22.2452 27.6955 22.3705 27.7262C22.4958 27.7568 22.628 27.7379 22.7397 27.6734C22.8513 27.6089 22.9337 27.5037 22.9697 27.3798C23.0056 27.256 22.9923 27.123 22.9325 27.0088L21.6737 24.8275C22.9374 24.0126 24.0126 22.9374 24.8275 21.6737L27.0088 22.9325C27.0845 22.9771 27.1709 23.0004 27.2588 23C27.3687 22.9998 27.4754 22.9634 27.5626 22.8964C27.6497 22.8295 27.7124 22.7356 27.7408 22.6295C27.7693 22.5233 27.762 22.4107 27.72 22.3092C27.6781 22.2076 27.6038 22.1226 27.5088 22.0675L25.3288 20.8088C26.0216 19.473 26.4169 18.0031 26.4875 16.5H29C29.1326 16.5 29.2598 16.4473 29.3536 16.3536C29.4473 16.2598 29.5 16.1326 29.5 16C29.5 15.8674 29.4473 15.7402 29.3536 15.6464C29.2598 15.5527 29.1326 15.5 29 15.5ZM16 6.5C18.4321 6.50288 20.7707 7.43732 22.5351 9.11126C24.2994 10.7852 25.3555 13.0714 25.4862 15.5H16.2887L11.6912 7.5375C13.0249 6.85496 14.5018 6.49935 16 6.5ZM6.5 16C6.50105 14.4177 6.89733 12.8607 7.65284 11.4704C8.40835 10.0801 9.49917 8.90049 10.8263 8.03875L15.4225 16L10.8263 23.9613C9.49917 23.0995 8.40835 21.9199 7.65284 20.5296C6.89733 19.1393 6.50105 17.5823 6.5 16ZM16 25.5C14.5018 25.5007 13.0249 25.145 11.6912 24.4625L16.2887 16.5H25.4862C25.3555 18.9286 24.2994 21.2148 22.5351 22.8887C20.7707 24.5627 18.4321 25.4971 16 25.5Z"
15
+ fill="currentColor"
16
+ />
17
+ </svg>
18
+ );
19
+ }
20
+ if (type === "regular") {
21
+ return (
22
+ <svg
23
+ xmlns="http://www.w3.org/2000/svg"
24
+ width="32"
25
+ height="32"
26
+ viewBox="0 0 32 32"
27
+ fill="none"
28
+ >
29
+ <path
30
+ d="M29 15H26.9538C26.8413 13.75 26.514 12.5287 25.9862 11.39L27.7588 10.3663C27.9885 10.2336 28.1561 10.0152 28.2248 9.75898C28.2935 9.50276 28.2576 9.22974 28.125 9C27.9924 8.77026 27.7739 8.6026 27.5177 8.53392C27.2615 8.46523 26.9885 8.50114 26.7588 8.63375L24.9837 9.65875C24.2586 8.63487 23.3651 7.74137 22.3412 7.01625L23.3662 5.24125C23.4989 5.01151 23.5348 4.73849 23.4661 4.48227C23.3974 4.22605 23.2297 4.00761 23 3.875C22.7703 3.74239 22.4972 3.70648 22.241 3.77517C21.9848 3.84385 21.7664 4.01151 21.6338 4.24125L20.61 6.01375C19.4713 5.48598 18.25 5.15868 17 5.04625V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5.04625C13.75 5.15868 12.5287 5.48598 11.39 6.01375L10.3663 4.24125C10.3006 4.12749 10.2132 4.02778 10.109 3.94781C10.0048 3.86784 9.88585 3.80917 9.75898 3.77517C9.63211 3.74116 9.49978 3.73247 9.36956 3.7496C9.23933 3.76673 9.11376 3.80934 9 3.875C8.77026 4.00761 8.6026 4.22605 8.53392 4.48227C8.46523 4.73849 8.50114 5.01151 8.63375 5.24125L9.65875 7.01625C8.63487 7.74137 7.74137 8.63487 7.01625 9.65875L5.24125 8.63375C5.01151 8.50114 4.73849 8.46523 4.48227 8.53392C4.22605 8.6026 4.00761 8.77026 3.875 9C3.74239 9.22974 3.70648 9.50276 3.77517 9.75898C3.84385 10.0152 4.01151 10.2336 4.24125 10.3663L6.01375 11.39C5.48598 12.5287 5.15868 13.75 5.04625 15H3C2.73478 15 2.48043 15.1054 2.29289 15.2929C2.10536 15.4804 2 15.7348 2 16C2 16.2652 2.10536 16.5196 2.29289 16.7071C2.48043 16.8946 2.73478 17 3 17H5.04625C5.15868 18.25 5.48598 19.4713 6.01375 20.61L4.24125 21.6338C4.0505 21.7438 3.90139 21.9137 3.81707 22.1171C3.73275 22.3205 3.71794 22.5461 3.77493 22.7588C3.83191 22.9715 3.95752 23.1594 4.13224 23.2935C4.30697 23.4275 4.52104 23.5001 4.74125 23.5C4.91683 23.5005 5.08939 23.4544 5.24125 23.3662L7.01625 22.3412C7.74137 23.3651 8.63487 24.2586 9.65875 24.9837L8.63375 26.7588C8.50114 26.9885 8.46523 27.2615 8.53392 27.5177C8.6026 27.7739 8.77026 27.9924 9 28.125C9.22974 28.2576 9.50276 28.2935 9.75898 28.2248C10.0152 28.1561 10.2336 27.9885 10.3663 27.7588L11.39 25.9862C12.5287 26.514 13.75 26.8413 15 26.9538V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V26.9538C18.25 26.8413 19.4713 26.514 20.61 25.9862L21.6338 27.7588C21.7664 27.9885 21.9848 28.1561 22.241 28.2248C22.4972 28.2935 22.7703 28.2576 23 28.125C23.2297 27.9924 23.3974 27.774 23.4661 27.5177C23.5348 27.2615 23.4989 26.9885 23.3662 26.7588L22.3412 24.9837C23.3651 24.2586 24.2586 23.3651 24.9837 22.3412L26.7588 23.3662C26.8725 23.4319 26.9981 23.4746 27.1283 23.4917C27.2585 23.5089 27.3909 23.5002 27.5177 23.4662C27.6446 23.4321 27.7636 23.3735 27.8677 23.2935C27.9719 23.2135 28.0594 23.1138 28.125 23C28.2578 22.7704 28.2939 22.4975 28.2254 22.2413C28.157 21.9851 27.9896 21.7665 27.76 21.6338L25.9875 20.61C26.5148 19.4712 26.8417 18.25 26.9538 17H29C29.2652 17 29.5196 16.8946 29.7071 16.7071C29.8946 16.5196 30 16.2652 30 16C30 15.7348 29.8946 15.4804 29.7071 15.2929C29.5196 15.1054 29.2652 15 29 15ZM16 7C18.2129 7.00263 20.3474 7.81952 21.9966 9.29493C23.6458 10.7703 24.6944 12.8011 24.9425 15H16.5775L12.395 7.75625C13.5312 7.25687 14.7589 6.99933 16 7ZM7 16C7.00076 14.5902 7.33271 13.2003 7.96909 11.9423C8.60547 10.6843 9.52849 9.59339 10.6637 8.7575L14.845 16L10.6637 23.2425C9.52849 22.4066 8.60547 21.3157 7.96909 20.0577C7.33271 18.7997 7.00076 17.4098 7 16ZM16 25C14.7593 25.0026 13.5317 24.7472 12.395 24.25L16.5775 17H24.9425C24.6944 19.1989 23.6458 21.2297 21.9966 22.7051C20.3474 24.1805 18.2129 24.9974 16 25Z"
31
+ fill="currentColor"
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ if (type === "bold") {
37
+ return (
38
+ <svg
39
+ xmlns="http://www.w3.org/2000/svg"
40
+ width="32"
41
+ height="32"
42
+ viewBox="0 0 32 32"
43
+ fill="none"
44
+ >
45
+ <path
46
+ d="M29 14.5H27.4025C27.2726 13.5028 27.0111 12.5273 26.625 11.5988L28.01 10.7987C28.1844 10.7023 28.3378 10.572 28.4612 10.4155C28.5847 10.2591 28.6757 10.0796 28.729 9.88761C28.7823 9.69558 28.7968 9.49486 28.7717 9.29717C28.7466 9.09948 28.6823 8.90877 28.5827 8.73619C28.483 8.56362 28.3499 8.41263 28.1913 8.29205C28.0326 8.17147 27.8515 8.08372 27.6586 8.03391C27.4656 7.98411 27.2646 7.97326 27.0674 8.00199C26.8702 8.03072 26.6807 8.09846 26.51 8.20125L25.125 9C24.5118 8.20257 23.7974 7.48825 23 6.875L23.8013 5.48625C23.904 5.31552 23.9718 5.12602 24.0005 4.92882C24.0292 4.73161 24.0184 4.53066 23.9686 4.3377C23.9188 4.14474 23.831 3.96363 23.7104 3.80497C23.5899 3.6463 23.4389 3.51325 23.2663 3.41359C23.0937 3.31393 22.903 3.24966 22.7053 3.22453C22.5076 3.1994 22.3069 3.21392 22.1149 3.26723C21.9229 3.32055 21.7434 3.41159 21.587 3.53504C21.4305 3.6585 21.3002 3.81188 21.2038 3.98625L20.4013 5.375C19.4727 4.98887 18.4972 4.72743 17.5 4.5975V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5975C13.5028 4.72743 12.5273 4.98887 11.5988 5.375L10.7987 3.99C10.596 3.65324 10.2692 3.40952 9.88854 3.31129C9.50793 3.21305 9.10396 3.26815 8.76356 3.46473C8.42315 3.6613 8.17351 3.98365 8.06835 4.3624C7.96319 4.74116 8.01092 5.14607 8.20125 5.49L9 6.875C8.20257 7.48825 7.48825 8.20257 6.875 9L5.49125 8.20125C5.14732 8.01092 4.74241 7.96319 4.36365 8.06835C3.9849 8.17351 3.66255 8.42315 3.46598 8.76356C3.2694 9.10396 3.2143 9.50793 3.31254 9.88854C3.41077 10.2692 3.65449 10.596 3.99125 10.7987L5.375 11.5988C4.98887 12.5273 4.72743 13.5028 4.5975 14.5H3C2.60218 14.5 2.22064 14.658 1.93934 14.9393C1.65804 15.2206 1.5 15.6022 1.5 16C1.5 16.3978 1.65804 16.7794 1.93934 17.0607C2.22064 17.342 2.60218 17.5 3 17.5H4.5975C4.72743 18.4972 4.98887 19.4727 5.375 20.4013L3.99 21.2013C3.81563 21.2977 3.66225 21.428 3.53879 21.5845C3.41534 21.7409 3.3243 21.9204 3.27098 22.1124C3.21767 22.3044 3.20315 22.5051 3.22828 22.7028C3.25341 22.9005 3.31768 23.0912 3.41734 23.2638C3.517 23.4364 3.65005 23.5874 3.80872 23.708C3.96738 23.8285 4.14849 23.9163 4.34145 23.9661C4.53441 24.0159 4.73536 24.0267 4.93257 23.998C5.12977 23.9693 5.31927 23.9015 5.49 23.7987L6.875 23C7.48825 23.7974 8.20257 24.5118 9 25.125L8.19875 26.5138C8.09596 26.6845 8.02822 26.874 7.99949 27.0712C7.97076 27.2684 7.98161 27.4693 8.03141 27.6623C8.08122 27.8553 8.16897 28.0364 8.28955 28.195C8.41013 28.3537 8.56112 28.4867 8.73369 28.5864C8.90627 28.6861 9.09698 28.7503 9.29467 28.7755C9.49236 28.8006 9.69308 28.7861 9.88511 28.7328C10.0771 28.6795 10.2566 28.5884 10.413 28.465C10.5695 28.3415 10.6998 28.1881 10.7963 28.0138L11.5988 26.625C12.5273 27.0111 13.5028 27.2726 14.5 27.4025V29C14.5 29.3978 14.658 29.7794 14.9393 30.0607C15.2206 30.342 15.6022 30.5 16 30.5C16.3978 30.5 16.7794 30.342 17.0607 30.0607C17.342 29.7794 17.5 29.3978 17.5 29V27.4025C18.4972 27.2726 19.4727 27.0111 20.4013 26.625L21.2013 28.01C21.404 28.3468 21.7308 28.5905 22.1115 28.6887C22.4921 28.7869 22.896 28.7318 23.2364 28.5353C23.5768 28.3387 23.8265 28.0164 23.9316 27.6376C24.0368 27.2588 23.9891 26.8539 23.7987 26.51L23 25.125C23.7974 24.5118 24.5118 23.7974 25.125 23L26.5138 23.8013C26.6845 23.904 26.874 23.9718 27.0712 24.0005C27.2684 24.0292 27.4693 24.0184 27.6623 23.9686C27.8553 23.9188 28.0364 23.831 28.195 23.7104C28.3537 23.5899 28.4867 23.4389 28.5864 23.2663C28.6861 23.0937 28.7503 22.903 28.7755 22.7053C28.8006 22.5076 28.7861 22.3069 28.7328 22.1149C28.6795 21.9229 28.5884 21.7434 28.465 21.587C28.3415 21.4305 28.1881 21.3002 28.0138 21.2038L26.625 20.4013C27.0111 19.4727 27.2726 18.4972 27.4025 17.5H29C29.3978 17.5 29.7794 17.342 30.0607 17.0607C30.342 16.7794 30.5 16.3978 30.5 16C30.5 15.6022 30.342 15.2206 30.0607 14.9393C29.7794 14.658 29.3978 14.5 29 14.5ZM16 7.5C17.9932 7.50282 19.9223 8.20503 21.4509 9.48422C22.9796 10.7634 24.0108 12.5385 24.365 14.5H16.865L13.115 8C14.0402 7.66675 15.0166 7.49754 16 7.5ZM7.5 16C7.50009 14.7633 7.77042 13.5416 8.29207 12.4204C8.81373 11.2991 9.57411 10.3054 10.52 9.50875L14.27 16L10.52 22.4912C9.57411 21.6946 8.81373 20.7009 8.29207 19.5796C7.77042 18.4584 7.50009 17.2367 7.5 16ZM16 24.5C15.017 24.5023 14.0411 24.3331 13.1163 24L16.8662 17.5H24.3662C24.0121 19.4617 22.9806 21.237 21.4517 22.5162C19.9228 23.7954 17.9935 24.4975 16 24.5Z"
47
+ fill="currentColor"
48
+ />
49
+ </svg>
50
+ );
51
+ }
52
+ if (type === "fill") {
53
+ return (
54
+ <svg
55
+ xmlns="http://www.w3.org/2000/svg"
56
+ width="32"
57
+ height="32"
58
+ viewBox="0 0 32 32"
59
+ fill="none"
60
+ >
61
+ <path
62
+ d="M29 15H27.9575C27.8406 13.574 27.4671 12.1808 26.855 10.8875L27.7588 10.3663C27.9885 10.2336 28.1561 10.0152 28.2248 9.75898C28.2935 9.50276 28.2576 9.22974 28.125 9C27.9924 8.77026 27.7739 8.6026 27.5177 8.53392C27.2615 8.46523 26.9885 8.50114 26.7588 8.63375L25.8525 9.1575C25.0345 7.98452 24.0155 6.96548 22.8425 6.1475L23.3662 5.24125C23.4989 5.01151 23.5348 4.73849 23.4661 4.48227C23.3974 4.22605 23.2297 4.00761 23 3.875C22.7703 3.74239 22.4972 3.70648 22.241 3.77517C21.9848 3.84385 21.7664 4.01151 21.6338 4.24125L21.1125 5.145C19.8192 4.53292 18.426 4.15943 17 4.0425V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V4.0425C13.574 4.15943 12.1808 4.53292 10.8875 5.145L10.3663 4.24125C10.2336 4.01151 10.0152 3.84385 9.75898 3.77517C9.50276 3.70648 9.22974 3.74239 9 3.875C8.77026 4.00761 8.6026 4.22605 8.53392 4.48227C8.46523 4.73849 8.50114 5.01151 8.63375 5.24125L9.1575 6.1475C7.98452 6.96548 6.96548 7.98452 6.1475 9.1575L5.24125 8.63375C5.12749 8.56809 5.00192 8.52548 4.87169 8.50835C4.74146 8.49122 4.60914 8.49991 4.48227 8.53392C4.22605 8.6026 4.00761 8.77026 3.875 9C3.74239 9.22974 3.70648 9.50276 3.77517 9.75898C3.84385 10.0152 4.01151 10.2336 4.24125 10.3663L5.145 10.8875C4.53292 12.1808 4.15943 13.574 4.0425 15H3C2.73478 15 2.48043 15.1054 2.29289 15.2929C2.10536 15.4804 2 15.7348 2 16C2 16.2652 2.10536 16.5196 2.29289 16.7071C2.48043 16.8946 2.73478 17 3 17H4.0425C4.15943 18.426 4.53292 19.8192 5.145 21.1125L4.24125 21.6338C4.0505 21.7438 3.90139 21.9137 3.81707 22.1171C3.73275 22.3205 3.71794 22.5461 3.77493 22.7588C3.83191 22.9715 3.95752 23.1594 4.13224 23.2935C4.30697 23.4275 4.52104 23.5001 4.74125 23.5C4.91683 23.5005 5.08939 23.4544 5.24125 23.3662L6.1475 22.8425C6.96548 24.0155 7.98452 25.0345 9.1575 25.8525L8.63375 26.7588C8.50114 26.9885 8.46523 27.2615 8.53392 27.5177C8.6026 27.7739 8.77026 27.9924 9 28.125C9.22974 28.2576 9.50276 28.2935 9.75898 28.2248C10.0152 28.1561 10.2336 27.9885 10.3663 27.7588L10.8875 26.855C12.1808 27.4671 13.574 27.8406 15 27.9575V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27.9575C18.426 27.8406 19.8192 27.4671 21.1125 26.855L21.6338 27.7588C21.7664 27.9885 21.9848 28.1561 22.241 28.2248C22.4972 28.2935 22.7703 28.2576 23 28.125C23.2297 27.9924 23.3974 27.774 23.4661 27.5177C23.5348 27.2615 23.4989 26.9885 23.3662 26.7588L22.8425 25.8525C24.0155 25.0345 25.0345 24.0155 25.8525 22.8425L26.7588 23.3662C26.8725 23.4319 26.9981 23.4746 27.1283 23.4917C27.2585 23.5089 27.3909 23.5002 27.5177 23.4662C27.6446 23.4321 27.7636 23.3735 27.8677 23.2935C27.9719 23.2135 28.0594 23.1138 28.125 23C28.2578 22.7704 28.2939 22.4975 28.2254 22.2413C28.157 21.9851 27.9896 21.7665 27.76 21.6338L26.8563 21.1125C27.4683 19.8192 27.8418 18.426 27.9587 17H29C29.2652 17 29.5196 16.8946 29.7071 16.7071C29.8946 16.5196 30 16.2652 30 16C30 15.7348 29.8946 15.4804 29.7071 15.2929C29.5196 15.1054 29.2652 15 29 15ZM9 16C8.99948 14.9406 9.2398 13.895 9.70279 12.9422C10.1658 11.9894 10.8393 11.1543 11.6725 10.5L14.845 16L11.6725 21.5C10.8393 20.8457 10.1658 20.0106 9.70279 19.0578C9.2398 18.105 8.99948 17.0594 9 16ZM16 23C15.1102 23.0009 14.2284 22.8312 13.4025 22.5L16.5775 17H22.9275C22.6848 18.6649 21.8516 20.187 20.5798 21.2885C19.308 22.39 17.6825 22.9975 16 23ZM16.5775 15L13.4025 9.5C14.3858 9.10719 15.4454 8.94256 16.5015 9.01852C17.5576 9.09447 18.5828 9.40903 19.4997 9.93851C20.4167 10.468 21.2016 11.1986 21.7953 12.0753C22.3891 12.952 22.7762 13.952 22.9275 15H16.5775Z"
63
+ fill="currentColor"
64
+ />
65
+ </svg>
66
+ );
67
+ }
68
+ if (type === "duotone") {
69
+ return (
70
+ <svg
71
+ xmlns="http://www.w3.org/2000/svg"
72
+ width="32"
73
+ height="32"
74
+ viewBox="0 0 32 32"
75
+ fill="none"
76
+ >
77
+ <path
78
+ opacity="0.2"
79
+ d="M26 16C26 17.9778 25.4135 19.9112 24.3147 21.5557C23.2159 23.2002 21.6541 24.4819 19.8268 25.2388C17.9996 25.9957 15.9889 26.1937 14.0491 25.8079C12.1093 25.422 10.3275 24.4696 8.92894 23.0711C7.53041 21.6725 6.578 19.8907 6.19215 17.9509C5.8063 16.0111 6.00433 14.0004 6.76121 12.1732C7.51809 10.3459 8.79981 8.78412 10.4443 7.6853C12.0888 6.58649 14.0222 6 16 6C18.6522 6 21.1957 7.05357 23.0711 8.92893C24.9464 10.8043 26 13.3478 26 16Z"
80
+ fill="currentColor"
81
+ />
82
+ <path
83
+ d="M29 15H26.9538C26.8413 13.75 26.514 12.5287 25.9862 11.39L27.7588 10.3663C27.9885 10.2336 28.1561 10.0152 28.2248 9.75898C28.2935 9.50276 28.2576 9.22974 28.125 9C27.9924 8.77026 27.7739 8.6026 27.5177 8.53392C27.2615 8.46523 26.9885 8.50114 26.7588 8.63375L24.9837 9.65875C24.2586 8.63487 23.3651 7.74137 22.3412 7.01625L23.3662 5.24125C23.4989 5.01151 23.5348 4.73849 23.4661 4.48227C23.3974 4.22605 23.2297 4.00761 23 3.875C22.7703 3.74239 22.4972 3.70648 22.241 3.77517C21.9848 3.84385 21.7664 4.01151 21.6338 4.24125L20.61 6.01375C19.4713 5.48598 18.25 5.15868 17 5.04625V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5.04625C13.75 5.15868 12.5287 5.48598 11.39 6.01375L10.3663 4.24125C10.3006 4.12749 10.2132 4.02778 10.109 3.94781C10.0048 3.86784 9.88585 3.80917 9.75898 3.77517C9.63211 3.74116 9.49978 3.73247 9.36956 3.7496C9.23933 3.76673 9.11376 3.80934 9 3.875C8.77026 4.00761 8.6026 4.22605 8.53392 4.48227C8.46523 4.73849 8.50114 5.01151 8.63375 5.24125L9.65875 7.01625C8.63487 7.74137 7.74137 8.63487 7.01625 9.65875L5.24125 8.63375C5.01151 8.50114 4.73849 8.46523 4.48227 8.53392C4.22605 8.6026 4.00761 8.77026 3.875 9C3.74239 9.22974 3.70648 9.50276 3.77517 9.75898C3.84385 10.0152 4.01151 10.2336 4.24125 10.3663L6.01375 11.39C5.48598 12.5287 5.15868 13.75 5.04625 15H3C2.73478 15 2.48043 15.1054 2.29289 15.2929C2.10536 15.4804 2 15.7348 2 16C2 16.2652 2.10536 16.5196 2.29289 16.7071C2.48043 16.8946 2.73478 17 3 17H5.04625C5.15868 18.25 5.48598 19.4713 6.01375 20.61L4.24125 21.6338C4.0505 21.7438 3.90139 21.9137 3.81707 22.1171C3.73275 22.3205 3.71794 22.5461 3.77493 22.7588C3.83191 22.9715 3.95752 23.1594 4.13224 23.2935C4.30697 23.4275 4.52104 23.5001 4.74125 23.5C4.91683 23.5005 5.08939 23.4544 5.24125 23.3662L7.01625 22.3412C7.74137 23.3651 8.63487 24.2586 9.65875 24.9837L8.63375 26.7588C8.50114 26.9885 8.46523 27.2615 8.53392 27.5177C8.6026 27.7739 8.77026 27.9924 9 28.125C9.22974 28.2576 9.50276 28.2935 9.75898 28.2248C10.0152 28.1561 10.2336 27.9885 10.3663 27.7588L11.39 25.9862C12.5287 26.514 13.75 26.8413 15 26.9538V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V26.9538C18.25 26.8413 19.4713 26.514 20.61 25.9862L21.6338 27.7588C21.7664 27.9885 21.9848 28.1561 22.241 28.2248C22.4972 28.2935 22.7703 28.2576 23 28.125C23.2297 27.9924 23.3974 27.774 23.4661 27.5177C23.5348 27.2615 23.4989 26.9885 23.3662 26.7588L22.3412 24.9837C23.3651 24.2586 24.2586 23.3651 24.9837 22.3412L26.7588 23.3662C26.8725 23.4319 26.9981 23.4746 27.1283 23.4917C27.2585 23.5089 27.3909 23.5002 27.5177 23.4662C27.6446 23.4321 27.7636 23.3735 27.8677 23.2935C27.9719 23.2135 28.0594 23.1138 28.125 23C28.2578 22.7704 28.2939 22.4975 28.2254 22.2413C28.157 21.9851 27.9896 21.7665 27.76 21.6338L25.9875 20.61C26.5148 19.4712 26.8417 18.25 26.9538 17H29C29.2652 17 29.5196 16.8946 29.7071 16.7071C29.8946 16.5196 30 16.2652 30 16C30 15.7348 29.8946 15.4804 29.7071 15.2929C29.5196 15.1054 29.2652 15 29 15ZM10.6637 23.2425C9.52786 22.4072 8.60437 21.3164 7.96788 20.0583C7.33139 18.8002 6.99975 17.41 6.99975 16C6.99975 14.59 7.33139 13.1998 7.96788 11.9417C8.60437 10.6836 9.52786 9.59281 10.6637 8.7575L14.845 16L10.6637 23.2425ZM16 25C14.7593 25.0026 13.5317 24.7472 12.395 24.25L16.5775 17H24.9425C24.6944 19.1989 23.6458 21.2297 21.9966 22.7051C20.3474 24.1805 18.2129 24.9974 16 25ZM16.5775 15L12.395 7.75625C13.6871 7.19005 15.0943 6.93577 16.5028 7.01398C17.9113 7.09219 19.2817 7.50068 20.5032 8.20645C21.7246 8.91221 22.7629 9.89545 23.5341 11.0767C24.3053 12.2579 24.7878 13.6041 24.9425 15.0063L16.5775 15Z"
84
+ fill="currentColor"
85
+ />
86
+ </svg>
87
+ );
88
+ }
89
+ return (
90
+ <svg
91
+ xmlns="http://www.w3.org/2000/svg"
92
+ width="32"
93
+ height="32"
94
+ viewBox="0 0 32 32"
95
+ fill="none"
96
+ >
97
+ <path
98
+ d="M29 15.25H26.7213C26.6263 13.8735 26.266 12.5283 25.66 11.2887L27.6338 10.15C27.8061 10.0505 27.932 9.88668 27.9835 9.69445C28.0351 9.50223 28.0082 9.29739 27.9088 9.125C27.8093 8.95261 27.6454 8.82679 27.4532 8.77522C27.261 8.72364 27.0561 8.75054 26.8838 8.85L24.9088 9.99C24.1357 8.84817 23.1518 7.86433 22.01 7.09125L23.15 5.11625C23.2495 4.94386 23.2764 4.73902 23.2248 4.5468C23.1732 4.35457 23.0474 4.19071 22.875 4.09125C22.7026 3.99179 22.4978 3.96489 22.3055 4.01647C22.1133 4.06804 21.9495 4.19386 21.85 4.36625L20.7113 6.34C19.4717 5.73404 18.1265 5.37366 16.75 5.27875V3C16.75 2.80109 16.671 2.61032 16.5303 2.46967C16.3897 2.32902 16.1989 2.25 16 2.25C15.8011 2.25 15.6103 2.32902 15.4697 2.46967C15.329 2.61032 15.25 2.80109 15.25 3V5.27875C13.8735 5.37366 12.5283 5.73404 11.2887 6.34L10.15 4.36625C10.0505 4.19386 9.88668 4.06804 9.69445 4.01647C9.50223 3.96489 9.29739 3.99179 9.125 4.09125C8.95261 4.19071 8.82679 4.35457 8.77522 4.5468C8.72364 4.73902 8.75054 4.94386 8.85 5.11625L9.99 7.09125C8.84817 7.86433 7.86433 8.84817 7.09125 9.99L5.11625 8.85C4.94386 8.75054 4.73902 8.72364 4.5468 8.77522C4.35457 8.82679 4.19071 8.95261 4.09125 9.125C3.99179 9.29739 3.96489 9.50223 4.01647 9.69445C4.06804 9.88668 4.19386 10.0505 4.36625 10.15L6.34 11.2887C5.73404 12.5283 5.37366 13.8735 5.27875 15.25H3C2.80109 15.25 2.61032 15.329 2.46967 15.4697C2.32902 15.6103 2.25 15.8011 2.25 16C2.25 16.1989 2.32902 16.3897 2.46967 16.5303C2.61032 16.671 2.80109 16.75 3 16.75H5.27875C5.37366 18.1265 5.73404 19.4717 6.34 20.7113L4.36625 21.85C4.19386 21.9495 4.06804 22.1133 4.01647 22.3055C3.96489 22.4978 3.99179 22.7026 4.09125 22.875C4.19071 23.0474 4.35457 23.1732 4.5468 23.2248C4.73902 23.2764 4.94386 23.2495 5.11625 23.15L7.09125 22.01C7.86433 23.1518 8.84817 24.1357 9.99 24.9088L8.85 26.8838C8.80075 26.9691 8.7688 27.0633 8.75597 27.161C8.74314 27.2587 8.74968 27.358 8.77522 27.4532C8.80075 27.5484 8.84479 27.6376 8.9048 27.7158C8.96482 27.7939 9.03964 27.8595 9.125 27.9088C9.21036 27.958 9.30458 27.9899 9.40229 28.0028C9.5 28.0156 9.59927 28.0091 9.69445 27.9835C9.78963 27.958 9.87885 27.914 9.95702 27.8539C10.0352 27.7939 10.1008 27.7191 10.15 27.6338L11.2887 25.66C12.5283 26.266 13.8735 26.6263 15.25 26.7213V29C15.25 29.1989 15.329 29.3897 15.4697 29.5303C15.6103 29.671 15.8011 29.75 16 29.75C16.1989 29.75 16.3897 29.671 16.5303 29.5303C16.671 29.3897 16.75 29.1989 16.75 29V26.7213C18.1265 26.6263 19.4717 26.266 20.7113 25.66L21.85 27.6338C21.916 27.748 22.0109 27.8429 22.1253 27.9087C22.2396 27.9745 22.3693 28.0091 22.5012 28.0088C22.633 28.0089 22.7625 27.974 22.8762 27.9075C23.0484 27.8081 23.174 27.6445 23.2256 27.4525C23.2772 27.2606 23.2504 27.056 23.1513 26.8838L22.0112 24.9088C23.1531 24.1357 24.1369 23.1518 24.91 22.01L26.885 23.15C26.9704 23.1992 27.0646 23.2312 27.1623 23.244C27.26 23.2569 27.3593 23.2503 27.4545 23.2248C27.5496 23.1992 27.6389 23.1552 27.717 23.0952C27.7952 23.0352 27.8608 22.9604 27.91 22.875C27.9592 22.7896 27.9912 22.6954 28.004 22.5977C28.0169 22.5 28.0103 22.4007 27.9848 22.3055C27.9592 22.2104 27.9152 22.1211 27.8552 22.043C27.7952 21.9648 27.7204 21.8992 27.635 21.85L25.6612 20.7113C26.2668 19.4716 26.6267 18.1264 26.7213 16.75H29C29.1989 16.75 29.3897 16.671 29.5303 16.5303C29.671 16.3897 29.75 16.1989 29.75 16C29.75 15.8011 29.671 15.6103 29.5303 15.4697C29.3897 15.329 29.1989 15.25 29 15.25ZM10.75 23.605C9.51812 22.7556 8.51101 21.6197 7.8153 20.295C7.11959 18.9702 6.7561 17.4963 6.7561 16C6.7561 14.5037 7.11959 13.0298 7.8153 11.705C8.51101 10.3803 9.51812 9.24437 10.75 8.395L15.1337 16L10.75 23.605ZM16 25.25C14.6304 25.2513 13.2778 24.9464 12.0413 24.3575L16.4325 16.75H25.2175C25.0266 19.0645 23.9732 21.2227 22.2659 22.7971C20.5587 24.3714 18.3223 25.2469 16 25.25ZM16.4325 15.25L12.0413 7.6425C13.3933 7.001 14.8808 6.69735 16.3761 6.75764C17.8714 6.81793 19.3297 7.24035 20.6257 7.98861C21.9217 8.73688 23.0166 9.7886 23.8165 11.0534C24.6163 12.3183 25.0971 13.7584 25.2175 15.25H16.4325Z"
99
+ fill="currentColor"
100
+ />
101
+ </svg>
102
+ );
103
+ };
104
+
105
+ export default GearFine;
@@ -0,0 +1,63 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const PencilLine = ({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.0613 9.52499L22.475 3.93874C22.3356 3.7989 22.1701 3.68795 21.9877 3.61224C21.8054 3.53653 21.6099 3.49756 21.4125 3.49756C21.2151 3.49756 21.0196 3.53653 20.8373 3.61224C20.6549 3.68795 20.4894 3.7989 20.35 3.93874L4.93875 19.3537C4.65782 19.635 4.50002 20.0162 4.5 20.4137V26C4.5 26.3978 4.65804 26.7793 4.93934 27.0606C5.22064 27.342 5.60218 27.5 6 27.5H27C27.1326 27.5 27.2598 27.4473 27.3536 27.3535C27.4473 27.2598 27.5 27.1326 27.5 27C27.5 26.8674 27.4473 26.7402 27.3536 26.6464C27.2598 26.5527 27.1326 26.5 27 26.5H13.2075L28.0613 11.6462C28.3425 11.3649 28.5006 10.9834 28.5006 10.5856C28.5006 10.1878 28.3425 9.80629 28.0613 9.52499ZM9.2075 23.5L20.5 12.2075L23.2938 15L12 26.2925L9.2075 23.5ZM8.5 22.7925L5.7075 20L17 8.70749L19.7938 11.5L8.5 22.7925ZM5.5 26V21.2075L8.14625 23.8537L10.7925 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3535C5.55268 26.2598 5.5 26.1326 5.5 26ZM27.3538 10.9387L24 14.2925L17.7075 7.99999L21.0613 4.64624C21.1077 4.59975 21.1628 4.56287 21.2235 4.53771C21.2842 4.51255 21.3493 4.4996 21.415 4.4996C21.4807 4.4996 21.5458 4.51255 21.6065 4.53771C21.6672 4.56287 21.7223 4.59975 21.7687 4.64624L27.3538 10.2325C27.4473 10.3262 27.4998 10.4532 27.4998 10.5856C27.4998 10.718 27.4473 10.845 27.3538 10.9387Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+
14
+ if (type === "regular") {
15
+ return (
16
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
17
+ <path
18
+ d="M28.415 9.17125L22.8288 3.58625C22.643 3.40049 22.4225 3.25313 22.1799 3.15259C21.9372 3.05205 21.6771 3.00031 21.4144 3.00031C21.1517 3.00031 20.8916 3.05205 20.6489 3.15259C20.4062 3.25313 20.1857 3.40049 20 3.58625L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4138V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H27C27.2652 28 27.5196 27.8947 27.7071 27.7071C27.8947 27.5196 28 27.2652 28 27C28 26.7348 27.8947 26.4804 27.7071 26.2929C27.5196 26.1054 27.2652 26 27 26H14.415L28.415 12C28.6008 11.8143 28.7481 11.5938 28.8487 11.3511C28.9492 11.1084 29.001 10.8483 29.001 10.5856C29.001 10.3229 28.9492 10.0628 28.8487 9.82016C28.7481 9.57748 28.6008 9.35698 28.415 9.17125ZM17 9.41375L19.0863 11.5L8.50001 22.0863L6.41376 20L17 9.41375ZM6.00001 26V22.4138L9.58626 26H6.00001ZM12 25.5863L9.91501 23.5L20.5 12.9138L22.5863 15L12 25.5863ZM24 13.5863L18.415 8L21.415 5L27 10.5863L24 13.5863Z"
19
+ fill="currentColor"/>
20
+ </svg>
21
+ );
22
+ }
23
+ if (type === "bold") {
24
+ return (
25
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
26
+ <path
27
+ d="M28.7688 8.81752L23.1825 3.23252C22.7137 2.76384 22.0779 2.50055 21.415 2.50055C20.7521 2.50055 20.1163 2.76384 19.6475 3.23252L4.23251 18.6463C3.99957 18.8778 3.81488 19.1532 3.68914 19.4566C3.56341 19.76 3.49912 20.0853 3.50001 20.4138V26C3.50001 26.6631 3.7634 27.2989 4.23224 27.7678C4.70108 28.2366 5.33697 28.5 6.00001 28.5H27C27.3978 28.5 27.7794 28.342 28.0607 28.0607C28.342 27.7794 28.5 27.3978 28.5 27C28.5 26.6022 28.342 26.2207 28.0607 25.9394C27.7794 25.6581 27.3978 25.5 27 25.5H15.625L28.7688 12.3538C29.001 12.1216 29.1853 11.846 29.311 11.5426C29.4367 11.2392 29.5014 10.914 29.5014 10.5856C29.5014 10.2572 29.4367 9.93208 29.311 9.6287C29.1853 9.32532 29.001 9.04967 28.7688 8.81752ZM17 10.125L18.375 11.5L9.50001 20.375L8.12501 19L17 10.125ZM6.50001 25.5V21.625L8.44001 23.5638L10.375 25.5H6.50001ZM13 23.875L11.625 22.5L20.5 13.625L21.875 15L13 23.875ZM24 12.875L19.125 8.00002L21.4175 5.70752L26.2925 10.5825L24 12.875Z"
28
+ fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "fill") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path
36
+ d="M28.415 9.17125L22.8288 3.58625C22.643 3.40049 22.4225 3.25313 22.1799 3.15259C21.9372 3.05205 21.6771 3.00031 21.4144 3.00031C21.1517 3.00031 20.8916 3.05205 20.6489 3.15259C20.4062 3.25313 20.1857 3.40049 20 3.58625L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4138V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H27C27.2652 28 27.5196 27.8947 27.7071 27.7071C27.8947 27.5196 28 27.2652 28 27C28 26.7348 27.8947 26.4804 27.7071 26.2929C27.5196 26.1054 27.2652 26 27 26H14.415L28.415 12C28.6008 11.8143 28.7481 11.5938 28.8487 11.3511C28.9492 11.1084 29.001 10.8483 29.001 10.5856C29.001 10.3229 28.9492 10.0628 28.8487 9.82016C28.7481 9.57748 28.6008 9.35698 28.415 9.17125ZM9.91501 23.5L21.2075 12.2075L23.2938 14.2925L12 25.5863L9.91501 23.5ZM19.79 10.7925L8.50001 22.0863L6.41376 20L17.7075 8.7075L19.79 10.7925ZM6.00001 22.4138L9.58626 26H6.00001V22.4138Z"
37
+ fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ if (type === "duotone") {
42
+ return (
43
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
44
+ <path opacity="0.2"
45
+ d="M27.7075 11.2925L24 15L17 7.99998L20.7075 4.29248C20.895 4.10508 21.1493 3.99982 21.4144 3.99982C21.6795 3.99982 21.9337 4.10508 22.1213 4.29248L27.7075 9.87498C27.8009 9.9679 27.8749 10.0783 27.9255 10.2C27.976 10.3216 28.002 10.452 28.002 10.5837C28.002 10.7154 27.976 10.8459 27.9255 10.9675C27.8749 11.0891 27.8009 11.1996 27.7075 11.2925Z"
46
+ fill="currentColor"/>
47
+ <path
48
+ d="M28.415 9.17125L22.8288 3.58625C22.643 3.40049 22.4225 3.25313 22.1799 3.15259C21.9372 3.05205 21.6771 3.00031 21.4144 3.00031C21.1517 3.00031 20.8916 3.05205 20.6489 3.15259C20.4062 3.25313 20.1857 3.40049 20 3.58625L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4138V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H27C27.2652 28 27.5196 27.8947 27.7071 27.7071C27.8947 27.5196 28 27.2652 28 27C28 26.7348 27.8947 26.4804 27.7071 26.2929C27.5196 26.1054 27.2652 26 27 26H14.415L28.415 12C28.6008 11.8143 28.7481 11.5938 28.8487 11.3511C28.9492 11.1084 29.001 10.8483 29.001 10.5856C29.001 10.3229 28.9492 10.0628 28.8487 9.82016C28.7481 9.57748 28.6008 9.35698 28.415 9.17125ZM9.91501 23.5L20.5 12.9138L22.5863 15L12 25.5863L9.91501 23.5ZM8.50001 22.0863L6.41376 20L17 9.41375L19.0863 11.5L8.50001 22.0863ZM6.00001 22.4138L9.58626 26H6.00001V22.4138ZM24 13.5863L18.415 8L21.415 5L27 10.5863L24 13.5863Z"
49
+ fill="currentColor"/>
50
+ </svg>
51
+ );
52
+ }
53
+
54
+ return (
55
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
56
+ <path
57
+ d="M28.2388 9.34876L22.6525 3.7625C22.49 3.59998 22.2971 3.47106 22.0847 3.38311C21.8724 3.29515 21.6448 3.24988 21.415 3.24988C21.1852 3.24988 20.9576 3.29515 20.7453 3.38311C20.5329 3.47106 20.34 3.59998 20.1775 3.7625L4.7625 19.1763C4.59967 19.3385 4.47056 19.5314 4.3826 19.7438C4.29464 19.9562 4.24958 20.1839 4.25 20.4138V26C4.25 26.4641 4.43438 26.9093 4.76257 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H27C27.1989 27.75 27.3897 27.671 27.5303 27.5303C27.671 27.3897 27.75 27.1989 27.75 27C27.75 26.8011 27.671 26.6103 27.5303 26.4697C27.3897 26.329 27.1989 26.25 27 26.25H13.8113L28.2388 11.8238C28.4013 11.6612 28.5302 11.4683 28.6182 11.256C28.7061 11.0437 28.7514 10.8161 28.7514 10.5863C28.7514 10.3564 28.7061 10.1288 28.6182 9.91652C28.5302 9.70419 28.4013 9.51126 28.2388 9.34876ZM9.56125 23.5L20.5 12.56L22.94 15L12 25.9388L9.56125 23.5ZM8.5 22.44L6.06125 20L17 9.06125L19.44 11.5L8.5 22.44ZM5.75 26V21.81L10.19 26.25H6C5.9337 26.25 5.87011 26.2237 5.82323 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26ZM27.1775 10.7625L24 13.94L18.0613 8L21.2375 4.82375C21.2607 4.80051 21.2883 4.78207 21.3186 4.76949C21.349 4.75691 21.3815 4.75043 21.4144 4.75043C21.4472 4.75043 21.4798 4.75691 21.5101 4.76949C21.5405 4.78207 21.568 4.80051 21.5913 4.82375L27.1775 10.4088C27.2007 10.432 27.2192 10.4595 27.2318 10.4899C27.2444 10.5202 27.2508 10.5528 27.2508 10.5856C27.2508 10.6185 27.2444 10.651 27.2318 10.6814C27.2192 10.7117 27.2007 10.7393 27.1775 10.7625Z"
58
+ fill="currentColor"/>
59
+ </svg>
60
+ );
61
+ };
62
+
63
+ export default PencilLine;
@@ -0,0 +1,63 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const PencilSimple = ({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.0613 9.52499L22.475 3.93874C22.3356 3.7989 22.1701 3.68795 21.9877 3.61224C21.8054 3.53653 21.6099 3.49756 21.4125 3.49756C21.2151 3.49756 21.0196 3.53653 20.8373 3.61224C20.6549 3.68795 20.4894 3.7989 20.35 3.93874L16.6463 7.64624L4.94001 19.3537C4.80012 19.4925 4.68919 19.6576 4.61366 19.8396C4.53812 20.0216 4.49949 20.2167 4.50001 20.4137V26C4.50001 26.3978 4.65804 26.7793 4.93934 27.0606C5.22065 27.342 5.60218 27.5 6 27.5H11.5863C11.9838 27.5 12.365 27.3422 12.6463 27.0612L28.06 11.6462C28.1998 11.5069 28.3108 11.3413 28.3865 11.159C28.4622 10.9766 28.5012 10.7812 28.5012 10.5837C28.5012 10.3863 28.4622 10.1908 28.3865 10.0085C28.3108 9.82619 28.1998 9.6606 28.06 9.52124L28.0613 9.52499ZM11.9363 26.3537C11.8433 26.4466 11.7176 26.4991 11.5863 26.5H6C5.8674 26.5 5.74022 26.4473 5.64645 26.3535C5.55268 26.2598 5.5 26.1326 5.5 26V20.4137C5.49995 20.3481 5.51284 20.283 5.53794 20.2223C5.56303 20.1616 5.59984 20.1065 5.64625 20.06L17 8.70624L23.2925 15L11.9363 26.3537ZM27.3538 10.9387L24 14.2925L17.7075 7.99999L21.06 4.64624C21.1064 4.59975 21.1616 4.56287 21.2223 4.53771C21.283 4.51255 21.348 4.4996 21.4138 4.4996C21.4795 4.4996 21.5445 4.51255 21.6052 4.53771C21.6659 4.56287 21.7211 4.59975 21.7675 4.64624L27.3538 10.2312C27.4002 10.2777 27.4371 10.3328 27.4623 10.3935C27.4874 10.4542 27.5004 10.5193 27.5004 10.585C27.5004 10.6507 27.4874 10.7158 27.4623 10.7765C27.4371 10.8372 27.4002 10.8923 27.3538 10.9387Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+
14
+ if (type === "regular") {
15
+ return (
16
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
17
+ <path
18
+ d="M28.4138 9.17122L22.8288 3.58497C22.643 3.39921 22.4225 3.25185 22.1799 3.15131C21.9372 3.05077 21.6771 2.99902 21.4144 2.99902C21.1517 2.99902 20.8916 3.05077 20.6489 3.15131C20.4062 3.25185 20.1857 3.39921 20 3.58497L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4137V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H11.5863C11.849 28.0008 12.1093 27.9494 12.352 27.8488C12.5947 27.7481 12.815 27.6002 13 27.4137L28.4138 12C28.5995 11.8142 28.7469 11.5937 28.8474 11.3511C28.948 11.1084 28.9997 10.8483 28.9997 10.5856C28.9997 10.3229 28.948 10.0628 28.8474 9.82012C28.7469 9.57744 28.5995 9.35694 28.4138 9.17122ZM11.5863 26H6.00001V20.4137L17 9.41372L22.5863 15L11.5863 26ZM24 13.585L18.4138 7.99997L21.4138 4.99997L27 10.585L24 13.585Z"
19
+ fill="currentColor"/>
20
+ </svg>
21
+ );
22
+ }
23
+ if (type === "bold") {
24
+ return (
25
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
26
+ <path
27
+ d="M28.7675 8.8175L23.1825 3.23125C22.9504 2.99899 22.6747 2.81476 22.3713 2.68906C22.0679 2.56336 21.7428 2.49866 21.4144 2.49866C21.086 2.49866 20.7608 2.56336 20.4574 2.68906C20.1541 2.81476 19.8784 2.99899 19.6463 3.23125L4.23251 18.6462C3.99951 18.8777 3.81479 19.1531 3.68905 19.4566C3.56331 19.76 3.49905 20.0853 3.50001 20.4137V26C3.50001 26.663 3.7634 27.2989 4.23224 27.7678C4.70108 28.2366 5.33697 28.5 6.00001 28.5H11.5863C11.9147 28.5009 12.24 28.4366 12.5434 28.3109C12.8468 28.1851 13.1222 28.0004 13.3538 27.7675L28.7675 12.3525C29.2362 11.8837 29.4995 11.2479 29.4995 10.585C29.4995 9.92209 29.2362 9.28632 28.7675 8.8175ZM11.375 25.5H6.50001V20.625L17 10.125L21.875 15L11.375 25.5ZM24 12.875L19.125 8L21.4175 5.7075L26.2925 10.5825L24 12.875Z"
28
+ fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "fill") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path
36
+ d="M28.4138 9.17122L22.8288 3.58497C22.643 3.39921 22.4225 3.25185 22.1799 3.15131C21.9372 3.05077 21.6771 2.99902 21.4144 2.99902C21.1517 2.99902 20.8916 3.05077 20.6489 3.15131C20.4062 3.25185 20.1857 3.39921 20 3.58497L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4137V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H11.5863C11.849 28.0008 12.1093 27.9494 12.352 27.8488C12.5947 27.7481 12.815 27.6002 13 27.4137L28.4138 12C28.5995 11.8142 28.7469 11.5937 28.8474 11.3511C28.948 11.1084 28.9997 10.8483 28.9997 10.5856C28.9997 10.3229 28.948 10.0628 28.8474 9.82012C28.7469 9.57744 28.5995 9.35694 28.4138 9.17122ZM24 13.585L18.4138 7.99997L21.4138 4.99997L27 10.585L24 13.585Z"
37
+ fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ if (type === "duotone") {
42
+ return (
43
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
44
+ <path opacity="0.2"
45
+ d="M27.7075 11.2925L24 15L17 7.99998L20.7075 4.29248C20.895 4.10508 21.1493 3.99982 21.4144 3.99982C21.6795 3.99982 21.9337 4.10508 22.1213 4.29248L27.7075 9.87498C27.8009 9.9679 27.8749 10.0783 27.9255 10.2C27.976 10.3216 28.002 10.452 28.002 10.5837C28.002 10.7154 27.976 10.8459 27.9255 10.9675C27.8749 11.0891 27.8009 11.1996 27.7075 11.2925Z"
46
+ fill="currentColor"/>
47
+ <path
48
+ d="M28.4138 9.17122L22.8288 3.58497C22.643 3.39921 22.4225 3.25185 22.1799 3.15131C21.9372 3.05077 21.6771 2.99902 21.4144 2.99902C21.1517 2.99902 20.8916 3.05077 20.6489 3.15131C20.4062 3.25185 20.1857 3.39921 20 3.58497L4.58626 19C4.39973 19.185 4.25185 19.4053 4.15121 19.648C4.05057 19.8907 3.99917 20.151 4.00001 20.4137V26C4.00001 26.5304 4.21072 27.0391 4.5858 27.4142C4.96087 27.7893 5.46958 28 6.00001 28H11.5863C11.849 28.0008 12.1093 27.9494 12.352 27.8488C12.5947 27.7481 12.815 27.6002 13 27.4137L28.4138 12C28.5995 11.8142 28.7469 11.5937 28.8474 11.3511C28.948 11.1084 28.9997 10.8483 28.9997 10.5856C28.9997 10.3229 28.948 10.0628 28.8474 9.82012C28.7469 9.57744 28.5995 9.35694 28.4138 9.17122ZM11.5863 26H6.00001V20.4137L17 9.41372L22.5863 15L11.5863 26ZM24 13.585L18.4138 7.99997L21.4138 4.99997L27 10.585L24 13.585Z"
49
+ fill="currentColor"/>
50
+ </svg>
51
+ );
52
+ }
53
+
54
+ return (
55
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
56
+ <path
57
+ d="M28.2375 9.34747L22.6513 3.76122C22.4888 3.5987 22.2958 3.46978 22.0835 3.38182C21.8712 3.29387 21.6436 3.2486 21.4138 3.2486C21.1839 3.2486 20.9563 3.29387 20.744 3.38182C20.5317 3.46978 20.3388 3.5987 20.1763 3.76122L4.7625 19.1762C4.59967 19.3385 4.47056 19.5314 4.3826 19.7438C4.29464 19.9562 4.24958 20.1838 4.25 20.4137V26C4.25 26.4641 4.43438 26.9092 4.76257 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H11.5863C11.8161 27.7504 12.0438 27.7053 12.2562 27.6174C12.4686 27.5294 12.6615 27.4003 12.8238 27.2375L28.2375 11.8225C28.4 11.66 28.5289 11.467 28.6169 11.2547C28.7049 11.0424 28.7501 10.8148 28.7501 10.585C28.7501 10.3551 28.7049 10.1276 28.6169 9.91524C28.5289 9.7029 28.4 9.50998 28.2375 9.34747ZM11.7625 26.1762C11.7158 26.2232 11.6525 26.2497 11.5863 26.25H6C5.9337 26.25 5.87011 26.2236 5.82323 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V20.4137C5.75028 20.3475 5.7768 20.2841 5.82375 20.2375L17 9.05997L22.9388 15L11.7625 26.1762ZM27.1763 10.7625L24 13.9387L18.0613 7.99997L21.2375 4.82247C21.2607 4.79923 21.2883 4.78079 21.3186 4.76821C21.349 4.75563 21.3815 4.74915 21.4144 4.74915C21.4472 4.74915 21.4798 4.75563 21.5101 4.76821C21.5405 4.78079 21.568 4.79923 21.5913 4.82247L27.1763 10.4087C27.1995 10.4319 27.2179 10.4595 27.2305 10.4899C27.2431 10.5202 27.2496 10.5527 27.2496 10.5856C27.2496 10.6185 27.2431 10.651 27.2305 10.6813C27.2179 10.7117 27.1995 10.7393 27.1763 10.7625Z"
58
+ fill="currentColor"/>
59
+ </svg>
60
+ );
61
+ };
62
+
63
+ export default PencilSimple;
@@ -0,0 +1,63 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Ruler = ({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="M29.0617 9.52499L22.4755 2.93874C22.3361 2.7989 22.1705 2.68795 21.9882 2.61224C21.8059 2.53653 21.6104 2.49756 21.413 2.49756C21.2156 2.49756 21.0201 2.53653 20.8378 2.61224C20.6554 2.68795 20.4898 2.7989 20.3505 2.93874L2.93923 20.3537C2.79939 20.4931 2.68843 20.6587 2.61273 20.841C2.53702 21.0233 2.49805 21.2188 2.49805 21.4162C2.49805 21.6137 2.53702 21.8091 2.61273 21.9915C2.68843 22.1738 2.79939 22.3394 2.93923 22.4787L9.52548 29.0612C9.66483 29.2011 9.83042 29.312 10.0128 29.3877C10.1951 29.4635 10.3906 29.5024 10.588 29.5024C10.7854 29.5024 10.9809 29.4635 11.1632 29.3877C11.3455 29.312 11.5111 29.2011 11.6505 29.0612L29.0617 11.6462C29.343 11.3649 29.501 10.9834 29.501 10.5856C29.501 10.1878 29.343 9.80629 29.0617 9.52499ZM28.3542 10.9387L10.9392 28.3537C10.8455 28.4472 10.7185 28.4998 10.5861 28.4998C10.4537 28.4998 10.3267 28.4472 10.233 28.3537L3.64673 21.7675C3.55322 21.6738 3.50071 21.5468 3.50071 21.4144C3.50071 21.282 3.55322 21.155 3.64673 21.0612L8.00048 16.7075L11.6467 20.3537C11.6932 20.4002 11.7483 20.437 11.809 20.4622C11.8697 20.4873 11.9348 20.5003 12.0005 20.5003C12.0662 20.5003 12.1312 20.4873 12.1919 20.4622C12.2526 20.437 12.3078 20.4002 12.3542 20.3537C12.4007 20.3073 12.4375 20.2521 12.4627 20.1914C12.4878 20.1307 12.5008 20.0657 12.5008 20C12.5008 19.9343 12.4878 19.8692 12.4627 19.8085C12.4375 19.7478 12.4007 19.6927 12.3542 19.6462L8.70673 16L12.0005 12.7075L15.6467 16.3537C15.7405 16.4476 15.8678 16.5003 16.0005 16.5003C16.1332 16.5003 16.2604 16.4476 16.3542 16.3537C16.448 16.2599 16.5008 16.1327 16.5008 16C16.5008 15.8673 16.448 15.7401 16.3542 15.6462L12.7067 12L16.0005 8.70749L19.6467 12.3537C19.6932 12.4002 19.7483 12.437 19.809 12.4622C19.8697 12.4873 19.9348 12.5003 20.0005 12.5003C20.0662 12.5003 20.1312 12.4873 20.1919 12.4622C20.2526 12.437 20.3078 12.4002 20.3542 12.3537C20.4007 12.3073 20.4375 12.2521 20.4627 12.1914C20.4878 12.1307 20.5008 12.0657 20.5008 12C20.5008 11.9343 20.4878 11.8692 20.4627 11.8085C20.4375 11.7478 20.4007 11.6927 20.3542 11.6462L16.708 7.99999L21.0617 3.64624C21.1555 3.55273 21.2825 3.50022 21.4149 3.50022C21.5473 3.50022 21.6742 3.55273 21.768 3.64624L28.3542 10.2325C28.4477 10.3262 28.5002 10.4532 28.5002 10.5856C28.5002 10.718 28.4477 10.845 28.3542 10.9387Z"
9
+ fill="currentColor"/>
10
+ </svg>
11
+ );
12
+ }
13
+
14
+ if (type === "regular") {
15
+ return (
16
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
17
+ <path
18
+ d="M29.416 9.17119L22.8297 2.58619C22.644 2.40043 22.4235 2.25307 22.1808 2.15253C21.9381 2.05199 21.678 2.00024 21.4153 2.00024C21.1526 2.00024 20.8925 2.05199 20.6499 2.15253C20.4072 2.25307 20.1867 2.40043 20.0009 2.58619L2.58595 19.9999C2.40018 20.1857 2.25282 20.4062 2.15228 20.6488C2.05175 20.8915 2 21.1516 2 21.4143C2 21.677 2.05175 21.9371 2.15228 22.1798C2.25282 22.4225 2.40018 22.643 2.58595 22.8287L9.1722 29.4137C9.35792 29.5995 9.57842 29.7468 9.8211 29.8474C10.0638 29.9479 10.3239 29.9996 10.5866 29.9996C10.8493 29.9996 11.1094 29.9479 11.352 29.8474C11.5947 29.7468 11.8152 29.5995 12.0009 29.4137L29.416 11.9999C29.6017 11.8142 29.7491 11.5937 29.8496 11.351C29.9502 11.1084 30.0019 10.8482 30.0019 10.5856C30.0019 10.3229 29.9502 10.0628 29.8496 9.82009C29.7491 9.57741 29.6017 9.35692 29.416 9.17119ZM10.5859 27.9999L4.00095 21.4137L8.00095 17.4137L11.2934 20.7074C11.3864 20.8004 11.4967 20.8741 11.6181 20.9243C11.7394 20.9746 11.8696 21.0005 12.0009 21.0005C12.1323 21.0005 12.2625 20.9746 12.3838 20.9243C12.5052 20.8741 12.6155 20.8004 12.7084 20.7074C12.8014 20.6145 12.8751 20.5042 12.9253 20.3828C12.9756 20.2614 13.0015 20.1313 13.0015 19.9999C13.0015 19.8685 12.9756 19.7384 12.9253 19.617C12.8751 19.4957 12.8014 19.3854 12.7084 19.2924L9.4147 15.9999L12.0009 13.4137L15.2934 16.7074C15.4811 16.8951 15.7356 17.0005 16.0009 17.0005C16.2663 17.0005 16.5208 16.8951 16.7085 16.7074C16.8961 16.5198 17.0015 16.2653 17.0015 15.9999C17.0015 15.7346 16.8961 15.4801 16.7085 15.2924L13.4147 11.9999L16.0009 9.41369L19.2934 12.7074C19.3864 12.8004 19.4967 12.8741 19.6181 12.9243C19.7394 12.9746 19.8696 13.0005 20.0009 13.0005C20.1323 13.0005 20.2625 12.9746 20.3838 12.9243C20.5052 12.8741 20.6155 12.8004 20.7085 12.7074C20.8014 12.6145 20.8751 12.5042 20.9253 12.3828C20.9756 12.2614 21.0015 12.1313 21.0015 11.9999C21.0015 11.8685 20.9756 11.7384 20.9253 11.617C20.8751 11.4957 20.8014 11.3854 20.7085 11.2924L17.4147 7.99994L21.4147 3.99994L28.001 10.5862L10.5859 27.9999Z"
19
+ fill="currentColor"/>
20
+ </svg>
21
+ );
22
+ }
23
+ if (type === "bold") {
24
+ return (
25
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
26
+ <path
27
+ d="M29.7681 8.81747L23.1819 2.23247C22.9497 2.00022 22.6741 1.81598 22.3707 1.69028C22.0673 1.56458 21.7422 1.49988 21.4138 1.49988C21.0854 1.49988 20.7602 1.56458 20.4568 1.69028C20.1534 1.81598 19.8778 2.00022 19.6456 2.23247L2.23064 19.6462C1.99838 19.8784 1.81415 20.154 1.68844 20.4574C1.56274 20.7608 1.49805 21.086 1.49805 21.4143C1.49805 21.7427 1.56274 22.0679 1.68844 22.3713C1.81415 22.6747 1.99838 22.9503 2.23064 23.1825L8.81689 29.7675C9.04905 29.9997 9.32469 30.184 9.62807 30.3097C9.93145 30.4354 10.2566 30.5001 10.585 30.5001C10.9134 30.5001 11.2386 30.4354 11.542 30.3097C11.8453 30.184 12.121 29.9997 12.3531 29.7675L29.7681 12.3537C30.0004 12.1216 30.1846 11.8459 30.3103 11.5425C30.436 11.2392 30.5007 10.914 30.5007 10.5856C30.5007 10.2572 30.436 9.93203 30.3103 9.62865C30.1846 9.32527 30.0004 9.04963 29.7681 8.81747ZM10.5844 27.2925L4.70939 21.4175L7.99939 18.125L10.9394 21.065C11.2212 21.3468 11.6034 21.5051 12.0019 21.5051C12.4004 21.5051 12.7826 21.3468 13.0644 21.065C13.3462 20.7832 13.5045 20.401 13.5045 20.0025C13.5045 19.604 13.3462 19.2218 13.0644 18.94L10.1244 16L11.9994 14.125L14.9381 17.065C15.2199 17.3468 15.6021 17.5051 16.0006 17.5051C16.3992 17.5051 16.7813 17.3468 17.0631 17.065C17.3449 16.7832 17.5032 16.401 17.5032 16.0025C17.5032 15.604 17.3449 15.2218 17.0631 14.94L14.1244 12L15.9994 10.125L18.9394 13.065C19.2212 13.3468 19.6034 13.5051 20.0019 13.5051C20.4004 13.5051 20.7826 13.3468 21.0644 13.065C21.3462 12.7832 21.5045 12.401 21.5045 12.0025C21.5045 11.604 21.3462 11.2218 21.0644 10.94L18.1244 7.99997L21.4181 4.70747L27.2931 10.5825L10.5844 27.2925Z"
28
+ fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "fill") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path
36
+ d="M29.416 11.9999L12.0009 29.4137C11.8152 29.5995 11.5947 29.7468 11.352 29.8474C11.1094 29.9479 10.8493 29.9996 10.5866 29.9996C10.3239 29.9996 10.0638 29.9479 9.8211 29.8474C9.57842 29.7468 9.35792 29.5995 9.1722 29.4137L2.58595 22.8287C2.40018 22.643 2.25282 22.4225 2.15228 22.1798C2.05175 21.9371 2 21.677 2 21.4143C2 21.1516 2.05175 20.8915 2.15228 20.6488C2.25282 20.4062 2.40018 20.1857 2.58595 19.9999L6.2322 16.3537C6.27864 16.3072 6.33378 16.2703 6.39448 16.2452C6.45518 16.22 6.52024 16.207 6.58595 16.207C6.65166 16.207 6.71672 16.22 6.77742 16.2452C6.83812 16.2703 6.89326 16.3072 6.9397 16.3537L11.2934 20.7074C11.3907 20.8046 11.5069 20.8807 11.6348 20.9309C11.7628 20.9812 11.8997 21.0045 12.037 20.9994C12.1744 20.9944 12.3092 20.9611 12.4331 20.9016C12.5571 20.8421 12.6674 20.7577 12.7572 20.6537C12.9214 20.4556 13.0049 20.2028 12.991 19.9459C12.9771 19.6889 12.8668 19.4467 12.6822 19.2674L8.35345 14.9387C8.25994 14.845 8.20743 14.718 8.20743 14.5856C8.20743 14.4532 8.25994 14.3262 8.35345 14.2324L10.2284 12.3574C10.2749 12.311 10.33 12.2741 10.3907 12.2489C10.4514 12.2238 10.5165 12.2108 10.5822 12.2108C10.6479 12.2108 10.713 12.2238 10.7737 12.2489C10.8344 12.2741 10.8895 12.311 10.9359 12.3574L15.2897 16.7112C15.3869 16.8084 15.5031 16.8844 15.6311 16.9347C15.759 16.9849 15.8959 17.0082 16.0333 17.0032C16.1706 16.9981 16.3055 16.9648 16.4294 16.9054C16.5533 16.8459 16.6636 16.7615 16.7535 16.6574C16.9177 16.4593 17.0012 16.2066 16.9873 15.9496C16.9734 15.6927 16.8631 15.4504 16.6784 15.2712L12.3547 10.9387C12.2612 10.845 12.2087 10.718 12.2087 10.5856C12.2087 10.4532 12.2612 10.3262 12.3547 10.2324L14.2297 8.35744C14.3234 8.26394 14.4504 8.21142 14.5828 8.21142C14.7152 8.21142 14.8422 8.26394 14.936 8.35744L19.2897 12.7112C19.3869 12.8086 19.5032 12.8848 19.6313 12.9352C19.7593 12.9855 19.8964 13.0089 20.0339 13.0039C20.1714 12.9988 20.3064 12.9654 20.4304 12.9058C20.5545 12.8462 20.6649 12.7617 20.7547 12.6574C20.9188 12.4592 21.002 12.2063 20.9879 11.9494C20.9738 11.6924 20.8633 11.4503 20.6784 11.2712L16.3547 6.93869C16.2612 6.84496 16.2087 6.71797 16.2087 6.58557C16.2087 6.45317 16.2612 6.32618 16.3547 6.23244L20.0009 2.58619C20.1867 2.40043 20.4072 2.25307 20.6499 2.15253C20.8925 2.05199 21.1526 2.00024 21.4153 2.00024C21.678 2.00024 21.9381 2.05199 22.1808 2.15253C22.4235 2.25307 22.644 2.40043 22.8297 2.58619L29.416 9.17119C29.6017 9.35692 29.7491 9.57741 29.8496 9.82009C29.9502 10.0628 30.0019 10.3229 30.0019 10.5856C30.0019 10.8482 29.9502 11.1084 29.8496 11.351C29.7491 11.5937 29.6017 11.8142 29.416 11.9999Z"
37
+ fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ if (type === "duotone") {
42
+ return (
43
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
44
+ <path opacity="0.2"
45
+ d="M28.7077 11.2925L11.2927 28.7075C11.1051 28.8949 10.8509 29.0002 10.5858 29.0002C10.3207 29.0002 10.0664 28.8949 9.87891 28.7075L3.29266 22.125C3.10527 21.9375 3 21.6833 3 21.4182C3 21.1531 3.10527 20.8988 3.29266 20.7113L20.7077 3.29254C20.8952 3.10514 21.1494 2.99988 21.4145 2.99988C21.6796 2.99988 21.9339 3.10514 22.1214 3.29254L28.7077 9.87504C28.801 9.96796 28.8751 10.0784 28.9256 10.2C28.9762 10.3217 29.0022 10.4521 29.0022 10.5838C29.0022 10.7155 28.9762 10.8459 28.9256 10.9675C28.8751 11.0892 28.801 11.1996 28.7077 11.2925Z"
46
+ fill="currentColor"/>
47
+ <path
48
+ d="M29.416 9.17119L22.8297 2.58619C22.644 2.40043 22.4235 2.25307 22.1808 2.15253C21.9381 2.05199 21.678 2.00024 21.4153 2.00024C21.1526 2.00024 20.8925 2.05199 20.6499 2.15253C20.4072 2.25307 20.1867 2.40043 20.0009 2.58619L2.58595 19.9999C2.40018 20.1857 2.25282 20.4062 2.15228 20.6488C2.05175 20.8915 2 21.1516 2 21.4143C2 21.677 2.05175 21.9371 2.15228 22.1798C2.25282 22.4225 2.40018 22.643 2.58595 22.8287L9.1722 29.4137C9.35792 29.5995 9.57842 29.7468 9.8211 29.8474C10.0638 29.9479 10.3239 29.9996 10.5866 29.9996C10.8493 29.9996 11.1094 29.9479 11.352 29.8474C11.5947 29.7468 11.8152 29.5995 12.0009 29.4137L29.416 11.9999C29.6017 11.8142 29.7491 11.5937 29.8496 11.351C29.9502 11.1084 30.0019 10.8482 30.0019 10.5856C30.0019 10.3229 29.9502 10.0628 29.8496 9.82009C29.7491 9.57741 29.6017 9.35692 29.416 9.17119ZM10.5859 27.9999L4.00095 21.4137L8.00095 17.4137L11.2934 20.7074C11.3864 20.8004 11.4967 20.8741 11.6181 20.9243C11.7394 20.9746 11.8696 21.0005 12.0009 21.0005C12.1323 21.0005 12.2625 20.9746 12.3838 20.9243C12.5052 20.8741 12.6155 20.8004 12.7084 20.7074C12.8014 20.6145 12.8751 20.5042 12.9253 20.3828C12.9756 20.2614 13.0015 20.1313 13.0015 19.9999C13.0015 19.8685 12.9756 19.7384 12.9253 19.617C12.8751 19.4957 12.8014 19.3854 12.7084 19.2924L9.4147 15.9999L12.0009 13.4137L15.2934 16.7074C15.4811 16.8951 15.7356 17.0005 16.0009 17.0005C16.2663 17.0005 16.5208 16.8951 16.7085 16.7074C16.8961 16.5198 17.0015 16.2653 17.0015 15.9999C17.0015 15.7346 16.8961 15.4801 16.7085 15.2924L13.4147 11.9999L16.0009 9.41369L19.2934 12.7074C19.3864 12.8004 19.4967 12.8741 19.6181 12.9243C19.7394 12.9746 19.8696 13.0005 20.0009 13.0005C20.1323 13.0005 20.2625 12.9746 20.3838 12.9243C20.5052 12.8741 20.6155 12.8004 20.7085 12.7074C20.8014 12.6145 20.8751 12.5042 20.9253 12.3828C20.9756 12.2614 21.0015 12.1313 21.0015 11.9999C21.0015 11.8685 20.9756 11.7384 20.9253 11.617C20.8751 11.4957 20.8014 11.3854 20.7085 11.2924L17.4147 7.99994L21.4147 3.99994L28.001 10.5862L10.5859 27.9999Z"
49
+ fill="currentColor"/>
50
+ </svg>
51
+ );
52
+ }
53
+
54
+ return (
55
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
56
+ <path
57
+ d="M29.2382 9.34875L22.6519 2.7625C22.4894 2.59998 22.2965 2.47106 22.0842 2.38311C21.8718 2.29515 21.6443 2.24988 21.4144 2.24988C21.1846 2.24988 20.957 2.29515 20.7447 2.38311C20.5324 2.47106 20.3394 2.59998 20.1769 2.7625L2.76067 20.1763C2.59815 20.3388 2.46923 20.5317 2.38127 20.744C2.29332 20.9563 2.24805 21.1839 2.24805 21.4138C2.24805 21.6436 2.29332 21.8712 2.38127 22.0835C2.46923 22.2958 2.59815 22.4888 2.76067 22.6513L9.34692 29.2375C9.50943 29.4 9.70235 29.5289 9.91469 29.6169C10.127 29.7049 10.3546 29.7501 10.5844 29.7501C10.8143 29.7501 11.0418 29.7049 11.2542 29.6169C11.4665 29.5289 11.6594 29.4 11.8219 29.2375L29.2382 11.8238C29.4007 11.6612 29.5296 11.4683 29.6176 11.256C29.7055 11.0437 29.7508 10.8161 29.7508 10.5863C29.7508 10.3564 29.7055 10.1288 29.6176 9.91652C29.5296 9.70419 29.4007 9.51126 29.2382 9.34875ZM28.1769 10.7625L10.7619 28.1763C10.7387 28.1995 10.7111 28.2179 10.6808 28.2305C10.6504 28.2431 10.6179 28.2496 10.585 28.2496C10.5522 28.2496 10.5197 28.2431 10.4893 28.2305C10.459 28.2179 10.4314 28.1995 10.4082 28.1763L3.82192 21.5913C3.79868 21.568 3.78024 21.5405 3.76766 21.5101C3.75508 21.4798 3.7486 21.4472 3.7486 21.4144C3.7486 21.3815 3.75508 21.349 3.76766 21.3186C3.78024 21.2883 3.79868 21.2607 3.82192 21.2375L7.99942 17.06L11.4694 20.53C11.5381 20.6037 11.6209 20.6628 11.7129 20.7038C11.8049 20.7448 11.9042 20.7668 12.0049 20.7686C12.1056 20.7704 12.2056 20.7518 12.299 20.7141C12.3924 20.6764 12.4772 20.6203 12.5485 20.549C12.6197 20.4778 12.6758 20.393 12.7135 20.2996C12.7513 20.2062 12.7698 20.1062 12.768 20.0055C12.7662 19.9048 12.7442 19.8055 12.7032 19.7135C12.6622 19.6215 12.6031 19.5387 12.5294 19.47L9.05942 16L11.9994 13.06L15.4694 16.53C15.6116 16.6625 15.7996 16.7346 15.9939 16.7312C16.1882 16.7277 16.3736 16.649 16.511 16.5116C16.6485 16.3742 16.7272 16.1888 16.7306 15.9945C16.734 15.8002 16.6619 15.6122 16.5294 15.47L13.0594 12L15.9994 9.06125L19.4694 12.53C19.6116 12.6625 19.7996 12.7346 19.9939 12.7312C20.1882 12.7278 20.3736 12.649 20.511 12.5116C20.6485 12.3742 20.7272 12.1888 20.7306 11.9945C20.734 11.8002 20.6619 11.6122 20.5294 11.47L17.0607 8L21.2369 3.82375C21.2601 3.80051 21.2877 3.78207 21.3181 3.76949C21.3484 3.75691 21.3809 3.75043 21.4138 3.75043C21.4467 3.75043 21.4792 3.75691 21.5095 3.76949C21.5399 3.78207 21.5675 3.80051 21.5907 3.82375L28.1769 10.4088C28.2002 10.432 28.2186 10.4595 28.2312 10.4899C28.2438 10.5202 28.2502 10.5528 28.2502 10.5856C28.2502 10.6185 28.2438 10.651 28.2312 10.6814C28.2186 10.7117 28.2002 10.7393 28.1769 10.7625Z"
58
+ fill="currentColor"/>
59
+ </svg>
60
+ );
61
+ };
62
+
63
+ export default Ruler;
@@ -0,0 +1,40 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const SidebarSimple = ({type}: 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="M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V25C3.5 25.3978 3.65804 25.7794 3.93934 26.0607C4.22064 26.342 4.60218 26.5 5 26.5H27C27.3978 26.5 27.7794 26.342 28.0607 26.0607C28.342 25.7794 28.5 25.3978 28.5 25V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM4.5 25V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H10.5V25.5H5C4.86739 25.5 4.74021 25.4473 4.64645 25.3536C4.55268 25.2598 4.5 25.1326 4.5 25ZM27.5 25C27.5 25.1326 27.4473 25.2598 27.3536 25.3536C27.2598 25.4473 27.1326 25.5 27 25.5H11.5V6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V25Z" fill="currentColor"/>
7
+ </svg>
8
+ }
9
+
10
+ if (type === "regular") {
11
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
12
+ <path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM5 7H10V25H5V7ZM27 25H12V7H27V25Z" fill="currentColor"/>
13
+ </svg>
14
+ }
15
+
16
+ if (type === "bold") {
17
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
18
+ <path d="M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V25C2.5 25.663 2.76339 26.2989 3.23223 26.7678C3.70107 27.2366 4.33696 27.5 5 27.5H27C27.663 27.5 28.2989 27.2366 28.7678 26.7678C29.2366 26.2989 29.5 25.663 29.5 25V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM5.5 7.5H9.5V24.5H5.5V7.5ZM26.5 24.5H12.5V7.5H26.5V24.5Z" fill="currentColor"/>
19
+ </svg>
20
+ }
21
+
22
+ if (type === "fill") {
23
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
24
+ <path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 25H11V7H27V25Z" fill="currentColor"/>
25
+ </svg>
26
+ }
27
+
28
+ if (type === "duotone") {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path opacity="0.2" d="M11 6V26H5C4.73478 26 4.48043 25.8946 4.29289 25.7071C4.10536 25.5196 4 25.2652 4 25V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H11Z" fill="currentColor"/>
31
+ <path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM5 7H10V25H5V7ZM27 25H12V7H27V25Z" fill="currentColor"/>
32
+ </svg>
33
+ }
34
+
35
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path d="M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H27C27.4641 26.75 27.9092 26.5656 28.2374 26.2374C28.5656 25.9092 28.75 25.4641 28.75 25V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM4.75 25V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H10.25V25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25ZM27.25 25C27.25 25.0663 27.2237 25.1299 27.1768 25.1768C27.1299 25.2237 27.0663 25.25 27 25.25H11.75V6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V25Z" fill="currentColor"/>
37
+ </svg>
38
+ };
39
+
40
+ export default SidebarSimple;
@@ -0,0 +1,54 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const SquaresFour = ({type}: 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="M13 5.5H7C6.60218 5.5 6.22064 5.65804 5.93934 5.93934C5.65804 6.22064 5.5 6.60218 5.5 7V13C5.5 13.3978 5.65804 13.7794 5.93934 14.0607C6.22064 14.342 6.60218 14.5 7 14.5H13C13.3978 14.5 13.7794 14.342 14.0607 14.0607C14.342 13.7794 14.5 13.3978 14.5 13V7C14.5 6.60218 14.342 6.22064 14.0607 5.93934C13.7794 5.65804 13.3978 5.5 13 5.5ZM13.5 13C13.5 13.1326 13.4473 13.2598 13.3536 13.3536C13.2598 13.4473 13.1326 13.5 13 13.5H7C6.86739 13.5 6.74021 13.4473 6.64645 13.3536C6.55268 13.2598 6.5 13.1326 6.5 13V7C6.5 6.86739 6.55268 6.74021 6.64645 6.64645C6.74021 6.55268 6.86739 6.5 7 6.5H13C13.1326 6.5 13.2598 6.55268 13.3536 6.64645C13.4473 6.74021 13.5 6.86739 13.5 7V13ZM25 5.5H19C18.6022 5.5 18.2206 5.65804 17.9393 5.93934C17.658 6.22064 17.5 6.60218 17.5 7V13C17.5 13.3978 17.658 13.7794 17.9393 14.0607C18.2206 14.342 18.6022 14.5 19 14.5H25C25.3978 14.5 25.7794 14.342 26.0607 14.0607C26.342 13.7794 26.5 13.3978 26.5 13V7C26.5 6.60218 26.342 6.22064 26.0607 5.93934C25.7794 5.65804 25.3978 5.5 25 5.5ZM25.5 13C25.5 13.1326 25.4473 13.2598 25.3536 13.3536C25.2598 13.4473 25.1326 13.5 25 13.5H19C18.8674 13.5 18.7402 13.4473 18.6464 13.3536C18.5527 13.2598 18.5 13.1326 18.5 13V7C18.5 6.86739 18.5527 6.74021 18.6464 6.64645C18.7402 6.55268 18.8674 6.5 19 6.5H25C25.1326 6.5 25.2598 6.55268 25.3536 6.64645C25.4473 6.74021 25.5 6.86739 25.5 7V13ZM13 17.5H7C6.60218 17.5 6.22064 17.658 5.93934 17.9393C5.65804 18.2206 5.5 18.6022 5.5 19V25C5.5 25.3978 5.65804 25.7794 5.93934 26.0607C6.22064 26.342 6.60218 26.5 7 26.5H13C13.3978 26.5 13.7794 26.342 14.0607 26.0607C14.342 25.7794 14.5 25.3978 14.5 25V19C14.5 18.6022 14.342 18.2206 14.0607 17.9393C13.7794 17.658 13.3978 17.5 13 17.5ZM13.5 25C13.5 25.1326 13.4473 25.2598 13.3536 25.3536C13.2598 25.4473 13.1326 25.5 13 25.5H7C6.86739 25.5 6.74021 25.4473 6.64645 25.3536C6.55268 25.2598 6.5 25.1326 6.5 25V19C6.5 18.8674 6.55268 18.7402 6.64645 18.6464C6.74021 18.5527 6.86739 18.5 7 18.5H13C13.1326 18.5 13.2598 18.5527 13.3536 18.6464C13.4473 18.7402 13.5 18.8674 13.5 19V25ZM25 17.5H19C18.6022 17.5 18.2206 17.658 17.9393 17.9393C17.658 18.2206 17.5 18.6022 17.5 19V25C17.5 25.3978 17.658 25.7794 17.9393 26.0607C18.2206 26.342 18.6022 26.5 19 26.5H25C25.3978 26.5 25.7794 26.342 26.0607 26.0607C26.342 25.7794 26.5 25.3978 26.5 25V19C26.5 18.6022 26.342 18.2206 26.0607 17.9393C25.7794 17.658 25.3978 17.5 25 17.5ZM25.5 25C25.5 25.1326 25.4473 25.2598 25.3536 25.3536C25.2598 25.4473 25.1326 25.5 25 25.5H19C18.8674 25.5 18.7402 25.4473 18.6464 25.3536C18.5527 25.2598 18.5 25.1326 18.5 25V19C18.5 18.8674 18.5527 18.7402 18.6464 18.6464C18.7402 18.5527 18.8674 18.5 19 18.5H25C25.1326 18.5 25.2598 18.5527 25.3536 18.6464C25.4473 18.7402 25.5 18.8674 25.5 19V25Z"
8
+ fill="currentColor" />
9
+ </svg>;
10
+ }
11
+
12
+ if (type === "regular") {
13
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path
15
+ d="M13 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V13C5 13.5304 5.21071 14.0391 5.58579 14.4142C5.96086 14.7893 6.46957 15 7 15H13C13.5304 15 14.0391 14.7893 14.4142 14.4142C14.7893 14.0391 15 13.5304 15 13V7C15 6.46957 14.7893 5.96086 14.4142 5.58579C14.0391 5.21071 13.5304 5 13 5ZM13 13H7V7H13V13ZM25 5H19C18.4696 5 17.9609 5.21071 17.5858 5.58579C17.2107 5.96086 17 6.46957 17 7V13C17 13.5304 17.2107 14.0391 17.5858 14.4142C17.9609 14.7893 18.4696 15 19 15H25C25.5304 15 26.0391 14.7893 26.4142 14.4142C26.7893 14.0391 27 13.5304 27 13V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5ZM25 13H19V7H25V13ZM13 17H7C6.46957 17 5.96086 17.2107 5.58579 17.5858C5.21071 17.9609 5 18.4696 5 19V25C5 25.5304 5.21071 26.0391 5.58579 26.4142C5.96086 26.7893 6.46957 27 7 27H13C13.5304 27 14.0391 26.7893 14.4142 26.4142C14.7893 26.0391 15 25.5304 15 25V19C15 18.4696 14.7893 17.9609 14.4142 17.5858C14.0391 17.2107 13.5304 17 13 17ZM13 25H7V19H13V25ZM25 17H19C18.4696 17 17.9609 17.2107 17.5858 17.5858C17.2107 17.9609 17 18.4696 17 19V25C17 25.5304 17.2107 26.0391 17.5858 26.4142C17.9609 26.7893 18.4696 27 19 27H25C25.5304 27 26.0391 26.7893 26.4142 26.4142C26.7893 26.0391 27 25.5304 27 25V19C27 18.4696 26.7893 17.9609 26.4142 17.5858C26.0391 17.2107 25.5304 17 25 17ZM25 25H19V19H25V25Z"
16
+ fill="currentColor" />
17
+ </svg>;
18
+ }
19
+
20
+ if (type === "bold") {
21
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path
23
+ d="M12.5 4.5H7C6.33696 4.5 5.70107 4.76339 5.23223 5.23223C4.76339 5.70107 4.5 6.33696 4.5 7V12.5C4.5 13.163 4.76339 13.7989 5.23223 14.2678C5.70107 14.7366 6.33696 15 7 15H12.5C13.163 15 13.7989 14.7366 14.2678 14.2678C14.7366 13.7989 15 13.163 15 12.5V7C15 6.33696 14.7366 5.70107 14.2678 5.23223C13.7989 4.76339 13.163 4.5 12.5 4.5ZM12 12H7.5V7.5H12V12ZM25 4.5H19.5C18.837 4.5 18.2011 4.76339 17.7322 5.23223C17.2634 5.70107 17 6.33696 17 7V12.5C17 13.163 17.2634 13.7989 17.7322 14.2678C18.2011 14.7366 18.837 15 19.5 15H25C25.663 15 26.2989 14.7366 26.7678 14.2678C27.2366 13.7989 27.5 13.163 27.5 12.5V7C27.5 6.33696 27.2366 5.70107 26.7678 5.23223C26.2989 4.76339 25.663 4.5 25 4.5ZM24.5 12H20V7.5H24.5V12ZM12.5 17H7C6.33696 17 5.70107 17.2634 5.23223 17.7322C4.76339 18.2011 4.5 18.837 4.5 19.5V25C4.5 25.663 4.76339 26.2989 5.23223 26.7678C5.70107 27.2366 6.33696 27.5 7 27.5H12.5C13.163 27.5 13.7989 27.2366 14.2678 26.7678C14.7366 26.2989 15 25.663 15 25V19.5C15 18.837 14.7366 18.2011 14.2678 17.7322C13.7989 17.2634 13.163 17 12.5 17ZM12 24.5H7.5V20H12V24.5ZM25 17H19.5C18.837 17 18.2011 17.2634 17.7322 17.7322C17.2634 18.2011 17 18.837 17 19.5V25C17 25.663 17.2634 26.2989 17.7322 26.7678C18.2011 27.2366 18.837 27.5 19.5 27.5H25C25.663 27.5 26.2989 27.2366 26.7678 26.7678C27.2366 26.2989 27.5 25.663 27.5 25V19.5C27.5 18.837 27.2366 18.2011 26.7678 17.7322C26.2989 17.2634 25.663 17 25 17ZM24.5 24.5H20V20H24.5V24.5Z"
24
+ fill="currentColor" />
25
+ </svg>;
26
+ }
27
+
28
+ if (type === "fill") {
29
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
30
+ <path
31
+ d="M15 7V13C15 13.5304 14.7893 14.0391 14.4142 14.4142C14.0391 14.7893 13.5304 15 13 15H7C6.46957 15 5.96086 14.7893 5.58579 14.4142C5.21071 14.0391 5 13.5304 5 13V7C5 6.46957 5.21071 5.96086 5.58579 5.58579C5.96086 5.21071 6.46957 5 7 5H13C13.5304 5 14.0391 5.21071 14.4142 5.58579C14.7893 5.96086 15 6.46957 15 7ZM25 5H19C18.4696 5 17.9609 5.21071 17.5858 5.58579C17.2107 5.96086 17 6.46957 17 7V13C17 13.5304 17.2107 14.0391 17.5858 14.4142C17.9609 14.7893 18.4696 15 19 15H25C25.5304 15 26.0391 14.7893 26.4142 14.4142C26.7893 14.0391 27 13.5304 27 13V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5ZM13 17H7C6.46957 17 5.96086 17.2107 5.58579 17.5858C5.21071 17.9609 5 18.4696 5 19V25C5 25.5304 5.21071 26.0391 5.58579 26.4142C5.96086 26.7893 6.46957 27 7 27H13C13.5304 27 14.0391 26.7893 14.4142 26.4142C14.7893 26.0391 15 25.5304 15 25V19C15 18.4696 14.7893 17.9609 14.4142 17.5858C14.0391 17.2107 13.5304 17 13 17ZM25 17H19C18.4696 17 17.9609 17.2107 17.5858 17.5858C17.2107 17.9609 17 18.4696 17 19V25C17 25.5304 17.2107 26.0391 17.5858 26.4142C17.9609 26.7893 18.4696 27 19 27H25C25.5304 27 26.0391 26.7893 26.4142 26.4142C26.7893 26.0391 27 25.5304 27 25V19C27 18.4696 26.7893 17.9609 26.4142 17.5858C26.0391 17.2107 25.5304 17 25 17Z"
32
+ fill="currentColor" />
33
+ </svg>;
34
+ }
35
+
36
+ if (type === "duotone") {
37
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
38
+ <path opacity="0.2"
39
+ d="M14 7V13C14 13.2652 13.8946 13.5196 13.7071 13.7071C13.5196 13.8946 13.2652 14 13 14H7C6.73478 14 6.48043 13.8946 6.29289 13.7071C6.10536 13.5196 6 13.2652 6 13V7C6 6.73478 6.10536 6.48043 6.29289 6.29289C6.48043 6.10536 6.73478 6 7 6H13C13.2652 6 13.5196 6.10536 13.7071 6.29289C13.8946 6.48043 14 6.73478 14 7ZM25 6H19C18.7348 6 18.4804 6.10536 18.2929 6.29289C18.1054 6.48043 18 6.73478 18 7V13C18 13.2652 18.1054 13.5196 18.2929 13.7071C18.4804 13.8946 18.7348 14 19 14H25C25.2652 14 25.5196 13.8946 25.7071 13.7071C25.8946 13.5196 26 13.2652 26 13V7C26 6.73478 25.8946 6.48043 25.7071 6.29289C25.5196 6.10536 25.2652 6 25 6ZM13 18H7C6.73478 18 6.48043 18.1054 6.29289 18.2929C6.10536 18.4804 6 18.7348 6 19V25C6 25.2652 6.10536 25.5196 6.29289 25.7071C6.48043 25.8946 6.73478 26 7 26H13C13.2652 26 13.5196 25.8946 13.7071 25.7071C13.8946 25.5196 14 25.2652 14 25V19C14 18.7348 13.8946 18.4804 13.7071 18.2929C13.5196 18.1054 13.2652 18 13 18ZM25 18H19C18.7348 18 18.4804 18.1054 18.2929 18.2929C18.1054 18.4804 18 18.7348 18 19V25C18 25.2652 18.1054 25.5196 18.2929 25.7071C18.4804 25.8946 18.7348 26 19 26H25C25.2652 26 25.5196 25.8946 25.7071 25.7071C25.8946 25.5196 26 25.2652 26 25V19C26 18.7348 25.8946 18.4804 25.7071 18.2929C25.5196 18.1054 25.2652 18 25 18Z"
40
+ fill="currentColor" />
41
+ <path
42
+ d="M25 17H19C18.4696 17 17.9609 17.2107 17.5858 17.5858C17.2107 17.9609 17 18.4696 17 19V25C17 25.5304 17.2107 26.0391 17.5858 26.4142C17.9609 26.7893 18.4696 27 19 27H25C25.5304 27 26.0391 26.7893 26.4142 26.4142C26.7893 26.0391 27 25.5304 27 25V19C27 18.4696 26.7893 17.9609 26.4142 17.5858C26.0391 17.2107 25.5304 17 25 17ZM25 25H19V19H25V25ZM13 5H7C6.46957 5 5.96086 5.21071 5.58579 5.58579C5.21071 5.96086 5 6.46957 5 7V13C5 13.5304 5.21071 14.0391 5.58579 14.4142C5.96086 14.7893 6.46957 15 7 15H13C13.5304 15 14.0391 14.7893 14.4142 14.4142C14.7893 14.0391 15 13.5304 15 13V7C15 6.46957 14.7893 5.96086 14.4142 5.58579C14.0391 5.21071 13.5304 5 13 5ZM13 13H7V7H13V13ZM25 5H19C18.4696 5 17.9609 5.21071 17.5858 5.58579C17.2107 5.96086 17 6.46957 17 7V13C17 13.5304 17.2107 14.0391 17.5858 14.4142C17.9609 14.7893 18.4696 15 19 15H25C25.5304 15 26.0391 14.7893 26.4142 14.4142C26.7893 14.0391 27 13.5304 27 13V7C27 6.46957 26.7893 5.96086 26.4142 5.58579C26.0391 5.21071 25.5304 5 25 5ZM25 13H19V7H25V13ZM13 17H7C6.46957 17 5.96086 17.2107 5.58579 17.5858C5.21071 17.9609 5 18.4696 5 19V25C5 25.5304 5.21071 26.0391 5.58579 26.4142C5.96086 26.7893 6.46957 27 7 27H13C13.5304 27 14.0391 26.7893 14.4142 26.4142C14.7893 26.0391 15 25.5304 15 25V19C15 18.4696 14.7893 17.9609 14.4142 17.5858C14.0391 17.2107 13.5304 17 13 17ZM13 25H7V19H13V25Z"
43
+ fill="currentColor" />
44
+ </svg>;
45
+ }
46
+
47
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
48
+ <path
49
+ d="M13 5.25H7C6.53587 5.25 6.09075 5.43437 5.76256 5.76256C5.43437 6.09075 5.25 6.53587 5.25 7V13C5.25 13.2298 5.29526 13.4574 5.38321 13.6697C5.47116 13.882 5.60006 14.0749 5.76256 14.2374C5.92507 14.3999 6.11798 14.5288 6.3303 14.6168C6.54262 14.7047 6.77019 14.75 7 14.75H13C13.2298 14.75 13.4574 14.7047 13.6697 14.6168C13.882 14.5288 14.0749 14.3999 14.2374 14.2374C14.3999 14.0749 14.5288 13.882 14.6168 13.6697C14.7047 13.4574 14.75 13.2298 14.75 13V7C14.75 6.77019 14.7047 6.54262 14.6168 6.3303C14.5288 6.11798 14.3999 5.92507 14.2374 5.76256C14.0749 5.60006 13.882 5.47116 13.6697 5.38321C13.4574 5.29526 13.2298 5.25 13 5.25ZM13.25 13C13.25 13.0663 13.2237 13.1299 13.1768 13.1768C13.1299 13.2237 13.0663 13.25 13 13.25H7C6.9337 13.25 6.87011 13.2237 6.82322 13.1768C6.77634 13.1299 6.75 13.0663 6.75 13V7C6.75 6.9337 6.77634 6.87011 6.82322 6.82322C6.87011 6.77634 6.9337 6.75 7 6.75H13C13.0663 6.75 13.1299 6.77634 13.1768 6.82322C13.2237 6.87011 13.25 6.9337 13.25 7V13ZM25 5.25H19C18.5359 5.25 18.0908 5.43437 17.7626 5.76256C17.4344 6.09075 17.25 6.53587 17.25 7V13C17.25 13.2298 17.2953 13.4574 17.3832 13.6697C17.4712 13.882 17.6001 14.0749 17.7626 14.2374C17.9251 14.3999 18.118 14.5288 18.3303 14.6168C18.5426 14.7047 18.7702 14.75 19 14.75H25C25.2298 14.75 25.4574 14.7047 25.6697 14.6168C25.882 14.5288 26.0749 14.3999 26.2374 14.2374C26.3999 14.0749 26.5288 13.882 26.6168 13.6697C26.7047 13.4574 26.75 13.2298 26.75 13V7C26.75 6.53587 26.5656 6.09075 26.2374 5.76256C25.9092 5.43437 25.4641 5.25 25 5.25ZM25.25 13C25.25 13.0663 25.2237 13.1299 25.1768 13.1768C25.1299 13.2237 25.0663 13.25 25 13.25H19C18.9337 13.25 18.8701 13.2237 18.8232 13.1768C18.7763 13.1299 18.75 13.0663 18.75 13V7C18.75 6.9337 18.7763 6.87011 18.8232 6.82322C18.8701 6.77634 18.9337 6.75 19 6.75H25C25.0663 6.75 25.1299 6.77634 25.1768 6.82322C25.2237 6.87011 25.25 6.9337 25.25 7V13ZM13 17.25H7C6.53587 17.25 6.09075 17.4344 5.76256 17.7626C5.43437 18.0908 5.25 18.5359 5.25 19V25C5.25 25.4641 5.43437 25.9092 5.76256 26.2374C6.09075 26.5656 6.53587 26.75 7 26.75H13C13.2298 26.75 13.4574 26.7047 13.6697 26.6168C13.882 26.5288 14.0749 26.3999 14.2374 26.2374C14.3999 26.0749 14.5288 25.882 14.6168 25.6697C14.7047 25.4574 14.75 25.2298 14.75 25V19C14.75 18.7702 14.7047 18.5426 14.6168 18.3303C14.5288 18.118 14.3999 17.9251 14.2374 17.7626C14.0749 17.6001 13.882 17.4712 13.6697 17.3832C13.4574 17.2953 13.2298 17.25 13 17.25ZM13.25 25C13.25 25.0663 13.2237 25.1299 13.1768 25.1768C13.1299 25.2237 13.0663 25.25 13 25.25H7C6.9337 25.25 6.87011 25.2237 6.82322 25.1768C6.77634 25.1299 6.75 25.0663 6.75 25V19C6.75 18.9337 6.77634 18.8701 6.82322 18.8232C6.87011 18.7763 6.9337 18.75 7 18.75H13C13.0663 18.75 13.1299 18.7763 13.1768 18.8232C13.2237 18.8701 13.25 18.9337 13.25 19V25ZM25 17.25H19C18.5359 17.25 18.0908 17.4344 17.7626 17.7626C17.4344 18.0908 17.25 18.5359 17.25 19V25C17.25 25.4641 17.4344 25.9092 17.7626 26.2374C18.0908 26.5656 18.5359 26.75 19 26.75H25C25.4641 26.75 25.9092 26.5656 26.2374 26.2374C26.5656 25.9092 26.75 25.4641 26.75 25V19C26.75 18.5359 26.5656 18.0908 26.2374 17.7626C25.9092 17.4344 25.4641 17.25 25 17.25ZM25.25 25C25.25 25.0663 25.2237 25.1299 25.1768 25.1768C25.1299 25.2237 25.0663 25.25 25 25.25H19C18.9337 25.25 18.8701 25.2237 18.8232 25.1768C18.7763 25.1299 18.75 25.0663 18.75 25V19C18.75 18.9337 18.7763 18.8701 18.8232 18.8232C18.8701 18.7763 18.9337 18.75 19 18.75H25C25.0663 18.75 25.1299 18.7763 25.1768 18.8232C25.2237 18.8701 25.25 18.9337 25.25 19V25Z"
50
+ fill="currentColor" />
51
+ </svg>
52
+ };
53
+
54
+ export default SquaresFour;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const TreeStructure = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M21 13.5H27C27.3978 13.5 27.7794 13.342 28.0607 13.0607C28.342 12.7794 28.5 12.3978 28.5 12V6C28.5 5.60218 28.342 5.22064 28.0607 4.93934C27.7794 4.65804 27.3978 4.5 27 4.5H21C20.6022 4.5 20.2206 4.65804 19.9393 4.93934C19.658 5.22064 19.5 5.60218 19.5 6V8.5H18C17.0717 8.5 16.1815 8.86875 15.5251 9.52513C14.8687 10.1815 14.5 11.0717 14.5 12V15.5H9.5V14C9.5 13.6022 9.34196 13.2206 9.06066 12.9393C8.77936 12.658 8.39782 12.5 8 12.5H4C3.60218 12.5 3.22064 12.658 2.93934 12.9393C2.65804 13.2206 2.5 13.6022 2.5 14V18C2.5 18.3978 2.65804 18.7794 2.93934 19.0607C3.22064 19.342 3.60218 19.5 4 19.5H8C8.39782 19.5 8.77936 19.342 9.06066 19.0607C9.34196 18.7794 9.5 18.3978 9.5 18V16.5H14.5V20C14.5 20.9283 14.8687 21.8185 15.5251 22.4749C16.1815 23.1313 17.0717 23.5 18 23.5H19.5V26C19.5 26.3978 19.658 26.7794 19.9393 27.0607C20.2206 27.342 20.6022 27.5 21 27.5H27C27.3978 27.5 27.7794 27.342 28.0607 27.0607C28.342 26.7794 28.5 26.3978 28.5 26V20C28.5 19.6022 28.342 19.2206 28.0607 18.9393C27.7794 18.658 27.3978 18.5 27 18.5H21C20.6022 18.5 20.2206 18.658 19.9393 18.9393C19.658 19.2206 19.5 19.6022 19.5 20V22.5H18C17.337 22.5 16.7011 22.2366 16.2322 21.7678C15.7634 21.2989 15.5 20.663 15.5 20V12C15.5 11.337 15.7634 10.7011 16.2322 10.2322C16.7011 9.76339 17.337 9.5 18 9.5H19.5V12C19.5 12.3978 19.658 12.7794 19.9393 13.0607C20.2206 13.342 20.6022 13.5 21 13.5ZM8.5 18C8.5 18.1326 8.44732 18.2598 8.35355 18.3536C8.25979 18.4473 8.13261 18.5 8 18.5H4C3.86739 18.5 3.74021 18.4473 3.64645 18.3536C3.55268 18.2598 3.5 18.1326 3.5 18V14C3.5 13.8674 3.55268 13.7402 3.64645 13.6464C3.74021 13.5527 3.86739 13.5 4 13.5H8C8.13261 13.5 8.25979 13.5527 8.35355 13.6464C8.44732 13.7402 8.5 13.8674 8.5 14V18ZM20.5 20C20.5 19.8674 20.5527 19.7402 20.6464 19.6464C20.7402 19.5527 20.8674 19.5 21 19.5H27C27.1326 19.5 27.2598 19.5527 27.3536 19.6464C27.4473 19.7402 27.5 19.8674 27.5 20V26C27.5 26.1326 27.4473 26.2598 27.3536 26.3536C27.2598 26.4473 27.1326 26.5 27 26.5H21C20.8674 26.5 20.7402 26.4473 20.6464 26.3536C20.5527 26.2598 20.5 26.1326 20.5 26V20ZM20.5 6C20.5 5.86739 20.5527 5.74021 20.6464 5.64645C20.7402 5.55268 20.8674 5.5 21 5.5H27C27.1326 5.5 27.2598 5.55268 27.3536 5.64645C27.4473 5.74021 27.5 5.86739 27.5 6V12C27.5 12.1326 27.4473 12.2598 27.3536 12.3536C27.2598 12.4473 27.1326 12.5 27 12.5H21C20.8674 12.5 20.7402 12.4473 20.6464 12.3536C20.5527 12.2598 20.5 12.1326 20.5 12V6Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M21 14H27C27.5304 14 28.0391 13.7893 28.4142 13.4142C28.7893 13.0391 29 12.5304 29 12V6C29 5.46957 28.7893 4.96086 28.4142 4.58579C28.0391 4.21071 27.5304 4 27 4H21C20.4696 4 19.9609 4.21071 19.5858 4.58579C19.2107 4.96086 19 5.46957 19 6V8H18C16.9391 8 15.9217 8.42143 15.1716 9.17157C14.4214 9.92172 14 10.9391 14 12V15H10V14C10 13.4696 9.78929 12.9609 9.41421 12.5858C9.03914 12.2107 8.53043 12 8 12H4C3.46957 12 2.96086 12.2107 2.58579 12.5858C2.21071 12.9609 2 13.4696 2 14V18C2 18.5304 2.21071 19.0391 2.58579 19.4142C2.96086 19.7893 3.46957 20 4 20H8C8.53043 20 9.03914 19.7893 9.41421 19.4142C9.78929 19.0391 10 18.5304 10 18V17H14V20C14 21.0609 14.4214 22.0783 15.1716 22.8284C15.9217 23.5786 16.9391 24 18 24H19V26C19 26.5304 19.2107 27.0391 19.5858 27.4142C19.9609 27.7893 20.4696 28 21 28H27C27.5304 28 28.0391 27.7893 28.4142 27.4142C28.7893 27.0391 29 26.5304 29 26V20C29 19.4696 28.7893 18.9609 28.4142 18.5858C28.0391 18.2107 27.5304 18 27 18H21C20.4696 18 19.9609 18.2107 19.5858 18.5858C19.2107 18.9609 19 19.4696 19 20V22H18C17.4696 22 16.9609 21.7893 16.5858 21.4142C16.2107 21.0391 16 20.5304 16 20V12C16 11.4696 16.2107 10.9609 16.5858 10.5858C16.9609 10.2107 17.4696 10 18 10H19V12C19 12.5304 19.2107 13.0391 19.5858 13.4142C19.9609 13.7893 20.4696 14 21 14ZM8 18H4V14H8V18ZM21 20H27V26H21V20ZM21 6H27V12H21V6Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M21 14.5H27C27.663 14.5 28.2989 14.2366 28.7678 13.7678C29.2366 13.2989 29.5 12.663 29.5 12V6C29.5 5.33696 29.2366 4.70107 28.7678 4.23223C28.2989 3.76339 27.663 3.5 27 3.5H21C20.337 3.5 19.7011 3.76339 19.2322 4.23223C18.7634 4.70107 18.5 5.33696 18.5 6V7.5H18C16.8065 7.5 15.6619 7.97411 14.818 8.81802C13.9741 9.66193 13.5 10.8065 13.5 12V14.5H10.5V14C10.5 13.337 10.2366 12.7011 9.76777 12.2322C9.29893 11.7634 8.66304 11.5 8 11.5H4C3.33696 11.5 2.70107 11.7634 2.23223 12.2322C1.76339 12.7011 1.5 13.337 1.5 14V18C1.5 18.3283 1.56466 18.6534 1.6903 18.9567C1.81594 19.26 2.00009 19.5356 2.23223 19.7678C2.46438 19.9999 2.73998 20.1841 3.04329 20.3097C3.34661 20.4353 3.6717 20.5 4 20.5H8C8.3283 20.5 8.65339 20.4353 8.95671 20.3097C9.26002 20.1841 9.53562 19.9999 9.76777 19.7678C9.99991 19.5356 10.1841 19.26 10.3097 18.9567C10.4353 18.6534 10.5 18.3283 10.5 18V17.5H13.5V20C13.5 21.1935 13.9741 22.3381 14.818 23.182C15.6619 24.0259 16.8065 24.5 18 24.5H18.5V26C18.5 26.663 18.7634 27.2989 19.2322 27.7678C19.7011 28.2366 20.337 28.5 21 28.5H27C27.663 28.5 28.2989 28.2366 28.7678 27.7678C29.2366 27.2989 29.5 26.663 29.5 26V20C29.5 19.337 29.2366 18.7011 28.7678 18.2322C28.2989 17.7634 27.663 17.5 27 17.5H21C20.337 17.5 19.7011 17.7634 19.2322 18.2322C18.7634 18.7011 18.5 19.337 18.5 20V21.5H18C17.6022 21.5 17.2206 21.342 16.9393 21.0607C16.658 20.7794 16.5 20.3978 16.5 20V12C16.5 11.6022 16.658 11.2206 16.9393 10.9393C17.2206 10.658 17.6022 10.5 18 10.5H18.5V12C18.5 12.663 18.7634 13.2989 19.2322 13.7678C19.7011 14.2366 20.337 14.5 21 14.5ZM7.5 17.5H4.5V14.5H7.5V17.5ZM21.5 20.5H26.5V25.5H21.5V20.5ZM21.5 6.5H26.5V11.5H21.5V6.5Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M19 12V10H18C17.4696 10 16.9609 10.2107 16.5858 10.5858C16.2107 10.9609 16 11.4696 16 12V20C16 20.5304 16.2107 21.0391 16.5858 21.4142C16.9609 21.7893 17.4696 22 18 22H19V20C19 19.4696 19.2107 18.9609 19.5858 18.5858C19.9609 18.2107 20.4696 18 21 18H27C27.5304 18 28.0391 18.2107 28.4142 18.5858C28.7893 18.9609 29 19.4696 29 20V26C29 26.5304 28.7893 27.0391 28.4142 27.4142C28.0391 27.7893 27.5304 28 27 28H21C20.4696 28 19.9609 27.7893 19.5858 27.4142C19.2107 27.0391 19 26.5304 19 26V24H18C16.9391 24 15.9217 23.5786 15.1716 22.8284C14.4214 22.0783 14 21.0609 14 20V17H10V18C10 18.5304 9.78929 19.0391 9.41421 19.4142C9.03914 19.7893 8.53043 20 8 20H4C3.46957 20 2.96086 19.7893 2.58579 19.4142C2.21071 19.0391 2 18.5304 2 18V14C2 13.4696 2.21071 12.9609 2.58579 12.5858C2.96086 12.2107 3.46957 12 4 12H8C8.53043 12 9.03914 12.2107 9.41421 12.5858C9.78929 12.9609 10 13.4696 10 14V15H14V12C14 10.9391 14.4214 9.92172 15.1716 9.17157C15.9217 8.42143 16.9391 8 18 8H19V6C19 5.46957 19.2107 4.96086 19.5858 4.58579C19.9609 4.21071 20.4696 4 21 4H27C27.5304 4 28.0391 4.21071 28.4142 4.58579C28.7893 4.96086 29 5.46957 29 6V12C29 12.5304 28.7893 13.0391 28.4142 13.4142C28.0391 13.7893 27.5304 14 27 14H21C20.4696 14 19.9609 13.7893 19.5858 13.4142C19.2107 13.0391 19 12.5304 19 12Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M9 14V18C9 18.2652 8.89464 18.5196 8.70711 18.7071C8.51957 18.8946 8.26522 19 8 19H4C3.73478 19 3.48043 18.8946 3.29289 18.7071C3.10536 18.5196 3 18.2652 3 18V14C3 13.7348 3.10536 13.4804 3.29289 13.2929C3.48043 13.1054 3.73478 13 4 13H8C8.26522 13 8.51957 13.1054 8.70711 13.2929C8.89464 13.4804 9 13.7348 9 14ZM27 5H21C20.7348 5 20.4804 5.10536 20.2929 5.29289C20.1054 5.48043 20 5.73478 20 6V12C20 12.2652 20.1054 12.5196 20.2929 12.7071C20.4804 12.8946 20.7348 13 21 13H27C27.2652 13 27.5196 12.8946 27.7071 12.7071C27.8946 12.5196 28 12.2652 28 12V6C28 5.73478 27.8946 5.48043 27.7071 5.29289C27.5196 5.10536 27.2652 5 27 5ZM27 19H21C20.7348 19 20.4804 19.1054 20.2929 19.2929C20.1054 19.4804 20 19.7348 20 20V26C20 26.2652 20.1054 26.5196 20.2929 26.7071C20.4804 26.8946 20.7348 27 21 27H27C27.2652 27 27.5196 26.8946 27.7071 26.7071C27.8946 26.5196 28 26.2652 28 26V20C28 19.7348 27.8946 19.4804 27.7071 19.2929C27.5196 19.1054 27.2652 19 27 19Z" fill="currentColor"/>
36
+ <path d="M21 14H27C27.5304 14 28.0391 13.7893 28.4142 13.4142C28.7893 13.0391 29 12.5304 29 12V6C29 5.46957 28.7893 4.96086 28.4142 4.58579C28.0391 4.21071 27.5304 4 27 4H21C20.4696 4 19.9609 4.21071 19.5858 4.58579C19.2107 4.96086 19 5.46957 19 6V8H18C16.9391 8 15.9217 8.42143 15.1716 9.17157C14.4214 9.92172 14 10.9391 14 12V15H10V14C10 13.4696 9.78929 12.9609 9.41421 12.5858C9.03914 12.2107 8.53043 12 8 12H4C3.46957 12 2.96086 12.2107 2.58579 12.5858C2.21071 12.9609 2 13.4696 2 14V18C2 18.5304 2.21071 19.0391 2.58579 19.4142C2.96086 19.7893 3.46957 20 4 20H8C8.53043 20 9.03914 19.7893 9.41421 19.4142C9.78929 19.0391 10 18.5304 10 18V17H14V20C14 21.0609 14.4214 22.0783 15.1716 22.8284C15.9217 23.5786 16.9391 24 18 24H19V26C19 26.5304 19.2107 27.0391 19.5858 27.4142C19.9609 27.7893 20.4696 28 21 28H27C27.5304 28 28.0391 27.7893 28.4142 27.4142C28.7893 27.0391 29 26.5304 29 26V20C29 19.4696 28.7893 18.9609 28.4142 18.5858C28.0391 18.2107 27.5304 18 27 18H21C20.4696 18 19.9609 18.2107 19.5858 18.5858C19.2107 18.9609 19 19.4696 19 20V22H18C17.4696 22 16.9609 21.7893 16.5858 21.4142C16.2107 21.0391 16 20.5304 16 20V12C16 11.4696 16.2107 10.9609 16.5858 10.5858C16.9609 10.2107 17.4696 10 18 10H19V12C19 12.5304 19.2107 13.0391 19.5858 13.4142C19.9609 13.7893 20.4696 14 21 14ZM8 18H4V14H8V18ZM21 20H27V26H21V20ZM21 6H27V12H21V6Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="27" height="24" viewBox="0 0 27 24" fill="none">
42
+ <path d="M18.75 9.5H24.75C25.2141 9.5 25.6592 9.31563 25.9874 8.98744C26.3156 8.65925 26.5 8.21413 26.5 7.75V1.75C26.5 1.28587 26.3156 0.840752 25.9874 0.512563C25.6592 0.184375 25.2141 0 24.75 0H18.75C18.2859 0 17.8408 0.184375 17.5126 0.512563C17.1844 0.840752 17 1.28587 17 1.75V4H15.75C14.7554 4 13.8016 4.39509 13.0983 5.09835C12.3951 5.80161 12 6.75544 12 7.75V11H7.5V9.75C7.5 9.28587 7.31563 8.84075 6.98744 8.51256C6.65925 8.18437 6.21413 8 5.75 8H1.75C1.28587 8 0.840752 8.18437 0.512563 8.51256C0.184375 8.84075 0 9.28587 0 9.75V13.75C0 14.2141 0.184375 14.6592 0.512563 14.9874C0.840752 15.3156 1.28587 15.5 1.75 15.5H5.75C6.21413 15.5 6.65925 15.3156 6.98744 14.9874C7.31563 14.6592 7.5 14.2141 7.5 13.75V12.5H12V15.75C12 16.7446 12.3951 17.6984 13.0983 18.4017C13.8016 19.1049 14.7554 19.5 15.75 19.5H17V21.75C17 22.2141 17.1844 22.6592 17.5126 22.9874C17.8408 23.3156 18.2859 23.5 18.75 23.5H24.75C25.2141 23.5 25.6592 23.3156 25.9874 22.9874C26.3156 22.6592 26.5 22.2141 26.5 21.75V15.75C26.5 15.2859 26.3156 14.8408 25.9874 14.5126C25.6592 14.1844 25.2141 14 24.75 14H18.75C18.2859 14 17.8408 14.1844 17.5126 14.5126C17.1844 14.8408 17 15.2859 17 15.75V18H15.75C15.1533 18 14.581 17.7629 14.159 17.341C13.7371 16.919 13.5 16.3467 13.5 15.75V7.75C13.5 7.15326 13.7371 6.58097 14.159 6.15901C14.581 5.73705 15.1533 5.5 15.75 5.5H17V7.75C17 8.21413 17.1844 8.65925 17.5126 8.98744C17.8408 9.31563 18.2859 9.5 18.75 9.5ZM6 13.75C6 13.8163 5.97366 13.8799 5.92678 13.9268C5.87989 13.9737 5.8163 14 5.75 14H1.75C1.6837 14 1.62011 13.9737 1.57322 13.9268C1.52634 13.8799 1.5 13.8163 1.5 13.75V9.75C1.5 9.6837 1.52634 9.62011 1.57322 9.57322C1.62011 9.52634 1.6837 9.5 1.75 9.5H5.75C5.8163 9.5 5.87989 9.52634 5.92678 9.57322C5.97366 9.62011 6 9.6837 6 9.75V13.75ZM18.5 15.75C18.5 15.6837 18.5263 15.6201 18.5732 15.5732C18.6201 15.5263 18.6837 15.5 18.75 15.5H24.75C24.8163 15.5 24.8799 15.5263 24.9268 15.5732C24.9737 15.6201 25 15.6837 25 15.75V21.75C25 21.8163 24.9737 21.8799 24.9268 21.9268C24.8799 21.9737 24.8163 22 24.75 22H18.75C18.6837 22 18.6201 21.9737 18.5732 21.9268C18.5263 21.8799 18.5 21.8163 18.5 21.75V15.75ZM18.5 1.75C18.5 1.6837 18.5263 1.62011 18.5732 1.57322C18.6201 1.52634 18.6837 1.5 18.75 1.5H24.75C24.8163 1.5 24.8799 1.52634 24.9268 1.57322C24.9737 1.62011 25 1.6837 25 1.75V7.75C25 7.8163 24.9737 7.87989 24.9268 7.92678C24.8799 7.97366 24.8163 8 24.75 8H18.75C18.6837 8 18.6201 7.97366 18.5732 7.92678C18.5263 7.87989 18.5 7.8163 18.5 7.75V1.75Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default TreeStructure;