@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-331

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1094) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  4. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  12. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  13. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  14. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  15. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  16. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  21. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  23. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  29. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  30. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  31. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
  32. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  33. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  34. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  40. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
  41. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  42. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
  43. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
  45. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  46. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  47. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  48. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  58. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  59. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  63. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  66. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  69. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  78. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  79. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  81. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  82. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  83. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  86. package/dist/Components/DataDisplay/index.d.ts +6 -3
  87. package/dist/Components/Form/Button/Button.d.ts +2 -1
  88. package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
  89. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  90. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
  91. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  92. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  93. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  94. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  95. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  96. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  97. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  98. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  99. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  100. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  103. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  104. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  105. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  106. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  107. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  108. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  109. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  110. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  111. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  112. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  113. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  114. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  115. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  116. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  117. package/dist/Components/Form/InputProps.d.ts +7 -2
  118. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  119. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
  120. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
  121. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  125. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  126. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  127. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  128. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  129. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  130. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  131. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  132. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
  133. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  134. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  135. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  136. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  137. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  138. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  139. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  140. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  141. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  142. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  143. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  144. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  145. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  146. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  147. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  148. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  149. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  153. package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
  154. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
  155. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
  156. package/dist/Components/Form/index.d.ts +15 -0
  157. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  158. package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
  159. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  160. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
  161. package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  164. package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
  165. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  168. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  169. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
  170. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  171. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  172. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  173. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  174. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  175. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  176. package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
  177. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  178. package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
  179. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  180. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  181. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  182. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  183. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  184. package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
  185. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  186. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  188. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  189. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  190. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  191. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  192. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  193. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  194. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  195. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  196. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  197. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  198. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  199. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  200. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  201. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  202. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  203. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  204. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  205. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  206. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  207. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  208. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  209. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  210. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  211. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  212. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
  213. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  214. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
  215. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  216. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  217. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  218. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  219. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  220. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  221. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  222. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  223. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  224. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  225. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  226. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  227. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  228. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  229. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  230. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
  231. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
  232. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
  233. package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
  234. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  235. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  236. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  237. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
  238. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  239. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  240. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  241. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  242. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  243. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  244. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  245. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  246. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  247. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  248. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  249. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  250. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  251. package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
  252. package/dist/Components/Icons/Games/Strategy/Strategy.d.ts +4 -0
  253. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  254. package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
  255. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  256. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  257. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  258. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  259. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  260. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  261. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  262. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  263. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  264. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  265. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  266. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
  267. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  268. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  269. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
  270. package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
  271. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  272. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  273. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  274. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  275. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  276. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  277. package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
  278. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  279. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  280. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  281. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
  282. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  283. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  284. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  285. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  286. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  287. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
  288. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
  289. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  290. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  291. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  292. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  293. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  294. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  295. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  296. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  297. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  298. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  299. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  300. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  301. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  302. package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
  303. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  304. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  305. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  306. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  307. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  308. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  309. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  310. package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
  311. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  312. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  313. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  314. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  315. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
  316. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  317. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  318. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  319. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
  320. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  321. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  322. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
  323. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
  324. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  325. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  326. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  327. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  328. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  329. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  330. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  331. package/dist/Components/Icons/People/User/User.d.ts +2 -1
  332. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  333. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  334. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  335. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  337. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  338. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  339. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  340. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  341. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  342. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  343. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  344. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  345. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  346. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  347. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
  348. package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
  349. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  350. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  351. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  352. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  353. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  354. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  355. package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
  356. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  357. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
  358. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  359. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
  360. package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
  361. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  362. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  363. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
  364. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  365. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  366. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  367. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  368. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  369. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  370. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  371. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  372. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  373. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  374. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  375. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  376. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  377. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  378. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  379. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  380. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  381. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  382. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  383. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  384. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  385. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  386. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  387. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  388. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  389. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  390. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  391. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  392. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  393. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  394. package/dist/Components/Icons/index.d.ts +188 -2
  395. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  396. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
  397. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
  398. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
  399. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  400. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  401. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  402. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  403. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  404. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  405. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  406. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  407. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  408. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  409. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  410. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  411. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  412. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  413. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  414. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  415. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  416. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  417. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  418. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  419. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  420. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  421. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  422. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  423. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  424. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  425. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  426. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  430. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
  431. package/dist/betterui.css +1 -0
  432. package/dist/image/logo-small.svg +4 -4
  433. package/dist/image/logo.svg +26 -26
  434. package/dist/index.cjs.js +50 -2
  435. package/dist/index.cjs.js.map +1 -1
  436. package/dist/index.es.js +12977 -2480
  437. package/dist/index.es.js.map +1 -1
  438. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  439. package/dist/lib/tinymce/langs/README.md +3 -0
  440. package/dist/lib/tinymce/license.md +6 -0
  441. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  442. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  443. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  444. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  445. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  446. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  447. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  448. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  449. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  450. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  451. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  452. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  453. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  454. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  455. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  456. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  457. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  458. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  459. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  460. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  461. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  462. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  463. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  464. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  465. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  466. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  467. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  468. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  469. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  470. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  471. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  472. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  473. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  474. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  475. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  476. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  477. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  478. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  479. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  480. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  481. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  482. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  483. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  484. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  485. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  486. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  487. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  488. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  489. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  490. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  491. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  492. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  493. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  494. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  495. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  496. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  497. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  498. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  499. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  500. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  501. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  502. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  503. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  504. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  505. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  506. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  507. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  508. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  509. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  510. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  511. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  512. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  513. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  514. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  515. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  516. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  517. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  518. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  519. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  520. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  521. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  522. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  523. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  524. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  525. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  526. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  527. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  528. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  529. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  530. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  531. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  532. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  533. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  534. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  535. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  536. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  537. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  538. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  539. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  540. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  541. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  542. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  543. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  544. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  545. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  546. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  547. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  548. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  549. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  550. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  551. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  552. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  553. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  554. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  555. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  556. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  557. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  558. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  559. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  560. package/dist/lib/tinymce/tinymce.min.js +4 -0
  561. package/dist/main.d.ts +1 -0
  562. package/package.json +30 -19
  563. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  564. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  565. package/src/Components/BetterUIProvider/index.ts +2 -0
  566. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  567. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  568. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  569. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  570. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  571. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  572. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  573. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  574. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  575. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  576. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  577. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  578. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  579. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  580. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  581. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  582. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  583. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  584. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  585. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  586. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  587. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  588. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  589. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  590. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  591. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  592. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  593. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  594. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  595. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  596. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  597. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  598. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  599. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  600. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  601. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  602. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  603. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  604. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  605. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  606. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  607. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  608. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  609. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  610. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  611. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  612. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
  613. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
  614. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  615. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  616. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  617. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  618. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  619. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  620. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  621. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  622. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  623. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  624. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  625. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  626. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  627. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  628. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  629. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  630. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  631. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  632. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  633. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  634. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  635. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  636. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  637. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  638. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  639. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  640. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  641. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  642. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  643. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  644. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  645. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  646. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  647. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  648. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  649. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  650. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  651. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  652. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  653. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  654. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  655. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  656. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  657. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  658. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  659. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  660. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  661. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  662. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  663. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  664. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  665. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  666. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  667. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  668. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  669. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  670. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  671. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  672. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  673. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  674. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  675. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  676. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  677. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  678. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  679. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  680. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  681. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  682. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  683. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  684. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  685. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  686. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  687. package/src/Components/DataDisplay/index.ts +89 -0
  688. package/src/Components/Form/Button/Button.mdx +15 -0
  689. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  690. package/src/Components/Form/Button/Button.tsx +83 -0
  691. package/src/Components/Form/Button/ButtonProps.tsx +21 -0
  692. package/src/Components/Form/Button/button.module.scss +258 -0
  693. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  694. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  695. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  696. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  697. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  698. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  699. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  700. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  701. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  702. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  703. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  704. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  705. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  706. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  707. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  708. package/src/Components/Form/DateField/DateField.tsx +61 -0
  709. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  710. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  711. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  712. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  713. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  714. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  715. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  716. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  717. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  718. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  719. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  720. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  721. package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
  722. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  723. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  724. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  725. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  726. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  727. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  728. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  729. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  730. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  731. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  732. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  733. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  734. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  735. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  736. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  737. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  738. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  739. package/src/Components/Form/InputProps.tsx +30 -0
  740. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  741. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  742. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
  743. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
  744. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
  745. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
  746. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
  747. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  748. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  749. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
  750. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  751. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  752. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  753. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  754. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  755. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  756. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  757. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  758. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  759. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  760. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  761. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  762. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  763. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  764. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  765. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  766. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  767. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  768. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  769. package/src/Components/Form/TextField/TextField.tsx +62 -0
  770. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  771. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  772. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  773. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  774. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  775. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  776. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  777. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  778. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  779. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  780. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  781. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  782. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  783. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  784. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  785. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  786. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  787. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  788. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  789. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  790. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  791. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  792. package/src/Components/Form/index.ts +89 -0
  793. package/src/Components/Form/inputs.module.scss +170 -0
  794. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  795. package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
  796. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  797. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  798. package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
  799. package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
  800. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  801. package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
  802. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  803. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  804. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  805. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  806. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  807. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  808. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  809. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  810. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  811. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  812. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  813. package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
  814. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  815. package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
  816. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  817. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  818. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  819. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  820. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  821. package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
  822. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  823. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  824. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  825. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  826. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  827. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  828. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  829. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  830. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  831. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  832. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  833. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  834. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  835. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  836. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  837. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  838. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  839. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  840. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  841. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  842. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  843. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  844. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  845. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  846. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  847. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  848. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  849. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  850. package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
  851. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  852. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  853. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  854. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  855. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  856. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  857. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  858. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  859. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  860. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  861. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  862. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  863. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  864. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  865. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  866. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  867. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  868. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  869. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  870. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  871. package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
  872. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  873. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  874. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  875. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  876. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  877. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  878. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  879. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  880. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  881. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  882. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  883. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  884. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  885. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  886. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  887. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  888. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  889. package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
  890. package/src/Components/Icons/Games/Strategy/Strategy.tsx +48 -0
  891. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  892. package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
  893. package/src/Components/Icons/IconProps.tsx +5 -0
  894. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  895. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  896. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  897. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  898. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  899. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  900. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  901. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  902. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  903. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  904. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  905. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  906. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  907. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  908. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  909. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  910. package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
  911. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  912. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  913. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  914. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  915. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  916. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  917. package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
  918. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  919. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  920. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  921. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  922. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  923. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  924. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  925. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  926. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  927. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  928. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  929. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  930. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  931. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  932. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  933. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  934. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  935. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  936. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  937. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  938. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  939. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  940. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  941. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  942. package/src/Components/Icons/Media/Image/Image.tsx +48 -0
  943. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  944. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  945. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  946. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  947. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  948. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  949. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  950. package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
  951. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  952. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  953. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  954. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  955. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  956. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  957. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  958. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  959. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  960. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  961. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  962. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  963. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  964. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  965. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  966. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  967. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  968. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  969. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  970. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  971. package/src/Components/Icons/People/User/User.tsx +61 -0
  972. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  973. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  974. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  975. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  976. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  977. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  978. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  979. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  980. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  981. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  982. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  983. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  984. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  985. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  986. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  987. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  988. package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
  989. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  990. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  991. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  992. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  993. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  994. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  995. package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
  996. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  997. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  998. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  999. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  1000. package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
  1001. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  1002. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  1003. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  1004. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  1005. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  1006. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  1007. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  1008. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  1009. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  1010. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
  1011. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  1012. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  1013. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  1014. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  1015. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  1016. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  1017. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  1018. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  1019. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  1020. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  1021. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  1022. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  1023. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  1024. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  1025. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  1026. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  1027. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  1028. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  1029. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  1030. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  1031. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  1032. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  1033. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  1034. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  1035. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  1036. package/src/Components/Icons/index.ts +284 -0
  1037. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  1038. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  1039. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  1040. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  1041. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  1042. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  1043. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  1044. package/src/Components/Layout/Header/Header.tsx +14 -0
  1045. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  1046. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  1047. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  1048. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  1049. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  1050. package/src/Components/Layout/Header/header.module.scss +100 -0
  1051. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  1052. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  1053. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  1054. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  1055. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  1056. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  1057. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  1058. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  1059. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  1060. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  1061. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  1062. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  1063. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  1064. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  1065. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  1066. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  1067. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  1068. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  1069. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  1070. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  1071. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  1072. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  1073. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  1074. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  1075. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  1076. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  1077. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  1078. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  1079. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  1080. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  1081. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  1082. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  1083. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  1084. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  1085. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  1086. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  1087. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  1088. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  1089. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  1090. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
  1091. package/src/Components/Layout/index.ts +50 -0
  1092. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  1093. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  1094. package/dist/style.css +0 -1
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Buildings = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M30 26.5H27.5V12C27.5 11.6022 27.342 11.2207 27.0607 10.9394C26.7794 10.6581 26.3978 10.5 26 10.5H17.5V4.00003C17.5004 3.72829 17.427 3.46155 17.2876 3.2283C17.1482 2.99505 16.948 2.80404 16.7085 2.67569C16.469 2.54733 16.1991 2.48645 15.9277 2.49955C15.6563 2.51264 15.3935 2.59922 15.1675 2.75003L5.1675 9.41628C4.96184 9.55349 4.79329 9.73941 4.67684 9.95749C4.56038 10.1756 4.49963 10.4191 4.5 10.6663V26.5H2C1.86739 26.5 1.74021 26.5527 1.64645 26.6465C1.55268 26.7402 1.5 26.8674 1.5 27C1.5 27.1326 1.55268 27.2598 1.64645 27.3536C1.74021 27.4474 1.86739 27.5 2 27.5H30C30.1326 27.5 30.2598 27.4474 30.3536 27.3536C30.4473 27.2598 30.5 27.1326 30.5 27C30.5 26.8674 30.4473 26.7402 30.3536 26.6465C30.2598 26.5527 30.1326 26.5 30 26.5ZM26 11.5C26.1326 11.5 26.2598 11.5527 26.3536 11.6465C26.4473 11.7402 26.5 11.8674 26.5 12V26.5H17.5V11.5H26ZM5.5 10.6675C5.49974 10.585 5.51992 10.5036 5.55875 10.4308C5.59757 10.3579 5.65383 10.2958 5.7225 10.25L15.7225 3.58378C15.7978 3.53353 15.8854 3.50467 15.9758 3.50029C16.0662 3.49591 16.1562 3.51617 16.236 3.5589C16.3158 3.60164 16.3825 3.66524 16.429 3.74293C16.4755 3.82063 16.5001 3.90949 16.5 4.00003V26.5H5.5V10.6675ZM13.5 14V16C13.5 16.1326 13.4473 16.2598 13.3536 16.3536C13.2598 16.4474 13.1326 16.5 13 16.5C12.8674 16.5 12.7402 16.4474 12.6464 16.3536C12.5527 16.2598 12.5 16.1326 12.5 16V14C12.5 13.8674 12.5527 13.7402 12.6464 13.6465C12.7402 13.5527 12.8674 13.5 13 13.5C13.1326 13.5 13.2598 13.5527 13.3536 13.6465C13.4473 13.7402 13.5 13.8674 13.5 14ZM9.5 14V16C9.5 16.1326 9.44732 16.2598 9.35355 16.3536C9.25979 16.4474 9.13261 16.5 9 16.5C8.86739 16.5 8.74021 16.4474 8.64645 16.3536C8.55268 16.2598 8.5 16.1326 8.5 16V14C8.5 13.8674 8.55268 13.7402 8.64645 13.6465C8.74021 13.5527 8.86739 13.5 9 13.5C9.13261 13.5 9.25979 13.5527 9.35355 13.6465C9.44732 13.7402 9.5 13.8674 9.5 14ZM9.5 21V23C9.5 23.1326 9.44732 23.2598 9.35355 23.3536C9.25979 23.4474 9.13261 23.5 9 23.5C8.86739 23.5 8.74021 23.4474 8.64645 23.3536C8.55268 23.2598 8.5 23.1326 8.5 23V21C8.5 20.8674 8.55268 20.7402 8.64645 20.6465C8.74021 20.5527 8.86739 20.5 9 20.5C9.13261 20.5 9.25979 20.5527 9.35355 20.6465C9.44732 20.7402 9.5 20.8674 9.5 21ZM13.5 21V23C13.5 23.1326 13.4473 23.2598 13.3536 23.3536C13.2598 23.4474 13.1326 23.5 13 23.5C12.8674 23.5 12.7402 23.4474 12.6464 23.3536C12.5527 23.2598 12.5 23.1326 12.5 23V21C12.5 20.8674 12.5527 20.7402 12.6464 20.6465C12.7402 20.5527 12.8674 20.5 13 20.5C13.1326 20.5 13.2598 20.5527 13.3536 20.6465C13.4473 20.7402 13.5 20.8674 13.5 21Z" 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="M30 26.0001H28V12.0001C28 11.4696 27.7893 10.9609 27.4142 10.5859C27.0391 10.2108 26.5304 10.0001 26 10.0001H18V4.00008C18.0002 3.63791 17.9021 3.28247 17.7161 2.9717C17.5301 2.66094 17.2633 2.40651 16.944 2.23557C16.6247 2.06463 16.265 1.9836 15.9032 2.00112C15.5415 2.01865 15.1913 2.13407 14.89 2.33508L4.89 9.00008C4.61567 9.18311 4.39086 9.43113 4.23558 9.72206C4.0803 10.013 3.99937 10.3378 4 10.6676V26.0001H2C1.73478 26.0001 1.48043 26.1054 1.29289 26.293C1.10536 26.4805 1 26.7349 1 27.0001C1 27.2653 1.10536 27.5197 1.29289 27.7072C1.48043 27.8947 1.73478 28.0001 2 28.0001H30C30.2652 28.0001 30.5196 27.8947 30.7071 27.7072C30.8946 27.5197 31 27.2653 31 27.0001C31 26.7349 30.8946 26.4805 30.7071 26.293C30.5196 26.1054 30.2652 26.0001 30 26.0001ZM26 12.0001V26.0001H18V12.0001H26ZM6 10.6676L16 4.00008V26.0001H6V10.6676ZM14 14.0001V16.0001C14 16.2653 13.8946 16.5197 13.7071 16.7072C13.5196 16.8947 13.2652 17.0001 13 17.0001C12.7348 17.0001 12.4804 16.8947 12.2929 16.7072C12.1054 16.5197 12 16.2653 12 16.0001V14.0001C12 13.7349 12.1054 13.4805 12.2929 13.293C12.4804 13.1054 12.7348 13.0001 13 13.0001C13.2652 13.0001 13.5196 13.1054 13.7071 13.293C13.8946 13.4805 14 13.7349 14 14.0001ZM10 14.0001V16.0001C10 16.2653 9.89464 16.5197 9.70711 16.7072C9.51957 16.8947 9.26522 17.0001 9 17.0001C8.73478 17.0001 8.48043 16.8947 8.29289 16.7072C8.10536 16.5197 8 16.2653 8 16.0001V14.0001C8 13.7349 8.10536 13.4805 8.29289 13.293C8.48043 13.1054 8.73478 13.0001 9 13.0001C9.26522 13.0001 9.51957 13.1054 9.70711 13.293C9.89464 13.4805 10 13.7349 10 14.0001ZM10 21.0001V23.0001C10 23.2653 9.89464 23.5197 9.70711 23.7072C9.51957 23.8947 9.26522 24.0001 9 24.0001C8.73478 24.0001 8.48043 23.8947 8.29289 23.7072C8.10536 23.5197 8 23.2653 8 23.0001V21.0001C8 20.7349 8.10536 20.4805 8.29289 20.293C8.48043 20.1054 8.73478 20.0001 9 20.0001C9.26522 20.0001 9.51957 20.1054 9.70711 20.293C9.89464 20.4805 10 20.7349 10 21.0001ZM14 21.0001V23.0001C14 23.2653 13.8946 23.5197 13.7071 23.7072C13.5196 23.8947 13.2652 24.0001 13 24.0001C12.7348 24.0001 12.4804 23.8947 12.2929 23.7072C12.1054 23.5197 12 23.2653 12 23.0001V21.0001C12 20.7349 12.1054 20.4805 12.2929 20.293C12.4804 20.1054 12.7348 20.0001 13 20.0001C13.2652 20.0001 13.5196 20.1054 13.7071 20.293C13.8946 20.4805 14 20.7349 14 21.0001Z" 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="M30 25.5001H28.5V12.0001C28.5 11.337 28.2366 10.7011 27.7678 10.2323C27.2989 9.76346 26.663 9.50007 26 9.50007H21.5V4.00007C21.4998 3.57982 21.3938 3.16638 21.1915 2.79798C20.9893 2.42958 20.6975 2.1181 20.343 1.89234C19.9885 1.66658 19.5829 1.53382 19.1635 1.50633C18.7442 1.47884 18.3247 1.55751 17.9438 1.73507L4.94375 7.80257C4.51288 8.00442 4.14834 8.32469 3.89269 8.72598C3.63704 9.12727 3.50084 9.59302 3.5 10.0688V25.5001H2C1.60218 25.5001 1.22064 25.6581 0.93934 25.9394C0.658035 26.2207 0.5 26.6022 0.5 27.0001C0.5 27.3979 0.658035 27.7794 0.93934 28.0607C1.22064 28.342 1.60218 28.5001 2 28.5001H30C30.3978 28.5001 30.7794 28.342 31.0607 28.0607C31.342 27.7794 31.5 27.3979 31.5 27.0001C31.5 26.6022 31.342 26.2207 31.0607 25.9394C30.7794 25.6581 30.3978 25.5001 30 25.5001ZM25.5 12.5001V25.5001H21.5V12.5001H25.5ZM6.5 10.3863L18.5 4.78757V25.5001H6.5V10.3863ZM16.5 14.0001V15.5001C16.5 15.8979 16.342 16.2794 16.0607 16.5607C15.7794 16.842 15.3978 17.0001 15 17.0001C14.6022 17.0001 14.2206 16.842 13.9393 16.5607C13.658 16.2794 13.5 15.8979 13.5 15.5001V14.0001C13.5 13.6022 13.658 13.2207 13.9393 12.9394C14.2206 12.6581 14.6022 12.5001 15 12.5001C15.3978 12.5001 15.7794 12.6581 16.0607 12.9394C16.342 13.2207 16.5 13.6022 16.5 14.0001ZM11.5 14.0001V15.5001C11.5 15.8979 11.342 16.2794 11.0607 16.5607C10.7794 16.842 10.3978 17.0001 10 17.0001C9.60218 17.0001 9.22064 16.842 8.93934 16.5607C8.65804 16.2794 8.5 15.8979 8.5 15.5001V14.0001C8.5 13.6022 8.65804 13.2207 8.93934 12.9394C9.22064 12.6581 9.60218 12.5001 10 12.5001C10.3978 12.5001 10.7794 12.6581 11.0607 12.9394C11.342 13.2207 11.5 13.6022 11.5 14.0001ZM11.5 20.5001V22.0001C11.5 22.3979 11.342 22.7794 11.0607 23.0607C10.7794 23.342 10.3978 23.5001 10 23.5001C9.60218 23.5001 9.22064 23.342 8.93934 23.0607C8.65804 22.7794 8.5 22.3979 8.5 22.0001V20.5001C8.5 20.1022 8.65804 19.7207 8.93934 19.4394C9.22064 19.1581 9.60218 19.0001 10 19.0001C10.3978 19.0001 10.7794 19.1581 11.0607 19.4394C11.342 19.7207 11.5 20.1022 11.5 20.5001ZM16.5 20.5001V22.0001C16.5 22.3979 16.342 22.7794 16.0607 23.0607C15.7794 23.342 15.3978 23.5001 15 23.5001C14.6022 23.5001 14.2206 23.342 13.9393 23.0607C13.658 22.7794 13.5 22.3979 13.5 22.0001V20.5001C13.5 20.1022 13.658 19.7207 13.9393 19.4394C14.2206 19.1581 14.6022 19.0001 15 19.0001C15.3978 19.0001 15.7794 19.1581 16.0607 19.4394C16.342 19.7207 16.5 20.1022 16.5 20.5001Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M29.9665 25.9999H28.0002V11.9999C28.0002 11.4695 27.7895 10.9608 27.4145 10.5857C27.0394 10.2106 26.5307 9.9999 26.0002 9.9999H20.5002C20.3676 9.9999 20.2405 10.0526 20.1467 10.1463C20.0529 10.2401 20.0002 10.3673 20.0002 10.4999V25.9999H18.0002V4.05115C18.0036 3.73963 17.9359 3.43143 17.8025 3.1499C17.6691 2.86836 17.4734 2.62087 17.2302 2.42615C16.8987 2.1677 16.4942 2.02026 16.0742 2.00478C15.6541 1.98929 15.2399 2.10655 14.8902 2.3399L4.89024 8.9999C4.61592 9.18293 4.39111 9.43095 4.23583 9.72188C4.08055 10.0128 3.99962 10.3376 4.00024 10.6674V25.9999H2.03399C1.77558 25.9961 1.5253 26.0903 1.33351 26.2635C1.14172 26.4367 1.02265 26.6762 1.00024 26.9337C0.991162 27.0704 1.0103 27.2076 1.05647 27.3367C1.10264 27.4658 1.17486 27.584 1.26864 27.684C1.36242 27.784 1.47576 27.8636 1.60162 27.918C1.72747 27.9723 1.86316 28.0002 2.00024 27.9999H30.0002C30.1373 28.0002 30.273 27.9723 30.3989 27.918C30.5247 27.8636 30.6381 27.784 30.7318 27.684C30.8256 27.584 30.8978 27.4658 30.944 27.3367C30.9902 27.2076 31.0093 27.0704 31.0002 26.9337C30.9778 26.6762 30.8588 26.4367 30.667 26.2635C30.4752 26.0903 30.2249 25.9961 29.9665 25.9999ZM9.50024 22.9999C9.50055 23.137 9.47266 23.2727 9.41831 23.3985C9.36397 23.5244 9.28432 23.6377 9.18433 23.7315C9.08434 23.8253 8.96613 23.8975 8.83705 23.9437C8.70797 23.9898 8.57078 24.009 8.43399 23.9999C8.1763 23.9775 7.93668 23.8582 7.76342 23.6662C7.59015 23.4741 7.49611 23.2235 7.50024 22.9649V21.0337C7.49672 20.7753 7.59101 20.5252 7.76419 20.3335C7.93737 20.1417 8.17663 20.0226 8.43399 19.9999C8.57078 19.9908 8.70797 20.01 8.83705 20.0561C8.96613 20.1023 9.08434 20.1745 9.18433 20.2683C9.28432 20.3621 9.36397 20.4754 9.41831 20.6013C9.47266 20.7271 9.50055 20.8628 9.50024 20.9999V22.9999ZM9.50024 15.9999C9.50055 16.137 9.47266 16.2727 9.41831 16.3985C9.36397 16.5244 9.28432 16.6377 9.18433 16.7315C9.08434 16.8253 8.96613 16.8975 8.83705 16.9437C8.70797 16.9898 8.57078 17.009 8.43399 16.9999C8.17641 16.9772 7.93697 16.8579 7.76376 16.6659C7.59055 16.4739 7.4964 16.2235 7.50024 15.9649V14.0337C7.49672 13.7753 7.59101 13.5252 7.76419 13.3335C7.93737 13.1417 8.17663 13.0226 8.43399 12.9999C8.57078 12.9908 8.70797 13.01 8.83705 13.0561C8.96613 13.1023 9.08434 13.1745 9.18433 13.2683C9.28432 13.3621 9.36397 13.4754 9.41831 13.6013C9.47266 13.7271 9.50055 13.8628 9.50024 13.9999V15.9999ZM14.5002 22.9999C14.5005 23.137 14.4727 23.2727 14.4183 23.3985C14.364 23.5244 14.2843 23.6377 14.1843 23.7315C14.0843 23.8253 13.9661 23.8975 13.8371 23.9437C13.708 23.9898 13.5708 24.009 13.434 23.9999C13.1767 23.9775 12.9375 23.8586 12.7643 23.6671C12.5911 23.4756 12.4967 23.2256 12.5002 22.9674V21.0337C12.497 20.7755 12.5915 20.5257 12.7646 20.3343C12.9378 20.1428 13.1769 20.0238 13.434 20.0012C13.5708 19.9921 13.708 20.0112 13.8371 20.0574C13.9661 20.1035 14.0843 20.1758 14.1843 20.2696C14.2843 20.3633 14.364 20.4767 14.4183 20.6025C14.4727 20.7284 14.5005 20.8641 14.5002 21.0012V22.9999ZM14.5002 15.9999C14.5005 16.137 14.4727 16.2727 14.4183 16.3985C14.364 16.5244 14.2843 16.6377 14.1843 16.7315C14.0843 16.8253 13.9661 16.8975 13.8371 16.9437C13.708 16.9898 13.5708 17.009 13.434 16.9999C13.1769 16.9772 12.9378 16.8582 12.7646 16.6668C12.5915 16.4753 12.497 16.2255 12.5002 15.9674V14.0337C12.497 13.7755 12.5915 13.5257 12.7646 13.3343C12.9378 13.1428 13.1769 13.0238 13.434 13.0012C13.5708 12.9921 13.708 13.0112 13.8371 13.0574C13.9661 13.1036 14.0843 13.1758 14.1843 13.2696C14.2843 13.3633 14.364 13.4767 14.4183 13.6025C14.4727 13.7284 14.5005 13.8641 14.5002 14.0012V15.9999Z" 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="M17 4.0001V27.0001H5V10.6689C4.99989 10.5042 5.04046 10.342 5.11809 10.1968C5.19572 10.0516 5.30801 9.92775 5.445 9.83635L15.445 3.1701C15.5955 3.06972 15.7703 3.01202 15.951 3.00316C16.1316 2.99429 16.3113 3.03459 16.4709 3.11976C16.6305 3.20493 16.7639 3.33178 16.8571 3.48681C16.9503 3.64184 16.9997 3.81923 17 4.0001Z" fill="currentColor"/>
36
+ <path d="M30 26.0001H28V12.0001C28 11.4696 27.7893 10.9609 27.4142 10.5859C27.0391 10.2108 26.5304 10.0001 26 10.0001H18V4.00008C18.0002 3.63791 17.9021 3.28247 17.7161 2.9717C17.5301 2.66094 17.2633 2.40651 16.944 2.23557C16.6247 2.06463 16.265 1.9836 15.9032 2.00112C15.5415 2.01865 15.1913 2.13407 14.89 2.33508L4.89 9.00008C4.61567 9.18311 4.39086 9.43113 4.23558 9.72206C4.0803 10.013 3.99937 10.3378 4 10.6676V26.0001H2C1.73478 26.0001 1.48043 26.1054 1.29289 26.293C1.10536 26.4805 1 26.7349 1 27.0001C1 27.2653 1.10536 27.5197 1.29289 27.7072C1.48043 27.8947 1.73478 28.0001 2 28.0001H30C30.2652 28.0001 30.5196 27.8947 30.7071 27.7072C30.8946 27.5197 31 27.2653 31 27.0001C31 26.7349 30.8946 26.4805 30.7071 26.293C30.5196 26.1054 30.2652 26.0001 30 26.0001ZM26 12.0001V26.0001H18V12.0001H26ZM6 10.6676L16 4.00008V26.0001H6V10.6676ZM14 14.0001V16.0001C14 16.2653 13.8946 16.5197 13.7071 16.7072C13.5196 16.8947 13.2652 17.0001 13 17.0001C12.7348 17.0001 12.4804 16.8947 12.2929 16.7072C12.1054 16.5197 12 16.2653 12 16.0001V14.0001C12 13.7349 12.1054 13.4805 12.2929 13.293C12.4804 13.1054 12.7348 13.0001 13 13.0001C13.2652 13.0001 13.5196 13.1054 13.7071 13.293C13.8946 13.4805 14 13.7349 14 14.0001ZM10 14.0001V16.0001C10 16.2653 9.89464 16.5197 9.70711 16.7072C9.51957 16.8947 9.26522 17.0001 9 17.0001C8.73478 17.0001 8.48043 16.8947 8.29289 16.7072C8.10536 16.5197 8 16.2653 8 16.0001V14.0001C8 13.7349 8.10536 13.4805 8.29289 13.293C8.48043 13.1054 8.73478 13.0001 9 13.0001C9.26522 13.0001 9.51957 13.1054 9.70711 13.293C9.89464 13.4805 10 13.7349 10 14.0001ZM10 21.0001V23.0001C10 23.2653 9.89464 23.5197 9.70711 23.7072C9.51957 23.8947 9.26522 24.0001 9 24.0001C8.73478 24.0001 8.48043 23.8947 8.29289 23.7072C8.10536 23.5197 8 23.2653 8 23.0001V21.0001C8 20.7349 8.10536 20.4805 8.29289 20.293C8.48043 20.1054 8.73478 20.0001 9 20.0001C9.26522 20.0001 9.51957 20.1054 9.70711 20.293C9.89464 20.4805 10 20.7349 10 21.0001ZM14 21.0001V23.0001C14 23.2653 13.8946 23.5197 13.7071 23.7072C13.5196 23.8947 13.2652 24.0001 13 24.0001C12.7348 24.0001 12.4804 23.8947 12.2929 23.7072C12.1054 23.5197 12 23.2653 12 23.0001V21.0001C12 20.7349 12.1054 20.4805 12.2929 20.293C12.4804 20.1054 12.7348 20.0001 13 20.0001C13.2652 20.0001 13.5196 20.1054 13.7071 20.293C13.8946 20.4805 14 20.7349 14 21.0001Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M30 26.25H27.75V12C27.75 11.5359 27.5656 11.0907 27.2374 10.7626C26.9092 10.4344 26.4641 10.25 26 10.25H17.75V3.99999C17.7499 3.68325 17.6638 3.37249 17.5009 3.10084C17.338 2.82918 17.1045 2.60683 16.8251 2.45748C16.5458 2.30813 16.2312 2.23739 15.9148 2.25281C15.5985 2.26822 15.2922 2.3692 15.0288 2.54499L5.02875 9.21125C4.78911 9.37113 4.59265 9.5877 4.4568 9.84174C4.32095 10.0958 4.24992 10.3794 4.25 10.6675V26.25H2C1.80109 26.25 1.61032 26.329 1.46967 26.4697C1.32902 26.6103 1.25 26.8011 1.25 27C1.25 27.1989 1.32902 27.3897 1.46967 27.5303C1.61032 27.671 1.80109 27.75 2 27.75H30C30.1989 27.75 30.3897 27.671 30.5303 27.5303C30.671 27.3897 30.75 27.1989 30.75 27C30.75 26.8011 30.671 26.6103 30.5303 26.4697C30.3897 26.329 30.1989 26.25 30 26.25ZM26 11.75C26.0663 11.75 26.1299 11.7763 26.1768 11.8232C26.2237 11.8701 26.25 11.9337 26.25 12V26.25H17.75V11.75H26ZM5.75 10.6675C5.75008 10.6264 5.76027 10.586 5.77967 10.5498C5.79907 10.5136 5.82709 10.4828 5.86125 10.46L15.8612 3.79249C15.8989 3.7674 15.9426 3.75297 15.9877 3.75076C16.0329 3.74854 16.0778 3.75862 16.1177 3.77991C16.1576 3.8012 16.191 3.83291 16.2143 3.87167C16.2376 3.91043 16.2499 3.95478 16.25 3.99999V26.25H5.75V10.6675ZM13.75 14V16C13.75 16.1989 13.671 16.3897 13.5303 16.5303C13.3897 16.671 13.1989 16.75 13 16.75C12.8011 16.75 12.6103 16.671 12.4697 16.5303C12.329 16.3897 12.25 16.1989 12.25 16V14C12.25 13.8011 12.329 13.6103 12.4697 13.4697C12.6103 13.329 12.8011 13.25 13 13.25C13.1989 13.25 13.3897 13.329 13.5303 13.4697C13.671 13.6103 13.75 13.8011 13.75 14ZM9.75 14V16C9.75 16.1989 9.67098 16.3897 9.53033 16.5303C9.38968 16.671 9.19891 16.75 9 16.75C8.80109 16.75 8.61032 16.671 8.46967 16.5303C8.32902 16.3897 8.25 16.1989 8.25 16V14C8.25 13.8011 8.32902 13.6103 8.46967 13.4697C8.61032 13.329 8.80109 13.25 9 13.25C9.19891 13.25 9.38968 13.329 9.53033 13.4697C9.67098 13.6103 9.75 13.8011 9.75 14ZM9.75 21V23C9.75 23.1989 9.67098 23.3897 9.53033 23.5303C9.38968 23.671 9.19891 23.75 9 23.75C8.80109 23.75 8.61032 23.671 8.46967 23.5303C8.32902 23.3897 8.25 23.1989 8.25 23V21C8.25 20.8011 8.32902 20.6103 8.46967 20.4697C8.61032 20.329 8.80109 20.25 9 20.25C9.19891 20.25 9.38968 20.329 9.53033 20.4697C9.67098 20.6103 9.75 20.8011 9.75 21ZM13.75 21V23C13.75 23.1989 13.671 23.3897 13.5303 23.5303C13.3897 23.671 13.1989 23.75 13 23.75C12.8011 23.75 12.6103 23.671 12.4697 23.5303C12.329 23.3897 12.25 23.1989 12.25 23V21C12.25 20.8011 12.329 20.6103 12.4697 20.4697C12.6103 20.329 12.8011 20.25 13 20.25C13.1989 20.25 13.3897 20.329 13.5303 20.4697C13.671 20.6103 13.75 20.8011 13.75 21Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Buildings;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CreditCard = ({ type = "light" }: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M28 6.5H4C3.60218 6.5 3.22064 6.65804 2.93934 6.93934C2.65804 7.22064 2.5 7.60218 2.5 8V24C2.5 24.3978 2.65804 24.7794 2.93934 25.0607C3.22064 25.342 3.60218 25.5 4 25.5H28C28.3978 25.5 28.7794 25.342 29.0607 25.0607C29.342 24.7794 29.5 24.3978 29.5 24V8C29.5 7.60218 29.342 7.22064 29.0607 6.93934C28.7794 6.65804 28.3978 6.5 28 6.5ZM4 7.5H28C28.1326 7.5 28.2598 7.55268 28.3536 7.64645C28.4473 7.74021 28.5 7.86739 28.5 8V11.5H3.5V8C3.5 7.86739 3.55268 7.74021 3.64645 7.64645C3.74021 7.55268 3.86739 7.5 4 7.5ZM28 24.5H4C3.86739 24.5 3.74021 24.4473 3.64645 24.3536C3.55268 24.2598 3.5 24.1326 3.5 24V12.5H28.5V24C28.5 24.1326 28.4473 24.2598 28.3536 24.3536C28.2598 24.4473 28.1326 24.5 28 24.5ZM25.5 21C25.5 21.1326 25.4473 21.2598 25.3536 21.3536C25.2598 21.4473 25.1326 21.5 25 21.5H21C20.8674 21.5 20.7402 21.4473 20.6464 21.3536C20.5527 21.2598 20.5 21.1326 20.5 21C20.5 20.8674 20.5527 20.7402 20.6464 20.6464C20.7402 20.5527 20.8674 20.5 21 20.5H25C25.1326 20.5 25.2598 20.5527 25.3536 20.6464C25.4473 20.7402 25.5 20.8674 25.5 21ZM17.5 21C17.5 21.1326 17.4473 21.2598 17.3536 21.3536C17.2598 21.4473 17.1326 21.5 17 21.5H15C14.8674 21.5 14.7402 21.4473 14.6464 21.3536C14.5527 21.2598 14.5 21.1326 14.5 21C14.5 20.8674 14.5527 20.7402 14.6464 20.6464C14.7402 20.5527 14.8674 20.5 15 20.5H17C17.1326 20.5 17.2598 20.5527 17.3536 20.6464C17.4473 20.7402 17.5 20.8674 17.5 21Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM28 8V11H4V8H28ZM28 24H4V13H28V24ZM26 21C26 21.2652 25.8946 21.5196 25.7071 21.7071C25.5196 21.8946 25.2652 22 25 22H21C20.7348 22 20.4804 21.8946 20.2929 21.7071C20.1054 21.5196 20 21.2652 20 21C20 20.7348 20.1054 20.4804 20.2929 20.2929C20.4804 20.1054 20.7348 20 21 20H25C25.2652 20 25.5196 20.1054 25.7071 20.2929C25.8946 20.4804 26 20.7348 26 21ZM18 21C18 21.2652 17.8946 21.5196 17.7071 21.7071C17.5196 21.8946 17.2652 22 17 22H15C14.7348 22 14.4804 21.8946 14.2929 21.7071C14.1054 21.5196 14 21.2652 14 21C14 20.7348 14.1054 20.4804 14.2929 20.2929C14.4804 20.1054 14.7348 20 15 20H17C17.2652 20 17.5196 20.1054 17.7071 20.2929C17.8946 20.4804 18 20.7348 18 21Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M28 5.5H4C3.33696 5.5 2.70107 5.76339 2.23223 6.23223C1.76339 6.70107 1.5 7.33696 1.5 8V24C1.5 24.663 1.76339 25.2989 2.23223 25.7678C2.70107 26.2366 3.33696 26.5 4 26.5H28C28.663 26.5 29.2989 26.2366 29.7678 25.7678C30.2366 25.2989 30.5 24.663 30.5 24V8C30.5 7.33696 30.2366 6.70107 29.7678 6.23223C29.2989 5.76339 28.663 5.5 28 5.5ZM27.5 8.5V11H4.5V8.5H27.5ZM4.5 23.5V14H27.5V23.5H4.5ZM26 20.5C26 20.8978 25.842 21.2794 25.5607 21.5607C25.2794 21.842 24.8978 22 24.5 22H20.5C20.1022 22 19.7206 21.842 19.4393 21.5607C19.158 21.2794 19 20.8978 19 20.5C19 20.1022 19.158 19.7206 19.4393 19.4393C19.7206 19.158 20.1022 19 20.5 19H24.5C24.8978 19 25.2794 19.158 25.5607 19.4393C25.842 19.7206 26 20.1022 26 20.5ZM17.5 20.5C17.5 20.8978 17.342 21.2794 17.0607 21.5607C16.7794 21.842 16.3978 22 16 22H14.5C14.1022 22 13.7206 21.842 13.4393 21.5607C13.158 21.2794 13 20.8978 13 20.5C13 20.1022 13.158 19.7206 13.4393 19.4393C13.7206 19.158 14.1022 19 14.5 19H16C16.3978 19 16.7794 19.158 17.0607 19.4393C17.342 19.7206 17.5 20.1022 17.5 20.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="M28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM17 22H15C14.7348 22 14.4804 21.8946 14.2929 21.7071C14.1054 21.5196 14 21.2652 14 21C14 20.7348 14.1054 20.4804 14.2929 20.2929C14.4804 20.1054 14.7348 20 15 20H17C17.2652 20 17.5196 20.1054 17.7071 20.2929C17.8946 20.4804 18 20.7348 18 21C18 21.2652 17.8946 21.5196 17.7071 21.7071C17.5196 21.8946 17.2652 22 17 22ZM25 22H21C20.7348 22 20.4804 21.8946 20.2929 21.7071C20.1054 21.5196 20 21.2652 20 21C20 20.7348 20.1054 20.4804 20.2929 20.2929C20.4804 20.1054 20.7348 20 21 20H25C25.2652 20 25.5196 20.1054 25.7071 20.2929C25.8946 20.4804 26 20.7348 26 21C26 21.2652 25.8946 21.5196 25.7071 21.7071C25.5196 21.8946 25.2652 22 25 22ZM4 11V8H28V11H4Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M29 12V24C29 24.2652 28.8946 24.5196 28.7071 24.7071C28.5196 24.8946 28.2652 25 28 25H4C3.73478 25 3.48043 24.8946 3.29289 24.7071C3.10536 24.5196 3 24.2652 3 24V12H29Z" fill="currentColor"/>
36
+ <path d="M28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21071 6.96086 2 7.46957 2 8V24C2 24.5304 2.21071 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6ZM28 8V11H4V8H28ZM28 24H4V13H28V24ZM26 21C26 21.2652 25.8946 21.5196 25.7071 21.7071C25.5196 21.8946 25.2652 22 25 22H21C20.7348 22 20.4804 21.8946 20.2929 21.7071C20.1054 21.5196 20 21.2652 20 21C20 20.7348 20.1054 20.4804 20.2929 20.2929C20.4804 20.1054 20.7348 20 21 20H25C25.2652 20 25.5196 20.1054 25.7071 20.2929C25.8946 20.4804 26 20.7348 26 21ZM18 21C18 21.2652 17.8946 21.5196 17.7071 21.7071C17.5196 21.8946 17.2652 22 17 22H15C14.7348 22 14.4804 21.8946 14.2929 21.7071C14.1054 21.5196 14 21.2652 14 21C14 20.7348 14.1054 20.4804 14.2929 20.2929C14.4804 20.1054 14.7348 20 15 20H17C17.2652 20 17.5196 20.1054 17.7071 20.2929C17.8946 20.4804 18 20.7348 18 21Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M28 6.25H4C3.53587 6.25 3.09075 6.43437 2.76256 6.76256C2.43437 7.09075 2.25 7.53587 2.25 8V24C2.25 24.4641 2.43437 24.9092 2.76256 25.2374C3.09075 25.5656 3.53587 25.75 4 25.75H28C28.4641 25.75 28.9092 25.5656 29.2374 25.2374C29.5656 24.9092 29.75 24.4641 29.75 24V8C29.75 7.53587 29.5656 7.09075 29.2374 6.76256C28.9092 6.43437 28.4641 6.25 28 6.25ZM4 7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V11.25H3.75V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75ZM28 24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24V12.75H28.25V24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25ZM25.75 21C25.75 21.1989 25.671 21.3897 25.5303 21.5303C25.3897 21.671 25.1989 21.75 25 21.75H21C20.8011 21.75 20.6103 21.671 20.4697 21.5303C20.329 21.3897 20.25 21.1989 20.25 21C20.25 20.8011 20.329 20.6103 20.4697 20.4697C20.6103 20.329 20.8011 20.25 21 20.25H25C25.1989 20.25 25.3897 20.329 25.5303 20.4697C25.671 20.6103 25.75 20.8011 25.75 21ZM17.75 21C17.75 21.1989 17.671 21.3897 17.5303 21.5303C17.3897 21.671 17.1989 21.75 17 21.75H15C14.8011 21.75 14.6103 21.671 14.4697 21.5303C14.329 21.3897 14.25 21.1989 14.25 21C14.25 20.8011 14.329 20.6103 14.4697 20.4697C14.6103 20.329 14.8011 20.25 15 20.25H17C17.1989 20.25 17.3897 20.329 17.5303 20.4697C17.671 20.6103 17.75 20.8011 17.75 21Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CreditCard;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const CurrencyDollar = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M19 15.5H16.5V6.5H18C19.1935 6.5 20.3381 6.97411 21.182 7.81802C22.0259 8.66193 22.5 9.80653 22.5 11C22.5 11.1326 22.5527 11.2598 22.6464 11.3536C22.7402 11.4473 22.8674 11.5 23 11.5C23.1326 11.5 23.2598 11.4473 23.3536 11.3536C23.4473 11.2598 23.5 11.1326 23.5 11C23.4983 9.54182 22.9184 8.14383 21.8873 7.11274C20.8562 6.08165 19.4582 5.50165 18 5.5H16.5V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6464 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5H14C12.5413 5.5 11.1424 6.07946 10.1109 7.11091C9.07946 8.14236 8.5 9.54131 8.5 11C8.5 12.4587 9.07946 13.8576 10.1109 14.8891C11.1424 15.9205 12.5413 16.5 14 16.5H15.5V25.5H13C11.8065 25.5 10.6619 25.0259 9.81802 24.182C8.97411 23.3381 8.5 22.1935 8.5 21C8.5 20.8674 8.44732 20.7402 8.35355 20.6464C8.25979 20.5527 8.13261 20.5 8 20.5C7.86739 20.5 7.74021 20.5527 7.64645 20.6464C7.55268 20.7402 7.5 20.8674 7.5 21C7.50165 22.4582 8.08165 23.8562 9.11274 24.8873C10.1438 25.9184 11.5418 26.4983 13 26.5H15.5V29C15.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.5H19C20.4587 26.5 21.8576 25.9205 22.8891 24.8891C23.9205 23.8576 24.5 22.4587 24.5 21C24.5 19.5413 23.9205 18.1424 22.8891 17.1109C21.8576 16.0795 20.4587 15.5 19 15.5ZM14 15.5C12.8065 15.5 11.6619 15.0259 10.818 14.182C9.97411 13.3381 9.5 12.1935 9.5 11C9.5 9.80653 9.97411 8.66193 10.818 7.81802C11.6619 6.97411 12.8065 6.5 14 6.5H15.5V15.5H14ZM19 25.5H16.5V16.5H19C20.1935 16.5 21.3381 16.9741 22.182 17.818C23.0259 18.6619 23.5 19.8065 23.5 21C23.5 22.1935 23.0259 23.3381 22.182 24.182C21.3381 25.0259 20.1935 25.5 19 25.5Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 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 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M19 14.5H17.5V7.5H18C18.9283 7.5 19.8185 7.86875 20.4749 8.52513C21.1313 9.1815 21.5 10.0717 21.5 11C21.5 11.3978 21.658 11.7794 21.9393 12.0607C22.2206 12.342 22.6022 12.5 23 12.5C23.3978 12.5 23.7794 12.342 24.0607 12.0607C24.342 11.7794 24.5 11.3978 24.5 11C24.498 9.2767 23.8126 7.62455 22.594 6.406C21.3754 5.18744 19.7233 4.50199 18 4.5H17.5V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5H14C12.2761 4.5 10.6228 5.18482 9.40381 6.40381C8.18482 7.62279 7.5 9.27609 7.5 11C7.5 12.7239 8.18482 14.3772 9.40381 15.5962C10.6228 16.8152 12.2761 17.5 14 17.5H14.5V24.5H13C12.0717 24.5 11.1815 24.1313 10.5251 23.4749C9.86875 22.8185 9.5 21.9283 9.5 21C9.5 20.6022 9.34196 20.2206 9.06066 19.9393C8.77936 19.658 8.39782 19.5 8 19.5C7.60218 19.5 7.22064 19.658 6.93934 19.9393C6.65804 20.2206 6.5 20.6022 6.5 21C6.50198 22.7233 7.18744 24.3754 8.406 25.594C9.62455 26.8126 11.2767 27.498 13 27.5H14.5V29C14.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.5H19C20.7239 27.5 22.3772 26.8152 23.5962 25.5962C24.8152 24.3772 25.5 22.7239 25.5 21C25.5 19.2761 24.8152 17.6228 23.5962 16.4038C22.3772 15.1848 20.7239 14.5 19 14.5ZM14 14.5C13.0717 14.5 12.1815 14.1313 11.5251 13.4749C10.8687 12.8185 10.5 11.9283 10.5 11C10.5 10.0717 10.8687 9.1815 11.5251 8.52513C12.1815 7.86875 13.0717 7.5 14 7.5H14.5V14.5H14ZM19 24.5H17.5V17.5H19C19.9283 17.5 20.8185 17.8687 21.4749 18.5251C22.1313 19.1815 22.5 20.0717 22.5 21C22.5 21.9283 22.1313 22.8185 21.4749 23.4749C20.8185 24.1313 19.9283 24.5 19 24.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M14.5 10H15V15H14.5C13.837 15 13.2011 14.7366 12.7322 14.2678C12.2634 13.7989 12 13.163 12 12.5C12 11.837 12.2634 11.2011 12.7322 10.7322C13.2011 10.2634 13.837 10 14.5 10ZM18.5 17H17V22H18.5C19.163 22 19.7989 21.7366 20.2678 21.2678C20.7366 20.7989 21 20.163 21 19.5C21 18.837 20.7366 18.2011 20.2678 17.7322C19.7989 17.2634 19.163 17 18.5 17ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM23 19.5C23 18.3065 22.5259 17.1619 21.682 16.318C20.8381 15.4741 19.6935 15 18.5 15H17V10H17.5C18.163 10 18.7989 10.2634 19.2678 10.7322C19.7366 11.2011 20 11.837 20 12.5C20 12.7652 20.1054 13.0196 20.2929 13.2071C20.4804 13.3946 20.7348 13.5 21 13.5C21.2652 13.5 21.5196 13.3946 21.7071 13.2071C21.8946 13.0196 22 12.7652 22 12.5C22 11.3065 21.5259 10.1619 20.682 9.31802C19.8381 8.47411 18.6935 8 17.5 8H17V7C17 6.73478 16.8946 6.48043 16.7071 6.29289C16.5196 6.10536 16.2652 6 16 6C15.7348 6 15.4804 6.10536 15.2929 6.29289C15.1054 6.48043 15 6.73478 15 7V8H14.5C13.3065 8 12.1619 8.47411 11.318 9.31802C10.4741 10.1619 10 11.3065 10 12.5C10 13.6935 10.4741 14.8381 11.318 15.682C12.1619 16.5259 13.3065 17 14.5 17H15V22H14C13.337 22 12.7011 21.7366 12.2322 21.2678C11.7634 20.7989 11.5 20.163 11.5 19.5C11.5 19.2348 11.3946 18.9804 11.2071 18.7929C11.0196 18.6054 10.7652 18.5 10.5 18.5C10.2348 18.5 9.98044 18.6054 9.7929 18.7929C9.60536 18.9804 9.50001 19.2348 9.50001 19.5C9.50001 20.6935 9.97411 21.8381 10.818 22.682C11.6619 23.5259 12.8065 24 14 24H15V25C15 25.2652 15.1054 25.5196 15.2929 25.7071C15.4804 25.8946 15.7348 26 16 26C16.2652 26 16.5196 25.8946 16.7071 25.7071C16.8946 25.5196 17 25.2652 17 25V24H18.5C19.6935 24 20.8381 23.5259 21.682 22.682C22.5259 21.8381 23 20.6935 23 19.5Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M24 21C24 21.6566 23.8707 22.3068 23.6194 22.9134C23.3681 23.52 22.9998 24.0712 22.5355 24.5355C22.0712 24.9998 21.52 25.3681 20.9134 25.6194C20.3068 25.8707 19.6566 26 19 26H16V16H19C19.6566 16 20.3068 16.1293 20.9134 16.3806C21.52 16.6319 22.0712 17.0002 22.5355 17.4645C22.9998 17.9288 23.3681 18.48 23.6194 19.0866C23.8707 19.6932 24 20.3434 24 21ZM14 6C12.6739 6 11.4021 6.52678 10.4645 7.46447C9.52678 8.40215 9 9.67392 9 11C9 12.3261 9.52678 13.5979 10.4645 14.5355C11.4021 15.4732 12.6739 16 14 16H16V6H14Z" fill="currentColor"/>
37
+ <path d="M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 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 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M19 15.25H16.75V6.75H18C19.1272 6.75 20.2082 7.19777 21.0052 7.9948C21.8022 8.79183 22.25 9.87283 22.25 11C22.25 11.1989 22.329 11.3897 22.4697 11.5303C22.6103 11.671 22.8011 11.75 23 11.75C23.1989 11.75 23.3897 11.671 23.5303 11.5303C23.671 11.3897 23.75 11.1989 23.75 11C23.748 9.47561 23.1416 8.01423 22.0637 6.93633C20.9858 5.85842 19.5244 5.25198 18 5.25H16.75V3C16.75 2.80109 16.671 2.61032 16.5303 2.46967C16.3897 2.32902 16.1989 2.25 16 2.25C15.8011 2.25 15.6103 2.32902 15.4697 2.46967C15.329 2.61032 15.25 2.80109 15.25 3V5.25H14C12.475 5.25 11.0125 5.8558 9.93414 6.93414C8.8558 8.01247 8.25 9.47501 8.25 11C8.25 12.525 8.8558 13.9875 9.93414 15.0659C11.0125 16.1442 12.475 16.75 14 16.75H15.25V25.25H13C11.8728 25.25 10.7918 24.8022 9.9948 24.0052C9.19777 23.2082 8.75 22.1272 8.75 21C8.75 20.8011 8.67098 20.6103 8.53033 20.4697C8.38968 20.329 8.19891 20.25 8 20.25C7.80109 20.25 7.61032 20.329 7.46967 20.4697C7.32902 20.6103 7.25 20.8011 7.25 21C7.25198 22.5244 7.85842 23.9858 8.93633 25.0637C10.0142 26.1416 11.4756 26.748 13 26.75H15.25V29C15.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.75H19C20.525 26.75 21.9875 26.1442 23.0659 25.0659C24.1442 23.9875 24.75 22.525 24.75 21C24.75 19.475 24.1442 18.0125 23.0659 16.9341C21.9875 15.8558 20.525 15.25 19 15.25ZM14 15.25C12.8728 15.25 11.7918 14.8022 10.9948 14.0052C10.1978 13.2082 9.75 12.1272 9.75 11C9.75 9.87283 10.1978 8.79183 10.9948 7.9948C11.7918 7.19777 12.8728 6.75 14 6.75H15.25V15.25H14ZM19 25.25H16.75V16.75H19C20.1272 16.75 21.2082 17.1978 22.0052 17.9948C22.8022 18.7918 23.25 19.8728 23.25 21C23.25 22.1272 22.8022 23.2082 22.0052 24.0052C21.2082 24.8022 20.1272 25.25 19 25.25Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default CurrencyDollar;
@@ -0,0 +1,105 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CurrencyDollarSimple = ({ 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="M24.5 21C24.4983 22.4582 23.9184 23.8562 22.8873 24.8873C21.8562 25.9184 20.4582 26.4983 19 26.5H16.5V29C16.5 29.1326 16.4473 29.2598 16.3536 29.3536C16.2598 29.4473 16.1326 29.5 16 29.5C15.8674 29.5 15.7402 29.4473 15.6464 29.3536C15.5527 29.2598 15.5 29.1326 15.5 29V26.5H13C11.5418 26.4983 10.1438 25.9184 9.11274 24.8873C8.08165 23.8562 7.50165 22.4582 7.5 21C7.5 20.8674 7.55268 20.7402 7.64645 20.6464C7.74021 20.5527 7.86739 20.5 8 20.5C8.13261 20.5 8.25979 20.5527 8.35355 20.6464C8.44732 20.7402 8.5 20.8674 8.5 21C8.5 22.1935 8.97411 23.3381 9.81802 24.182C10.6619 25.0259 11.8065 25.5 13 25.5H19C20.1935 25.5 21.3381 25.0259 22.182 24.182C23.0259 23.3381 23.5 22.1935 23.5 21C23.5 19.8065 23.0259 18.6619 22.182 17.818C21.3381 16.9741 20.1935 16.5 19 16.5H14C12.5413 16.5 11.1424 15.9205 10.1109 14.8891C9.07946 13.8576 8.5 12.4587 8.5 11C8.5 9.54131 9.07946 8.14236 10.1109 7.11091C11.1424 6.07946 12.5413 5.5 14 5.5H15.5V3C15.5 2.86739 15.5527 2.74021 15.6464 2.64645C15.7402 2.55268 15.8674 2.5 16 2.5C16.1326 2.5 16.2598 2.55268 16.3536 2.64645C16.4473 2.74021 16.5 2.86739 16.5 3V5.5H18C19.4582 5.50165 20.8562 6.08165 21.8873 7.11274C22.9184 8.14383 23.4983 9.54182 23.5 11C23.5 11.1326 23.4473 11.2598 23.3536 11.3536C23.2598 11.4473 23.1326 11.5 23 11.5C22.8674 11.5 22.7402 11.4473 22.6464 11.3536C22.5527 11.2598 22.5 11.1326 22.5 11C22.5 9.80653 22.0259 8.66193 21.182 7.81802C20.3381 6.97411 19.1935 6.5 18 6.5H14C12.8065 6.5 11.6619 6.97411 10.818 7.81802C9.97411 8.66193 9.5 9.80653 9.5 11C9.5 12.1935 9.97411 13.3381 10.818 14.182C11.6619 15.0259 12.8065 15.5 14 15.5H19C20.4582 15.5017 21.8562 16.0816 22.8873 17.1127C23.9184 18.1438 24.4983 19.5418 24.5 21Z"
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="M25 21C24.9983 22.5908 24.3657 24.116 23.2408 25.2408C22.116 26.3657 20.5908 26.9983 19 27H17V29C17 29.2652 16.8946 29.5196 16.7071 29.7071C16.5196 29.8946 16.2652 30 16 30C15.7348 30 15.4804 29.8946 15.2929 29.7071C15.1054 29.5196 15 29.2652 15 29V27H13C11.4092 26.9983 9.88405 26.3657 8.75919 25.2408C7.63433 24.116 7.00165 22.5908 7 21C7 20.7348 7.10536 20.4804 7.29289 20.2929C7.48043 20.1054 7.73478 20 8 20C8.26522 20 8.51957 20.1054 8.70711 20.2929C8.89464 20.4804 9 20.7348 9 21C9 22.0609 9.42143 23.0783 10.1716 23.8284C10.9217 24.5786 11.9391 25 13 25H19C20.0609 25 21.0783 24.5786 21.8284 23.8284C22.5786 23.0783 23 22.0609 23 21C23 19.9391 22.5786 18.9217 21.8284 18.1716C21.0783 17.4214 20.0609 17 19 17H14C12.4087 17 10.8826 16.3679 9.75736 15.2426C8.63214 14.1174 8 12.5913 8 11C8 9.4087 8.63214 7.88258 9.75736 6.75736C10.8826 5.63214 12.4087 5 14 5H15V3C15 2.73478 15.1054 2.48043 15.2929 2.29289C15.4804 2.10536 15.7348 2 16 2C16.2652 2 16.5196 2.10536 16.7071 2.29289C16.8946 2.48043 17 2.73478 17 3V5H18C19.5908 5.00165 21.116 5.63433 22.2408 6.75919C23.3657 7.88405 23.9983 9.40921 24 11C24 11.2652 23.8946 11.5196 23.7071 11.7071C23.5196 11.8946 23.2652 12 23 12C22.7348 12 22.4804 11.8946 22.2929 11.7071C22.1054 11.5196 22 11.2652 22 11C22 9.93913 21.5786 8.92172 20.8284 8.17157C20.0783 7.42143 19.0609 7 18 7H14C12.9391 7 11.9217 7.42143 11.1716 8.17157C10.4214 8.92172 10 9.93913 10 11C10 12.0609 10.4214 13.0783 11.1716 13.8284C11.9217 14.5786 12.9391 15 14 15H19C20.5908 15.0017 22.116 15.6343 23.2408 16.7592C24.3657 17.884 24.9983 19.4092 25 21Z"
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="M25.5 21C25.498 22.7233 24.8126 24.3754 23.594 25.594C22.3754 26.8126 20.7233 27.498 19 27.5H17.5V29C17.5 29.3978 17.342 29.7794 17.0607 30.0607C16.7794 30.342 16.3978 30.5 16 30.5C15.6022 30.5 15.2206 30.342 14.9393 30.0607C14.658 29.7794 14.5 29.3978 14.5 29V27.5H13C11.2767 27.498 9.62455 26.8126 8.406 25.594C7.18744 24.3754 6.50198 22.7233 6.5 21C6.5 20.6022 6.65804 20.2206 6.93934 19.9393C7.22064 19.658 7.60218 19.5 8 19.5C8.39782 19.5 8.77936 19.658 9.06066 19.9393C9.34196 20.2206 9.5 20.6022 9.5 21C9.5 21.9283 9.86875 22.8185 10.5251 23.4749C11.1815 24.1313 12.0717 24.5 13 24.5H19C19.9283 24.5 20.8185 24.1313 21.4749 23.4749C22.1313 22.8185 22.5 21.9283 22.5 21C22.5 20.0717 22.1313 19.1815 21.4749 18.5251C20.8185 17.8687 19.9283 17.5 19 17.5H14C12.2761 17.5 10.6228 16.8152 9.40381 15.5962C8.18482 14.3772 7.5 12.7239 7.5 11C7.5 9.27609 8.18482 7.62279 9.40381 6.40381C10.6228 5.18482 12.2761 4.5 14 4.5H14.5V3C14.5 2.60218 14.658 2.22064 14.9393 1.93934C15.2206 1.65804 15.6022 1.5 16 1.5C16.3978 1.5 16.7794 1.65804 17.0607 1.93934C17.342 2.22064 17.5 2.60218 17.5 3V4.5H18C19.7233 4.50199 21.3754 5.18744 22.594 6.406C23.8126 7.62455 24.498 9.2767 24.5 11C24.5 11.3978 24.342 11.7794 24.0607 12.0607C23.7794 12.342 23.3978 12.5 23 12.5C22.6022 12.5 22.2206 12.342 21.9393 12.0607C21.658 11.7794 21.5 11.3978 21.5 11C21.5 10.0717 21.1313 9.1815 20.4749 8.52513C19.8185 7.86875 18.9283 7.5 18 7.5H14C13.0717 7.5 12.1815 7.86875 11.5251 8.52513C10.8687 9.1815 10.5 10.0717 10.5 11C10.5 11.9283 10.8687 12.8185 11.5251 13.4749C12.1815 14.1313 13.0717 14.5 14 14.5H19C20.7233 14.502 22.3754 15.1874 23.594 16.406C24.8126 17.6246 25.498 19.2767 25.5 21Z"
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="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM18.5 24H17V25C17 25.2652 16.8946 25.5196 16.7071 25.7071C16.5196 25.8946 16.2652 26 16 26C15.7348 26 15.4804 25.8946 15.2929 25.7071C15.1054 25.5196 15 25.2652 15 25V24H14C12.8065 24 11.6619 23.5259 10.818 22.682C9.97411 21.8381 9.50001 20.6935 9.50001 19.5C9.50001 19.2348 9.60536 18.9804 9.7929 18.7929C9.98044 18.6054 10.2348 18.5 10.5 18.5C10.7652 18.5 11.0196 18.6054 11.2071 18.7929C11.3946 18.9804 11.5 19.2348 11.5 19.5C11.5 20.163 11.7634 20.7989 12.2322 21.2678C12.7011 21.7366 13.337 22 14 22H18.5C19.163 22 19.7989 21.7366 20.2678 21.2678C20.7366 20.7989 21 20.163 21 19.5C21 18.837 20.7366 18.2011 20.2678 17.7322C19.7989 17.2634 19.163 17 18.5 17H14.5C13.3065 17 12.1619 16.5259 11.318 15.682C10.4741 14.8381 10 13.6935 10 12.5C10 11.3065 10.4741 10.1619 11.318 9.31802C12.1619 8.47411 13.3065 8 14.5 8H15V7C15 6.73478 15.1054 6.48043 15.2929 6.29289C15.4804 6.10536 15.7348 6 16 6C16.2652 6 16.5196 6.10536 16.7071 6.29289C16.8946 6.48043 17 6.73478 17 7V8H17.5C18.6935 8 19.8381 8.47411 20.682 9.31802C21.5259 10.1619 22 11.3065 22 12.5C22 12.7652 21.8946 13.0196 21.7071 13.2071C21.5196 13.3946 21.2652 13.5 21 13.5C20.7348 13.5 20.4804 13.3946 20.2929 13.2071C20.1054 13.0196 20 12.7652 20 12.5C20 11.837 19.7366 11.2011 19.2678 10.7322C18.7989 10.2634 18.163 10 17.5 10H14.5C13.837 10 13.2011 10.2634 12.7322 10.7322C12.2634 11.2011 12 11.837 12 12.5C12 13.163 12.2634 13.7989 12.7322 14.2678C13.2011 14.7366 13.837 15 14.5 15H18.5C19.6935 15 20.8381 15.4741 21.682 16.318C22.5259 17.1619 23 18.3065 23 19.5C23 20.6935 22.5259 21.8381 21.682 22.682C20.8381 23.5259 19.6935 24 18.5 24Z"
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="M24 21C24 21.6566 23.8707 22.3068 23.6194 22.9134C23.3681 23.52 22.9998 24.0712 22.5355 24.5355C22.0712 24.9998 21.52 25.3681 20.9134 25.6194C20.3068 25.8707 19.6566 26 19 26H16V16H19C19.6566 16 20.3068 16.1293 20.9134 16.3806C21.52 16.6319 22.0712 17.0002 22.5355 17.4645C22.9998 17.9288 23.3681 18.48 23.6194 19.0866C23.8707 19.6932 24 20.3434 24 21ZM14 6C12.6739 6 11.4021 6.52678 10.4645 7.46447C9.52678 8.40215 9 9.67392 9 11C9 12.3261 9.52678 13.5979 10.4645 14.5355C11.4021 15.4732 12.6739 16 14 16H16V6H14Z"
80
+ fill="currentColor"
81
+ />
82
+ <path
83
+ d="M25 21C24.9983 22.5908 24.3657 24.116 23.2408 25.2408C22.116 26.3657 20.5908 26.9983 19 27H17V29C17 29.2652 16.8946 29.5196 16.7071 29.7071C16.5196 29.8946 16.2652 30 16 30C15.7348 30 15.4804 29.8946 15.2929 29.7071C15.1054 29.5196 15 29.2652 15 29V27H13C11.4092 26.9983 9.88405 26.3657 8.75919 25.2408C7.63433 24.116 7.00165 22.5908 7 21C7 20.7348 7.10536 20.4804 7.29289 20.2929C7.48043 20.1054 7.73478 20 8 20C8.26522 20 8.51957 20.1054 8.70711 20.2929C8.89464 20.4804 9 20.7348 9 21C9 22.0609 9.42143 23.0783 10.1716 23.8284C10.9217 24.5786 11.9391 25 13 25H19C20.0609 25 21.0783 24.5786 21.8284 23.8284C22.5786 23.0783 23 22.0609 23 21C23 19.9391 22.5786 18.9217 21.8284 18.1716C21.0783 17.4214 20.0609 17 19 17H14C12.4087 17 10.8826 16.3679 9.75736 15.2426C8.63214 14.1174 8 12.5913 8 11C8 9.4087 8.63214 7.88258 9.75736 6.75736C10.8826 5.63214 12.4087 5 14 5H15V3C15 2.73478 15.1054 2.48043 15.2929 2.29289C15.4804 2.10536 15.7348 2 16 2C16.2652 2 16.5196 2.10536 16.7071 2.29289C16.8946 2.48043 17 2.73478 17 3V5H18C19.5908 5.00165 21.116 5.63433 22.2408 6.75919C23.3657 7.88405 23.9983 9.40921 24 11C24 11.2652 23.8946 11.5196 23.7071 11.7071C23.5196 11.8946 23.2652 12 23 12C22.7348 12 22.4804 11.8946 22.2929 11.7071C22.1054 11.5196 22 11.2652 22 11C22 9.93913 21.5786 8.92172 20.8284 8.17157C20.0783 7.42143 19.0609 7 18 7H14C12.9391 7 11.9217 7.42143 11.1716 8.17157C10.4214 8.92172 10 9.93913 10 11C10 12.0609 10.4214 13.0783 11.1716 13.8284C11.9217 14.5786 12.9391 15 14 15H19C20.5908 15.0017 22.116 15.6343 23.2408 16.7592C24.3657 17.884 24.9983 19.4092 25 21Z"
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="M24.75 21C24.748 22.5244 24.1416 23.9858 23.0637 25.0637C21.9858 26.1416 20.5244 26.748 19 26.75H16.75V29C16.75 29.1989 16.671 29.3897 16.5303 29.5303C16.3897 29.671 16.1989 29.75 16 29.75C15.8011 29.75 15.6103 29.671 15.4697 29.5303C15.329 29.3897 15.25 29.1989 15.25 29V26.75H13C11.4756 26.748 10.0142 26.1416 8.93633 25.0637C7.85842 23.9858 7.25198 22.5244 7.25 21C7.25 20.8011 7.32902 20.6103 7.46967 20.4697C7.61032 20.329 7.80109 20.25 8 20.25C8.19891 20.25 8.38968 20.329 8.53033 20.4697C8.67098 20.6103 8.75 20.8011 8.75 21C8.75 22.1272 9.19777 23.2082 9.9948 24.0052C10.7918 24.8022 11.8728 25.25 13 25.25H19C20.1272 25.25 21.2082 24.8022 22.0052 24.0052C22.8022 23.2082 23.25 22.1272 23.25 21C23.25 19.8728 22.8022 18.7918 22.0052 17.9948C21.2082 17.1978 20.1272 16.75 19 16.75H14C12.475 16.75 11.0125 16.1442 9.93414 15.0659C8.8558 13.9875 8.25 12.525 8.25 11C8.25 9.47501 8.8558 8.01247 9.93414 6.93414C11.0125 5.8558 12.475 5.25 14 5.25H15.25V3C15.25 2.80109 15.329 2.61032 15.4697 2.46967C15.6103 2.32902 15.8011 2.25 16 2.25C16.1989 2.25 16.3897 2.32902 16.5303 2.46967C16.671 2.61032 16.75 2.80109 16.75 3V5.25H18C19.5244 5.25198 20.9858 5.85842 22.0637 6.93633C23.1416 8.01423 23.748 9.47561 23.75 11C23.75 11.1989 23.671 11.3897 23.5303 11.5303C23.3897 11.671 23.1989 11.75 23 11.75C22.8011 11.75 22.6103 11.671 22.4697 11.5303C22.329 11.3897 22.25 11.1989 22.25 11C22.25 9.87283 21.8022 8.79183 21.0052 7.9948C20.2082 7.19777 19.1272 6.75 18 6.75H14C12.8728 6.75 11.7918 7.19777 10.9948 7.9948C10.1978 8.79183 9.75 9.87283 9.75 11C9.75 12.1272 10.1978 13.2082 10.9948 14.0052C11.7918 14.8022 12.8728 15.25 14 15.25H19C20.5244 15.252 21.9858 15.8584 23.0637 16.9363C24.1416 18.0142 24.748 19.4756 24.75 21Z"
99
+ fill="currentColor"
100
+ />
101
+ </svg>
102
+ );
103
+ };
104
+
105
+ export default CurrencyDollarSimple;
@@ -0,0 +1,61 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Scale = ({ 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.4638 16.8137L25.4638 6.81375C25.4195 6.7041 25.3379 6.61368 25.2333 6.55853C25.1287 6.50337 25.008 6.48707 24.8925 6.5125L16.5 8.375V5C16.5 4.86739 16.4473 4.74021 16.3536 4.64645C16.2598 4.55268 16.1326 4.5 16 4.5C15.8674 4.5 15.7402 4.55268 15.6464 4.64645C15.5527 4.74021 15.5 4.86739 15.5 5V8.59875L6.89125 10.5125C6.81208 10.5302 6.73839 10.5668 6.67655 10.6193C6.6147 10.6718 6.56655 10.7385 6.53625 10.8138L2.53625 20.8137C2.51239 20.8729 2.50008 20.9362 2.5 21C2.5 23.55 5.26 24.5 7 24.5C8.74 24.5 11.5 23.55 11.5 21C11.4999 20.9362 11.4876 20.8729 11.4637 20.8137L7.6825 11.36L15.5 9.625V26.5H13C12.8674 26.5 12.7402 26.5527 12.6464 26.6464C12.5527 26.7402 12.5 26.8674 12.5 27C12.5 27.1326 12.5527 27.2598 12.6464 27.3536C12.7402 27.4473 12.8674 27.5 13 27.5H19C19.1326 27.5 19.2598 27.4473 19.3536 27.3536C19.4473 27.2598 19.5 27.1326 19.5 27C19.5 26.8674 19.4473 26.7402 19.3536 26.6464C19.2598 26.5527 19.1326 26.5 19 26.5H16.5V9.40125L24.1838 7.69375L20.5362 16.8188C20.513 16.8764 20.5007 16.9379 20.5 17C20.5 19.55 23.26 20.5 25 20.5C26.74 20.5 29.5 19.55 29.5 17C29.4999 16.9362 29.4876 16.8729 29.4638 16.8137ZM7 23.5C6.10625 23.5 3.57875 23.055 3.5 21.0912L7 12.3413L10.5 21.0912C10.4212 23.055 7.89375 23.5 7 23.5ZM25 19.5C24.1063 19.5 21.5788 19.055 21.5 17.0912L25 8.34125L28.5 17.0912C28.4212 19.055 25.8937 19.5 25 19.5Z"
9
+ fill="currentColor" />
10
+ </svg>
11
+ );
12
+ }
13
+ if (type === "regular") {
14
+ return (
15
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
16
+ <path
17
+ d="M29.9288 16.625L25.9288 6.625C25.8407 6.40473 25.6772 6.22295 25.4674 6.11212C25.2577 6.0013 25.0154 5.96865 24.7838 6.02L17 7.75V5C17 4.73478 16.8947 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4C15.7348 4 15.4804 4.10536 15.2929 4.29289C15.1054 4.48043 15 4.73478 15 5V8.1975L6.78252 10.0238C6.62408 10.0587 6.47654 10.1318 6.35263 10.2365C6.22871 10.3413 6.13215 10.4746 6.07127 10.625V10.6325L2.07127 20.625C2.02342 20.7442 1.99922 20.8716 2.00002 21C2.00002 23.9137 5.06752 25 7.00002 25C8.93252 25 12 23.9137 12 21C12.0008 20.8716 11.9766 20.7442 11.9288 20.625L8.36502 11.7212L15 10.25V26H13C12.7348 26 12.4804 26.1054 12.2929 26.2929C12.1054 26.4804 12 26.7348 12 27C12 27.2652 12.1054 27.5196 12.2929 27.7071C12.4804 27.8946 12.7348 28 13 28H19C19.2652 28 19.5196 27.8946 19.7071 27.7071C19.8947 27.5196 20 27.2652 20 27C20 26.7348 19.8947 26.4804 19.7071 26.2929C19.5196 26.1054 19.2652 26 19 26H17V9.8025L23.375 8.3875L20.0713 16.625C20.0234 16.7442 19.9992 16.8716 20 17C20 19.9137 23.0675 21 25 21C26.9325 21 30 19.9137 30 17C30.0008 16.8716 29.9766 16.7442 29.9288 16.625ZM7.00002 23C6.05877 23 4.15502 22.5487 4.00877 21.17L7.00002 13.6925L9.99127 21.17C9.84502 22.5487 7.94127 23 7.00002 23ZM25 19C24.0588 19 22.155 18.5487 22.0088 17.17L25 9.6925L27.9913 17.17C27.845 18.5487 25.9413 19 25 19Z"
18
+ fill="currentColor" />
19
+ </svg>
20
+ );
21
+ }
22
+ if (type === "bold") {
23
+ return (
24
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
25
+ <path
26
+ d="M30.3925 16.4425L26.3925 6.4425C26.2602 6.11259 26.0151 5.84038 25.7007 5.6744C25.3864 5.50842 25.0233 5.45946 24.6763 5.53625L17.5 7.125V5C17.5 4.60218 17.342 4.22064 17.0607 3.93934C16.7794 3.65804 16.3979 3.5 16 3.5C15.6022 3.5 15.2207 3.65804 14.9394 3.93934C14.6581 4.22064 14.5 4.60218 14.5 5V7.79625L6.67503 9.53625C6.4368 9.58908 6.21506 9.69924 6.02904 9.85716C5.84302 10.0151 5.69833 10.216 5.60753 10.4425L1.60753 20.4325C1.53527 20.6129 1.49876 20.8057 1.50003 21C1.50003 22.5163 2.27503 23.8037 3.68128 24.625C4.69577 25.1926 5.8376 25.4936 7.00003 25.5C8.16247 25.4936 9.3043 25.1926 10.3188 24.625C11.725 23.8037 12.5 22.5163 12.5 21C12.5 20.809 12.4635 20.6198 12.3925 20.4425L9.04753 12.0813L14.5 10.875V25.5H13C12.6022 25.5 12.2207 25.658 11.9394 25.9393C11.6581 26.2206 11.5 26.6022 11.5 27C11.5 27.3978 11.6581 27.7794 11.9394 28.0607C12.2207 28.342 12.6022 28.5 13 28.5H19C19.3979 28.5 19.7794 28.342 20.0607 28.0607C20.342 27.7794 20.5 27.3978 20.5 27C20.5 26.6022 20.342 26.2206 20.0607 25.9393C19.7794 25.658 19.3979 25.5 19 25.5H17.5V10.2037L22.5525 9.07875L19.6075 16.4412C19.5364 16.6189 19.4999 16.8086 19.5 17C19.5 18.5162 20.275 19.8037 21.6813 20.625C22.6931 21.1994 23.8366 21.5013 25 21.5013C26.1635 21.5013 27.307 21.1994 28.3188 20.625C29.725 19.8037 30.5 18.5162 30.5 17C30.5 16.809 30.4635 16.6198 30.3925 16.4425ZM7.00003 22.5C6.53628 22.5 4.75003 22.2663 4.52378 21.2275L7.00003 15.0387L9.47628 21.2275C9.25003 22.2663 7.46378 22.5 7.00003 22.5ZM25 18.5C24.5363 18.5 22.75 18.2663 22.5238 17.2275L25 11.0387L27.4763 17.2275C27.25 18.2663 25.4638 18.5 25 18.5Z"
27
+ fill="currentColor" />
28
+ </svg>
29
+ );
30
+ }
31
+ if (type === "fill") {
32
+ return (
33
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path
35
+ d="M29.9288 16.625L25.9288 6.625C25.854 6.44007 25.7255 6.28174 25.56 6.17036C25.3945 6.05899 25.1995 5.99966 25 6C24.9272 6.00111 24.8547 6.00991 24.7838 6.02625L17 7.75V5C17 4.73478 16.8947 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4C15.7348 4 15.4804 4.10536 15.2929 4.29289C15.1054 4.48043 15 4.73478 15 5V8.1975L6.78377 10.0262C6.62537 10.0608 6.47774 10.1334 6.35362 10.2377C6.2295 10.342 6.1326 10.4749 6.07127 10.625L2.07127 20.625C2.02342 20.7442 1.99922 20.8716 2.00002 21C2.00002 23.9137 5.06752 25 7.00002 25C8.93252 25 12 23.9137 12 21C12.0008 20.8716 11.9766 20.7442 11.9288 20.625L8.36502 11.7212L15 10.25V26H13C12.7348 26 12.4804 26.1054 12.2929 26.2929C12.1054 26.4804 12 26.7348 12 27C12 27.2652 12.1054 27.5196 12.2929 27.7071C12.4804 27.8946 12.7348 28 13 28H19C19.2652 28 19.5196 27.8946 19.7071 27.7071C19.8947 27.5196 20 27.2652 20 27C20 26.7348 19.8947 26.4804 19.7071 26.2929C19.5196 26.1054 19.2652 26 19 26H17V9.8025L23.375 8.3875L20.0713 16.625C20.0234 16.7442 19.9992 16.8716 20 17C20 19.9137 23.0675 21 25 21C26.9325 21 30 19.9137 30 17C30.0008 16.8716 29.9766 16.7442 29.9288 16.625ZM9.92877 21H4.07752L7.00002 13.6925L9.92877 21ZM22.0838 17L25 9.6925L27.9225 17H22.0838Z"
36
+ fill="currentColor" />
37
+ </svg>
38
+ );
39
+ }
40
+ if (type === "duotone") {
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path opacity="0.2"
44
+ d="M7 11L11 21C11 23.2087 8.5 24 7 24C5.5 24 3 23.2087 3 21L7 11ZM25 7L21 17C21 19.2087 23.5 20 25 20C26.5 20 29 19.2087 29 17L25 7Z"
45
+ fill="currentColor" />
46
+ <path
47
+ d="M29.9288 16.625L25.9288 6.625C25.8407 6.40473 25.6772 6.22295 25.4674 6.11212C25.2577 6.0013 25.0154 5.96865 24.7838 6.02L17 7.75V5C17 4.73478 16.8947 4.48043 16.7071 4.29289C16.5196 4.10536 16.2652 4 16 4C15.7348 4 15.4804 4.10536 15.2929 4.29289C15.1054 4.48043 15 4.73478 15 5V8.1975L6.78252 10.0238C6.62408 10.0587 6.47654 10.1318 6.35263 10.2365C6.22871 10.3413 6.13215 10.4746 6.07127 10.625V10.6325L2.07127 20.625C2.02342 20.7442 1.99922 20.8716 2.00002 21C2.00002 23.9137 5.06752 25 7.00002 25C8.93252 25 12 23.9137 12 21C12.0008 20.8716 11.9766 20.7442 11.9288 20.625L8.36502 11.7212L15 10.25V26H13C12.7348 26 12.4804 26.1054 12.2929 26.2929C12.1054 26.4804 12 26.7348 12 27C12 27.2652 12.1054 27.5196 12.2929 27.7071C12.4804 27.8946 12.7348 28 13 28H19C19.2652 28 19.5196 27.8946 19.7071 27.7071C19.8947 27.5196 20 27.2652 20 27C20 26.7348 19.8947 26.4804 19.7071 26.2929C19.5196 26.1054 19.2652 26 19 26H17V9.8025L23.375 8.3875L20.0713 16.625C20.0234 16.7442 19.9992 16.8716 20 17C20 19.9137 23.0675 21 25 21C26.9325 21 30 19.9137 30 17C30.0008 16.8716 29.9766 16.7442 29.9288 16.625ZM7.00002 23C6.05877 23 4.15502 22.5487 4.00877 21.17L7.00002 13.6925L9.99127 21.17C9.84502 22.5487 7.94127 23 7.00002 23ZM25 19C24.0588 19 22.155 18.5487 22.0088 17.17L25 9.6925L27.9913 17.17C27.845 18.5487 25.9413 19 25 19Z"
48
+ fill="currentColor" />
49
+ </svg>
50
+ );
51
+ }
52
+ return (
53
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
54
+ <path
55
+ d="M29.6963 16.7213L25.6963 6.72125C25.6302 6.5563 25.5078 6.42016 25.3507 6.33706C25.1937 6.25396 25.0123 6.22931 24.8388 6.2675L16.75 8.065V5C16.75 4.80109 16.671 4.61032 16.5303 4.46967C16.3897 4.32902 16.1989 4.25 16 4.25C15.8011 4.25 15.6103 4.32902 15.4697 4.46967C15.329 4.61032 15.25 4.80109 15.25 5V8.39875L6.8375 10.2738C6.71832 10.3002 6.60741 10.3554 6.51439 10.4345C6.42137 10.5136 6.34907 10.6141 6.30375 10.7275L2.30375 20.7275C2.2693 20.8143 2.25108 20.9066 2.25 21C2.25 23.7325 5.16375 24.75 7 24.75C8.83625 24.75 11.75 23.7325 11.75 21C11.7497 20.9045 11.7315 20.81 11.6962 20.7213L8.02375 11.5413L15.25 9.935V26.25H13C12.8011 26.25 12.6103 26.329 12.4697 26.4697C12.329 26.6103 12.25 26.8011 12.25 27C12.25 27.1989 12.329 27.3897 12.4697 27.5303C12.6103 27.671 12.8011 27.75 13 27.75H19C19.1989 27.75 19.3897 27.671 19.5303 27.5303C19.671 27.3897 19.75 27.1989 19.75 27C19.75 26.8011 19.671 26.6103 19.5303 26.4697C19.3897 26.329 19.1989 26.25 19 26.25H16.75V9.60125L23.7763 8.04L20.3037 16.7213C20.2685 16.81 20.2503 16.9045 20.25 17C20.25 19.7325 23.1637 20.75 25 20.75C26.8363 20.75 29.75 19.7325 29.75 17C29.7497 16.9045 29.7315 16.81 29.6963 16.7213ZM7 23.25C6.23568 23.244 5.48484 23.0482 4.815 22.68C4.14375 22.2887 3.79625 21.7825 3.75375 21.1338L7.00375 13.02L10.2537 21.1338C10.1325 22.8563 7.8225 23.25 7 23.25ZM25 19.25C24.2357 19.244 23.4848 19.0482 22.815 18.68C22.1438 18.2888 21.7962 17.7825 21.7537 17.1338L25.0037 9.02L28.2537 17.1338C28.1325 18.8563 25.8225 19.25 25 19.25Z"
56
+ fill="currentColor" />
57
+ </svg>
58
+ );
59
+ };
60
+
61
+ export default Scale;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const Storefront = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M3.5 14C3.50027 14.7398 3.68292 15.468 4.03176 16.1204C4.38061 16.7727 4.8849 17.329 5.5 17.74V26C5.5 26.3978 5.65804 26.7794 5.93934 27.0607C6.22064 27.342 6.60218 27.5 7 27.5H25C25.3978 27.5 25.7794 27.342 26.0607 27.0607C26.342 26.7794 26.5 26.3978 26.5 26V17.74C27.1151 17.329 27.6194 16.7727 27.9682 16.1204C28.3171 15.468 28.4997 14.7398 28.5 14V12C28.5008 11.9536 28.4954 11.9074 28.4837 11.8625L26.6875 5.5875C26.5981 5.27494 26.4096 4.99988 26.1503 4.80375C25.8911 4.60761 25.5751 4.50101 25.25 4.5H6.75C6.42491 4.50101 6.10894 4.60761 5.84968 4.80375C5.59042 4.99988 5.4019 5.27494 5.3125 5.5875L3.51875 11.8625C3.50628 11.9073 3.49997 11.9535 3.5 12V14ZM6.27375 5.8625C6.30341 5.75879 6.36581 5.66745 6.45164 5.60212C6.53748 5.53679 6.64214 5.50097 6.75 5.5H25.25C25.3585 5.50016 25.464 5.53561 25.5506 5.601C25.6372 5.66639 25.7002 5.75818 25.73 5.8625L27.3375 11.5H4.6625L6.27375 5.8625ZM12.5 12.5H19.5V14C19.5 14.9283 19.1313 15.8185 18.4749 16.4749C17.8185 17.1313 16.9283 17.5 16 17.5C15.0717 17.5 14.1815 17.1313 13.5251 16.4749C12.8687 15.8185 12.5 14.9283 12.5 14V12.5ZM4.5 14V12.5H11.5V14C11.5 14.9283 11.1313 15.8185 10.4749 16.4749C9.8185 17.1313 8.92826 17.5 8 17.5C7.07174 17.5 6.1815 17.1313 5.52513 16.4749C4.86875 15.8185 4.5 14.9283 4.5 14ZM25.5 26C25.5 26.1326 25.4473 26.2598 25.3536 26.3536C25.2598 26.4473 25.1326 26.5 25 26.5H7C6.86739 26.5 6.74021 26.4473 6.64645 26.3536C6.55268 26.2598 6.5 26.1326 6.5 26V18.2425C7.526 18.6048 8.64851 18.583 9.65972 18.1813C10.6709 17.7796 11.5023 17.0251 12 16.0575C12.3786 16.792 12.9521 17.4081 13.6577 17.8383C14.3633 18.2684 15.1736 18.4959 16 18.4959C16.8264 18.4959 17.6367 18.2684 18.3423 17.8383C19.0479 17.4081 19.6214 16.792 20 16.0575C20.4977 17.0251 21.3291 17.7796 22.3403 18.1813C23.3515 18.583 24.474 18.6048 25.5 18.2425V26ZM24 17.5C23.0717 17.5 22.1815 17.1313 21.5251 16.4749C20.8687 15.8185 20.5 14.9283 20.5 14V12.5H27.5V14C27.5 14.9283 27.1313 15.8185 26.4749 16.4749C25.8185 17.1313 24.9283 17.5 24 17.5Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M29 12C29.0005 11.907 28.9879 11.8144 28.9625 11.725L27.1688 5.45C27.0482 5.03364 26.7962 4.66745 26.4504 4.40612C26.1045 4.14478 25.6835 4.00232 25.25 4H6.75C6.31655 4.00232 5.89547 4.14478 5.54965 4.40612C5.20382 4.66745 4.95182 5.03364 4.83125 5.45L3.03875 11.725C3.01293 11.8144 2.99988 11.907 3 12V14C3 14.7762 3.18073 15.5418 3.52786 16.2361C3.875 16.9303 4.37902 17.5343 5 18V26C5 26.5304 5.21071 27.0391 5.58579 27.4142C5.96086 27.7893 6.46957 28 7 28H25C25.5304 28 26.0391 27.7893 26.4142 27.4142C26.7893 27.0391 27 26.5304 27 26V18C27.621 17.5343 28.125 16.9303 28.4721 16.2361C28.8193 15.5418 29 14.7762 29 14V12ZM6.75 6H25.25L26.6775 11H5.32625L6.75 6ZM13 13H19V14C19 14.7956 18.6839 15.5587 18.1213 16.1213C17.5587 16.6839 16.7957 17 16 17C15.2044 17 14.4413 16.6839 13.8787 16.1213C13.3161 15.5587 13 14.7956 13 14V13ZM11 13V14C11 14.7956 10.6839 15.5587 10.1213 16.1213C9.55871 16.6839 8.79565 17 8 17C7.20435 17 6.44129 16.6839 5.87868 16.1213C5.31607 15.5587 5 14.7956 5 14V13H11ZM25 26H7V18.9C7.3292 18.9664 7.66418 18.9999 8 19C8.77623 19 9.54179 18.8193 10.2361 18.4721C10.9303 18.125 11.5343 17.621 12 17C12.4657 17.621 13.0697 18.125 13.7639 18.4721C14.4582 18.8193 15.2238 19 16 19C16.7762 19 17.5418 18.8193 18.2361 18.4721C18.9303 18.125 19.5343 17.621 20 17C20.4657 17.621 21.0697 18.125 21.7639 18.4721C22.4582 18.8193 23.2238 19 24 19C24.3358 18.9999 24.6708 18.9664 25 18.9V26ZM24 17C23.2044 17 22.4413 16.6839 21.8787 16.1213C21.3161 15.5587 21 14.7956 21 14V13H27V14C27 14.7956 26.6839 15.5587 26.1213 16.1213C25.5587 16.6839 24.7956 17 24 17Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M29.5 12C29.5009 11.8606 29.4824 11.7218 29.445 11.5875L27.65 5.31375C27.4996 4.79274 27.1845 4.33445 26.7518 4.00749C26.3192 3.68053 25.7923 3.50249 25.25 3.5H6.75C6.20771 3.50249 5.68082 3.68053 5.24818 4.00749C4.81554 4.33445 4.50042 4.79274 4.35 5.31375L2.5575 11.5875C2.51925 11.7217 2.49989 11.8605 2.5 12V14C2.49987 14.8105 2.67912 15.611 3.02491 16.3441C3.3707 17.0772 3.87444 17.7246 4.5 18.24V26C4.5 26.663 4.76339 27.2989 5.23223 27.7678C5.70107 28.2366 6.33696 28.5 7 28.5H25C25.663 28.5 26.2989 28.2366 26.7678 27.7678C27.2366 27.2989 27.5 26.663 27.5 26V18.24C28.1256 17.7246 28.6293 17.0772 28.9751 16.3441C29.3209 15.611 29.5001 14.8105 29.5 14V12ZM26.5 14C26.5 14.663 26.2366 15.2989 25.7678 15.7678C25.2989 16.2366 24.663 16.5 24 16.5C23.337 16.5 22.7011 16.2366 22.2322 15.7678C21.7634 15.2989 21.5 14.663 21.5 14V13.5H26.5V14ZM5.5 14V13.5H10.5V14C10.5 14.663 10.2366 15.2989 9.76777 15.7678C9.29893 16.2366 8.66304 16.5 8 16.5C7.33696 16.5 6.70107 16.2366 6.23223 15.7678C5.76339 15.2989 5.5 14.663 5.5 14ZM13.5 13.5H18.5V14C18.5 14.663 18.2366 15.2989 17.7678 15.7678C17.2989 16.2366 16.663 16.5 16 16.5C15.337 16.5 14.7011 16.2366 14.2322 15.7678C13.7634 15.2989 13.5 14.663 13.5 14V13.5ZM7.13125 6.5H24.875L26.0175 10.5H5.98875L7.13125 6.5ZM24.5 25.5H7.5V19.4762C7.665 19.4913 7.83125 19.5 8 19.5C8.74968 19.5002 9.49144 19.3467 10.1794 19.049C10.8674 18.7512 11.4871 18.3155 12 17.7687C12.5131 18.3153 13.1327 18.7509 13.8207 19.0487C14.5086 19.3465 15.2503 19.5001 16 19.5001C16.7497 19.5001 17.4914 19.3465 18.1793 19.0487C18.8673 18.7509 19.4869 18.3153 20 17.7687C20.5129 18.3155 21.1326 18.7512 21.8206 19.049C22.5086 19.3467 23.2503 19.5002 24 19.5C24.1688 19.5 24.335 19.4913 24.5 19.4762V25.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M29 12C29.0005 11.907 28.9879 11.8144 28.9625 11.725L27.1688 5.45C27.0482 5.03364 26.7962 4.66745 26.4504 4.40612C26.1045 4.14478 25.6835 4.00232 25.25 4H6.75C6.31655 4.00232 5.89547 4.14478 5.54965 4.40612C5.20382 4.66745 4.95182 5.03364 4.83125 5.45L3.03875 11.725C3.01293 11.8144 2.99988 11.907 3 12V14C3 14.7762 3.18073 15.5418 3.52786 16.2361C3.875 16.9303 4.37902 17.5343 5 18V26C5 26.5304 5.21071 27.0391 5.58579 27.4142C5.96086 27.7893 6.46957 28 7 28H25C25.5304 28 26.0391 27.7893 26.4142 27.4142C26.7893 27.0391 27 26.5304 27 26V18C27.621 17.5343 28.125 16.9303 28.4721 16.2361C28.8193 15.5418 29 14.7762 29 14V12ZM11 14C10.9998 14.5159 10.8666 15.023 10.6132 15.4724C10.3599 15.9217 9.9949 16.2982 9.55358 16.5653C9.11226 16.8325 8.60951 16.9813 8.09388 16.9975C7.57825 17.0136 7.06717 16.8965 6.61 16.6575C6.54044 16.6034 6.46392 16.5588 6.3825 16.525C5.95884 16.2538 5.61019 15.8804 5.36861 15.4392C5.12702 14.9979 5.00027 14.503 5 14V13H11V14ZM19 14C19 14.7956 18.6839 15.5587 18.1213 16.1213C17.5587 16.6839 16.7957 17 16 17C15.2044 17 14.4413 16.6839 13.8787 16.1213C13.3161 15.5587 13 14.7956 13 14V13H19V14ZM27 14C26.9996 14.5032 26.8727 14.9981 26.6308 15.4394C26.389 15.8806 26.0401 16.2539 25.6162 16.525C25.5359 16.5589 25.4603 16.603 25.3913 16.6562C24.9341 16.8955 24.423 17.0129 23.9073 16.9969C23.3916 16.981 22.8887 16.8323 22.4473 16.5653C22.0058 16.2982 21.6407 15.9218 21.3872 15.4725C21.1336 15.0231 21.0003 14.516 21 14V13H27V14Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M28 12V14C28 15.0609 27.5786 16.0783 26.8284 16.8284C26.0783 17.5786 25.0609 18 24 18C22.9391 18 21.9217 17.5786 21.1716 16.8284C20.4214 16.0783 20 15.0609 20 14V12H12V14C12 15.0609 11.5786 16.0783 10.8284 16.8284C10.0783 17.5786 9.06087 18 8 18C6.93913 18 5.92172 17.5786 5.17157 16.8284C4.42143 16.0783 4 15.0609 4 14V12L5.7925 5.725C5.85206 5.51676 5.97762 5.33349 6.15029 5.20275C6.32296 5.072 6.53341 5.00085 6.75 5H25.25C25.4672 5.00004 25.6785 5.07082 25.852 5.20162C26.0254 5.33243 26.1515 5.51615 26.2113 5.725L28 12Z" fill="currentColor"/>
37
+ <path d="M29 12C29.0005 11.907 28.9879 11.8144 28.9625 11.725L27.1688 5.45C27.0482 5.03364 26.7962 4.66745 26.4504 4.40612C26.1045 4.14478 25.6835 4.00232 25.25 4H6.75C6.31655 4.00232 5.89547 4.14478 5.54965 4.40612C5.20382 4.66745 4.95182 5.03364 4.83125 5.45L3.03875 11.725C3.01293 11.8144 2.99988 11.907 3 12V14C3 14.7762 3.18073 15.5418 3.52786 16.2361C3.875 16.9303 4.37902 17.5343 5 18V26C5 26.5304 5.21071 27.0391 5.58579 27.4142C5.96086 27.7893 6.46957 28 7 28H25C25.5304 28 26.0391 27.7893 26.4142 27.4142C26.7893 27.0391 27 26.5304 27 26V18C27.621 17.5343 28.125 16.9303 28.4721 16.2361C28.8193 15.5418 29 14.7762 29 14V12ZM6.75 6H25.25L26.6775 11H5.32625L6.75 6ZM13 13H19V14C19 14.7956 18.6839 15.5587 18.1213 16.1213C17.5587 16.6839 16.7957 17 16 17C15.2044 17 14.4413 16.6839 13.8787 16.1213C13.3161 15.5587 13 14.7956 13 14V13ZM11 13V14C11 14.7956 10.6839 15.5587 10.1213 16.1213C9.55871 16.6839 8.79565 17 8 17C7.20435 17 6.44129 16.6839 5.87868 16.1213C5.31607 15.5587 5 14.7956 5 14V13H11ZM25 26H7V18.9C7.3292 18.9664 7.66418 18.9999 8 19C8.77623 19 9.54179 18.8193 10.2361 18.4721C10.9303 18.125 11.5343 17.621 12 17C12.4657 17.621 13.0697 18.125 13.7639 18.4721C14.4582 18.8193 15.2238 19 16 19C16.7762 19 17.5418 18.8193 18.2361 18.4721C18.9303 18.125 19.5343 17.621 20 17C20.4657 17.621 21.0697 18.125 21.7639 18.4721C22.4582 18.8193 23.2238 19 24 19C24.3358 18.9999 24.6708 18.9664 25 18.9V26ZM24 17C23.2044 17 22.4413 16.6839 21.8787 16.1213C21.3161 15.5587 21 14.7956 21 14V13H27V14C27 14.7956 26.6839 15.5587 26.1213 16.1213C25.5587 16.6839 24.7956 17 24 17Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M28.75 12C28.7502 11.9303 28.7409 11.8609 28.7225 11.7937L26.93 5.51875C26.8243 5.15435 26.6036 4.8339 26.3008 4.60524C25.998 4.37658 25.6294 4.25197 25.25 4.25H6.75C6.3708 4.25224 6.00247 4.37697 5.69995 4.60562C5.39742 4.83426 5.17689 5.15455 5.07125 5.51875L3.27875 11.7937C3.25992 11.8609 3.25025 11.9303 3.25 12V14C3.24968 14.7587 3.43109 15.5064 3.77905 16.1806C4.12701 16.8547 4.6314 17.4358 5.25 17.875V26C5.25 26.4641 5.43438 26.9092 5.76256 27.2374C6.09075 27.5656 6.53587 27.75 7 27.75H25C25.4641 27.75 25.9092 27.5656 26.2374 27.2374C26.5656 26.9092 26.75 26.4641 26.75 26V17.875C27.3686 17.4358 27.873 16.8547 28.2209 16.1806C28.5689 15.5064 28.7503 14.7587 28.75 14V12ZM6.51375 5.93125C6.52849 5.8797 6.55941 5.83425 6.60195 5.80162C6.64449 5.76898 6.69639 5.75088 6.75 5.75H25.25C25.3043 5.75008 25.357 5.7678 25.4003 5.8005C25.4436 5.8332 25.4751 5.87909 25.49 5.93125L27.0063 11.25H5L6.51375 5.93125ZM12.75 12.75H19.25V14C19.25 14.862 18.9076 15.6886 18.2981 16.2981C17.6886 16.9076 16.862 17.25 16 17.25C15.138 17.25 14.3114 16.9076 13.7019 16.2981C13.0924 15.6886 12.75 14.862 12.75 14V12.75ZM4.75 12.75H11.25V14C11.25 14.862 10.9076 15.6886 10.2981 16.2981C9.6886 16.9076 8.86195 17.25 8 17.25C7.13805 17.25 6.3114 16.9076 5.7019 16.2981C5.09241 15.6886 4.75 14.862 4.75 14V12.75ZM25.25 26C25.25 26.0663 25.2237 26.1299 25.1768 26.1768C25.1299 26.2237 25.0663 26.25 25 26.25H7C6.9337 26.25 6.87011 26.2237 6.82322 26.1768C6.77634 26.1299 6.75 26.0663 6.75 26V18.5825C7.7268 18.8483 8.76296 18.795 9.70736 18.4305C10.6518 18.066 11.455 17.4093 12 16.5562C12.4286 17.2286 13.0199 17.7821 13.719 18.1655C14.4181 18.5489 15.2026 18.7499 16 18.7499C16.7974 18.7499 17.5819 18.5489 18.281 18.1655C18.9801 17.7821 19.5714 17.2286 20 16.5562C20.545 17.4093 21.3482 18.066 22.2926 18.4305C23.237 18.795 24.2732 18.8483 25.25 18.5825V26ZM24 17.25C23.138 17.25 22.3114 16.9076 21.7019 16.2981C21.0924 15.6886 20.75 14.862 20.75 14V12.75H27.25V14C27.25 14.862 26.9076 15.6886 26.2981 16.2981C25.6886 16.9076 24.862 17.25 24 17.25Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default Storefront;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Tag = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M30.0613 17.3538L17.6463 4.93875C17.5073 4.79926 17.3421 4.68867 17.1601 4.61337C16.9782 4.53806 16.7832 4.49954 16.5863 4.5H5C4.8674 4.5 4.74022 4.55268 4.64645 4.64645C4.55268 4.74022 4.5 4.8674 4.5 5V16.5863C4.49954 16.7832 4.53806 16.9782 4.61337 17.1601C4.68867 17.3421 4.79926 17.5073 4.93875 17.6463L17.3538 30.0613C17.4931 30.2011 17.6587 30.312 17.841 30.3878C18.0234 30.4635 18.2188 30.5024 18.4163 30.5024C18.6137 30.5024 18.8092 30.4635 18.9915 30.3878C19.1738 30.312 19.3394 30.2011 19.4788 30.0613L30.065 19.475C30.2048 19.3356 30.3158 19.1701 30.3915 18.9877C30.4672 18.8054 30.5062 18.6099 30.5062 18.4125C30.5062 18.2151 30.4672 18.0196 30.3915 17.8373C30.3158 17.6549 30.2048 17.4894 30.065 17.35L30.0613 17.3538ZM29.3538 18.7675L18.7675 29.3538C18.6738 29.4473 18.5468 29.4998 18.4144 29.4998C18.282 29.4998 18.155 29.4473 18.0613 29.3538L5.64625 16.9388C5.55282 16.8452 5.50023 16.7185 5.5 16.5863V5.5H16.5863C16.7185 5.50023 16.8452 5.55282 16.9388 5.64625L29.3538 18.0613C29.4473 18.155 29.4998 18.282 29.4998 18.4144C29.4998 18.5468 29.4473 18.6738 29.3538 18.7675ZM11.5 10.5C11.5 10.6978 11.4414 10.8911 11.3315 11.0556C11.2216 11.22 11.0654 11.3482 10.8827 11.4239C10.7 11.4996 10.4989 11.5194 10.3049 11.4808C10.1109 11.4422 9.93275 11.347 9.7929 11.2071C9.65305 11.0673 9.5578 10.8891 9.51922 10.6951C9.48063 10.5011 9.50044 10.3 9.57612 10.1173C9.65181 9.93459 9.77998 9.77842 9.94443 9.66853C10.1089 9.55865 10.3022 9.5 10.5 9.5C10.7652 9.5 11.0196 9.60536 11.2071 9.7929C11.3946 9.98043 11.5 10.2348 11.5 10.5Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM18.4138 29L6.00001 16.5863V6.00001H16.5863L29 18.4138L18.4138 29ZM12 10.5C12 10.7967 11.912 11.0867 11.7472 11.3334C11.5824 11.58 11.3481 11.7723 11.074 11.8858C10.7999 11.9994 10.4983 12.0291 10.2074 11.9712C9.9164 11.9133 9.64913 11.7704 9.43935 11.5607C9.22957 11.3509 9.08671 11.0836 9.02883 10.7926C8.97095 10.5017 9.00066 10.2001 9.11419 9.92598C9.22772 9.6519 9.41998 9.41763 9.66666 9.25281C9.91333 9.08798 10.2033 9.00001 10.5 9.00001C10.8978 9.00001 11.2794 9.15805 11.5607 9.43935C11.842 9.72065 12 10.1022 12 10.5Z" 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="M30.7688 16.6475L18.3538 4.23251C18.1223 3.99951 17.8469 3.81479 17.5435 3.68905C17.24 3.56331 16.9147 3.49905 16.5863 3.50001H5.00001C4.60219 3.50001 4.22066 3.65805 3.93935 3.93935C3.65805 4.22066 3.50001 4.60219 3.50001 5.00001V16.5863C3.49905 16.9147 3.56331 17.24 3.68905 17.5435C3.81479 17.8469 3.99951 18.1223 4.23251 18.3538L16.6475 30.7688C17.1163 31.2374 17.7521 31.5007 18.415 31.5007C19.0779 31.5007 19.7137 31.2374 20.1825 30.7688L30.7688 20.1825C31.2374 19.7137 31.5007 19.0779 31.5007 18.415C31.5007 17.7521 31.2374 17.1163 30.7688 16.6475ZM18.415 28.2938L6.50001 16.375V6.50001H16.375L28.29 18.415L18.415 28.2938ZM12.5 10.5C12.5 10.8956 12.3827 11.2823 12.1629 11.6112C11.9432 11.94 11.6308 12.1964 11.2654 12.3478C10.8999 12.4991 10.4978 12.5388 10.1098 12.4616C9.72187 12.3844 9.3655 12.1939 9.0858 11.9142C8.80609 11.6345 8.61561 11.2782 8.53844 10.8902C8.46127 10.5022 8.50088 10.1001 8.65225 9.73464C8.80363 9.36919 9.05997 9.05683 9.38887 8.83707C9.71777 8.61731 10.1044 8.50001 10.5 8.50001C11.0304 8.50001 11.5392 8.71072 11.9142 9.0858C12.2893 9.46087 12.5 9.96958 12.5 10.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="M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM10.5 12C10.2033 12 9.91333 11.912 9.66666 11.7472C9.41998 11.5824 9.22772 11.3481 9.11419 11.074C9.00066 10.7999 8.97095 10.4983 9.02883 10.2074C9.08671 9.9164 9.22957 9.64913 9.43935 9.43935C9.64913 9.22957 9.9164 9.08671 10.2074 9.02883C10.4983 8.97095 10.7999 9.00066 11.074 9.11419C11.3481 9.22772 11.5824 9.41998 11.7472 9.66666C11.912 9.91333 12 10.2033 12 10.5C12 10.8978 11.842 11.2794 11.5607 11.5607C11.2794 11.842 10.8978 12 10.5 12Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M29.7075 19.125L19.125 29.7075C18.9375 29.8949 18.6832 30.0002 18.4181 30.0002C18.153 30.0002 17.8988 29.8949 17.7112 29.7075L5.2925 17.2925C5.10532 17.1051 5.00012 16.8511 5 16.5863V5H16.5862C16.8511 5.00012 17.1051 5.10532 17.2925 5.2925L29.7075 17.7075C29.8008 17.8004 29.8749 17.9109 29.9255 18.0325C29.976 18.1541 30.002 18.2845 30.002 18.4163C30.002 18.548 29.976 18.6784 29.9255 18.8C29.8749 18.9216 29.8008 19.0321 29.7075 19.125Z" fill="currentColor"/>
36
+ <path d="M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM18.4138 29L6.00001 16.5863V6.00001H16.5863L29 18.4138L18.4138 29ZM12 10.5C12 10.7967 11.912 11.0867 11.7472 11.3334C11.5824 11.58 11.3481 11.7723 11.074 11.8858C10.7999 11.9994 10.4983 12.0291 10.2074 11.9712C9.9164 11.9133 9.64913 11.7704 9.43935 11.5607C9.22957 11.3509 9.08671 11.0836 9.02883 10.7926C8.97095 10.5017 9.00066 10.2001 9.11419 9.92598C9.22772 9.6519 9.41998 9.41763 9.66666 9.25281C9.91333 9.08798 10.2033 9.00001 10.5 9.00001C10.8978 9.00001 11.2794 9.15805 11.5607 9.43935C11.842 9.72065 12 10.1022 12 10.5Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M30.2388 17.1775L17.8238 4.7625C17.6615 4.59967 17.4686 4.47056 17.2562 4.3826C17.0438 4.29464 16.8161 4.24958 16.5863 4.25H5C4.80109 4.25 4.61033 4.32902 4.46967 4.46967C4.32902 4.61033 4.25 4.80109 4.25 5V16.5863C4.24958 16.8161 4.29464 17.0438 4.3826 17.2562C4.47056 17.4686 4.59967 17.6615 4.7625 17.8238L17.1775 30.2388C17.34 30.4013 17.5329 30.5302 17.7453 30.6182C17.9576 30.7061 18.1852 30.7514 18.415 30.7514C18.6448 30.7514 18.8724 30.7061 19.0847 30.6182C19.2971 30.5302 19.49 30.4013 19.6525 30.2388L30.2388 19.6525C30.4013 19.49 30.5302 19.2971 30.6182 19.0847C30.7061 18.8724 30.7514 18.6448 30.7514 18.415C30.7514 18.1852 30.7061 17.9576 30.6182 17.7453C30.5302 17.5329 30.4013 17.34 30.2388 17.1775ZM29.1775 18.5913L18.5913 29.1775C18.568 29.2007 18.5405 29.2192 18.5101 29.2318C18.4798 29.2444 18.4472 29.2508 18.4144 29.2508C18.3815 29.2508 18.349 29.2444 18.3186 29.2318C18.2883 29.2192 18.2607 29.2007 18.2375 29.1775L5.82375 16.7625C5.7768 16.7158 5.75028 16.6525 5.75 16.5863V5.75H16.5863C16.6525 5.75028 16.7158 5.7768 16.7625 5.82375L29.1775 18.2375C29.2007 18.2607 29.2192 18.2883 29.2318 18.3186C29.2444 18.349 29.2508 18.3815 29.2508 18.4144C29.2508 18.4472 29.2444 18.4798 29.2318 18.5101C29.2192 18.5405 29.2007 18.568 29.1775 18.5913ZM11.75 10.5C11.75 10.7472 11.6767 10.9889 11.5393 11.1945C11.402 11.4 11.2068 11.5602 10.9784 11.6549C10.7499 11.7495 10.4986 11.7742 10.2561 11.726C10.0137 11.6778 9.79094 11.5587 9.61612 11.3839C9.4413 11.2091 9.32225 10.9863 9.27402 10.7439C9.22579 10.5014 9.25054 10.2501 9.34515 10.0216C9.43976 9.79324 9.59998 9.59802 9.80554 9.46067C10.0111 9.32331 10.2528 9.25 10.5 9.25C10.8315 9.25 11.1495 9.3817 11.3839 9.61612C11.6183 9.85054 11.75 10.1685 11.75 10.5Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Tag;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Ticket = ({type = "light"}: IconProps) => {
4
+ if (type === "thin") {
5
+ return (
6
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
7
+ <path d="M28.3 12.57C28.6386 12.5009 28.9429 12.317 29.1616 12.0494C29.3802 11.7817 29.4998 11.4468 29.5 11.1012V8C29.5 7.60218 29.342 7.22064 29.0607 6.93934C28.7794 6.65804 28.3978 6.5 28 6.5H4C3.60218 6.5 3.22064 6.65804 2.93934 6.93934C2.65804 7.22064 2.5 7.60218 2.5 8V11.1012C2.50022 11.4468 2.61975 11.7817 2.8384 12.0494C3.05705 12.317 3.3614 12.5009 3.7 12.57C4.4912 12.7307 5.20253 13.1599 5.71346 13.785C6.2244 14.4101 6.50351 15.1927 6.50351 16C6.50351 16.8073 6.2244 17.5899 5.71346 18.215C5.20253 18.8401 4.4912 19.2693 3.7 19.43C3.3614 19.4991 3.05705 19.683 2.8384 19.9506C2.61975 20.2183 2.50022 20.5532 2.5 20.8988V24C2.5 24.3978 2.65804 24.7794 2.93934 25.0607C3.22064 25.342 3.60218 25.5 4 25.5H28C28.3978 25.5 28.7794 25.342 29.0607 25.0607C29.342 24.7794 29.5 24.3978 29.5 24V20.8988C29.4998 20.5532 29.3802 20.2183 29.1616 19.9506C28.9429 19.683 28.6386 19.4991 28.3 19.43C27.5088 19.2693 26.7975 18.8401 26.2865 18.215C25.7756 17.5899 25.4965 16.8073 25.4965 16C25.4965 15.1927 25.7756 14.4101 26.2865 13.785C26.7975 13.1599 27.5088 12.7307 28.3 12.57ZM3.5 24V20.8988C3.50026 20.7837 3.5402 20.6723 3.61306 20.5832C3.68593 20.4942 3.78727 20.433 3.9 20.41C4.91726 20.2034 5.83183 19.6515 6.48874 18.8478C7.14565 18.0441 7.50451 17.038 7.50451 16C7.50451 14.962 7.14565 13.9559 6.48874 13.1522C5.83183 12.3485 4.91726 11.7966 3.9 11.59C3.78727 11.567 3.68593 11.5058 3.61306 11.4168C3.5402 11.3277 3.50026 11.2163 3.5 11.1012V8C3.5 7.86739 3.55268 7.74021 3.64645 7.64645C3.74021 7.55268 3.86739 7.5 4 7.5H11.5V24.5H4C3.86739 24.5 3.74021 24.4473 3.64645 24.3536C3.55268 24.2598 3.5 24.1326 3.5 24ZM24.5 16C24.5019 17.0368 24.8609 18.0414 25.5166 18.8445C26.1722 19.6477 27.0845 20.2006 28.1 20.41C28.2127 20.433 28.3141 20.4942 28.3869 20.5832C28.4598 20.6723 28.4997 20.7837 28.5 20.8988V24C28.5 24.1326 28.4473 24.2598 28.3536 24.3536C28.2598 24.4473 28.1326 24.5 28 24.5H12.5V7.5H28C28.1326 7.5 28.2598 7.55268 28.3536 7.64645C28.4473 7.74021 28.5 7.86739 28.5 8V11.1012C28.4997 11.2163 28.4598 11.3277 28.3869 11.4168C28.3141 11.5058 28.2127 11.567 28.1 11.59C27.0845 11.7994 26.1722 12.3523 25.5166 13.1555C24.8609 13.9586 24.5019 14.9632 24.5 16Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M28.3988 13.06C28.8505 12.9681 29.2567 12.7229 29.5485 12.366C29.8402 12.009 29.9998 11.5623 30 11.1012V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21072 6.96086 2 7.46957 2 8V11.1012C2.00026 11.5623 2.15977 12.009 2.45156 12.366C2.74335 12.7229 3.14949 12.9681 3.60125 13.06C4.27676 13.2001 4.88335 13.5687 5.31883 14.1038C5.75431 14.6388 5.99208 15.3076 5.99208 15.9975C5.99208 16.6874 5.75431 17.3562 5.31883 17.8912C4.88335 18.4263 4.27676 18.7949 3.60125 18.935C3.14865 19.0271 2.74186 19.273 2.44998 19.631C2.15809 19.9889 1.9991 20.4369 2 20.8988V24C2 24.5304 2.21072 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V20.8988C29.9998 20.4377 29.8402 19.9909 29.5485 19.634C29.2567 19.2771 28.8505 19.0319 28.3988 18.94C27.7233 18.7999 27.1167 18.4313 26.6812 17.8962C26.2457 17.3612 26.0079 16.6924 26.0079 16.0025C26.0079 15.3126 26.2457 14.6438 26.6812 14.1088C27.1167 13.5737 27.7233 13.2051 28.3988 13.065V13.06ZM4 20.9C5.12962 20.6699 6.14502 20.0565 6.8743 19.1637C7.60358 18.2708 8.00194 17.1534 8.00194 16.0006C8.00194 14.8478 7.60358 13.7304 6.8743 12.8376C6.14502 11.9448 5.12962 11.3314 4 11.1012V8H11V24H4V20.9ZM28 20.9V24H13V8H28V11.1C26.8704 11.3301 25.855 11.9435 25.1257 12.8363C24.3964 13.7292 23.9981 14.8466 23.9981 15.9994C23.9981 17.1522 24.3964 18.2696 25.1257 19.1624C25.855 20.0552 26.8704 20.6686 28 20.8988V20.9Z" fill="currentColor"/>
15
+ </svg>
16
+ );
17
+ }
18
+ if (type === "bold") {
19
+ return (
20
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
21
+ <path d="M28.5 13.55C29.0645 13.4348 29.5718 13.1281 29.9363 12.6819C30.3007 12.2357 30.4998 11.6774 30.5 11.1012V8C30.5 7.33696 30.2366 6.70107 29.7678 6.23223C29.2989 5.76339 28.663 5.5 28 5.5H4C3.33696 5.5 2.70107 5.76339 2.23223 6.23223C1.76339 6.70107 1.5 7.33696 1.5 8V11.1012C1.50017 11.6774 1.69931 12.2357 2.06374 12.6819C2.42817 13.1281 2.93553 13.4348 3.5 13.55C4.06514 13.6648 4.57324 13.9714 4.93819 14.4179C5.30314 14.8644 5.50251 15.4233 5.50251 16C5.50251 16.5767 5.30314 17.1356 4.93819 17.5821C4.57324 18.0286 4.06514 18.3352 3.5 18.45C2.93553 18.5652 2.42817 18.8719 2.06374 19.3181C1.69931 19.7643 1.50017 20.3226 1.5 20.8988V24C1.5 24.663 1.76339 25.2989 2.23223 25.7678C2.70107 26.2366 3.33696 26.5 4 26.5H28C28.663 26.5 29.2989 26.2366 29.7678 25.7678C30.2366 25.2989 30.5 24.663 30.5 24V20.8988C30.4998 20.3226 30.3007 19.7643 29.9363 19.3181C29.5718 18.8719 29.0645 18.5652 28.5 18.45C27.9349 18.3352 27.4268 18.0286 27.0618 17.5821C26.6969 17.1356 26.4975 16.5767 26.4975 16C26.4975 15.4233 26.6969 14.8644 27.0618 14.4179C27.4268 13.9714 27.9349 13.6648 28.5 13.55ZM4.5 21.2925C5.65259 20.9666 6.66729 20.2733 7.3899 19.3181C8.11251 18.3628 8.50352 17.1978 8.50352 16C8.50352 14.8022 8.11251 13.6372 7.3899 12.6819C6.66729 11.7267 5.65259 11.0334 4.5 10.7075V8.5H10.5V23.5H4.5V21.2925ZM27.5 21.2925V23.5H13.5V8.5H27.5V10.7075C26.3474 11.0334 25.3327 11.7267 24.6101 12.6819C23.8875 13.6372 23.4965 14.8022 23.4965 16C23.4965 17.1978 23.8875 18.3628 24.6101 19.3181C25.3327 20.2733 26.3474 20.9666 27.5 21.2925Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M28.3988 13.06C28.8505 12.9681 29.2567 12.7229 29.5485 12.366C29.8402 12.009 29.9998 11.5623 30 11.1012V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21072 6.96086 2 7.46957 2 8V11.1012C2.00026 11.5623 2.15977 12.009 2.45156 12.366C2.74335 12.7229 3.14949 12.9681 3.60125 13.06C4.27676 13.2001 4.88335 13.5687 5.31883 14.1038C5.75431 14.6388 5.99208 15.3076 5.99208 15.9975C5.99208 16.6874 5.75431 17.3562 5.31883 17.8912C4.88335 18.4263 4.27676 18.7949 3.60125 18.935C3.14865 19.0271 2.74186 19.273 2.44998 19.631C2.15809 19.9889 1.9991 20.4369 2 20.8988V24C2 24.5304 2.21072 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V20.8988C29.9998 20.4377 29.8402 19.9909 29.5485 19.634C29.2567 19.2771 28.8505 19.0319 28.3988 18.94C27.7233 18.7999 27.1167 18.4313 26.6812 17.8962C26.2457 17.3612 26.0079 16.6924 26.0079 16.0025C26.0079 15.3126 26.2457 14.6438 26.6812 14.1088C27.1167 13.5737 27.7233 13.2051 28.3988 13.065V13.06ZM4 20.9C5.12962 20.6699 6.14502 20.0565 6.8743 19.1637C7.60358 18.2708 8.00194 17.1534 8.00194 16.0006C8.00194 14.8478 7.60358 13.7304 6.8743 12.8376C6.14502 11.9448 5.12962 11.3314 4 11.1012V8H11V24H4V20.9Z" 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="M25 16C24.9998 16.9221 25.3182 17.816 25.9014 18.5303C26.4845 19.2447 27.2965 19.7356 28.2 19.92C28.4257 19.9661 28.6285 20.0886 28.7743 20.2669C28.92 20.4453 28.9998 20.6684 29 20.8988V24C29 24.2652 28.8946 24.5196 28.7071 24.7071C28.5196 24.8946 28.2652 25 28 25H12V7H28C28.2652 7 28.5196 7.10536 28.7071 7.29289C28.8946 7.48043 29 7.73478 29 8V11.1012C28.9998 11.3316 28.92 11.5547 28.7743 11.7331C28.6285 11.9114 28.4257 12.0339 28.2 12.08C27.2965 12.2644 26.4845 12.7553 25.9014 13.4697C25.3182 14.184 24.9998 15.0779 25 16Z" fill="currentColor"/>
36
+ <path d="M28.3988 13.06C28.8505 12.9681 29.2567 12.7229 29.5485 12.366C29.8402 12.009 29.9998 11.5623 30 11.1012V8C30 7.46957 29.7893 6.96086 29.4142 6.58579C29.0391 6.21071 28.5304 6 28 6H4C3.46957 6 2.96086 6.21071 2.58579 6.58579C2.21072 6.96086 2 7.46957 2 8V11.1012C2.00026 11.5623 2.15977 12.009 2.45156 12.366C2.74335 12.7229 3.14949 12.9681 3.60125 13.06C4.27676 13.2001 4.88335 13.5687 5.31883 14.1038C5.75431 14.6388 5.99208 15.3076 5.99208 15.9975C5.99208 16.6874 5.75431 17.3562 5.31883 17.8912C4.88335 18.4263 4.27676 18.7949 3.60125 18.935C3.14865 19.0271 2.74186 19.273 2.44998 19.631C2.15809 19.9889 1.9991 20.4369 2 20.8988V24C2 24.5304 2.21072 25.0391 2.58579 25.4142C2.96086 25.7893 3.46957 26 4 26H28C28.5304 26 29.0391 25.7893 29.4142 25.4142C29.7893 25.0391 30 24.5304 30 24V20.8988C29.9998 20.4377 29.8402 19.9909 29.5485 19.634C29.2567 19.2771 28.8505 19.0319 28.3988 18.94C27.7233 18.7999 27.1167 18.4313 26.6812 17.8962C26.2457 17.3612 26.0079 16.6924 26.0079 16.0025C26.0079 15.3126 26.2457 14.6438 26.6812 14.1088C27.1167 13.5737 27.7233 13.2051 28.3988 13.065V13.06ZM4 20.9C5.12962 20.6699 6.14502 20.0565 6.8743 19.1637C7.60358 18.2708 8.00194 17.1534 8.00194 16.0006C8.00194 14.8478 7.60358 13.7304 6.8743 12.8376C6.14502 11.9448 5.12962 11.3314 4 11.1012V8H11V24H4V20.9ZM28 20.9V24H13V8H28V11.1C26.8704 11.3301 25.855 11.9435 25.1257 12.8363C24.3964 13.7292 23.9981 14.8466 23.9981 15.9994C23.9981 17.1522 24.3964 18.2696 25.1257 19.1624C25.855 20.0552 26.8704 20.6686 28 20.8988V20.9Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M28.3487 12.815C28.744 12.7346 29.0994 12.5201 29.3548 12.2078C29.6101 11.8956 29.7497 11.5046 29.75 11.1012V8C29.75 7.53587 29.5656 7.09075 29.2374 6.76256C28.9092 6.43437 28.4641 6.25 28 6.25H4C3.53587 6.25 3.09075 6.43437 2.76256 6.76256C2.43437 7.09075 2.25 7.53587 2.25 8V11.1012C2.25026 11.5046 2.38988 11.8956 2.64522 12.2078C2.90056 12.5201 3.25595 12.7346 3.65125 12.815C4.38865 12.9617 5.05236 13.3596 5.52931 13.9408C6.00626 14.522 6.26694 15.2506 6.26694 16.0025C6.26694 16.7544 6.00626 17.483 5.52931 18.0642C5.05236 18.6454 4.38865 19.0433 3.65125 19.19C3.25679 19.2702 2.90205 19.484 2.6468 19.7952C2.39155 20.1065 2.25141 20.4962 2.25 20.8988V24C2.25 24.4641 2.43437 24.9092 2.76256 25.2374C3.09075 25.5656 3.53587 25.75 4 25.75H28C28.4641 25.75 28.9092 25.5656 29.2374 25.2374C29.5656 24.9092 29.75 24.4641 29.75 24V20.8988C29.7497 20.4954 29.6101 20.1044 29.3548 19.7922C29.0994 19.4799 28.744 19.2654 28.3487 19.185C27.6113 19.0383 26.9476 18.6404 26.4707 18.0592C25.9937 17.478 25.7331 16.7494 25.7331 15.9975C25.7331 15.2456 25.9937 14.517 26.4707 13.9358C26.9476 13.3546 27.6113 12.9567 28.3487 12.81V12.815ZM3.75 24V20.8988C3.75022 20.8415 3.77007 20.7861 3.80624 20.7417C3.84242 20.6973 3.89272 20.6667 3.94875 20.655C5.02252 20.437 5.9879 19.8544 6.68131 19.006C7.37472 18.1577 7.75351 17.0957 7.75351 16C7.75351 14.9043 7.37472 13.8423 6.68131 12.994C5.9879 12.1456 5.02252 11.563 3.94875 11.345C3.89166 11.3331 3.84055 11.3015 3.80425 11.2559C3.76795 11.2102 3.74876 11.1533 3.75 11.095V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75H11.25V24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24ZM28.0513 20.655C28.1073 20.6667 28.1576 20.6973 28.1938 20.7417C28.2299 20.7861 28.2498 20.8415 28.25 20.8988V24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25H12.75V7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V11.1012C28.2512 11.1596 28.232 11.2165 28.1957 11.2621C28.1595 11.3078 28.1083 11.3393 28.0513 11.3512C26.9775 11.5693 26.0121 12.1518 25.3187 13.0002C24.6253 13.8486 24.2465 14.9106 24.2465 16.0063C24.2465 17.1019 24.6253 18.1639 25.3187 19.0123C26.0121 19.8607 26.9775 20.4432 28.0513 20.6612V20.655Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default Ticket;