@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 ArticleNyTimes = ({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="M19.5003 13C19.5003 12.8674 19.5529 12.7402 19.6467 12.6464C19.7405 12.5527 19.8677 12.5 20.0003 12.5H30.0003C30.1329 12.5 30.26 12.5527 30.3538 12.6464C30.4476 12.7402 30.5003 12.8674 30.5003 13C30.5003 13.1326 30.4476 13.2598 30.3538 13.3536C30.26 13.4473 30.1329 13.5 30.0003 13.5H20.0003C19.8677 13.5 19.7405 13.4473 19.6467 13.3536C19.5529 13.2598 19.5003 13.1326 19.5003 13ZM30.0003 16.5H20.0003C19.8677 16.5 19.7405 16.5527 19.6467 16.6464C19.5529 16.7402 19.5003 16.8674 19.5003 17C19.5003 17.1326 19.5529 17.2598 19.6467 17.3536C19.7405 17.4473 19.8677 17.5 20.0003 17.5H30.0003C30.1329 17.5 30.26 17.4473 30.3538 17.3536C30.4476 17.2598 30.5003 17.1326 30.5003 17C30.5003 16.8674 30.4476 16.7402 30.3538 16.6464C30.26 16.5527 30.1329 16.5 30.0003 16.5ZM30.0003 20.5H20.0003C19.8677 20.5 19.7405 20.5527 19.6467 20.6464C19.5529 20.7402 19.5003 20.8674 19.5003 21C19.5003 21.1326 19.5529 21.2598 19.6467 21.3536C19.7405 21.4473 19.8677 21.5 20.0003 21.5H30.0003C30.1329 21.5 30.26 21.4473 30.3538 21.3536C30.4476 21.2598 30.5003 21.1326 30.5003 21C30.5003 20.8674 30.4476 20.7402 30.3538 20.6464C30.26 20.5527 30.1329 20.5 30.0003 20.5ZM30.0003 24.5H9.00026C8.86765 24.5 8.74047 24.5527 8.64671 24.6464C8.55294 24.7402 8.50026 24.8674 8.50026 25C8.50026 25.1326 8.55294 25.2598 8.64671 25.3536C8.74047 25.4473 8.86765 25.5 9.00026 25.5H30.0003C30.1329 25.5 30.26 25.4473 30.3538 25.3536C30.4476 25.2598 30.5003 25.1326 30.5003 25C30.5003 24.8674 30.4476 24.7402 30.3538 24.6464C30.26 24.5527 30.1329 24.5 30.0003 24.5ZM10.0003 21.5C8.89977 21.5012 7.81702 21.2227 6.85372 20.6906C5.89042 20.1585 5.07818 19.3903 4.49329 18.4581C3.90841 17.5259 3.57007 16.4604 3.51007 15.3615C3.45006 14.2627 3.67036 13.1666 4.15026 12.1763C3.549 11.8717 3.06782 11.3735 2.78427 10.7621C2.50072 10.1507 2.43132 9.46156 2.58727 8.80586C2.74322 8.15016 3.11542 7.56607 3.64388 7.14776C4.17234 6.72944 4.82627 6.50126 5.50026 6.5C5.58509 6.49993 5.66854 6.52143 5.74276 6.5625L14.6253 11.5C15.1557 11.4834 15.6578 11.2568 16.0212 10.87C16.3845 10.4832 16.5793 9.96793 16.5628 9.4375C16.5462 8.90707 16.3196 8.40494 15.9328 8.04159C15.546 7.67824 15.0307 7.48342 14.5003 7.5C14.3677 7.5 14.2405 7.44732 14.1467 7.35355C14.0529 7.25979 14.0003 7.13261 14.0003 7C14.0003 6.86739 14.0529 6.74022 14.1467 6.64645C14.2405 6.55268 14.3677 6.5 14.5003 6.5C15.2959 6.5 16.059 6.81607 16.6216 7.37868C17.1842 7.94129 17.5003 8.70435 17.5003 9.5C17.5003 10.2956 17.1842 11.0587 16.6216 11.6213C16.059 12.1839 15.2959 12.5 14.5003 12.5C14.4154 12.5001 14.332 12.4786 14.2578 12.4375L9.10401 9.57375C7.78519 9.79274 6.59128 10.4846 5.74551 11.5199C4.89975 12.5553 4.46003 13.8632 4.50859 15.1992C4.55715 16.5352 5.09065 17.8078 6.00934 18.779C6.92804 19.7502 8.16902 20.3536 9.50026 20.4762V15C9.50026 14.8674 9.55294 14.7402 9.64671 14.6464C9.74047 14.5527 9.86765 14.5 10.0003 14.5C10.1329 14.5 10.26 14.5527 10.3538 14.6464C10.4476 14.7402 10.5003 14.8674 10.5003 15V20.4762C11.5477 20.3796 12.5456 19.9853 13.3762 19.3399C14.2068 18.6944 14.8354 17.8249 15.1878 16.8337C15.235 16.713 15.3273 16.6153 15.4452 16.5613C15.5632 16.5073 15.6974 16.5012 15.8197 16.5444C15.942 16.5875 16.0428 16.6765 16.1007 16.7925C16.1587 16.9086 16.1693 17.0426 16.1303 17.1663C15.6808 18.433 14.8502 19.5296 13.7527 20.3055C12.6552 21.0814 11.3444 21.4987 10.0003 21.5ZM4.65526 11.3125C5.43342 10.1856 6.54703 9.33268 7.83776 8.875L5.37526 7.5C4.93024 7.5263 4.50677 7.70052 4.17209 7.99499C3.83741 8.28947 3.6107 8.68733 3.52798 9.12537C3.44525 9.56342 3.51124 10.0166 3.71548 10.4128C3.91972 10.8091 4.25049 11.1257 4.65526 11.3125Z" 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="M18.9999 13C18.9999 12.7348 19.1053 12.4804 19.2928 12.2929C19.4804 12.1054 19.7347 12 19.9999 12H29.9999C30.2652 12 30.5195 12.1054 30.7071 12.2929C30.8946 12.4804 30.9999 12.7348 30.9999 13C30.9999 13.2652 30.8946 13.5196 30.7071 13.7071C30.5195 13.8946 30.2652 14 29.9999 14H19.9999C19.7347 14 19.4804 13.8946 19.2928 13.7071C19.1053 13.5196 18.9999 13.2652 18.9999 13ZM29.9999 16H19.9999C19.7347 16 19.4804 16.1054 19.2928 16.2929C19.1053 16.4804 18.9999 16.7348 18.9999 17C18.9999 17.2652 19.1053 17.5196 19.2928 17.7071C19.4804 17.8946 19.7347 18 19.9999 18H29.9999C30.2652 18 30.5195 17.8946 30.7071 17.7071C30.8946 17.5196 30.9999 17.2652 30.9999 17C30.9999 16.7348 30.8946 16.4804 30.7071 16.2929C30.5195 16.1054 30.2652 16 29.9999 16ZM29.9999 20H19.9999C19.7347 20 19.4804 20.1054 19.2928 20.2929C19.1053 20.4804 18.9999 20.7348 18.9999 21C18.9999 21.2652 19.1053 21.5196 19.2928 21.7071C19.4804 21.8946 19.7347 22 19.9999 22H29.9999C30.2652 22 30.5195 21.8946 30.7071 21.7071C30.8946 21.5196 30.9999 21.2652 30.9999 21C30.9999 20.7348 30.8946 20.4804 30.7071 20.2929C30.5195 20.1054 30.2652 20 29.9999 20ZM29.9999 24H8.99995C8.73473 24 8.48038 24.1054 8.29284 24.2929C8.1053 24.4804 7.99995 24.7348 7.99995 25C7.99995 25.2652 8.1053 25.5196 8.29284 25.7071C8.48038 25.8946 8.73473 26 8.99995 26H29.9999C30.2652 26 30.5195 25.8946 30.7071 25.7071C30.8946 25.5196 30.9999 25.2652 30.9999 25C30.9999 24.7348 30.8946 24.4804 30.7071 24.2929C30.5195 24.1054 30.2652 24 29.9999 24ZM9.99995 22C8.14404 21.998 6.36472 21.2599 5.05239 19.9476C3.74007 18.6352 3.00193 16.8559 2.99995 15C2.99926 14.1 3.17376 13.2084 3.5137 12.375C2.90197 11.9503 2.44166 11.3415 2.19969 10.6373C1.95771 9.93297 1.94668 9.16985 2.1682 8.45886C2.38972 7.74787 2.83225 7.12607 3.43144 6.68386C4.03063 6.24166 4.75525 6.00209 5.49995 6C5.67002 5.99964 5.83738 6.04266 5.9862 6.125L14.7274 10.9813C15.0993 10.9219 15.4352 10.7249 15.6686 10.4294C15.9019 10.1338 16.0155 9.76131 15.9868 9.38584C15.9582 9.01038 15.7894 8.65943 15.5139 8.40269C15.2384 8.14595 14.8765 8.0022 14.4999 8C14.2347 8 13.9804 7.89465 13.7928 7.70711C13.6053 7.51957 13.4999 7.26522 13.4999 7C13.4999 6.73479 13.6053 6.48043 13.7928 6.2929C13.9804 6.10536 14.2347 6 14.4999 6C15.4282 6 16.3184 6.36875 16.9748 7.02513C17.6312 7.68151 17.9999 8.57174 17.9999 9.5C17.9999 10.4283 17.6312 11.3185 16.9748 11.9749C16.3184 12.6313 15.4282 13 14.4999 13C14.3299 13.0004 14.1625 12.9573 14.0137 12.875L9.0137 10.0988C7.88241 10.3261 6.86457 10.9377 6.13278 11.8299C5.401 12.722 5.00032 13.8399 4.99871 14.9938C4.99709 16.1477 5.39462 17.2666 6.1239 18.1608C6.85318 19.055 7.8693 19.6695 8.99995 19.9V15C8.99995 14.7348 9.1053 14.4804 9.29284 14.2929C9.48038 14.1054 9.73473 14 9.99995 14C10.2652 14 10.5195 14.1054 10.7071 14.2929C10.8946 14.4804 10.9999 14.7348 10.9999 15V19.8988C11.8453 19.7255 12.6315 19.3369 13.2826 18.7706C13.9337 18.2043 14.4275 17.4794 14.7162 16.6663C14.808 16.4207 14.9926 16.221 15.2302 16.1101C15.4679 15.9993 15.7395 15.9863 15.9867 16.0738C16.2338 16.1613 16.4367 16.3424 16.5517 16.5781C16.6666 16.8137 16.6844 17.0851 16.6012 17.3338C16.1171 18.6978 15.2227 19.8786 14.0408 20.714C12.8589 21.5495 11.4473 21.9987 9.99995 22ZM4.5287 10.6425C5.12615 9.89238 5.87053 9.2722 6.7162 8.82L5.27245 8.0175C4.98785 8.06028 4.72157 8.18402 4.50536 8.37396C4.28916 8.56391 4.13216 8.81204 4.0531 9.08876C3.97404 9.36548 3.97625 9.6591 4.05947 9.9346C4.14269 10.2101 4.30341 10.4558 4.52245 10.6425H4.5287Z" 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="M19.0005 15.5C19.0005 15.1022 19.1585 14.7206 19.4398 14.4393C19.7211 14.158 20.1026 14 20.5005 14H30.0005C30.3983 14 30.7798 14.158 31.0611 14.4393C31.3424 14.7206 31.5005 15.1022 31.5005 15.5C31.5005 15.8978 31.3424 16.2794 31.0611 16.5607C30.7798 16.842 30.3983 17 30.0005 17H20.5005C20.1026 17 19.7211 16.842 19.4398 16.5607C19.1585 16.2794 19.0005 15.8978 19.0005 15.5ZM30.0005 19H20.5005C20.1026 19 19.7211 19.158 19.4398 19.4393C19.1585 19.7206 19.0005 20.1022 19.0005 20.5C19.0005 20.8978 19.1585 21.2794 19.4398 21.5607C19.7211 21.842 20.1026 22 20.5005 22H30.0005C30.3983 22 30.7798 21.842 31.0611 21.5607C31.3424 21.2794 31.5005 20.8978 31.5005 20.5C31.5005 20.1022 31.3424 19.7206 31.0611 19.4393C30.7798 19.158 30.3983 19 30.0005 19ZM30.0005 24H9.00047C8.60265 24 8.22112 24.158 7.93981 24.4393C7.65851 24.7206 7.50047 25.1022 7.50047 25.5C7.50047 25.8978 7.65851 26.2794 7.93981 26.5607C8.22112 26.842 8.60265 27 9.00047 27H30.0005C30.3983 27 30.7798 26.842 31.0611 26.5607C31.3424 26.2794 31.5005 25.8978 31.5005 25.5C31.5005 25.1022 31.3424 24.7206 31.0611 24.4393C30.7798 24.158 30.3983 24 30.0005 24ZM10.0005 22.5C8.01206 22.4977 6.10575 21.7068 4.69973 20.3007C3.29371 18.8947 2.50279 16.9884 2.50048 15C2.50039 14.1662 2.64068 13.3384 2.91548 12.5513C2.2907 12.0216 1.84356 11.313 1.63448 10.5211C1.4254 9.72919 1.46445 8.89219 1.74637 8.1232C2.02828 7.3542 2.53947 6.69028 3.21085 6.22115C3.88223 5.75203 4.68143 5.5003 5.50047 5.5C5.75549 5.49995 6.0063 5.56491 6.22923 5.68875L14.8042 10.4525C15.0313 10.3799 15.225 10.2285 15.3504 10.0257C15.4757 9.82283 15.5245 9.58189 15.4878 9.34628C15.4511 9.11067 15.3315 8.89592 15.1505 8.74074C14.9694 8.58557 14.7389 8.50019 14.5005 8.5C14.1027 8.5 13.7211 8.34196 13.4398 8.06066C13.1585 7.77936 13.0005 7.39782 13.0005 7C13.0005 6.60218 13.1585 6.22064 13.4398 5.93934C13.7211 5.65804 14.1027 5.5 14.5005 5.5C15.5613 5.5 16.5788 5.92143 17.3289 6.67157C18.079 7.42172 18.5005 8.43913 18.5005 9.5C18.5005 10.5609 18.079 11.5783 17.3289 12.3284C16.5788 13.0786 15.5613 13.5 14.5005 13.5C14.2455 13.5001 13.9946 13.4351 13.7717 13.3112L8.93923 10.625C7.99621 10.8532 7.15218 11.38 6.533 12.127C5.91381 12.8739 5.55263 13.801 5.50329 14.77C5.45396 15.739 5.71912 16.6979 6.25924 17.5039C6.79936 18.3099 7.58551 18.9197 8.50047 19.2425V15.5C8.50047 15.1022 8.65851 14.7206 8.93981 14.4393C9.22112 14.158 9.60265 14 10.0005 14C10.3983 14 10.7798 14.158 11.0611 14.4393C11.3424 14.7206 11.5005 15.1022 11.5005 15.5V19.2388C12.1342 19.0164 12.7101 18.655 13.1859 18.1811C13.6618 17.7072 14.0255 17.1328 14.2505 16.5C14.3161 16.3143 14.4177 16.1433 14.5495 15.9968C14.6812 15.8503 14.8405 15.7312 15.0183 15.6463C15.1961 15.5614 15.3888 15.5124 15.5855 15.5019C15.7823 15.4915 15.9791 15.52 16.1649 15.5856C16.3506 15.6513 16.5216 15.7529 16.668 15.8846C16.8145 16.0164 16.9336 16.1757 17.0185 16.3534C17.1034 16.5312 17.1525 16.724 17.1629 16.9207C17.1733 17.1174 17.1449 17.3143 17.0792 17.5C16.5602 18.9625 15.6011 20.2283 14.3335 21.1236C13.066 22.019 11.5523 22.4998 10.0005 22.5ZM4.56173 9.845C4.91522 9.47263 5.30602 9.13753 5.72797 8.845L5.19672 8.55C4.99507 8.61429 4.81901 8.7409 4.6939 8.91162C4.56878 9.08233 4.50106 9.28835 4.50047 9.5C4.50099 9.61766 4.52171 9.73436 4.56173 9.845Z" 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.9999 12V14C30.9999 14.2652 30.8946 14.5196 30.7071 14.7071C30.5195 14.8946 30.2652 15 29.9999 15H19.9999C19.7347 15 19.4804 14.8946 19.2928 14.7071C19.1053 14.5196 18.9999 14.2652 18.9999 14V12C18.9999 11.7348 19.1053 11.4804 19.2928 11.2929C19.4804 11.1054 19.7347 11 19.9999 11H29.9999C30.2652 11 30.5195 11.1054 30.7071 11.2929C30.8946 11.4804 30.9999 11.7348 30.9999 12ZM29.9999 17H19.9999C19.7347 17 19.4804 17.1054 19.2928 17.2929C19.1053 17.4804 18.9999 17.7348 18.9999 18V20C18.9999 20.2652 19.1053 20.5196 19.2928 20.7071C19.4804 20.8946 19.7347 21 19.9999 21H29.9999C30.2652 21 30.5195 20.8946 30.7071 20.7071C30.8946 20.5196 30.9999 20.2652 30.9999 20V18C30.9999 17.7348 30.8946 17.4804 30.7071 17.2929C30.5195 17.1054 30.2652 17 29.9999 17ZM29.9999 23H8.99995C8.73473 23 8.48038 23.1054 8.29284 23.2929C8.1053 23.4804 7.99995 23.7348 7.99995 24V26C7.99995 26.2652 8.1053 26.5196 8.29284 26.7071C8.48038 26.8946 8.73473 27 8.99995 27H29.9999C30.2652 27 30.5195 26.8946 30.7071 26.7071C30.8946 26.5196 30.9999 26.2652 30.9999 26V24C30.9999 23.7348 30.8946 23.4804 30.7071 23.2929C30.5195 23.1054 30.2652 23 29.9999 23ZM9.99995 21C8.14404 20.998 6.36472 20.2599 5.05239 18.9476C3.74007 17.6352 3.00193 15.8559 2.99995 14C2.99926 13.1 3.17376 12.2084 3.5137 11.375C2.90197 10.9503 2.44166 10.3415 2.19969 9.63726C1.95771 8.93297 1.94668 8.16985 2.1682 7.45886C2.38972 6.74787 2.83225 6.12607 3.43144 5.68386C4.03063 5.24166 4.75525 5.00209 5.49995 5C5.67002 4.99964 5.83738 5.04266 5.9862 5.125L14.7274 9.98125C15.0993 9.92194 15.4352 9.72494 15.6686 9.42938C15.9019 9.13381 16.0155 8.76131 15.9868 8.38584C15.9582 8.01038 15.7894 7.65943 15.5139 7.40269C15.2384 7.14595 14.8765 7.0022 14.4999 7C14.2347 7 13.9804 6.89465 13.7928 6.70711C13.6053 6.51957 13.4999 6.26522 13.4999 6C13.4999 5.73479 13.6053 5.48043 13.7928 5.2929C13.9804 5.10536 14.2347 5 14.4999 5C15.4282 5 16.3184 5.36875 16.9748 6.02513C17.6312 6.68151 17.9999 7.57174 17.9999 8.5C17.9999 9.42826 17.6312 10.3185 16.9748 10.9749C16.3184 11.6313 15.4282 12 14.4999 12C14.3299 12.0004 14.1625 11.9573 14.0137 11.875L9.0137 9.09875C7.88241 9.32607 6.86457 9.93768 6.13278 10.8299C5.401 11.722 5.00032 12.8399 4.99871 13.9938C4.99709 15.1477 5.39462 16.2666 6.1239 17.1608C6.85318 18.055 7.8693 18.6695 8.99995 18.9V14C8.99995 13.7348 9.1053 13.4804 9.29284 13.2929C9.48038 13.1054 9.73473 13 9.99995 13C10.2652 13 10.5195 13.1054 10.7071 13.2929C10.8946 13.4804 10.9999 13.7348 10.9999 14V18.8988C11.8453 18.7255 12.6315 18.3369 13.2826 17.7706C13.9337 17.2043 14.4275 16.4794 14.7162 15.6663C14.808 15.4207 14.9926 15.221 15.2302 15.1102C15.4679 14.9993 15.7395 14.9863 15.9867 15.0738C16.2338 15.1613 16.4367 15.3424 16.5517 15.5781C16.6666 15.8137 16.6844 16.0851 16.6012 16.3338C16.1171 17.6978 15.2227 18.8786 14.0408 19.714C12.8589 20.5495 11.4473 20.9987 9.99995 21ZM4.5287 9.6425C5.12615 8.89238 5.87053 8.2722 6.7162 7.82L5.27245 7.0175C4.98785 7.06028 4.72157 7.18402 4.50536 7.37396C4.28916 7.56391 4.13216 7.81204 4.0531 8.08876C3.97404 8.36548 3.97625 8.6591 4.05947 8.9346C4.14269 9.21009 4.30341 9.45583 4.52245 9.6425H4.5287Z" 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="M30 13V25H20V13H30Z" fill="currentColor"/>
36
+ <path d="M18.9999 13C18.9999 12.7348 19.1053 12.4804 19.2928 12.2929C19.4804 12.1054 19.7347 12 19.9999 12H29.9999C30.2652 12 30.5195 12.1054 30.7071 12.2929C30.8946 12.4804 30.9999 12.7348 30.9999 13C30.9999 13.2652 30.8946 13.5196 30.7071 13.7071C30.5195 13.8946 30.2652 14 29.9999 14H19.9999C19.7347 14 19.4804 13.8946 19.2928 13.7071C19.1053 13.5196 18.9999 13.2652 18.9999 13ZM29.9999 16H19.9999C19.7347 16 19.4804 16.1054 19.2928 16.2929C19.1053 16.4804 18.9999 16.7348 18.9999 17C18.9999 17.2652 19.1053 17.5196 19.2928 17.7071C19.4804 17.8946 19.7347 18 19.9999 18H29.9999C30.2652 18 30.5195 17.8946 30.7071 17.7071C30.8946 17.5196 30.9999 17.2652 30.9999 17C30.9999 16.7348 30.8946 16.4804 30.7071 16.2929C30.5195 16.1054 30.2652 16 29.9999 16ZM29.9999 20H19.9999C19.7347 20 19.4804 20.1054 19.2928 20.2929C19.1053 20.4804 18.9999 20.7348 18.9999 21C18.9999 21.2652 19.1053 21.5196 19.2928 21.7071C19.4804 21.8946 19.7347 22 19.9999 22H29.9999C30.2652 22 30.5195 21.8946 30.7071 21.7071C30.8946 21.5196 30.9999 21.2652 30.9999 21C30.9999 20.7348 30.8946 20.4804 30.7071 20.2929C30.5195 20.1054 30.2652 20 29.9999 20ZM29.9999 24H8.99995C8.73473 24 8.48038 24.1054 8.29284 24.2929C8.1053 24.4804 7.99995 24.7348 7.99995 25C7.99995 25.2652 8.1053 25.5196 8.29284 25.7071C8.48038 25.8946 8.73473 26 8.99995 26H29.9999C30.2652 26 30.5195 25.8946 30.7071 25.7071C30.8946 25.5196 30.9999 25.2652 30.9999 25C30.9999 24.7348 30.8946 24.4804 30.7071 24.2929C30.5195 24.1054 30.2652 24 29.9999 24ZM9.99995 22C8.14404 21.998 6.36472 21.2599 5.05239 19.9476C3.74007 18.6352 3.00193 16.8559 2.99995 15C2.99926 14.1 3.17376 13.2084 3.5137 12.375C2.90197 11.9503 2.44166 11.3415 2.19969 10.6373C1.95771 9.93297 1.94668 9.16985 2.1682 8.45886C2.38972 7.74787 2.83225 7.12607 3.43144 6.68386C4.03063 6.24166 4.75525 6.00209 5.49995 6C5.67002 5.99964 5.83738 6.04266 5.9862 6.125L14.7274 10.9813C15.0993 10.9219 15.4352 10.7249 15.6686 10.4294C15.9019 10.1338 16.0155 9.76131 15.9868 9.38584C15.9582 9.01038 15.7894 8.65943 15.5139 8.40269C15.2384 8.14595 14.8765 8.0022 14.4999 8C14.2347 8 13.9804 7.89465 13.7928 7.70711C13.6053 7.51957 13.4999 7.26522 13.4999 7C13.4999 6.73479 13.6053 6.48043 13.7928 6.2929C13.9804 6.10536 14.2347 6 14.4999 6C15.4282 6 16.3184 6.36875 16.9748 7.02513C17.6312 7.68151 17.9999 8.57174 17.9999 9.5C17.9999 10.4283 17.6312 11.3185 16.9748 11.9749C16.3184 12.6313 15.4282 13 14.4999 13C14.3299 13.0004 14.1625 12.9573 14.0137 12.875L9.0137 10.0988C7.88241 10.3261 6.86457 10.9377 6.13278 11.8299C5.401 12.722 5.00032 13.8399 4.99871 14.9938C4.99709 16.1477 5.39462 17.2666 6.1239 18.1608C6.85318 19.055 7.8693 19.6695 8.99995 19.9V15C8.99995 14.7348 9.1053 14.4804 9.29284 14.2929C9.48038 14.1054 9.73473 14 9.99995 14C10.2652 14 10.5195 14.1054 10.7071 14.2929C10.8946 14.4804 10.9999 14.7348 10.9999 15V19.8988C11.8453 19.7255 12.6315 19.3369 13.2826 18.7706C13.9337 18.2043 14.4275 17.4794 14.7162 16.6663C14.808 16.4207 14.9926 16.221 15.2302 16.1101C15.4679 15.9993 15.7395 15.9863 15.9867 16.0738C16.2338 16.1613 16.4367 16.3424 16.5517 16.5781C16.6666 16.8137 16.6844 17.0851 16.6012 17.3338C16.1171 18.6978 15.2227 19.8786 14.0408 20.714C12.8589 21.5495 11.4473 21.9987 9.99995 22ZM4.5287 10.6425C5.12615 9.89238 5.87053 9.2722 6.7162 8.82L5.27245 8.0175C4.98785 8.06028 4.72157 8.18402 4.50536 8.37396C4.28916 8.56391 4.13216 8.81204 4.0531 9.08876C3.97404 9.36548 3.97625 9.6591 4.05947 9.9346C4.14269 10.2101 4.30341 10.4558 4.52245 10.6425H4.5287Z" 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="M19.2496 13C19.2496 12.8011 19.3286 12.6103 19.4692 12.4697C19.6099 12.329 19.8007 12.25 19.9996 12.25H29.9996C30.1985 12.25 30.3892 12.329 30.5299 12.4697C30.6705 12.6103 30.7496 12.8011 30.7496 13C30.7496 13.1989 30.6705 13.3897 30.5299 13.5303C30.3892 13.671 30.1985 13.75 29.9996 13.75H19.9996C19.8007 13.75 19.6099 13.671 19.4692 13.5303C19.3286 13.3897 19.2496 13.1989 19.2496 13ZM29.9996 16.25H19.9996C19.8007 16.25 19.6099 16.329 19.4692 16.4697C19.3286 16.6103 19.2496 16.8011 19.2496 17C19.2496 17.1989 19.3286 17.3897 19.4692 17.5303C19.6099 17.671 19.8007 17.75 19.9996 17.75H29.9996C30.1985 17.75 30.3892 17.671 30.5299 17.5303C30.6705 17.3897 30.7496 17.1989 30.7496 17C30.7496 16.8011 30.6705 16.6103 30.5299 16.4697C30.3892 16.329 30.1985 16.25 29.9996 16.25ZM29.9996 20.25H19.9996C19.8007 20.25 19.6099 20.329 19.4692 20.4697C19.3286 20.6103 19.2496 20.8011 19.2496 21C19.2496 21.1989 19.3286 21.3897 19.4692 21.5303C19.6099 21.671 19.8007 21.75 19.9996 21.75H29.9996C30.1985 21.75 30.3892 21.671 30.5299 21.5303C30.6705 21.3897 30.7496 21.1989 30.7496 21C30.7496 20.8011 30.6705 20.6103 30.5299 20.4697C30.3892 20.329 30.1985 20.25 29.9996 20.25ZM29.9996 24.25H8.99957C8.80066 24.25 8.60989 24.329 8.46924 24.4697C8.32859 24.6103 8.24957 24.8011 8.24957 25C8.24957 25.1989 8.32859 25.3897 8.46924 25.5303C8.60989 25.671 8.80066 25.75 8.99957 25.75H29.9996C30.1985 25.75 30.3892 25.671 30.5299 25.5303C30.6705 25.3897 30.7496 25.1989 30.7496 25C30.7496 24.8011 30.6705 24.6103 30.5299 24.4697C30.3892 24.329 30.1985 24.25 29.9996 24.25ZM9.99957 21.75C8.87678 21.7513 7.77145 21.4722 6.78389 20.9379C5.79633 20.4037 4.95781 19.6314 4.34443 18.6909C3.73105 17.7505 3.36223 16.6718 3.27145 15.5527C3.18067 14.4336 3.37079 13.3095 3.82457 12.2825C3.21699 11.9158 2.74613 11.3603 2.48391 10.7009C2.22169 10.0414 2.18252 9.31428 2.37238 8.63049C2.56224 7.9467 2.97071 7.34384 3.53538 6.914C4.10006 6.48415 4.7899 6.25095 5.49957 6.25C5.62681 6.24989 5.75198 6.28215 5.86332 6.34375L14.6783 11.2413C15.1254 11.1964 15.5381 10.9813 15.8309 10.6405C16.1238 10.2996 16.2743 9.85926 16.2513 9.41051C16.2283 8.96177 16.0336 8.53906 15.7075 8.22993C15.3814 7.92081 14.9489 7.74897 14.4996 7.75C14.3007 7.75 14.1099 7.67098 13.9692 7.53033C13.8286 7.38968 13.7496 7.19891 13.7496 7C13.7496 6.80109 13.8286 6.61032 13.9692 6.46967C14.1099 6.32902 14.3007 6.25 14.4996 6.25C15.3615 6.25 16.1882 6.59241 16.7977 7.2019C17.4072 7.8114 17.7496 8.63805 17.7496 9.5C17.7496 10.362 17.4072 11.1886 16.7977 11.7981C16.1882 12.4076 15.3615 12.75 14.4996 12.75C14.3723 12.7501 14.2472 12.7179 14.1358 12.6563L9.05707 9.83375C7.83138 10.0571 6.72508 10.7091 5.93591 11.6732C5.14674 12.6372 4.72613 13.8505 4.74928 15.0962C4.77242 16.3419 5.2378 17.5387 6.06224 18.4728C6.88668 19.4069 8.01643 20.0173 9.24957 20.195V15C9.24957 14.8011 9.32859 14.6103 9.46924 14.4697C9.60989 14.329 9.80066 14.25 9.99957 14.25C10.1985 14.25 10.3892 14.329 10.5299 14.4697C10.6706 14.6103 10.7496 14.8011 10.7496 15V20.195C11.6972 20.0578 12.5893 19.6644 13.3297 19.0572C14.0701 18.4501 14.6306 17.6524 14.9508 16.75C15.0171 16.5624 15.1553 16.4087 15.3348 16.3229C15.5144 16.2371 15.7207 16.2262 15.9083 16.2925C16.096 16.3588 16.2496 16.4969 16.3354 16.6765C16.4212 16.8561 16.4321 17.0624 16.3658 17.25C15.8987 18.5653 15.036 19.7038 13.8963 20.5095C12.7565 21.3152 11.3953 21.7485 9.99957 21.75ZM4.57957 10.9875C5.27217 10.0519 6.19378 9.31026 7.25582 8.83375L5.32082 7.75875C4.9575 7.79628 4.61503 7.94654 4.3414 8.18849C4.06778 8.43043 3.87671 8.75193 3.79499 9.10792C3.71326 9.4639 3.74497 9.83654 3.88566 10.1736C4.02636 10.5107 4.269 10.7953 4.57957 10.9875Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ArticleNyTimes;
@@ -0,0 +1,49 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const Camera = ({ type }: IconProps) => {
4
+ if (type === "thin") {
5
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
6
+ <path
7
+ d="M26 7.5H22.2663L20.415 4.7225C20.3694 4.65418 20.3077 4.59814 20.2353 4.55934C20.163 4.52053 20.0821 4.50015 20 4.5H12C11.9179 4.50015 11.837 4.52053 11.7647 4.55934C11.6923 4.59814 11.6306 4.65418 11.585 4.7225L9.73125 7.5H6C5.33696 7.5 4.70107 7.76339 4.23223 8.23223C3.76339 8.70107 3.5 9.33696 3.5 10V24C3.5 24.663 3.76339 25.2989 4.23223 25.7678C4.70107 26.2366 5.33696 26.5 6 26.5H26C26.663 26.5 27.2989 26.2366 27.7678 25.7678C28.2366 25.2989 28.5 24.663 28.5 24V10C28.5 9.33696 28.2366 8.70107 27.7678 8.23223C27.2989 7.76339 26.663 7.5 26 7.5ZM27.5 24C27.5 24.3978 27.342 24.7794 27.0607 25.0607C26.7794 25.342 26.3978 25.5 26 25.5H6C5.60218 25.5 5.22064 25.342 4.93934 25.0607C4.65804 24.7794 4.5 24.3978 4.5 24V10C4.5 9.60218 4.65804 9.22064 4.93934 8.93934C5.22064 8.65804 5.60218 8.5 6 8.5H10C10.0823 8.50005 10.1634 8.47977 10.236 8.44096C10.3086 8.40214 10.3706 8.34599 10.4163 8.2775L12.2662 5.5H19.7313L21.5837 8.2775C21.6294 8.34599 21.6914 8.40214 21.764 8.44096C21.8366 8.47977 21.9177 8.50005 22 8.5H26C26.3978 8.5 26.7794 8.65804 27.0607 8.93934C27.342 9.22064 27.5 9.60218 27.5 10V24ZM16 11.5C15.0111 11.5 14.0444 11.7932 13.2221 12.3427C12.3999 12.8921 11.759 13.673 11.3806 14.5866C11.0022 15.5002 10.9031 16.5055 11.0961 17.4755C11.289 18.4454 11.7652 19.3363 12.4645 20.0355C13.1637 20.7348 14.0546 21.211 15.0245 21.4039C15.9945 21.5969 16.9998 21.4978 17.9134 21.1194C18.827 20.741 19.6079 20.1001 20.1573 19.2779C20.7068 18.4556 21 17.4889 21 16.5C21 15.1739 20.4732 13.9021 19.5355 12.9645C18.5979 12.0268 17.3261 11.5 16 11.5ZM16 20.5C15.2089 20.5 14.4355 20.2654 13.7777 19.8259C13.1199 19.3864 12.6072 18.7616 12.3045 18.0307C12.0017 17.2998 11.9225 16.4956 12.0769 15.7196C12.2312 14.9437 12.6122 14.231 13.1716 13.6716C13.731 13.1122 14.4437 12.7312 15.2196 12.5769C15.9956 12.4225 16.7998 12.5017 17.5307 12.8045C18.2616 13.1072 18.8864 13.6199 19.3259 14.2777C19.7654 14.9355 20 15.7089 20 16.5C20 17.5609 19.5786 18.5783 18.8284 19.3284C18.0783 20.0786 17.0609 20.5 16 20.5Z"
8
+ fill="currentColor" />
9
+ </svg>
10
+ }
11
+ if (type === "regular") {
12
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
13
+ <path
14
+ d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM16 11C14.9122 11 13.8488 11.3226 12.9444 11.9269C12.0399 12.5313 11.3349 13.3902 10.9187 14.3952C10.5024 15.4002 10.3935 16.5061 10.6057 17.573C10.8179 18.6399 11.3417 19.6199 12.1109 20.3891C12.8801 21.1583 13.8601 21.6821 14.927 21.8943C15.9939 22.1065 17.0998 21.9976 18.1048 21.5813C19.1098 21.1651 19.9687 20.4601 20.5731 19.5556C21.1774 18.6512 21.5 17.5878 21.5 16.5C21.4983 15.0418 20.9184 13.6438 19.8873 12.6127C18.8562 11.5816 17.4582 11.0017 16 11ZM16 20C15.3078 20 14.6311 19.7947 14.0555 19.4101C13.4799 19.0256 13.0313 18.4789 12.7664 17.8394C12.5015 17.1999 12.4322 16.4961 12.5673 15.8172C12.7023 15.1383 13.0356 14.5146 13.5251 14.0251C14.0146 13.5356 14.6383 13.2023 15.3172 13.0673C15.9961 12.9322 16.6999 13.0015 17.3394 13.2664C17.9789 13.5313 18.5256 13.9799 18.9101 14.5555C19.2947 15.1311 19.5 15.8078 19.5 16.5C19.5 17.4283 19.1313 18.3185 18.4749 18.9749C17.8185 19.6313 16.9283 20 16 20Z"
15
+ fill="currentColor" />
16
+ </svg>
17
+ }
18
+ if (type === "bold") {
19
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
20
+ <path
21
+ d="M26 6.5H22.8025L21.25 4.1675C21.1128 3.96185 20.9269 3.79329 20.7088 3.67684C20.4907 3.56038 20.2472 3.49964 20 3.5H12C11.7528 3.49964 11.5093 3.56038 11.2912 3.67684C11.0731 3.79329 10.8872 3.96185 10.75 4.1675L9.19625 6.5H6C5.07174 6.5 4.1815 6.86875 3.52513 7.52513C2.86875 8.18151 2.5 9.07174 2.5 10V24C2.5 24.9283 2.86875 25.8185 3.52513 26.4749C4.1815 27.1313 5.07174 27.5 6 27.5H26C26.4596 27.5 26.9148 27.4095 27.3394 27.2336C27.764 27.0577 28.1499 26.7999 28.4749 26.4749C28.7999 26.1499 29.0577 25.764 29.2336 25.3394C29.4095 24.9148 29.5 24.4596 29.5 24V10C29.5 9.54037 29.4095 9.08525 29.2336 8.66061C29.0577 8.23597 28.7999 7.85013 28.4749 7.52513C28.1499 7.20012 27.764 6.94231 27.3394 6.76642C26.9148 6.59053 26.4596 6.5 26 6.5ZM26.5 24C26.5 24.1326 26.4473 24.2598 26.3536 24.3536C26.2598 24.4473 26.1326 24.5 26 24.5H6C5.86739 24.5 5.74021 24.4473 5.64645 24.3536C5.55268 24.2598 5.5 24.1326 5.5 24V10C5.5 9.86739 5.55268 9.74022 5.64645 9.64645C5.74021 9.55268 5.86739 9.5 6 9.5H10C10.2472 9.50037 10.4907 9.43962 10.7088 9.32317C10.9269 9.20671 11.1128 9.03816 11.25 8.8325L12.8025 6.5H19.1963L20.75 8.8325C20.8872 9.03816 21.0731 9.20671 21.2912 9.32317C21.5093 9.43962 21.7528 9.50037 22 9.5H26C26.1326 9.5 26.2598 9.55268 26.3536 9.64645C26.4473 9.74022 26.5 9.86739 26.5 10V24ZM16 10.5C14.8133 10.5 13.6533 10.8519 12.6666 11.5112C11.6799 12.1705 10.9108 13.1075 10.4567 14.2039C10.0026 15.3003 9.88378 16.5067 10.1153 17.6705C10.3468 18.8344 10.9182 19.9035 11.7574 20.7426C12.5965 21.5818 13.6656 22.1532 14.8295 22.3847C15.9933 22.6162 17.1997 22.4974 18.2961 22.0433C19.3925 21.5892 20.3295 20.8201 20.9888 19.8334C21.6481 18.8467 22 17.6867 22 16.5C21.9983 14.9092 21.3657 13.384 20.2408 12.2592C19.116 11.1343 17.5908 10.5017 16 10.5ZM16 19.5C15.4067 19.5 14.8266 19.3241 14.3333 18.9944C13.8399 18.6648 13.4554 18.1962 13.2284 17.6481C13.0013 17.0999 12.9419 16.4967 13.0576 15.9147C13.1734 15.3328 13.4591 14.7982 13.8787 14.3787C14.2982 13.9591 14.8328 13.6734 15.4147 13.5576C15.9967 13.4419 16.5999 13.5013 17.1481 13.7284C17.6962 13.9554 18.1648 14.3399 18.4944 14.8333C18.8241 15.3266 19 15.9067 19 16.5C19 17.2957 18.6839 18.0587 18.1213 18.6213C17.5587 19.1839 16.7956 19.5 16 19.5Z"
22
+ fill="currentColor" />
23
+ </svg>
24
+ }
25
+ if (type === "fill") {
26
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
27
+ <path
28
+ d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM20.5 16.5C20.5 17.39 20.2361 18.26 19.7416 19.0001C19.2471 19.7401 18.5443 20.3169 17.7221 20.6575C16.8998 20.9981 15.995 21.0872 15.1221 20.9135C14.2492 20.7399 13.4474 20.3113 12.818 19.682C12.1887 19.0526 11.7601 18.2508 11.5865 17.3779C11.4128 16.505 11.5019 15.6002 11.8425 14.7779C12.1831 13.9557 12.7599 13.2529 13.4999 12.7584C14.24 12.2639 15.11 12 16 12C17.1935 12 18.3381 12.4741 19.182 13.318C20.0259 14.1619 20.5 15.3065 20.5 16.5Z"
29
+ fill="currentColor" />
30
+ </svg>;
31
+ }
32
+ if (type === "duotone") {
33
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
34
+ <path opacity="0.2"
35
+ d="M26 8H22L20 5H12L10 8H6C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V10C28 9.46957 27.7893 8.96086 27.4142 8.58579C27.0391 8.21071 26.5304 8 26 8ZM16 21C15.11 21 14.24 20.7361 13.4999 20.2416C12.7599 19.7471 12.1831 19.0443 11.8425 18.2221C11.5019 17.3998 11.4128 16.495 11.5865 15.6221C11.7601 14.7492 12.1887 13.9474 12.818 13.318C13.4474 12.6887 14.2492 12.2601 15.1221 12.0865C15.995 11.9128 16.8998 12.0019 17.7221 12.3425C18.5443 12.6831 19.2471 13.2599 19.7416 13.9999C20.2361 14.74 20.5 15.61 20.5 16.5C20.5 17.6935 20.0259 18.8381 19.182 19.682C18.3381 20.5259 17.1935 21 16 21Z"
36
+ fill="currentColor" />
37
+ <path
38
+ d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM16 11C14.9122 11 13.8488 11.3226 12.9444 11.9269C12.0399 12.5313 11.3349 13.3902 10.9187 14.3952C10.5024 15.4002 10.3935 16.5061 10.6057 17.573C10.8179 18.6399 11.3417 19.6199 12.1109 20.3891C12.8801 21.1583 13.8601 21.6821 14.927 21.8943C15.9939 22.1065 17.0998 21.9976 18.1048 21.5813C19.1098 21.1651 19.9687 20.4601 20.5731 19.5556C21.1774 18.6512 21.5 17.5878 21.5 16.5C21.4983 15.0418 20.9184 13.6438 19.8873 12.6127C18.8562 11.5816 17.4582 11.0017 16 11ZM16 20C15.3078 20 14.6311 19.7947 14.0555 19.4101C13.4799 19.0256 13.0313 18.4789 12.7664 17.8394C12.5015 17.1999 12.4322 16.4961 12.5673 15.8172C12.7023 15.1383 13.0356 14.5146 13.5251 14.0251C14.0146 13.5356 14.6383 13.2023 15.3172 13.0673C15.9961 12.9322 16.6999 13.0015 17.3394 13.2664C17.9789 13.5313 18.5256 13.9799 18.9101 14.5555C19.2947 15.1311 19.5 15.8078 19.5 16.5C19.5 17.4283 19.1313 18.3185 18.4749 18.9749C17.8185 19.6313 16.9283 20 16 20Z"
39
+ fill="currentColor" />
40
+ </svg>
41
+ }
42
+ return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path
44
+ d="M26 7.25H22.4013L20.625 4.58375C20.5564 4.48092 20.4634 4.39665 20.3544 4.33842C20.2454 4.28019 20.1236 4.24982 20 4.25H12C11.8764 4.24982 11.7546 4.28019 11.6456 4.33842C11.5366 4.39665 11.4436 4.48092 11.375 4.58375L9.5975 7.25H6C5.27065 7.25 4.57118 7.53973 4.05546 8.05546C3.53973 8.57118 3.25 9.27066 3.25 10V24C3.25 24.7293 3.53973 25.4288 4.05546 25.9445C4.57118 26.4603 5.27065 26.75 6 26.75H26C26.7293 26.75 27.4288 26.4603 27.9445 25.9445C28.4603 25.4288 28.75 24.7293 28.75 24V10C28.75 9.27066 28.4603 8.57118 27.9445 8.05546C27.4288 7.53973 26.7293 7.25 26 7.25ZM27.25 24C27.25 24.3315 27.1183 24.6495 26.8839 24.8839C26.6495 25.1183 26.3315 25.25 26 25.25H6C5.66848 25.25 5.35054 25.1183 5.11612 24.8839C4.8817 24.6495 4.75 24.3315 4.75 24V10C4.75 9.66848 4.8817 9.35054 5.11612 9.11612C5.35054 8.8817 5.66848 8.75 6 8.75H10C10.1236 8.75018 10.2454 8.71981 10.3544 8.66158C10.4634 8.60336 10.5564 8.51908 10.625 8.41625L12.4012 5.75H19.5975L21.375 8.41625C21.4436 8.51908 21.5366 8.60336 21.6456 8.66158C21.7546 8.71981 21.8764 8.75018 22 8.75H26C26.3315 8.75 26.6495 8.8817 26.8839 9.11612C27.1183 9.35054 27.25 9.66848 27.25 10V24ZM16 11.25C14.9616 11.25 13.9466 11.5579 13.0833 12.1348C12.2199 12.7117 11.547 13.5316 11.1496 14.4909C10.7523 15.4502 10.6483 16.5058 10.8509 17.5242C11.0534 18.5426 11.5535 19.4781 12.2877 20.2123C13.0219 20.9465 13.9574 21.4466 14.9758 21.6491C15.9942 21.8517 17.0498 21.7477 18.0091 21.3504C18.9684 20.953 19.7883 20.2801 20.3652 19.4167C20.9421 18.5534 21.25 17.5384 21.25 16.5C21.25 15.1076 20.6969 13.7723 19.7123 12.7877C18.7277 11.8031 17.3924 11.25 16 11.25ZM16 20.25C15.2583 20.25 14.5333 20.0301 13.9166 19.618C13.2999 19.206 12.8193 18.6203 12.5355 17.9351C12.2516 17.2498 12.1774 16.4958 12.3221 15.7684C12.4667 15.041 12.8239 14.3728 13.3483 13.8484C13.8728 13.3239 14.541 12.9668 15.2684 12.8221C15.9958 12.6774 16.7498 12.7516 17.4351 13.0355C18.1203 13.3193 18.706 13.7999 19.118 14.4166C19.5301 15.0333 19.75 15.7583 19.75 16.5C19.75 17.4946 19.3549 18.4484 18.6517 19.1517C17.9484 19.8549 16.9946 20.25 16 20.25Z"
45
+ fill="currentColor" />
46
+ </svg>
47
+ };
48
+
49
+ export default Camera;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CameraPlus = ({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="M26 7.5H22.2663L20.415 4.7225C20.3694 4.65418 20.3077 4.59814 20.2353 4.55934C20.163 4.52053 20.0821 4.50015 20 4.5H12C11.9179 4.50015 11.837 4.52053 11.7647 4.55934C11.6923 4.59814 11.6306 4.65418 11.585 4.7225L9.73125 7.5H6C5.33696 7.5 4.70107 7.76339 4.23223 8.23223C3.76339 8.70107 3.5 9.33696 3.5 10V24C3.5 24.663 3.76339 25.2989 4.23223 25.7678C4.70107 26.2366 5.33696 26.5 6 26.5H26C26.663 26.5 27.2989 26.2366 27.7678 25.7678C28.2366 25.2989 28.5 24.663 28.5 24V10C28.5 9.33696 28.2366 8.70107 27.7678 8.23223C27.2989 7.76339 26.663 7.5 26 7.5ZM27.5 24C27.5 24.3978 27.342 24.7794 27.0607 25.0607C26.7794 25.342 26.3978 25.5 26 25.5H6C5.60218 25.5 5.22064 25.342 4.93934 25.0607C4.65804 24.7794 4.5 24.3978 4.5 24V10C4.5 9.60218 4.65804 9.22064 4.93934 8.93934C5.22064 8.65804 5.60218 8.5 6 8.5H10C10.0823 8.50005 10.1634 8.47977 10.236 8.44096C10.3086 8.40214 10.3706 8.34599 10.4163 8.2775L12.2662 5.5H19.7313L21.5837 8.2775C21.6294 8.34599 21.6914 8.40214 21.764 8.44096C21.8366 8.47977 21.9177 8.50005 22 8.5H26C26.3978 8.5 26.7794 8.65804 27.0607 8.93934C27.342 9.22064 27.5 9.60218 27.5 10V24ZM20.5 17C20.5 17.1326 20.4473 17.2598 20.3536 17.3536C20.2598 17.4473 20.1326 17.5 20 17.5H16.5V21C16.5 21.1326 16.4473 21.2598 16.3536 21.3536C16.2598 21.4473 16.1326 21.5 16 21.5C15.8674 21.5 15.7402 21.4473 15.6464 21.3536C15.5527 21.2598 15.5 21.1326 15.5 21V17.5H12C11.8674 17.5 11.7402 17.4473 11.6464 17.3536C11.5527 17.2598 11.5 17.1326 11.5 17C11.5 16.8674 11.5527 16.7402 11.6464 16.6464C11.7402 16.5527 11.8674 16.5 12 16.5H15.5V13C15.5 12.8674 15.5527 12.7402 15.6464 12.6464C15.7402 12.5527 15.8674 12.5 16 12.5C16.1326 12.5 16.2598 12.5527 16.3536 12.6464C16.4473 12.7402 16.5 12.8674 16.5 13V16.5H20C20.1326 16.5 20.2598 16.5527 20.3536 16.6464C20.4473 16.7402 20.5 16.8674 20.5 17Z" 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="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H15V13C15 12.7348 15.1054 12.4804 15.2929 12.2929C15.4804 12.1054 15.7348 12 16 12C16.2652 12 16.5196 12.1054 16.7071 12.2929C16.8946 12.4804 17 12.7348 17 13V16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17Z" 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="M26 6.5H22.8025L21.25 4.1675C21.1128 3.96185 20.9269 3.79329 20.7088 3.67684C20.4907 3.56038 20.2472 3.49964 20 3.5H12C11.7528 3.49964 11.5093 3.56038 11.2912 3.67684C11.0731 3.79329 10.8872 3.96185 10.75 4.1675L9.19625 6.5H6C5.07174 6.5 4.1815 6.86875 3.52513 7.52513C2.86875 8.18151 2.5 9.07174 2.5 10V24C2.5 24.9283 2.86875 25.8185 3.52513 26.4749C4.1815 27.1313 5.07174 27.5 6 27.5H26C26.4596 27.5 26.9148 27.4095 27.3394 27.2336C27.764 27.0577 28.1499 26.7999 28.4749 26.4749C28.7999 26.1499 29.0577 25.764 29.2336 25.3394C29.4095 24.9148 29.5 24.4596 29.5 24V10C29.5 9.54037 29.4095 9.08525 29.2336 8.66061C29.0577 8.23597 28.7999 7.85013 28.4749 7.52513C28.1499 7.20012 27.764 6.94231 27.3394 6.76642C26.9148 6.59053 26.4596 6.5 26 6.5ZM26.5 24C26.5 24.1326 26.4473 24.2598 26.3536 24.3536C26.2598 24.4473 26.1326 24.5 26 24.5H6C5.86739 24.5 5.74021 24.4473 5.64645 24.3536C5.55268 24.2598 5.5 24.1326 5.5 24V10C5.5 9.86739 5.55268 9.74022 5.64645 9.64645C5.74021 9.55268 5.86739 9.5 6 9.5H10C10.2472 9.50037 10.4907 9.43962 10.7088 9.32317C10.9269 9.20671 11.1128 9.03816 11.25 8.8325L12.8025 6.5H19.1963L20.75 8.8325C20.8872 9.03816 21.0731 9.20671 21.2912 9.32317C21.5093 9.43962 21.7528 9.50037 22 9.5H26C26.1326 9.5 26.2598 9.55268 26.3536 9.64645C26.4473 9.74022 26.5 9.86739 26.5 10V24ZM21.5 17C21.5 17.3978 21.342 17.7794 21.0607 18.0607C20.7794 18.342 20.3978 18.5 20 18.5H17.5V21C17.5 21.3978 17.342 21.7794 17.0607 22.0607C16.7794 22.342 16.3978 22.5 16 22.5C15.6022 22.5 15.2206 22.342 14.9393 22.0607C14.658 21.7794 14.5 21.3978 14.5 21V18.5H12C11.6022 18.5 11.2206 18.342 10.9393 18.0607C10.658 17.7794 10.5 17.3978 10.5 17C10.5 16.6022 10.658 16.2206 10.9393 15.9393C11.2206 15.658 11.6022 15.5 12 15.5H14.5V13C14.5 12.6022 14.658 12.2206 14.9393 11.9393C15.2206 11.658 15.6022 11.5 16 11.5C16.3978 11.5 16.7794 11.658 17.0607 11.9393C17.342 12.2206 17.5 12.6022 17.5 13V15.5H20C20.3978 15.5 20.7794 15.658 21.0607 15.9393C21.342 16.2206 21.5 16.6022 21.5 17Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM20 18H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H15V13C15 12.7348 15.1054 12.4804 15.2929 12.2929C15.4804 12.1054 15.7348 12 16 12C16.2652 12 16.5196 12.1054 16.7071 12.2929C16.8946 12.4804 17 12.7348 17 13V16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 10V24C28 24.5304 27.7893 25.0391 27.4142 25.4142C27.0391 25.7893 26.5304 26 26 26H6C5.46957 26 4.96086 25.7893 4.58579 25.4142C4.21071 25.0391 4 24.5304 4 24V10C4 9.46957 4.21071 8.96086 4.58579 8.58579C4.96086 8.21071 5.46957 8 6 8H10L12 5H20L22 8H26C26.5304 8 27.0391 8.21071 27.4142 8.58579C27.7893 8.96086 28 9.46957 28 10Z" fill="currentColor"/>
36
+ <path d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H15V13C15 12.7348 15.1054 12.4804 15.2929 12.2929C15.4804 12.1054 15.7348 12 16 12C16.2652 12 16.5196 12.1054 16.7071 12.2929C16.8946 12.4804 17 12.7348 17 13V16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M26 7.25H22.4013L20.625 4.58375C20.5564 4.48092 20.4634 4.39665 20.3544 4.33842C20.2454 4.28019 20.1236 4.24982 20 4.25H12C11.8764 4.24982 11.7546 4.28019 11.6456 4.33842C11.5366 4.39665 11.4436 4.48092 11.375 4.58375L9.5975 7.25H6C5.27065 7.25 4.57118 7.53973 4.05546 8.05546C3.53973 8.57118 3.25 9.27066 3.25 10V24C3.25 24.7293 3.53973 25.4288 4.05546 25.9445C4.57118 26.4603 5.27065 26.75 6 26.75H26C26.7293 26.75 27.4288 26.4603 27.9445 25.9445C28.4603 25.4288 28.75 24.7293 28.75 24V10C28.75 9.27066 28.4603 8.57118 27.9445 8.05546C27.4288 7.53973 26.7293 7.25 26 7.25ZM27.25 24C27.25 24.3315 27.1183 24.6495 26.8839 24.8839C26.6495 25.1183 26.3315 25.25 26 25.25H6C5.66848 25.25 5.35054 25.1183 5.11612 24.8839C4.8817 24.6495 4.75 24.3315 4.75 24V10C4.75 9.66848 4.8817 9.35054 5.11612 9.11612C5.35054 8.8817 5.66848 8.75 6 8.75H10C10.1236 8.75018 10.2454 8.71981 10.3544 8.66158C10.4634 8.60336 10.5564 8.51908 10.625 8.41625L12.4012 5.75H19.5975L21.375 8.41625C21.4436 8.51908 21.5366 8.60336 21.6456 8.66158C21.7546 8.71981 21.8764 8.75018 22 8.75H26C26.3315 8.75 26.6495 8.8817 26.8839 9.11612C27.1183 9.35054 27.25 9.66848 27.25 10V24ZM20.75 17C20.75 17.1989 20.671 17.3897 20.5303 17.5303C20.3897 17.671 20.1989 17.75 20 17.75H16.75V21C16.75 21.1989 16.671 21.3897 16.5303 21.5303C16.3897 21.671 16.1989 21.75 16 21.75C15.8011 21.75 15.6103 21.671 15.4697 21.5303C15.329 21.3897 15.25 21.1989 15.25 21V17.75H12C11.8011 17.75 11.6103 17.671 11.4697 17.5303C11.329 17.3897 11.25 17.1989 11.25 17C11.25 16.8011 11.329 16.6103 11.4697 16.4697C11.6103 16.329 11.8011 16.25 12 16.25H15.25V13C15.25 12.8011 15.329 12.6103 15.4697 12.4697C15.6103 12.329 15.8011 12.25 16 12.25C16.1989 12.25 16.3897 12.329 16.5303 12.4697C16.671 12.6103 16.75 12.8011 16.75 13V16.25H20C20.1989 16.25 20.3897 16.329 20.5303 16.4697C20.671 16.6103 20.75 16.8011 20.75 17Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CameraPlus;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CameraRotate = ({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="M26 7.5H22.2663L20.415 4.7225C20.3694 4.65418 20.3077 4.59814 20.2353 4.55934C20.163 4.52053 20.0821 4.50015 20 4.5H12C11.9179 4.50015 11.837 4.52053 11.7647 4.55934C11.6923 4.59814 11.6306 4.65418 11.585 4.7225L9.73125 7.5H6C5.33696 7.5 4.70107 7.76339 4.23223 8.23223C3.76339 8.70107 3.5 9.33696 3.5 10V24C3.5 24.663 3.76339 25.2989 4.23223 25.7678C4.70107 26.2366 5.33696 26.5 6 26.5H26C26.663 26.5 27.2989 26.2366 27.7678 25.7678C28.2366 25.2989 28.5 24.663 28.5 24V10C28.5 9.33696 28.2366 8.70107 27.7678 8.23223C27.2989 7.76339 26.663 7.5 26 7.5ZM27.5 24C27.5 24.3978 27.342 24.7794 27.0607 25.0607C26.7794 25.342 26.3978 25.5 26 25.5H6C5.60218 25.5 5.22064 25.342 4.93934 25.0607C4.65804 24.7794 4.5 24.3978 4.5 24V10C4.5 9.60218 4.65804 9.22064 4.93934 8.93934C5.22064 8.65804 5.60218 8.5 6 8.5H10C10.0823 8.50005 10.1634 8.47977 10.236 8.44096C10.3086 8.40214 10.3706 8.34599 10.4163 8.2775L12.2662 5.5H19.7313L21.5837 8.2775C21.6294 8.34599 21.6914 8.40214 21.764 8.44096C21.8366 8.47977 21.9177 8.50005 22 8.5H26C26.3978 8.5 26.7794 8.65804 27.0607 8.93934C27.342 9.22064 27.5 9.60218 27.5 10V24ZM21.5 12V15C21.5 15.1326 21.4473 15.2598 21.3536 15.3536C21.2598 15.4473 21.1326 15.5 21 15.5H18C17.8674 15.5 17.7402 15.4473 17.6464 15.3536C17.5527 15.2598 17.5 15.1326 17.5 15C17.5 14.8674 17.5527 14.7402 17.6464 14.6464C17.7402 14.5527 17.8674 14.5 18 14.5H19.8325L19.1737 13.81C18.4058 13.0497 17.3906 12.5901 16.3125 12.5146C15.2345 12.4392 14.1652 12.7529 13.2987 13.3988C13.2466 13.4417 13.1863 13.4736 13.1215 13.4926C13.0567 13.5116 12.9887 13.5173 12.9216 13.5093C12.8546 13.5013 12.7898 13.4798 12.7313 13.446C12.6728 13.4123 12.6217 13.3671 12.5811 13.3131C12.5405 13.2591 12.5113 13.1974 12.4953 13.1318C12.4792 13.0662 12.4766 12.9981 12.4875 12.9314C12.4985 12.8648 12.5229 12.801 12.5592 12.7441C12.5955 12.6871 12.643 12.6381 12.6987 12.6C13.7596 11.81 15.0687 11.4271 16.388 11.521C17.7074 11.6148 18.9492 12.1791 19.8875 13.1112L20.5 13.75V12C20.5 11.8674 20.5527 11.7402 20.6464 11.6464C20.7402 11.5527 20.8674 11.5 21 11.5C21.1326 11.5 21.2598 11.5527 21.3536 11.6464C21.4473 11.7402 21.5 11.8674 21.5 12ZM19.4 19.7C19.4796 19.8061 19.5137 19.9394 19.495 20.0707C19.4762 20.202 19.4061 20.3204 19.3 20.4C18.2394 21.1905 16.9301 21.5737 15.6107 21.4798C14.2912 21.386 13.0493 20.8214 12.1112 19.8888L11.5 19.25V21C11.5 21.1326 11.4473 21.2598 11.3536 21.3536C11.2598 21.4473 11.1326 21.5 11 21.5C10.8674 21.5 10.7402 21.4473 10.6464 21.3536C10.5527 21.2598 10.5 21.1326 10.5 21V18C10.5 17.8674 10.5527 17.7402 10.6464 17.6464C10.7402 17.5527 10.8674 17.5 11 17.5H14C14.1326 17.5 14.2598 17.5527 14.3536 17.6464C14.4473 17.7402 14.5 17.8674 14.5 18C14.5 18.1326 14.4473 18.2598 14.3536 18.3536C14.2598 18.4473 14.1326 18.5 14 18.5H12.1675L12.8263 19.19C13.5942 19.9503 14.6094 20.4099 15.6875 20.4854C16.7655 20.5608 17.8348 20.2471 18.7013 19.6012C18.8071 19.5219 18.9401 19.4878 19.071 19.5063C19.202 19.5248 19.3203 19.5945 19.4 19.7Z" 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="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM22 12V15C22 15.2652 21.8946 15.5196 21.7071 15.7071C21.5196 15.8946 21.2652 16 21 16H18C17.7348 16 17.4804 15.8946 17.2929 15.7071C17.1054 15.5196 17 15.2652 17 15C17 14.7348 17.1054 14.4804 17.2929 14.2929C17.4804 14.1054 17.7348 14 18 14H18.6437C17.953 13.3948 17.0757 13.0448 16.1581 13.0081C15.2405 12.9715 14.338 13.2506 13.6012 13.7987C13.3892 13.9582 13.1226 14.0269 12.8599 13.9898C12.5972 13.9526 12.3601 13.8126 12.2006 13.6006C12.0412 13.3886 11.9725 13.1219 12.0096 12.8593C12.0468 12.5966 12.1867 12.3595 12.3988 12.2C13.5104 11.3724 14.8733 10.9533 16.2578 11.0131C17.6424 11.073 18.964 11.6083 20 12.5288V12C20 11.7348 20.1054 11.4804 20.2929 11.2929C20.4804 11.1054 20.7348 11 21 11C21.2652 11 21.5196 11.1054 21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12ZM19.7987 19.4C19.9581 19.6119 20.0269 19.8784 19.9898 20.1409C19.9528 20.4034 19.813 20.6405 19.6012 20.8C18.4896 21.6276 17.1267 22.0467 15.7422 21.9869C14.3576 21.927 13.036 21.3917 12 20.4713V21C12 21.2652 11.8946 21.5196 11.7071 21.7071C11.5196 21.8946 11.2652 22 11 22C10.7348 22 10.4804 21.8946 10.2929 21.7071C10.1054 21.5196 10 21.2652 10 21V18C10 17.7348 10.1054 17.4804 10.2929 17.2929C10.4804 17.1054 10.7348 17 11 17H14C14.2652 17 14.5196 17.1054 14.7071 17.2929C14.8946 17.4804 15 17.7348 15 18C15 18.2652 14.8946 18.5196 14.7071 18.7071C14.5196 18.8946 14.2652 19 14 19H13.3562C14.047 19.6052 14.9243 19.9552 15.8419 19.9919C16.7595 20.0285 17.662 19.7494 18.3988 19.2013C18.6108 19.042 18.8774 18.9735 19.1399 19.0107C19.4024 19.048 19.6394 19.188 19.7987 19.4Z" 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="M26 6.5H22.8025L21.25 4.1675C21.1128 3.96185 20.9269 3.79329 20.7088 3.67684C20.4907 3.56038 20.2472 3.49964 20 3.5H12C11.7528 3.49964 11.5093 3.56038 11.2912 3.67684C11.0731 3.79329 10.8872 3.96185 10.75 4.1675L9.19625 6.5H6C5.07174 6.5 4.1815 6.86875 3.52513 7.52513C2.86875 8.18151 2.5 9.07174 2.5 10V24C2.5 24.9283 2.86875 25.8185 3.52513 26.4749C4.1815 27.1313 5.07174 27.5 6 27.5H26C26.4596 27.5 26.9148 27.4095 27.3394 27.2336C27.764 27.0577 28.1499 26.7999 28.4749 26.4749C28.7999 26.1499 29.0577 25.764 29.2336 25.3394C29.4095 24.9148 29.5 24.4596 29.5 24V10C29.5 9.54037 29.4095 9.08525 29.2336 8.66061C29.0577 8.23597 28.7999 7.85013 28.4749 7.52513C28.1499 7.20012 27.764 6.94231 27.3394 6.76642C26.9148 6.59053 26.4596 6.5 26 6.5ZM26.5 24C26.5 24.1326 26.4473 24.2598 26.3536 24.3536C26.2598 24.4473 26.1326 24.5 26 24.5H6C5.86739 24.5 5.74021 24.4473 5.64645 24.3536C5.55268 24.2598 5.5 24.1326 5.5 24V10C5.5 9.86739 5.55268 9.74022 5.64645 9.64645C5.74021 9.55268 5.86739 9.5 6 9.5H10C10.2472 9.50037 10.4907 9.43962 10.7088 9.32317C10.9269 9.20671 11.1128 9.03816 11.25 8.8325L12.8025 6.5H19.1963L20.75 8.8325C20.8872 9.03816 21.0731 9.20671 21.2912 9.32317C21.5093 9.43962 21.7528 9.50037 22 9.5H26C26.1326 9.5 26.2598 9.55268 26.3536 9.64645C26.4473 9.74022 26.5 9.86739 26.5 10V24ZM22.5 12.5V15C22.5 15.3978 22.342 15.7794 22.0607 16.0607C21.7794 16.342 21.3978 16.5 21 16.5H18.5C18.1932 16.4996 17.8939 16.4051 17.6425 16.2293C17.391 16.0536 17.1995 15.8049 17.0938 15.5169C16.9881 15.2289 16.9732 14.9154 17.0512 14.6187C17.1292 14.322 17.2963 14.0563 17.53 13.8575C16.9524 13.5773 16.3089 13.461 15.6698 13.5211C15.0306 13.5813 14.4202 13.8157 13.905 14.1988C13.5869 14.4383 13.1867 14.5416 12.7924 14.4861C12.3981 14.4305 12.042 14.2206 11.8025 13.9025C11.563 13.5844 11.4596 13.1842 11.5152 12.7899C11.5707 12.3956 11.7807 12.0395 12.0988 11.8C13.1995 10.9813 14.53 10.5297 15.9016 10.5093C17.2733 10.4889 18.6166 10.9007 19.7412 11.6863C19.9172 11.4148 20.1761 11.2076 20.4794 11.0953C20.7827 10.9831 21.1142 10.9718 21.4244 11.0633C21.7346 11.1548 22.0069 11.3442 22.2008 11.6031C22.3946 11.862 22.4996 12.1766 22.5 12.5ZM20.1987 19.1C20.4377 19.418 20.5406 19.8178 20.4848 20.2116C20.429 20.6054 20.2191 20.9609 19.9013 21.2C18.7788 22.0417 17.413 22.4954 16.01 22.4925C14.6685 22.4932 13.3593 22.0813 12.26 21.3125C12.0844 21.5844 11.8255 21.7922 11.5221 21.9048C11.2186 22.0175 10.8869 22.029 10.5764 21.9376C10.2659 21.8462 9.99329 21.6568 9.79929 21.3977C9.60529 21.1386 9.5003 20.8237 9.5 20.5V18C9.5 17.6022 9.65804 17.2206 9.93934 16.9393C10.2206 16.658 10.6022 16.5 11 16.5H13.5C13.8068 16.5004 14.1061 16.5949 14.3575 16.7707C14.609 16.9464 14.8005 17.1951 14.9062 17.4831C15.0119 17.7711 15.0268 18.0846 14.9488 18.3813C14.8708 18.678 14.7037 18.9437 14.47 19.1425C15.0476 19.4227 15.6911 19.539 16.3302 19.4789C16.9694 19.4187 17.5798 19.1843 18.095 18.8013C18.2526 18.6824 18.4322 18.5959 18.6233 18.5465C18.8145 18.4972 19.0135 18.4861 19.2089 18.5139C19.4043 18.5417 19.5924 18.6077 19.7622 18.7083C19.9321 18.8089 20.0804 18.942 20.1987 19.1Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM19.6012 20.8C18.4896 21.6276 17.1267 22.0467 15.7422 21.9869C14.3576 21.927 13.036 21.3917 12 20.4713V21C12 21.2652 11.8946 21.5196 11.7071 21.7071C11.5196 21.8946 11.2652 22 11 22C10.7348 22 10.4804 21.8946 10.2929 21.7071C10.1054 21.5196 10 21.2652 10 21V18C10 17.7348 10.1054 17.4804 10.2929 17.2929C10.4804 17.1054 10.7348 17 11 17H14C14.2652 17 14.5196 17.1054 14.7071 17.2929C14.8946 17.4804 15 17.7348 15 18C15 18.2652 14.8946 18.5196 14.7071 18.7071C14.5196 18.8946 14.2652 19 14 19H13.3562C14.047 19.6052 14.9243 19.9552 15.8419 19.9919C16.7595 20.0285 17.662 19.7494 18.3988 19.2013C18.6108 19.0418 18.8774 18.9731 19.1401 19.0102C19.4028 19.0474 19.6399 19.1874 19.7994 19.3994C19.9588 19.6114 20.0275 19.8781 19.9904 20.1407C19.9532 20.4034 19.8133 20.6405 19.6012 20.8ZM22 15C22 15.2652 21.8946 15.5196 21.7071 15.7071C21.5196 15.8946 21.2652 16 21 16H18C17.7348 16 17.4804 15.8946 17.2929 15.7071C17.1054 15.5196 17 15.2652 17 15C17 14.7348 17.1054 14.4804 17.2929 14.2929C17.4804 14.1054 17.7348 14 18 14H18.6437C17.953 13.3948 17.0757 13.0448 16.1581 13.0081C15.2405 12.9715 14.338 13.2506 13.6012 13.7987C13.3892 13.9582 13.1226 14.0269 12.8599 13.9898C12.5972 13.9526 12.3601 13.8126 12.2006 13.6006C12.0412 13.3886 11.9725 13.1219 12.0096 12.8593C12.0468 12.5966 12.1867 12.3595 12.3988 12.2C13.5104 11.3724 14.8733 10.9533 16.2578 11.0131C17.6424 11.073 18.964 11.6083 20 12.5288V12C20 11.7348 20.1054 11.4804 20.2929 11.2929C20.4804 11.1054 20.7348 11 21 11C21.2652 11 21.5196 11.1054 21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12V15Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M28 10V24C28 24.5304 27.7893 25.0391 27.4142 25.4142C27.0391 25.7893 26.5304 26 26 26H6C5.46957 26 4.96086 25.7893 4.58579 25.4142C4.21071 25.0391 4 24.5304 4 24V10C4 9.46957 4.21071 8.96086 4.58579 8.58579C4.96086 8.21071 5.46957 8 6 8H10L12 5H20L22 8H26C26.5304 8 27.0391 8.21071 27.4142 8.58579C27.7893 8.96086 28 9.46957 28 10Z" fill="currentColor"/>
36
+ <path d="M26 7H22.535L20.8312 4.445C20.74 4.30819 20.6164 4.196 20.4714 4.11838C20.3264 4.04076 20.1645 4.0001 20 4H12C11.8355 4.0001 11.6736 4.04076 11.5286 4.11838C11.3836 4.196 11.26 4.30819 11.1687 4.445L9.46375 7H6C5.20435 7 4.44129 7.31607 3.87868 7.87868C3.31607 8.44129 3 9.20435 3 10V24C3 24.7956 3.31607 25.5587 3.87868 26.1213C4.44129 26.6839 5.20435 27 6 27H26C26.7956 27 27.5587 26.6839 28.1213 26.1213C28.6839 25.5587 29 24.7956 29 24V10C29 9.20435 28.6839 8.44129 28.1213 7.87868C27.5587 7.31607 26.7956 7 26 7ZM27 24C27 24.2652 26.8946 24.5196 26.7071 24.7071C26.5196 24.8946 26.2652 25 26 25H6C5.73478 25 5.48043 24.8946 5.29289 24.7071C5.10536 24.5196 5 24.2652 5 24V10C5 9.73478 5.10536 9.48043 5.29289 9.29289C5.48043 9.10536 5.73478 9 6 9H10C10.1647 9.00011 10.3268 8.95954 10.4721 8.88191C10.6173 8.80428 10.7411 8.69199 10.8325 8.555L12.535 6H19.4638L21.1675 8.555C21.2589 8.69199 21.3827 8.80428 21.5279 8.88191C21.6732 8.95954 21.8353 9.00011 22 9H26C26.2652 9 26.5196 9.10536 26.7071 9.29289C26.8946 9.48043 27 9.73478 27 10V24ZM22 12V15C22 15.2652 21.8946 15.5196 21.7071 15.7071C21.5196 15.8946 21.2652 16 21 16H18C17.7348 16 17.4804 15.8946 17.2929 15.7071C17.1054 15.5196 17 15.2652 17 15C17 14.7348 17.1054 14.4804 17.2929 14.2929C17.4804 14.1054 17.7348 14 18 14H18.6437C17.953 13.3948 17.0757 13.0448 16.1581 13.0081C15.2405 12.9715 14.338 13.2506 13.6012 13.7987C13.3892 13.9582 13.1226 14.0269 12.8599 13.9898C12.5972 13.9526 12.3601 13.8126 12.2006 13.6006C12.0412 13.3886 11.9725 13.1219 12.0096 12.8593C12.0468 12.5966 12.1867 12.3595 12.3988 12.2C13.5104 11.3724 14.8733 10.9533 16.2578 11.0131C17.6424 11.073 18.964 11.6083 20 12.5288V12C20 11.7348 20.1054 11.4804 20.2929 11.2929C20.4804 11.1054 20.7348 11 21 11C21.2652 11 21.5196 11.1054 21.7071 11.2929C21.8946 11.4804 22 11.7348 22 12ZM19.7987 19.4C19.9581 19.6119 20.0269 19.8784 19.9898 20.1409C19.9528 20.4034 19.813 20.6405 19.6012 20.8C18.4896 21.6276 17.1267 22.0467 15.7422 21.9869C14.3576 21.927 13.036 21.3917 12 20.4713V21C12 21.2652 11.8946 21.5196 11.7071 21.7071C11.5196 21.8946 11.2652 22 11 22C10.7348 22 10.4804 21.8946 10.2929 21.7071C10.1054 21.5196 10 21.2652 10 21V18C10 17.7348 10.1054 17.4804 10.2929 17.2929C10.4804 17.1054 10.7348 17 11 17H14C14.2652 17 14.5196 17.1054 14.7071 17.2929C14.8946 17.4804 15 17.7348 15 18C15 18.2652 14.8946 18.5196 14.7071 18.7071C14.5196 18.8946 14.2652 19 14 19H13.3562C14.047 19.6052 14.9243 19.9552 15.8419 19.9919C16.7595 20.0285 17.662 19.7494 18.3988 19.2013C18.6108 19.042 18.8774 18.9735 19.1399 19.0107C19.4024 19.048 19.6394 19.188 19.7987 19.4Z" fill="currentColor"/>
37
+ </svg>
38
+ );
39
+ }
40
+ return (
41
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
42
+ <path d="M26 7.25H22.4013L20.625 4.58375C20.5564 4.48092 20.4634 4.39665 20.3544 4.33842C20.2454 4.28019 20.1236 4.24982 20 4.25H12C11.8764 4.24982 11.7546 4.28019 11.6456 4.33842C11.5366 4.39665 11.4436 4.48092 11.375 4.58375L9.5975 7.25H6C5.27065 7.25 4.57118 7.53973 4.05546 8.05546C3.53973 8.57118 3.25 9.27066 3.25 10V24C3.25 24.7293 3.53973 25.4288 4.05546 25.9445C4.57118 26.4603 5.27065 26.75 6 26.75H26C26.7293 26.75 27.4288 26.4603 27.9445 25.9445C28.4603 25.4288 28.75 24.7293 28.75 24V10C28.75 9.27066 28.4603 8.57118 27.9445 8.05546C27.4288 7.53973 26.7293 7.25 26 7.25ZM27.25 24C27.25 24.3315 27.1183 24.6495 26.8839 24.8839C26.6495 25.1183 26.3315 25.25 26 25.25H6C5.66848 25.25 5.35054 25.1183 5.11612 24.8839C4.8817 24.6495 4.75 24.3315 4.75 24V10C4.75 9.66848 4.8817 9.35054 5.11612 9.11612C5.35054 8.8817 5.66848 8.75 6 8.75H10C10.1236 8.75018 10.2454 8.71981 10.3544 8.66158C10.4634 8.60336 10.5564 8.51908 10.625 8.41625L12.4012 5.75H19.5975L21.375 8.41625C21.4436 8.51908 21.5366 8.60336 21.6456 8.66158C21.7546 8.71981 21.8764 8.75018 22 8.75H26C26.3315 8.75 26.6495 8.8817 26.8839 9.11612C27.1183 9.35054 27.25 9.66848 27.25 10V24ZM21.75 12V15C21.75 15.1989 21.671 15.3897 21.5303 15.5303C21.3897 15.671 21.1989 15.75 21 15.75H18C17.8011 15.75 17.6103 15.671 17.4697 15.5303C17.329 15.3897 17.25 15.1989 17.25 15C17.25 14.8011 17.329 14.6103 17.4697 14.4697C17.6103 14.329 17.8011 14.25 18 14.25H19.25L19 13.9888C18.2749 13.2709 17.3164 12.8368 16.2986 12.7653C15.2807 12.6937 14.2709 12.9894 13.4525 13.5988C13.3738 13.658 13.2842 13.7012 13.1888 13.7258C13.0934 13.7504 12.9941 13.756 12.8965 13.7423C12.799 13.7285 12.7051 13.6957 12.6202 13.6456C12.5353 13.5956 12.4611 13.5293 12.4019 13.4506C12.3426 13.3719 12.2994 13.2823 12.2748 13.1869C12.2502 13.0915 12.2446 12.9922 12.2583 12.8946C12.2721 12.7971 12.3049 12.7032 12.355 12.6183C12.405 12.5334 12.4713 12.4593 12.55 12.4C13.6593 11.574 15.0282 11.1736 16.4078 11.2716C17.7874 11.3695 19.086 11.9593 20.0675 12.9338C20.071 12.9385 20.0752 12.9427 20.08 12.9463L20.25 13.125V12C20.25 11.8011 20.329 11.6103 20.4697 11.4697C20.6103 11.329 20.8011 11.25 21 11.25C21.1989 11.25 21.3897 11.329 21.5303 11.4697C21.671 11.6103 21.75 11.8011 21.75 12ZM19.6 19.55C19.7195 19.709 19.7709 19.9089 19.743 20.1058C19.7151 20.3027 19.6102 20.4805 19.4513 20.6C18.3421 21.4264 16.9731 21.8272 15.5934 21.7292C14.2137 21.6312 12.915 21.0411 11.9338 20.0663L11.9213 20.0538L11.75 19.875V21C11.75 21.1989 11.671 21.3897 11.5303 21.5303C11.3897 21.671 11.1989 21.75 11 21.75C10.8011 21.75 10.6103 21.671 10.4697 21.5303C10.329 21.3897 10.25 21.1989 10.25 21V18C10.25 17.8011 10.329 17.6103 10.4697 17.4697C10.6103 17.329 10.8011 17.25 11 17.25H14C14.1989 17.25 14.3897 17.329 14.5303 17.4697C14.671 17.6103 14.75 17.8011 14.75 18C14.75 18.1989 14.671 18.3897 14.5303 18.5303C14.3897 18.671 14.1989 18.75 14 18.75H12.75L13 19.0113C13.7251 19.7291 14.6836 20.1632 15.7014 20.2347C16.7193 20.3063 17.7291 20.0106 18.5475 19.4013C18.6263 19.3417 18.7161 19.2983 18.8117 19.2735C18.9073 19.2488 19.0069 19.2432 19.1047 19.257C19.2024 19.2708 19.2965 19.3038 19.3816 19.3541C19.4666 19.4044 19.5408 19.4709 19.6 19.55Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CameraRotate;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CameraSlash = ({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="M6.375 4.66376C6.28582 4.56431 6.16079 4.50435 6.0274 4.49708C5.89402 4.48982 5.76321 4.53584 5.66375 4.62501C5.56429 4.71419 5.50434 4.83923 5.49707 4.97261C5.4898 5.106 5.53582 5.23681 5.625 5.33626L7.5975 7.50001H6C5.33696 7.50001 4.70107 7.76341 4.23223 8.23225C3.76339 8.70109 3.5 9.33697 3.5 10V24C3.5 24.6631 3.76339 25.2989 4.23223 25.7678C4.70107 26.2366 5.33696 26.5 6 26.5H24.875L25.635 27.3363C25.6789 27.3858 25.7322 27.426 25.7918 27.4548C25.8514 27.4835 25.9161 27.5002 25.9822 27.5037C26.0482 27.5073 26.1144 27.4977 26.1767 27.4755C26.239 27.4533 26.2963 27.419 26.3453 27.3745C26.3943 27.33 26.4339 27.2762 26.4619 27.2163C26.49 27.1563 26.5058 27.0914 26.5086 27.0253C26.5114 26.9592 26.501 26.8932 26.478 26.8312C26.4551 26.7691 26.4201 26.7122 26.375 26.6638L6.375 4.66376ZM18.5725 19.5675C17.853 20.174 16.941 20.5046 16 20.5C15.2065 20.5002 14.4309 20.2643 13.7718 19.8225C13.1127 19.3806 12.5999 18.7527 12.2987 18.0186C11.9974 17.2845 11.9213 16.4774 12.0801 15.6999C12.2388 14.9225 12.6251 14.2098 13.19 13.6525L18.5725 19.5675ZM6 25.5C5.60218 25.5 5.22064 25.342 4.93934 25.0607C4.65804 24.7794 4.5 24.3978 4.5 24V10C4.5 9.60219 4.65804 9.22066 4.93934 8.93935C5.22064 8.65805 5.60218 8.50001 6 8.50001H8.5L12.5112 12.9125C11.5797 13.8164 11.0361 15.0471 10.9955 16.3445C10.9549 17.6419 11.4204 18.9042 12.2936 19.8646C13.1669 20.825 14.3793 21.4081 15.6747 21.4908C16.9701 21.5734 18.2468 21.1491 19.235 20.3075L23.9613 25.5H6ZM28.5 10V23.25C28.5 23.3826 28.4473 23.5098 28.3536 23.6036C28.2598 23.6973 28.1326 23.75 28 23.75C27.8674 23.75 27.7402 23.6973 27.6464 23.6036C27.5527 23.5098 27.5 23.3826 27.5 23.25V10C27.5 9.60219 27.342 9.22066 27.0607 8.93935C26.7794 8.65805 26.3978 8.50001 26 8.50001H22C21.9179 8.49986 21.837 8.47948 21.7647 8.44068C21.6923 8.40187 21.6306 8.34583 21.585 8.27751L19.7313 5.50001H12.2662L12.1637 5.65376C12.1283 5.71063 12.0818 5.75979 12.0271 5.79834C11.9723 5.83688 11.9103 5.86403 11.8448 5.87816C11.7793 5.89229 11.7117 5.89311 11.6459 5.88058C11.58 5.86806 11.5174 5.84243 11.4617 5.80524C11.406 5.76804 11.3583 5.72002 11.3215 5.66404C11.2847 5.60806 11.2596 5.54526 11.2475 5.47936C11.2355 5.41346 11.2368 5.34582 11.2514 5.28044C11.266 5.21505 11.2936 5.15327 11.3325 5.09876L11.5825 4.72376C11.6282 4.65486 11.6902 4.59836 11.7631 4.55931C11.8359 4.52027 11.9173 4.49989 12 4.50001H20C20.0823 4.49996 20.1634 4.52024 20.236 4.55906C20.3086 4.59787 20.3706 4.65402 20.4163 4.72251L22.2663 7.50001H26C26.663 7.50001 27.2989 7.76341 27.7678 8.23225C28.2366 8.70109 28.5 9.33697 28.5 10Z" 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="M6.74 4.32758C6.65218 4.22859 6.54559 4.14801 6.4264 4.09052C6.30721 4.03303 6.1778 3.99976 6.04566 3.99265C5.91352 3.98555 5.78128 4.00473 5.65661 4.04911C5.53194 4.09348 5.41732 4.16216 5.31939 4.25116C5.22146 4.34016 5.14216 4.44771 5.0861 4.56758C5.03004 4.68745 4.99833 4.81725 4.99281 4.94947C4.98728 5.08168 5.00806 5.21368 5.05392 5.33781C5.09979 5.46194 5.16983 5.57573 5.26 5.67258L6.46625 7.00008H6C5.20435 7.00008 4.44129 7.31615 3.87868 7.87876C3.31607 8.44137 3 9.20443 3 10.0001V24.0001C3 24.7957 3.31607 25.5588 3.87868 26.1214C4.44129 26.684 5.20435 27.0001 6 27.0001H24.6488L25.26 27.6726C25.3478 27.7716 25.4544 27.8522 25.5736 27.9096C25.6928 27.9671 25.8222 28.0004 25.9543 28.0075C26.0865 28.0146 26.2187 27.9954 26.3434 27.9511C26.4681 27.9067 26.5827 27.838 26.6806 27.749C26.7785 27.66 26.8578 27.5525 26.9139 27.4326C26.97 27.3127 27.0017 27.1829 27.0072 27.0507C27.0127 26.9185 26.9919 26.7865 26.9461 26.6624C26.9002 26.5382 26.8302 26.4244 26.74 26.3276L6.74 4.32758ZM13.1975 14.4038L17.8225 19.4901C17.2741 19.826 16.6431 20.0026 16 20.0001C15.3504 20 14.7137 19.8192 14.161 19.4779C13.6084 19.1365 13.1617 18.6481 12.8708 18.0673C12.5799 17.4865 12.4564 16.8362 12.5141 16.1892C12.5718 15.5422 12.8085 14.924 13.1975 14.4038ZM6 25.0001C5.73478 25.0001 5.48043 24.8947 5.29289 24.7072C5.10536 24.5197 5 24.2653 5 24.0001V10.0001C5 9.73487 5.10536 9.48051 5.29289 9.29298C5.48043 9.10544 5.73478 9.00008 6 9.00008H8.285L11.8363 12.9076C11.1483 13.7051 10.7038 14.6834 10.5556 15.7262C10.4074 16.769 10.5617 17.8324 11.0002 18.79C11.4388 19.7477 12.143 20.5592 13.0294 21.1283C13.9157 21.6973 14.9467 21.9999 16 22.0001C17.1393 21.9976 18.25 21.6431 19.18 20.9851L22.83 25.0001H6ZM29 10.0001V23.2501C29 23.5153 28.8946 23.7697 28.7071 23.9572C28.5196 24.1447 28.2652 24.2501 28 24.2501C27.7348 24.2501 27.4804 24.1447 27.2929 23.9572C27.1054 23.7697 27 23.5153 27 23.2501V10.0001C27 9.73487 26.8946 9.48051 26.7071 9.29298C26.5196 9.10544 26.2652 9.00008 26 9.00008H22C21.8355 8.99999 21.6736 8.95932 21.5286 8.8817C21.3836 8.80408 21.26 8.6919 21.1688 8.55508L19.4638 6.00008H12.53C12.3688 6.20004 12.1368 6.33028 11.8821 6.36382C11.6274 6.39735 11.3696 6.33159 11.1621 6.18019C10.9546 6.02878 10.8133 5.80333 10.7676 5.55058C10.7218 5.29782 10.775 5.03715 10.9163 4.82258L11.1663 4.44758C11.2575 4.30996 11.3814 4.19706 11.5268 4.11898C11.6723 4.04089 11.8349 4.00004 12 4.00008H20C20.1647 3.99998 20.3268 4.04054 20.4721 4.11817C20.6173 4.1958 20.7411 4.3081 20.8325 4.44508L22.535 7.00008H26C26.7956 7.00008 27.5587 7.31615 28.1213 7.87876C28.6839 8.44137 29 9.20443 29 10.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="M7.11 3.99113C6.97827 3.84264 6.81838 3.72178 6.6396 3.63554C6.46082 3.5493 6.26669 3.4994 6.06849 3.48874C5.87028 3.47808 5.67192 3.50686 5.48492 3.57342C5.29791 3.63998 5.12598 3.74299 4.97908 3.87649C4.83218 4.00999 4.71324 4.17132 4.62915 4.35112C4.54506 4.53093 4.4975 4.72563 4.48921 4.92396C4.48093 5.12228 4.51208 5.32027 4.58088 5.50647C4.64968 5.69266 4.75475 5.86335 4.89 6.00863L5.39 6.55488C4.58036 6.69818 3.84702 7.12195 3.31858 7.75188C2.79014 8.3818 2.50034 9.17766 2.5 9.99988V23.9999C2.5 24.9281 2.86875 25.8184 3.52513 26.4748C4.1815 27.1311 5.07174 27.4999 6 27.4999H24.4275L24.89 28.0086C25.1589 28.2975 25.5309 28.4688 25.9253 28.4853C26.3197 28.5017 26.7046 28.3621 26.9967 28.0967C27.2888 27.8312 27.4645 27.4613 27.4857 27.0672C27.5069 26.673 27.3719 26.2864 27.11 25.9911L7.11 3.99113ZM13.2788 15.2411L17 19.3299C16.443 19.5271 15.8401 19.5555 15.267 19.4114C14.6939 19.2673 14.1762 18.9571 13.7787 18.5199C13.3812 18.0826 13.1218 17.5377 13.0328 16.9535C12.9439 16.3693 13.0294 15.7719 13.2788 15.2361V15.2411ZM6 24.4999C5.86739 24.4999 5.74021 24.4472 5.64645 24.3534C5.55268 24.2597 5.5 24.1325 5.5 23.9999V9.99988C5.5 9.86727 5.55268 9.7401 5.64645 9.64633C5.74021 9.55256 5.86739 9.49988 6 9.49988H8.06375L11.1788 12.9261C10.3532 14.0424 9.94037 15.4103 10.0105 16.7969C10.0806 18.1834 10.6294 19.5027 11.5633 20.53C12.4972 21.5572 13.7585 22.2288 15.1321 22.4303C16.5057 22.6318 17.9067 22.3507 19.0963 21.6349L21.7 24.4999H6ZM29.5 9.99988V21.7674C29.5 22.1652 29.342 22.5467 29.0607 22.828C28.7794 23.1093 28.3978 23.2674 28 23.2674C27.6022 23.2674 27.2206 23.1093 26.9393 22.828C26.658 22.5467 26.5 22.1652 26.5 21.7674V9.99988C26.5 9.86727 26.4473 9.7401 26.3536 9.64633C26.2598 9.55256 26.1326 9.49988 26 9.49988H22C21.7528 9.50025 21.5093 9.4395 21.2912 9.32305C21.0731 9.20659 20.8872 9.03804 20.75 8.83238L19.1963 6.49988H12.7575C12.3597 6.49988 11.9781 6.34185 11.6968 6.06054C11.4155 5.77924 11.2575 5.39771 11.2575 4.99988C11.2575 4.60206 11.4155 4.22053 11.6968 3.93922C11.9781 3.65792 12.3597 3.49988 12.7575 3.49988H20C20.2472 3.49952 20.4907 3.56026 20.7088 3.67672C20.9269 3.79317 21.1128 3.96173 21.25 4.16738L22.8025 6.49988H26C26.4596 6.49988 26.9148 6.59041 27.3394 6.7663C27.764 6.94219 28.1499 7.2 28.4749 7.52501C28.7999 7.85001 29.0577 8.23585 29.2336 8.66049C29.4095 9.08513 29.5 9.54026 29.5 9.99988Z" fill="currentColor"/>
22
+ </svg>
23
+ );
24
+ }
25
+ if (type === "fill") {
26
+ return (
27
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
28
+ <path d="M6.74 4.32758C6.65218 4.22859 6.54559 4.14801 6.4264 4.09052C6.30721 4.03303 6.1778 3.99976 6.04566 3.99265C5.91352 3.98555 5.78128 4.00473 5.65661 4.04911C5.53194 4.09348 5.41732 4.16216 5.31939 4.25116C5.22146 4.34016 5.14216 4.44771 5.0861 4.56758C5.03004 4.68745 4.99833 4.81725 4.99281 4.94947C4.98728 5.08168 5.00806 5.21368 5.05392 5.33781C5.09979 5.46194 5.16983 5.57573 5.26 5.67258L6.46625 7.00008H6C5.20435 7.00008 4.44129 7.31615 3.87868 7.87876C3.31607 8.44137 3 9.20443 3 10.0001V24.0001C3 24.7957 3.31607 25.5588 3.87868 26.1214C4.44129 26.684 5.20435 27.0001 6 27.0001H24.6488L25.26 27.6726C25.3478 27.7716 25.4544 27.8522 25.5736 27.9096C25.6928 27.9671 25.8222 28.0004 25.9543 28.0075C26.0865 28.0146 26.2187 27.9954 26.3434 27.9511C26.4681 27.9067 26.5827 27.838 26.6806 27.749C26.7785 27.66 26.8578 27.5525 26.9139 27.4326C26.97 27.3127 27.0017 27.1829 27.0072 27.0507C27.0127 26.9185 26.9919 26.7865 26.9461 26.6624C26.9002 26.5382 26.8302 26.4244 26.74 26.3276L6.74 4.32758ZM16 21.0001C15.1486 21 14.3146 20.7583 13.595 20.3032C12.8754 19.848 12.2998 19.1981 11.9348 18.4288C11.5699 17.6596 11.4307 16.8025 11.5334 15.9573C11.6361 15.1121 11.9765 14.3133 12.515 13.6538L18.5 20.2401C17.7611 20.737 16.8905 21.0017 16 21.0001ZM29 10.0001V23.2501C29 23.4519 28.9389 23.649 28.8247 23.8155C28.7106 23.9819 28.5488 24.11 28.3605 24.1827C28.1722 24.2555 27.9664 24.2696 27.7699 24.2232C27.5735 24.1767 27.3958 24.0719 27.26 23.9226L11.01 6.04758C10.8602 5.8827 10.7697 5.6725 10.753 5.45036C10.7362 5.22821 10.7941 5.00683 10.9175 4.82133L11.1675 4.44633C11.2588 4.30912 11.3825 4.19658 11.5277 4.11872C11.673 4.04087 11.8352 4.00011 12 4.00008H20C20.1647 3.99998 20.3268 4.04054 20.4721 4.11817C20.6173 4.1958 20.7411 4.3081 20.8325 4.44508L22.535 7.00008H26C26.7956 7.00008 27.5587 7.31615 28.1213 7.87876C28.6839 8.44137 29 9.20443 29 10.0001Z" fill="currentColor"/>
29
+ </svg>
30
+ );
31
+ }
32
+ if (type === "duotone") {
33
+ return (
34
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
35
+ <path opacity="0.2" d="M26 8H22L20 5H12L10 8H6C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V10C28 9.46957 27.7893 8.96086 27.4142 8.58579C27.0391 8.21071 26.5304 8 26 8ZM16 21C15.11 21 14.24 20.7361 13.4999 20.2416C12.7599 19.7471 12.1831 19.0443 11.8425 18.2221C11.5019 17.3998 11.4128 16.495 11.5865 15.6221C11.7601 14.7492 12.1887 13.9474 12.818 13.318C13.4474 12.6887 14.2492 12.2601 15.1221 12.0865C15.995 11.9128 16.8998 12.0019 17.7221 12.3425C18.5443 12.6831 19.2471 13.2599 19.7416 13.9999C20.2361 14.74 20.5 15.61 20.5 16.5C20.5 17.6935 20.0259 18.8381 19.182 19.682C18.3381 20.5259 17.1935 21 16 21Z" fill="currentColor"/>
36
+ <path d="M6.74 4.32758C6.65218 4.22859 6.54559 4.14801 6.4264 4.09052C6.30721 4.03303 6.1778 3.99976 6.04566 3.99265C5.91352 3.98555 5.78128 4.00473 5.65661 4.04911C5.53194 4.09348 5.41732 4.16216 5.31939 4.25116C5.22146 4.34016 5.14216 4.44771 5.0861 4.56758C5.03004 4.68745 4.99833 4.81725 4.99281 4.94947C4.98728 5.08168 5.00806 5.21368 5.05392 5.33781C5.09979 5.46194 5.16983 5.57573 5.26 5.67258L6.46625 7.00008H6C5.20435 7.00008 4.44129 7.31615 3.87868 7.87876C3.31607 8.44137 3 9.20443 3 10.0001V24.0001C3 24.7957 3.31607 25.5588 3.87868 26.1214C4.44129 26.684 5.20435 27.0001 6 27.0001H24.6488L25.26 27.6726C25.3478 27.7716 25.4544 27.8522 25.5736 27.9096C25.6928 27.9671 25.8222 28.0004 25.9543 28.0075C26.0865 28.0146 26.2187 27.9954 26.3434 27.9511C26.4681 27.9067 26.5827 27.838 26.6806 27.749C26.7785 27.66 26.8578 27.5525 26.9139 27.4326C26.97 27.3127 27.0017 27.1829 27.0072 27.0507C27.0127 26.9185 26.9919 26.7865 26.9461 26.6624C26.9002 26.5382 26.8302 26.4244 26.74 26.3276L6.74 4.32758ZM13.1975 14.4038L17.8225 19.4901C17.2741 19.826 16.6431 20.0026 16 20.0001C15.3504 20 14.7137 19.8192 14.161 19.4779C13.6084 19.1365 13.1617 18.6481 12.8708 18.0673C12.5799 17.4865 12.4564 16.8362 12.5141 16.1892C12.5718 15.5422 12.8085 14.924 13.1975 14.4038ZM6 25.0001C5.73478 25.0001 5.48043 24.8947 5.29289 24.7072C5.10536 24.5197 5 24.2653 5 24.0001V10.0001C5 9.73487 5.10536 9.48051 5.29289 9.29298C5.48043 9.10544 5.73478 9.00008 6 9.00008H8.285L11.8363 12.9076C11.1483 13.7051 10.7038 14.6834 10.5556 15.7262C10.4074 16.769 10.5617 17.8324 11.0002 18.79C11.4388 19.7477 12.143 20.5592 13.0294 21.1283C13.9157 21.6973 14.9467 21.9999 16 22.0001C17.1393 21.9976 18.25 21.6431 19.18 20.9851L22.83 25.0001H6ZM29 10.0001V23.2501C29 23.5153 28.8946 23.7697 28.7071 23.9572C28.5196 24.1447 28.2652 24.2501 28 24.2501C27.7348 24.2501 27.4804 24.1447 27.2929 23.9572C27.1054 23.7697 27 23.5153 27 23.2501V10.0001C27 9.73487 26.8946 9.48051 26.7071 9.29298C26.5196 9.10544 26.2652 9.00008 26 9.00008H22C21.8355 8.99999 21.6736 8.95932 21.5286 8.8817C21.3836 8.80408 21.26 8.6919 21.1688 8.55508L19.4638 6.00008H12.53C12.3688 6.20004 12.1368 6.33028 11.8821 6.36382C11.6274 6.39735 11.3696 6.33159 11.1621 6.18019C10.9546 6.02878 10.8133 5.80333 10.7676 5.55058C10.7218 5.29782 10.775 5.03715 10.9163 4.82258L11.1663 4.44758C11.2575 4.30996 11.3814 4.19706 11.5268 4.11898C11.6723 4.04089 11.8349 4.00004 12 4.00008H20C20.1647 3.99998 20.3268 4.04054 20.4721 4.11817C20.6173 4.1958 20.7411 4.3081 20.8325 4.44508L22.535 7.00008H26C26.7956 7.00008 27.5587 7.31615 28.1213 7.87876C28.6839 8.44137 29 9.20443 29 10.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="M6.555 4.5C6.4177 4.37256 6.23767 4.30112 6.05035 4.29972C5.86302 4.29833 5.68195 4.36709 5.54277 4.49248C5.40359 4.61787 5.31638 4.7908 5.29828 4.97726C5.28019 5.16372 5.33253 5.35019 5.445 5.5L7.03125 7.25H6C5.27065 7.25 4.57118 7.53973 4.05546 8.05546C3.53973 8.57118 3.25 9.27066 3.25 10V24C3.25 24.7293 3.53973 25.4288 4.05546 25.9445C4.57118 26.4603 5.27065 26.75 6 26.75H24.7588L25.445 27.5C25.5789 27.6472 25.7659 27.7352 25.9646 27.7445C26.1634 27.7539 26.3578 27.6839 26.505 27.55C26.6522 27.4161 26.7402 27.2291 26.7495 27.0304C26.7589 26.8316 26.6889 26.6372 26.555 26.49L6.555 4.5ZM13.1875 14.025L18.2013 19.5413C17.5618 20.0061 16.7905 20.2544 16 20.25C15.2784 20.2499 14.5721 20.0417 13.9659 19.6502C13.3598 19.2587 12.8794 18.7007 12.5825 18.043C12.2856 17.3853 12.1847 16.6559 12.292 15.9423C12.3994 15.2287 12.7103 14.5613 13.1875 14.02V14.025ZM6 25.25C5.66848 25.25 5.35054 25.1183 5.11612 24.8839C4.8817 24.6495 4.75 24.3315 4.75 24V10C4.75 9.66848 4.8817 9.35054 5.11612 9.11612C5.35054 8.8817 5.66848 8.75 6 8.75H8.395L12.1737 12.9063C11.262 13.8675 10.7475 15.138 10.7333 16.4628C10.7191 17.7876 11.2064 19.0688 12.0973 20.0494C12.9882 21.03 14.2169 21.6375 15.537 21.75C16.8571 21.8626 18.1709 21.4719 19.215 20.6563L23.395 25.25H6ZM28.75 10V23.25C28.75 23.4489 28.671 23.6397 28.5303 23.7803C28.3897 23.921 28.1989 24 28 24C27.8011 24 27.6103 23.921 27.4697 23.7803C27.329 23.6397 27.25 23.4489 27.25 23.25V10C27.25 9.66848 27.1183 9.35054 26.8839 9.11612C26.6495 8.8817 26.3315 8.75 26 8.75H22C21.8764 8.75019 21.7546 8.71981 21.6456 8.66158C21.5366 8.60336 21.4436 8.51908 21.375 8.41625L19.5975 5.75H12.4012L12.3725 5.7925C12.2623 5.95826 12.0907 6.07345 11.8956 6.11271C11.7004 6.15198 11.4976 6.11211 11.3319 6.00188C11.1661 5.89165 11.0509 5.72008 11.0117 5.52493C10.9724 5.32977 11.0123 5.12701 11.1225 4.96125L11.3725 4.58625C11.4411 4.48261 11.5343 4.39762 11.6438 4.33893C11.7533 4.28024 11.8757 4.24968 12 4.25H20C20.1236 4.24982 20.2454 4.28019 20.3544 4.33842C20.4634 4.39665 20.5564 4.48092 20.625 4.58375L22.4013 7.25H26C26.7293 7.25 27.4288 7.53973 27.9445 8.05546C28.4603 8.57118 28.75 9.27066 28.75 10Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CameraSlash;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const CassetteTape = ({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.5ZM9 24.5L11.1 21.7C11.1466 21.6379 11.207 21.5875 11.2764 21.5528C11.3458 21.5181 11.4224 21.5 11.5 21.5H20.5C20.5776 21.5 20.6542 21.5181 20.7236 21.5528C20.793 21.5875 20.8534 21.6379 20.9 21.7L23 24.5H9ZM28.5 24C28.5 24.1326 28.4473 24.2598 28.3536 24.3536C28.2598 24.4473 28.1326 24.5 28 24.5H24.25L21.7 21.1C21.5603 20.9137 21.3791 20.7625 21.1708 20.6584C20.9625 20.5542 20.7329 20.5 20.5 20.5H11.5C11.2671 20.5 11.0375 20.5542 10.8292 20.6584C10.6209 20.7625 10.4397 20.9137 10.3 21.1L7.75 24.5H4C3.86739 24.5 3.74021 24.4473 3.64645 24.3536C3.55268 24.2598 3.5 24.1326 3.5 24V8C3.5 7.86739 3.55268 7.74021 3.64645 7.64645C3.74021 7.55268 3.86739 7.5 4 7.5H28C28.1326 7.5 28.2598 7.55268 28.3536 7.64645C28.4473 7.74021 28.5 7.86739 28.5 8V24ZM22 10.5H10C9.07174 10.5 8.1815 10.8687 7.52513 11.5251C6.86875 12.1815 6.5 13.0717 6.5 14C6.5 14.9283 6.86875 15.8185 7.52513 16.4749C8.1815 17.1313 9.07174 17.5 10 17.5H22C22.9283 17.5 23.8185 17.1313 24.4749 16.4749C25.1313 15.8185 25.5 14.9283 25.5 14C25.5 13.0717 25.1313 12.1815 24.4749 11.5251C23.8185 10.8687 22.9283 10.5 22 10.5ZM7.5 14C7.5 13.5055 7.64662 13.0222 7.92133 12.6111C8.19603 12.2 8.58648 11.8795 9.04329 11.6903C9.50011 11.5011 10.0028 11.4516 10.4877 11.548C10.9727 11.6445 11.4181 11.8826 11.7678 12.2322C12.1174 12.5819 12.3555 13.0273 12.452 13.5123C12.5484 13.9972 12.4989 14.4999 12.3097 14.9567C12.1205 15.4135 11.8 15.804 11.3889 16.0787C10.9778 16.3534 10.4945 16.5 10 16.5C9.33696 16.5 8.70107 16.2366 8.23223 15.7678C7.76339 15.2989 7.5 14.663 7.5 14ZM12.4462 16.5C12.7798 16.1746 13.0448 15.7858 13.2258 15.3565C13.4068 14.9271 13.5 14.4659 13.5 14C13.5 13.5341 13.4068 13.0728 13.2258 12.6435C13.0448 12.2142 12.7798 11.8254 12.4462 11.5H19.5537C19.2202 11.8254 18.9552 12.2142 18.7742 12.6435C18.5932 13.0728 18.5 13.5341 18.5 14C18.5 14.4659 18.5932 14.9271 18.7742 15.3565C18.9552 15.7858 19.2202 16.1746 19.5537 16.5H12.4462ZM22 16.5C21.5055 16.5 21.0222 16.3534 20.6111 16.0787C20.2 15.804 19.8795 15.4135 19.6903 14.9567C19.5011 14.4999 19.4516 13.9972 19.548 13.5123C19.6445 13.0273 19.8826 12.5819 20.2322 12.2322C20.5819 11.8826 21.0273 11.6445 21.5123 11.548C21.9972 11.4516 22.4999 11.5011 22.9567 11.6903C23.4135 11.8795 23.804 12.2 24.0787 12.6111C24.3534 13.0222 24.5 13.5055 24.5 14C24.5 14.663 24.2366 15.2989 23.7678 15.7678C23.2989 16.2366 22.663 16.5 22 16.5Z" fill="currentColor"/>
8
+ </svg>
9
+ );
10
+ }
11
+ if (type === "regular") {
12
+ return (
13
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
14
+ <path d="M28 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 6ZM10 24L11.5 22H20.5L22 24H10ZM28 24H24.5L22.1 20.8C21.9132 20.5521 21.6716 20.3509 21.394 20.2121C21.1164 20.0733 20.8104 20.0007 20.5 20H11.5C11.1896 20.0007 10.8836 20.0733 10.606 20.2121C10.3284 20.3509 10.0868 20.5521 9.9 20.8L7.5 24H4V8H28V24ZM22 10H10C8.93913 10 7.92172 10.4214 7.17157 11.1716C6.42143 11.9217 6 12.9391 6 14C6 15.0609 6.42143 16.0783 7.17157 16.8284C7.92172 17.5786 8.93913 18 10 18H22C23.0609 18 24.0783 17.5786 24.8284 16.8284C25.5786 16.0783 26 15.0609 26 14C26 12.9391 25.5786 11.9217 24.8284 11.1716C24.0783 10.4214 23.0609 10 22 10ZM18.5375 12C18.1854 12.6077 18 13.2976 18 14C18 14.7023 18.1854 15.3923 18.5375 16H13.4625C13.8146 15.3923 14 14.7023 14 14C14 13.2976 13.8146 12.6077 13.4625 12H18.5375ZM8 14C8 13.6044 8.1173 13.2178 8.33706 12.8889C8.55682 12.56 8.86918 12.3036 9.23463 12.1522C9.60009 12.0009 10.0022 11.9613 10.3902 12.0384C10.7781 12.1156 11.1345 12.3061 11.4142 12.5858C11.6939 12.8655 11.8844 13.2219 11.9616 13.6098C12.0387 13.9978 11.9991 14.3999 11.8478 14.7654C11.6964 15.1308 11.44 15.4432 11.1111 15.6629C10.7822 15.8827 10.3956 16 10 16C9.46957 16 8.96086 15.7893 8.58579 15.4142C8.21071 15.0391 8 14.5304 8 14ZM22 16C21.6044 16 21.2178 15.8827 20.8889 15.6629C20.56 15.4432 20.3036 15.1308 20.1522 14.7654C20.0009 14.3999 19.9613 13.9978 20.0384 13.6098C20.1156 13.2219 20.3061 12.8655 20.5858 12.5858C20.8655 12.3061 21.2219 12.1156 21.6098 12.0384C21.9978 11.9613 22.3999 12.0009 22.7654 12.1522C23.1308 12.3036 23.4432 12.56 23.6629 12.8889C23.8827 13.2178 24 13.6044 24 14C24 14.5304 23.7893 15.0391 23.4142 15.4142C23.0391 15.7893 22.5304 16 22 16Z" 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.5ZM10.8025 23.5L11.8025 22H20.1975L21.1975 23.5H10.8025ZM27.5 23.5H24.8025L22.545 20.1138C22.3168 19.7712 22.0075 19.4904 21.6447 19.2961C21.2818 19.1018 20.8766 19.0001 20.465 19H11.535C11.1234 19.0001 10.7182 19.1018 10.3553 19.2961C9.9925 19.4904 9.68323 19.7712 9.455 20.1138L7.1975 23.5H4.5V8.5H27.5V23.5ZM9.75 17.5H22.25C23.2446 17.5 24.1984 17.1049 24.9017 16.4017C25.6049 15.6984 26 14.7446 26 13.75C26 12.7554 25.6049 11.8016 24.9017 11.0983C24.1984 10.3951 23.2446 10 22.25 10H9.75C8.75544 10 7.80161 10.3951 7.09835 11.0983C6.39509 11.8016 6 12.7554 6 13.75C6 14.7446 6.39509 15.6984 7.09835 16.4017C7.80161 17.1049 8.75544 17.5 9.75 17.5ZM14 14.5V13H18V14.5H14ZM23 13.75C23 13.9489 22.921 14.1397 22.7803 14.2803C22.6397 14.421 22.4489 14.5 22.25 14.5H21V13H22.25C22.4489 13 22.6397 13.079 22.7803 13.2197C22.921 13.3603 23 13.5511 23 13.75ZM9.75 13H11V14.5H9.75C9.55109 14.5 9.36032 14.421 9.21967 14.2803C9.07902 14.1397 9 13.9489 9 13.75C9 13.5511 9.07902 13.3603 9.21967 13.2197C9.36032 13.079 9.55109 13 9.75 13Z" 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="M11 14C11 14.3956 10.8827 14.7822 10.6629 15.1111C10.4432 15.44 10.1308 15.6964 9.76537 15.8478C9.39991 15.9991 8.99778 16.0387 8.60982 15.9616C8.22186 15.8844 7.86549 15.6939 7.58579 15.4142C7.30608 15.1345 7.1156 14.7781 7.03843 14.3902C6.96126 14.0022 7.00087 13.6001 7.15224 13.2346C7.30362 12.8692 7.55996 12.5568 7.88886 12.3371C8.21776 12.1173 8.60444 12 9 12C9.53043 12 10.0391 12.2107 10.4142 12.5858C10.7893 12.9609 11 13.4696 11 14ZM30 8V24C30 24.5304 29.7893 25.0391 29.4142 25.4142C29.0391 25.7893 28.5304 26 28 26H4C3.46957 26 2.96086 25.7893 2.58579 25.4142C2.21071 25.0391 2 24.5304 2 24V8C2 7.46957 2.21071 6.96086 2.58579 6.58579C2.96086 6.21071 3.46957 6 4 6H28C28.5304 6 29.0391 6.21071 29.4142 6.58579C29.7893 6.96086 30 7.46957 30 8ZM23.25 24L21.3 21.4C21.2069 21.2758 21.0861 21.175 20.9472 21.1056C20.8084 21.0361 20.6552 21 20.5 21H11.5C11.3448 21 11.1916 21.0361 11.0528 21.1056C10.9139 21.175 10.7931 21.2758 10.7 21.4L8.75 24H23.25ZM27 14C27 12.9391 26.5786 11.9217 25.8284 11.1716C25.0783 10.4214 24.0609 10 23 10H9C7.93913 10 6.92172 10.4214 6.17157 11.1716C5.42143 11.9217 5 12.9391 5 14C5 15.0609 5.42143 16.0783 6.17157 16.8284C6.92172 17.5786 7.93913 18 9 18H23C24.0609 18 25.0783 17.5786 25.8284 16.8284C26.5786 16.0783 27 15.0609 27 14ZM12.4625 12C12.8146 12.6077 13 13.2976 13 14C13 14.7023 12.8146 15.3923 12.4625 16H19.5375C19.1854 15.3923 19 14.7023 19 14C19 13.2976 19.1854 12.6077 19.5375 12H12.4625ZM23 12C22.6044 12 22.2178 12.1173 21.8889 12.3371C21.56 12.5568 21.3036 12.8692 21.1522 13.2346C21.0009 13.6001 20.9613 14.0022 21.0384 14.3902C21.1156 14.7781 21.3061 15.1345 21.5858 15.4142C21.8655 15.6939 22.2219 15.8844 22.6098 15.9616C22.9978 16.0387 23.3999 15.9991 23.7654 15.8478C24.1308 15.6964 24.4432 15.44 24.6629 15.1111C24.8827 14.7822 25 14.3956 25 14C25 13.4696 24.7893 12.9609 24.4142 12.5858C24.0391 12.2107 23.5304 12 23 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="M21.3 21.4L24 25H8L10.7 21.4C10.7931 21.2758 10.9139 21.175 11.0528 21.1056C11.1916 21.0361 11.3448 21 11.5 21H20.5C20.6552 21 20.8084 21.0361 20.9472 21.1056C21.0861 21.175 21.2069 21.2758 21.3 21.4ZM22 11C21.4067 11 20.8266 11.1759 20.3333 11.5056C19.8399 11.8352 19.4554 12.3038 19.2284 12.852C19.0013 13.4001 18.9419 14.0033 19.0576 14.5853C19.1734 15.1672 19.4591 15.7018 19.8787 16.1213C20.2982 16.5409 20.8328 16.8266 21.4147 16.9424C21.9967 17.0581 22.5999 16.9987 23.1481 16.7716C23.6962 16.5446 24.1648 16.1601 24.4944 15.6667C24.8241 15.1734 25 14.5933 25 14C25 13.2044 24.6839 12.4413 24.1213 11.8787C23.5587 11.3161 22.7957 11 22 11ZM13 14C13 13.4067 12.8241 12.8266 12.4944 12.3333C12.1648 11.8399 11.6962 11.4554 11.1481 11.2284C10.5999 11.0013 9.99667 10.9419 9.41473 11.0576C8.83279 11.1734 8.29824 11.4591 7.87868 11.8787C7.45912 12.2982 7.1734 12.8328 7.05765 13.4147C6.94189 13.9967 7.0013 14.5999 7.22836 15.1481C7.45543 15.6962 7.83994 16.1648 8.33329 16.4944C8.82664 16.8241 9.40666 17 10 17C10.7957 17 11.5587 16.6839 12.1213 16.1213C12.6839 15.5587 13 14.7957 13 14Z" 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 6ZM10 24L11.5 22H20.5L22 24H10ZM28 24H24.5L22.1 20.8C21.9132 20.5521 21.6716 20.3509 21.394 20.2121C21.1164 20.0733 20.8104 20.0007 20.5 20H11.5C11.1896 20.0007 10.8836 20.0733 10.606 20.2121C10.3284 20.3509 10.0868 20.5521 9.9 20.8L7.5 24H4V8H28V24ZM22 10H10C8.93913 10 7.92172 10.4214 7.17157 11.1716C6.42143 11.9217 6 12.9391 6 14C6 15.0609 6.42143 16.0783 7.17157 16.8284C7.92172 17.5786 8.93913 18 10 18H22C23.0609 18 24.0783 17.5786 24.8284 16.8284C25.5786 16.0783 26 15.0609 26 14C26 12.9391 25.5786 11.9217 24.8284 11.1716C24.0783 10.4214 23.0609 10 22 10ZM18.5375 12C18.1854 12.6077 18 13.2976 18 14C18 14.7023 18.1854 15.3923 18.5375 16H13.4625C13.8146 15.3923 14 14.7023 14 14C14 13.2976 13.8146 12.6077 13.4625 12H18.5375ZM8 14C8 13.6044 8.1173 13.2178 8.33706 12.8889C8.55682 12.56 8.86918 12.3036 9.23463 12.1522C9.60009 12.0009 10.0022 11.9613 10.3902 12.0384C10.7781 12.1156 11.1345 12.3061 11.4142 12.5858C11.6939 12.8655 11.8844 13.2219 11.9616 13.6098C12.0387 13.9978 11.9991 14.3999 11.8478 14.7654C11.6964 15.1308 11.44 15.4432 11.1111 15.6629C10.7822 15.8827 10.3956 16 10 16C9.46957 16 8.96086 15.7893 8.58579 15.4142C8.21071 15.0391 8 14.5304 8 14ZM22 16C21.6044 16 21.2178 15.8827 20.8889 15.6629C20.56 15.4432 20.3036 15.1308 20.1522 14.7654C20.0009 14.3999 19.9613 13.9978 20.0384 13.6098C20.1156 13.2219 20.3061 12.8655 20.5858 12.5858C20.8655 12.3061 21.2219 12.1156 21.6098 12.0384C21.9978 11.9613 22.3999 12.0009 22.7654 12.1522C23.1308 12.3036 23.4432 12.56 23.6629 12.8889C23.8827 13.2178 24 13.6044 24 14C24 14.5304 23.7893 15.0391 23.4142 15.4142C23.0391 15.7893 22.5304 16 22 16Z" 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.25ZM9.5 24.25L11.3 21.85C11.3233 21.819 11.3535 21.7938 11.3882 21.7764C11.4229 21.759 11.4612 21.75 11.5 21.75H20.5C20.5388 21.75 20.5771 21.759 20.6118 21.7764C20.6465 21.7938 20.6767 21.819 20.7 21.85L22.5 24.25H9.5ZM28.25 24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25H24.375L21.9 20.95C21.7366 20.7331 21.5251 20.557 21.2822 20.4355C21.0393 20.3141 20.7716 20.2506 20.5 20.25H11.5C11.2284 20.2506 10.9607 20.3141 10.7178 20.4355C10.4749 20.557 10.2634 20.7331 10.1 20.95L7.625 24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V24ZM22 10.25H10C9.00544 10.25 8.05161 10.6451 7.34835 11.3483C6.64509 12.0516 6.25 13.0054 6.25 14C6.25 14.9946 6.64509 15.9484 7.34835 16.6517C8.05161 17.3549 9.00544 17.75 10 17.75H22C22.9946 17.75 23.9484 17.3549 24.6517 16.6517C25.3549 15.9484 25.75 14.9946 25.75 14C25.75 13.0054 25.3549 12.0516 24.6517 11.3483C23.9484 10.6451 22.9946 10.25 22 10.25ZM19 11.75C18.5116 12.3985 18.2475 13.1882 18.2475 14C18.2475 14.8118 18.5116 15.6015 19 16.25H13C13.4884 15.6015 13.7525 14.8118 13.7525 14C13.7525 13.1882 13.4884 12.3985 13 11.75H19ZM7.75 14C7.75 13.555 7.88196 13.12 8.12919 12.75C8.37643 12.38 8.72783 12.0916 9.13896 11.9213C9.5501 11.751 10.0025 11.7064 10.439 11.7932C10.8754 11.88 11.2763 12.0943 11.591 12.409C11.9057 12.7237 12.12 13.1246 12.2068 13.561C12.2936 13.9975 12.249 14.4499 12.0787 14.861C11.9084 15.2722 11.62 15.6236 11.25 15.8708C10.88 16.118 10.445 16.25 10 16.25C9.40326 16.25 8.83097 16.0129 8.40901 15.591C7.98705 15.169 7.75 14.5967 7.75 14ZM22 16.25C21.555 16.25 21.12 16.118 20.75 15.8708C20.38 15.6236 20.0916 15.2722 19.9213 14.861C19.751 14.4499 19.7064 13.9975 19.7932 13.561C19.8801 13.1246 20.0943 12.7237 20.409 12.409C20.7237 12.0943 21.1246 11.88 21.561 11.7932C21.9975 11.7064 22.4499 11.751 22.861 11.9213C23.2722 12.0916 23.6236 12.38 23.8708 12.75C24.118 13.12 24.25 13.555 24.25 14C24.25 14.5967 24.0129 15.169 23.591 15.591C23.169 16.0129 22.5967 16.25 22 16.25Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default CassetteTape;
@@ -0,0 +1,47 @@
1
+ import IconProps from "../../IconProps";
2
+
3
+ const ClosedCaptioning = ({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.5ZM28.5 24C28.5 24.1326 28.4473 24.2598 28.3536 24.3536C28.2598 24.4473 28.1326 24.5 28 24.5H4C3.86739 24.5 3.74021 24.4473 3.64645 24.3536C3.55268 24.2598 3.5 24.1326 3.5 24V8C3.5 7.86739 3.55268 7.74021 3.64645 7.64645C3.74021 7.55268 3.86739 7.5 4 7.5H28C28.1326 7.5 28.2598 7.55268 28.3536 7.64645C28.4473 7.74021 28.5 7.86739 28.5 8V24ZM14.4325 19.2138C14.4655 19.2706 14.4869 19.3334 14.4956 19.3986C14.5042 19.4637 14.5 19.53 14.483 19.5935C14.4661 19.657 14.4368 19.7165 14.3968 19.7687C14.3568 19.8209 14.3069 19.8646 14.25 19.8975C13.5659 20.2923 12.7899 20.5001 12.0001 20.5C11.2102 20.4999 10.4343 20.2919 9.75033 19.8969C9.06634 19.5019 8.49835 18.9339 8.10346 18.2498C7.70856 17.5658 7.50067 16.7898 7.50067 16C7.50067 15.2102 7.70856 14.4342 8.10346 13.7502C8.49835 13.0661 9.06634 12.4981 9.75033 12.1031C10.4343 11.7081 11.2102 11.5001 12.0001 11.5C12.7899 11.4999 13.5659 11.7077 14.25 12.1025C14.3588 12.1717 14.4367 12.2802 14.4674 12.4055C14.4981 12.5308 14.4792 12.663 14.4146 12.7747C14.3501 12.8863 14.2449 12.9687 14.1211 13.0047C13.9972 13.0406 13.8643 13.0273 13.75 12.9675C13.2179 12.6609 12.6145 12.4996 12.0003 12.5C11.3862 12.5004 10.783 12.6623 10.2512 12.9696C9.71949 13.2769 9.27797 13.7187 8.971 14.2506C8.66404 14.7825 8.50245 15.3859 8.50245 16C8.50245 16.6141 8.66404 17.2175 8.971 17.7494C9.27797 18.2813 9.71949 18.7231 10.2512 19.0304C10.783 19.3377 11.3862 19.4996 12.0003 19.5C12.6145 19.5004 13.2179 19.3391 13.75 19.0325C13.8646 18.9662 14.0008 18.9481 14.1287 18.982C14.2567 19.016 14.3659 19.0993 14.4325 19.2138ZM24.4325 19.2138C24.4655 19.2706 24.4869 19.3334 24.4956 19.3986C24.5042 19.4637 24.5 19.53 24.483 19.5935C24.4661 19.657 24.4368 19.7165 24.3968 19.7687C24.3568 19.8209 24.3069 19.8646 24.25 19.8975C23.5659 20.2923 22.7899 20.5001 22.0001 20.5C21.2102 20.4999 20.4343 20.2919 19.7503 19.8969C19.0663 19.5019 18.4984 18.9339 18.1035 18.2498C17.7086 17.5658 17.5007 16.7898 17.5007 16C17.5007 15.2102 17.7086 14.4342 18.1035 13.7502C18.4984 13.0661 19.0663 12.4981 19.7503 12.1031C20.4343 11.7081 21.2102 11.5001 22.0001 11.5C22.7899 11.4999 23.5659 11.7077 24.25 12.1025C24.3588 12.1717 24.4367 12.2802 24.4674 12.4055C24.4981 12.5308 24.4792 12.663 24.4146 12.7747C24.3501 12.8863 24.2449 12.9687 24.1211 13.0047C23.9972 13.0406 23.8643 13.0273 23.75 12.9675C23.2179 12.6609 22.6145 12.4996 22.0003 12.5C21.3862 12.5004 20.783 12.6623 20.2512 12.9696C19.7195 13.2769 19.278 13.7187 18.971 14.2506C18.664 14.7825 18.5024 15.3859 18.5024 16C18.5024 16.6141 18.664 17.2175 18.971 17.7494C19.278 18.2813 19.7195 18.7231 20.2512 19.0304C20.783 19.3377 21.3862 19.4996 22.0003 19.5C22.6145 19.5004 23.2179 19.3391 23.75 19.0325C23.8646 18.9662 24.0008 18.9481 24.1287 18.982C24.2567 19.016 24.3659 19.0993 24.4325 19.2138Z" 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 24H4V8H28V24ZM14.865 18.9638C14.9978 19.1933 15.0339 19.4662 14.9654 19.7225C14.897 19.9787 14.7296 20.1972 14.5 20.33C13.7399 20.7689 12.8777 21 12 21C11.1223 21 10.26 20.769 9.49989 20.3302C8.73976 19.8914 8.10855 19.2602 7.66968 18.5001C7.23082 17.7399 6.99978 16.8777 6.99978 16C6.99978 15.1223 7.23082 14.2601 7.66968 13.4999C8.10855 12.7398 8.73976 12.1086 9.49989 11.6698C10.26 11.231 11.1223 11 12 11C12.8777 11 13.7399 11.2311 14.5 11.67C14.6174 11.7337 14.7208 11.8203 14.8041 11.9246C14.8875 12.029 14.9491 12.1489 14.9853 12.2775C15.0215 12.406 15.0316 12.5405 15.0151 12.673C14.9985 12.8055 14.9555 12.9333 14.8887 13.049C14.8219 13.1646 14.7327 13.2657 14.6262 13.3463C14.5197 13.4268 14.3981 13.4853 14.2687 13.5181C14.1392 13.5509 14.0045 13.5575 13.8725 13.5374C13.7405 13.5174 13.6138 13.4711 13.5 13.4012C13.0439 13.1382 12.5267 12.9998 12.0002 13C11.4737 13.0002 10.9565 13.1389 10.5006 13.4023C10.0447 13.6656 9.66612 14.0443 9.40292 14.5003C9.13973 14.9563 9.00117 15.4735 9.00117 16C9.00117 16.5265 9.13973 17.0437 9.40292 17.4997C9.66612 17.9557 10.0447 18.3344 10.5006 18.5977C10.9565 18.8611 11.4737 18.9998 12.0002 19C12.5267 19.0002 13.0439 18.8618 13.5 18.5987C13.7295 18.4664 14.0021 18.4305 14.258 18.4989C14.5139 18.5673 14.7322 18.7345 14.865 18.9638ZM24.865 18.9638C24.9978 19.1933 25.0339 19.4662 24.9654 19.7225C24.897 19.9787 24.7296 20.1972 24.5 20.33C23.7399 20.7689 22.8777 21 22 21C21.1223 21 20.26 20.769 19.4999 20.3302C18.7398 19.8914 18.1085 19.2602 17.6697 18.5001C17.2308 17.7399 16.9998 16.8777 16.9998 16C16.9998 15.1223 17.2308 14.2601 17.6697 13.4999C18.1085 12.7398 18.7398 12.1086 19.4999 11.6698C20.26 11.231 21.1223 11 22 11C22.8777 11 23.7399 11.2311 24.5 11.67C24.6174 11.7337 24.7208 11.8203 24.8041 11.9246C24.8875 12.029 24.9491 12.1489 24.9853 12.2775C25.0215 12.406 25.0316 12.5405 25.0151 12.673C24.9985 12.8055 24.9555 12.9333 24.8887 13.049C24.8219 13.1646 24.7327 13.2657 24.6262 13.3463C24.5197 13.4268 24.3981 13.4853 24.2687 13.5181C24.1392 13.5509 24.0045 13.5575 23.8725 13.5374C23.7405 13.5174 23.6138 13.4711 23.5 13.4012C23.0439 13.1382 22.5267 12.9998 22.0002 13C21.4737 13.0002 20.9565 13.1389 20.5006 13.4023C20.0447 13.6656 19.6661 14.0443 19.4029 14.5003C19.1397 14.9563 19.0012 15.4735 19.0012 16C19.0012 16.5265 19.1397 17.0437 19.4029 17.4997C19.6661 17.9557 20.0447 18.3344 20.5006 18.5977C20.9565 18.8611 21.4737 18.9998 22.0002 19C22.5267 19.0002 23.0439 18.8618 23.5 18.5987C23.7295 18.4664 24.0021 18.4305 24.258 18.4989C24.5139 18.5673 24.7322 18.7345 24.865 18.9638Z" 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 23.5H4.5V8.5H27.5V23.5ZM6.5 16C6.49989 15.0345 6.75395 14.086 7.23663 13.2498C7.71931 12.4136 8.41361 11.7192 9.24974 11.2364C10.0859 10.7536 11.0343 10.4994 11.9998 10.4994C12.9654 10.4994 13.9138 10.7535 14.75 11.2362C15.0868 11.439 15.3305 11.7658 15.4287 12.1465C15.5269 12.5271 15.4719 12.931 15.2753 13.2714C15.0787 13.6118 14.7564 13.8615 14.3776 13.9666C13.9988 14.0718 13.5939 14.0241 13.25 13.8337C12.8699 13.6148 12.4389 13.4997 12.0003 13.5C11.5616 13.5003 11.1308 13.616 10.751 13.8355C10.3713 14.055 10.0559 14.3706 9.8367 14.7505C9.61747 15.1304 9.50206 15.5614 9.50206 16C9.50206 16.4386 9.61747 16.8696 9.8367 17.2495C10.0559 17.6294 10.3713 17.945 10.751 18.1645C11.1308 18.384 11.5616 18.4997 12.0003 18.5C12.4389 18.5003 12.8699 18.3852 13.25 18.1663C13.4208 18.0601 13.6111 17.9893 13.8098 17.9581C14.0084 17.927 14.2113 17.9361 14.4064 17.9849C14.6014 18.0337 14.7847 18.1213 14.9453 18.2423C15.1058 18.3634 15.2404 18.5155 15.341 18.6896C15.4416 18.8637 15.5061 19.0563 15.5308 19.2558C15.5555 19.4554 15.5398 19.6579 15.4847 19.8513C15.4296 20.0447 15.3361 20.225 15.2099 20.3815C15.0837 20.538 14.9273 20.6676 14.75 20.7625C13.9139 21.2452 12.9656 21.4993 12.0002 21.4994C11.0348 21.4994 10.0864 21.2453 9.25028 20.7627C8.41419 20.28 7.71987 19.5858 7.2371 18.7498C6.75433 17.9138 6.50011 16.9654 6.5 16ZM16.5 16C16.4999 15.0345 16.7539 14.086 17.2366 13.2498C17.7193 12.4136 18.4136 11.7192 19.2497 11.2364C20.0859 10.7536 21.0343 10.4994 21.9998 10.4994C22.9654 10.4994 23.9138 10.7535 24.75 11.2362C25.0868 11.439 25.3305 11.7658 25.4287 12.1465C25.5269 12.5271 25.4718 12.931 25.2753 13.2714C25.0787 13.6118 24.7564 13.8615 24.3776 13.9666C23.9988 14.0718 23.5939 14.0241 23.25 13.8337C22.8699 13.6148 22.4389 13.4997 22.0003 13.5C21.5616 13.5003 21.1308 13.616 20.751 13.8355C20.3713 14.055 20.0559 14.3706 19.8367 14.7505C19.6175 15.1304 19.5021 15.5614 19.5021 16C19.5021 16.4386 19.6175 16.8696 19.8367 17.2495C20.0559 17.6294 20.3713 17.945 20.751 18.1645C21.1308 18.384 21.5616 18.4997 22.0003 18.5C22.4389 18.5003 22.8699 18.3852 23.25 18.1663C23.4208 18.0601 23.6111 17.9893 23.8098 17.9581C24.0084 17.927 24.2113 17.9361 24.4064 17.9849C24.6014 18.0337 24.7847 18.1213 24.9453 18.2423C25.1058 18.3634 25.2404 18.5155 25.341 18.6896C25.4416 18.8637 25.5061 19.0563 25.5308 19.2558C25.5555 19.4554 25.5398 19.6579 25.4847 19.8513C25.4296 20.0447 25.3361 20.225 25.2099 20.3815C25.0837 20.538 24.9273 20.6676 24.75 20.7625C23.9139 21.2452 22.9656 21.4993 22.0002 21.4994C21.0348 21.4994 20.0864 21.2453 19.2503 20.7627C18.4142 20.28 17.7199 19.5858 17.2371 18.7498C16.7543 17.9138 16.5001 16.9654 16.5 16Z" 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 6ZM14.5 20.33C13.7399 20.7689 12.8777 21 12 21C11.1223 21 10.26 20.769 9.49989 20.3302C8.73976 19.8914 8.10855 19.2602 7.66968 18.5001C7.23082 17.7399 6.99978 16.8777 6.99978 16C6.99978 15.1223 7.23082 14.2601 7.66968 13.4999C8.10855 12.7398 8.73976 12.1086 9.49989 11.6698C10.26 11.231 11.1223 11 12 11C12.8777 11 13.7399 11.2311 14.5 11.67C14.6174 11.7337 14.7208 11.8203 14.8041 11.9246C14.8875 12.029 14.9491 12.1489 14.9853 12.2775C15.0215 12.406 15.0316 12.5405 15.0151 12.673C14.9985 12.8055 14.9555 12.9333 14.8887 13.049C14.8219 13.1646 14.7327 13.2657 14.6262 13.3463C14.5197 13.4268 14.3981 13.4853 14.2687 13.5181C14.1392 13.5509 14.0045 13.5575 13.8725 13.5374C13.7405 13.5174 13.6138 13.4711 13.5 13.4012C13.0439 13.1382 12.5267 12.9998 12.0002 13C11.4737 13.0002 10.9565 13.1389 10.5006 13.4023C10.0447 13.6656 9.66612 14.0443 9.40292 14.5003C9.13973 14.9563 9.00117 15.4735 9.00117 16C9.00117 16.5265 9.13973 17.0437 9.40292 17.4997C9.66612 17.9557 10.0447 18.3344 10.5006 18.5977C10.9565 18.8611 11.4737 18.9998 12.0002 19C12.5267 19.0002 13.0439 18.8618 13.5 18.5987C13.7291 18.4744 13.9976 18.4443 14.2485 18.5151C14.4994 18.5858 14.7128 18.7517 14.8431 18.9774C14.9735 19.2031 15.0106 19.4708 14.9465 19.7234C14.8824 19.9761 14.7222 20.1937 14.5 20.33ZM24.5 20.33C23.7399 20.7689 22.8777 21 22 21C21.1223 21 20.26 20.769 19.4999 20.3302C18.7398 19.8914 18.1085 19.2602 17.6697 18.5001C17.2308 17.7399 16.9998 16.8777 16.9998 16C16.9998 15.1223 17.2308 14.2601 17.6697 13.4999C18.1085 12.7398 18.7398 12.1086 19.4999 11.6698C20.26 11.231 21.1223 11 22 11C22.8777 11 23.7399 11.2311 24.5 11.67C24.6174 11.7337 24.7208 11.8203 24.8041 11.9246C24.8875 12.029 24.9491 12.1489 24.9853 12.2775C25.0215 12.406 25.0316 12.5405 25.0151 12.673C24.9985 12.8055 24.9555 12.9333 24.8887 13.049C24.8219 13.1646 24.7327 13.2657 24.6262 13.3463C24.5197 13.4268 24.3981 13.4853 24.2687 13.5181C24.1392 13.5509 24.0045 13.5575 23.8725 13.5374C23.7405 13.5174 23.6138 13.4711 23.5 13.4012C23.0439 13.1382 22.5267 12.9998 22.0002 13C21.4737 13.0002 20.9565 13.1389 20.5006 13.4023C20.0447 13.6656 19.6661 14.0443 19.4029 14.5003C19.1397 14.9563 19.0012 15.4735 19.0012 16C19.0012 16.5265 19.1397 17.0437 19.4029 17.4997C19.6661 17.9557 20.0447 18.3344 20.5006 18.5977C20.9565 18.8611 21.4737 18.9998 22.0002 19C22.5267 19.0002 23.0439 18.8618 23.5 18.5987C23.7291 18.4744 23.9976 18.4443 24.2485 18.5151C24.4994 18.5858 24.7128 18.7517 24.8431 18.9774C24.9735 19.2031 25.0106 19.4708 24.9465 19.7234C24.8824 19.9761 24.7222 20.1937 24.5 20.33Z" 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 8V24C29 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 24V8C3 7.73478 3.10536 7.48043 3.29289 7.29289C3.48043 7.10536 3.73478 7 4 7H28C28.2652 7 28.5196 7.10536 28.7071 7.29289C28.8946 7.48043 29 7.73478 29 8Z" 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 24H4V8H28V24ZM14.8663 18.9638C14.9319 19.0775 14.9746 19.2031 14.9917 19.3333C15.0089 19.4635 15.0002 19.5959 14.9662 19.7227C14.9322 19.8496 14.8735 19.9686 14.7935 20.0727C14.7135 20.1769 14.6138 20.2644 14.5 20.33C13.7399 20.7689 12.8777 21 12 21C11.1223 21 10.26 20.769 9.49989 20.3302C8.73976 19.8914 8.10855 19.2602 7.66968 18.5001C7.23082 17.7399 6.99978 16.8777 6.99978 16C6.99978 15.1223 7.23082 14.2601 7.66968 13.4999C8.10855 12.7398 8.73976 12.1086 9.49989 11.6698C10.26 11.231 11.1223 11 12 11C12.8777 11 13.7399 11.2311 14.5 11.67C14.6174 11.7337 14.7208 11.8203 14.8041 11.9246C14.8875 12.029 14.9491 12.1489 14.9853 12.2775C15.0215 12.406 15.0316 12.5405 15.0151 12.673C14.9985 12.8055 14.9555 12.9333 14.8887 13.049C14.8219 13.1646 14.7327 13.2657 14.6262 13.3463C14.5197 13.4268 14.3981 13.4853 14.2687 13.5181C14.1392 13.5509 14.0045 13.5575 13.8725 13.5374C13.7405 13.5174 13.6138 13.4711 13.5 13.4012C13.0439 13.1382 12.5267 12.9998 12.0002 13C11.4737 13.0002 10.9565 13.1389 10.5006 13.4023C10.0447 13.6656 9.66612 14.0443 9.40292 14.5003C9.13973 14.9563 9.00117 15.4735 9.00117 16C9.00117 16.5265 9.13973 17.0437 9.40292 17.4997C9.66612 17.9557 10.0447 18.3344 10.5006 18.5977C10.9565 18.8611 11.4737 18.9998 12.0002 19C12.5267 19.0002 13.0439 18.8618 13.5 18.5987C13.7296 18.466 14.0025 18.4299 14.2587 18.4983C14.5149 18.5668 14.7335 18.7342 14.8663 18.9638ZM24.8662 18.9638C24.9319 19.0775 24.9746 19.2031 24.9917 19.3333C25.0089 19.4635 25.0002 19.5959 24.9662 19.7227C24.9321 19.8496 24.8735 19.9686 24.7935 20.0727C24.7135 20.1769 24.6138 20.2644 24.5 20.33C23.7399 20.7689 22.8777 21 22 21C21.1223 21 20.26 20.769 19.4999 20.3302C18.7398 19.8914 18.1085 19.2602 17.6697 18.5001C17.2308 17.7399 16.9998 16.8777 16.9998 16C16.9998 15.1223 17.2308 14.2601 17.6697 13.4999C18.1085 12.7398 18.7398 12.1086 19.4999 11.6698C20.26 11.231 21.1223 11 22 11C22.8777 11 23.7399 11.2311 24.5 11.67C24.6174 11.7337 24.7208 11.8203 24.8041 11.9246C24.8875 12.029 24.9491 12.1489 24.9853 12.2775C25.0215 12.406 25.0316 12.5405 25.0151 12.673C24.9985 12.8055 24.9555 12.9333 24.8887 13.049C24.8219 13.1646 24.7327 13.2657 24.6262 13.3463C24.5197 13.4268 24.3981 13.4853 24.2687 13.5181C24.1392 13.5509 24.0045 13.5575 23.8725 13.5374C23.7405 13.5174 23.6138 13.4711 23.5 13.4012C23.0439 13.1382 22.5267 12.9998 22.0002 13C21.4737 13.0002 20.9565 13.1389 20.5006 13.4023C20.0447 13.6656 19.6661 14.0443 19.4029 14.5003C19.1397 14.9563 19.0012 15.4735 19.0012 16C19.0012 16.5265 19.1397 17.0437 19.4029 17.4997C19.6661 17.9557 20.0447 18.3344 20.5006 18.5977C20.9565 18.8611 21.4737 18.9998 22.0002 19C22.5267 19.0002 23.0439 18.8618 23.5 18.5987C23.7296 18.466 24.0025 18.4299 24.2587 18.4983C24.5149 18.5668 24.7335 18.7342 24.8662 18.9638Z" 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.25ZM28.25 24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V24ZM14.6488 19.0888C14.6981 19.174 14.7302 19.2682 14.7431 19.3658C14.7561 19.4635 14.7497 19.5628 14.7242 19.658C14.6988 19.7532 14.6549 19.8424 14.595 19.9206C14.535 19.9988 14.4603 20.0644 14.375 20.1138C13.6529 20.5306 12.8338 20.75 12 20.75C11.1663 20.75 10.3472 20.5305 9.62511 20.1136C8.90305 19.6966 8.30345 19.097 7.88657 18.3749C7.46969 17.6529 7.25022 16.8338 7.25022 16C7.25022 15.1662 7.46969 14.3471 7.88657 13.6251C8.30345 12.903 8.90305 12.3034 9.62511 11.8864C10.3472 11.4695 11.1663 11.25 12 11.25C12.8338 11.25 13.6529 11.4694 14.375 11.8862C14.4646 11.9331 14.5438 11.9977 14.6079 12.076C14.6719 12.1543 14.7195 12.2447 14.7477 12.3418C14.7758 12.439 14.7841 12.5408 14.7719 12.6413C14.7597 12.7417 14.7273 12.8386 14.6767 12.9261C14.6261 13.0137 14.5582 13.0901 14.4773 13.1508C14.3964 13.2115 14.304 13.2552 14.2058 13.2793C14.1075 13.3033 14.0054 13.3073 13.9056 13.2909C13.8058 13.2745 13.7104 13.238 13.625 13.1838C13.1309 12.8989 12.5706 12.7491 12.0002 12.7494C11.4299 12.7497 10.8697 12.9 10.3759 13.1853C9.88209 13.4706 9.47204 13.8809 9.18696 14.3748C8.90188 14.8688 8.75181 15.4291 8.75181 15.9994C8.75181 16.5697 8.90188 17.13 9.18696 17.6239C9.47204 18.1179 9.88209 18.5281 10.3759 18.8134C10.8697 19.0988 11.4299 19.2491 12.0002 19.2494C12.5706 19.2496 13.1309 19.0998 13.625 18.815C13.7971 18.7157 14.0016 18.6888 14.1935 18.7401C14.3854 18.7914 14.5492 18.9168 14.6488 19.0888ZM24.6488 19.0888C24.6981 19.174 24.7302 19.2682 24.7431 19.3658C24.7561 19.4635 24.7497 19.5628 24.7242 19.658C24.6988 19.7532 24.6549 19.8424 24.595 19.9206C24.535 19.9988 24.4603 20.0644 24.375 20.1138C23.6529 20.5306 22.8338 20.75 22 20.75C21.1663 20.75 20.3472 20.5305 19.6251 20.1136C18.9031 19.6966 18.3035 19.097 17.8866 18.3749C17.4697 17.6529 17.2502 16.8338 17.2502 16C17.2502 15.1662 17.4697 14.3471 17.8866 13.6251C18.3035 12.903 18.9031 12.3034 19.6251 11.8864C20.3472 11.4695 21.1663 11.25 22 11.25C22.8338 11.25 23.6529 11.4694 24.375 11.8862C24.4646 11.9331 24.5438 11.9977 24.6079 12.076C24.6719 12.1543 24.7195 12.2447 24.7477 12.3418C24.7758 12.439 24.7841 12.5408 24.7719 12.6413C24.7597 12.7417 24.7273 12.8386 24.6767 12.9261C24.6261 13.0137 24.5583 13.0901 24.4773 13.1508C24.3964 13.2115 24.304 13.2552 24.2058 13.2793C24.1075 13.3033 24.0054 13.3073 23.9056 13.2909C23.8058 13.2745 23.7104 13.238 23.625 13.1838C23.1309 12.8989 22.5706 12.7491 22.0002 12.7494C21.4299 12.7497 20.8697 12.9 20.3759 13.1853C19.8821 13.4706 19.472 13.8809 19.187 14.3748C18.9019 14.8688 18.7518 15.4291 18.7518 15.9994C18.7518 16.5697 18.9019 17.13 19.187 17.6239C19.472 18.1179 19.8821 18.5281 20.3759 18.8134C20.8697 19.0988 21.4299 19.2491 22.0002 19.2494C22.5706 19.2496 23.1309 19.0998 23.625 18.815C23.7971 18.7157 24.0016 18.6888 24.1935 18.7401C24.3854 18.7914 24.5492 18.9168 24.6488 19.0888Z" fill="currentColor"/>
43
+ </svg>
44
+ );
45
+ };
46
+
47
+ export default ClosedCaptioning;