odaptos_design_system 1.2.4 → 1.2.6

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 (152) hide show
  1. package/dist/index.js +8 -0
  2. package/package.json +1 -1
  3. package/src/Accordion/Accordion.tsx +2 -6
  4. package/src/Badge/Badge.tsx +1 -1
  5. package/src/Buttons/Button.tsx +1 -1
  6. package/src/Buttons/IconButton.tsx +1 -1
  7. package/src/Checkbox/Checkbox.tsx +1 -0
  8. package/src/Icons/Arrows/ArrowDoubleLineDownIcon.tsx +1 -0
  9. package/src/Icons/Arrows/ArrowDoubleLineLeftIcon.tsx +1 -0
  10. package/src/Icons/Arrows/ArrowDoubleLineRightIcon.tsx +1 -0
  11. package/src/Icons/Arrows/ArrowDoubleLineUpIcon.tsx +1 -0
  12. package/src/Icons/Arrows/ArrowFilledDownIcon.tsx +1 -0
  13. package/src/Icons/Arrows/ArrowFilledLeftIcon.tsx +1 -0
  14. package/src/Icons/Arrows/ArrowFilledRightIcon.tsx +1 -0
  15. package/src/Icons/Arrows/ArrowFilledUpIcon.tsx +1 -0
  16. package/src/Icons/Arrows/ArrowLineDownIcon.tsx +1 -0
  17. package/src/Icons/Arrows/ArrowLineLeftIcon.tsx +1 -0
  18. package/src/Icons/Arrows/ArrowLineRightIcon.tsx +1 -0
  19. package/src/Icons/Arrows/ArrowLineUpIcon.tsx +1 -0
  20. package/src/Icons/Arrows/ArrowPointerDown.tsx +1 -0
  21. package/src/Icons/Arrows/ArrowPointerDownLeft.tsx +1 -0
  22. package/src/Icons/Arrows/ArrowPointerDownRight.tsx +1 -0
  23. package/src/Icons/Arrows/ArrowPointerLeft.tsx +1 -0
  24. package/src/Icons/Arrows/ArrowPointerRight.tsx +1 -0
  25. package/src/Icons/Arrows/ArrowPointerUp.tsx +1 -0
  26. package/src/Icons/Arrows/ArrowPointerUpLeft.tsx +1 -0
  27. package/src/Icons/Arrows/ArrowPointerUpRight.tsx +1 -0
  28. package/src/Icons/Circled/AddCircledIcon.tsx +1 -0
  29. package/src/Icons/Circled/AlertCircledIcon.tsx +1 -0
  30. package/src/Icons/Circled/CheckedCircled.tsx +1 -0
  31. package/src/Icons/Circled/InfoCircledIcon.tsx +1 -0
  32. package/src/Icons/Circled/MinusCircledIcon.tsx +1 -0
  33. package/src/Icons/Circled/NavigationCircledIcon.tsx +1 -0
  34. package/src/Icons/Circled/QuestionCircledIcon.tsx +1 -0
  35. package/src/Icons/Circled/RemoveCircledIcon.tsx +1 -0
  36. package/src/Icons/Circled/SearchCircledIcon.tsx +1 -0
  37. package/src/Icons/Circled/SettingsCircledIcon.tsx +1 -0
  38. package/src/Icons/Equipment/CameraIcon.tsx +1 -0
  39. package/src/Icons/Equipment/LaptopIcon.tsx +1 -0
  40. package/src/Icons/Equipment/MicrophonePodcastIcon.tsx +1 -0
  41. package/src/Icons/Equipment/MobileIcon.tsx +1 -0
  42. package/src/Icons/Equipment/TvFlatScreenIcon.tsx +1 -0
  43. package/src/Icons/Equipment/TvIcon.tsx +1 -0
  44. package/src/Icons/Interaction/AccountIcon.tsx +1 -0
  45. package/src/Icons/Interaction/AddIcon.tsx +1 -0
  46. package/src/Icons/Interaction/AgendaIcon.tsx +1 -0
  47. package/src/Icons/Interaction/BillingIcon.tsx +1 -0
  48. package/src/Icons/Interaction/BinIcon.tsx +1 -0
  49. package/src/Icons/Interaction/CheckedIcon.tsx +1 -0
  50. package/src/Icons/Interaction/ClockIcon.tsx +1 -0
  51. package/src/Icons/Interaction/CopyPasteIcon.tsx +1 -0
  52. package/src/Icons/Interaction/DragDropIcon.tsx +1 -0
  53. package/src/Icons/Interaction/EditIcon.tsx +1 -0
  54. package/src/Icons/Interaction/EditTextIcon.tsx +1 -0
  55. package/src/Icons/Interaction/LogoutIcon.tsx +1 -0
  56. package/src/Icons/Interaction/MenuHorizontalIcon.tsx +1 -0
  57. package/src/Icons/Interaction/MenuVerticalIcon.tsx +1 -0
  58. package/src/Icons/Interaction/MinusIcon.tsx +1 -0
  59. package/src/Icons/Interaction/SearchIcon.tsx +1 -0
  60. package/src/Icons/Interaction/SearchRemoveIcon.tsx +1 -0
  61. package/src/Icons/Interaction/ShareIcon.tsx +1 -0
  62. package/src/Icons/Interaction/TeamIcon.tsx +1 -0
  63. package/src/Icons/Logos/LogoBeta.tsx +1 -0
  64. package/src/Icons/Logos/LogoNormal.tsx +1 -0
  65. package/src/Icons/Logos/LogoSmall.tsx +1 -0
  66. package/src/Icons/Logos/LogoSquare.tsx +1 -0
  67. package/src/Icons/Logos/LogoText.tsx +1 -0
  68. package/src/Icons/MediaControl/HangUpIcon.tsx +1 -0
  69. package/src/Icons/MediaControl/MeetingIcon.tsx +1 -0
  70. package/src/Icons/MediaControl/MicrophoneIcon.tsx +1 -0
  71. package/src/Icons/MediaControl/MoveInIcon.tsx +1 -0
  72. package/src/Icons/MediaControl/MuteIcon.tsx +1 -0
  73. package/src/Icons/MediaControl/PauseIcon.tsx +1 -0
  74. package/src/Icons/MediaControl/PlayIcon.tsx +1 -0
  75. package/src/Icons/MediaControl/PreviousIcon.tsx +1 -0
  76. package/src/Icons/MediaControl/RecordingIcon.tsx +1 -0
  77. package/src/Icons/MediaControl/VolumeIcon.tsx +1 -0
  78. package/src/Icons/Miscellaneous/AddSeatIcon.tsx +1 -0
  79. package/src/Icons/Miscellaneous/AddUsersIcon.tsx +1 -0
  80. package/src/Icons/Miscellaneous/BillPdfIcon.tsx +1 -0
  81. package/src/Icons/Miscellaneous/BinocularIcon.tsx +1 -0
  82. package/src/Icons/Miscellaneous/BrainIcon.tsx +1 -0
  83. package/src/Icons/Miscellaneous/ChatBubbleIcon.tsx +1 -0
  84. package/src/Icons/Miscellaneous/ChatIcon.tsx +1 -0
  85. package/src/Icons/Miscellaneous/CheckoutIcon.tsx +1 -0
  86. package/src/Icons/Miscellaneous/ClipIcon.tsx +1 -0
  87. package/src/Icons/Miscellaneous/CreditCardIcon.tsx +1 -0
  88. package/src/Icons/Miscellaneous/DownloadIcon.tsx +1 -0
  89. package/src/Icons/Miscellaneous/EarthIcon.tsx +1 -0
  90. package/src/Icons/Miscellaneous/FaceCenterIcon.tsx +1 -0
  91. package/src/Icons/Miscellaneous/FaceRecognitionIcon.tsx +1 -0
  92. package/src/Icons/Miscellaneous/FilesIcon.tsx +1 -0
  93. package/src/Icons/Miscellaneous/FillRecordIcon.tsx +1 -0
  94. package/src/Icons/Miscellaneous/FolderIcon.tsx +1 -0
  95. package/src/Icons/Miscellaneous/GoogleIcon.tsx +1 -0
  96. package/src/Icons/Miscellaneous/HardDriveIcon.tsx +1 -0
  97. package/src/Icons/Miscellaneous/HelpIcon.tsx +1 -0
  98. package/src/Icons/Miscellaneous/LanguageIcon.tsx +1 -0
  99. package/src/Icons/Miscellaneous/LinkIcon.tsx +1 -0
  100. package/src/Icons/Miscellaneous/MetaAnalyseIcon.tsx +1 -0
  101. package/src/Icons/Miscellaneous/ModeratedIcon.tsx +1 -0
  102. package/src/Icons/Miscellaneous/NbOfUsersIcon.tsx +1 -0
  103. package/src/Icons/Miscellaneous/NeutralBackgroudIcon.tsx +1 -0
  104. package/src/Icons/Miscellaneous/ReportIcon.tsx +1 -0
  105. package/src/Icons/Miscellaneous/SeatIcon.tsx +1 -0
  106. package/src/Icons/Miscellaneous/SendEmailIcon.tsx +1 -0
  107. package/src/Icons/Miscellaneous/SendIcon.tsx +1 -0
  108. package/src/Icons/Miscellaneous/SmartBrainIcon.tsx +1 -0
  109. package/src/Icons/Miscellaneous/TasksIcon.tsx +1 -0
  110. package/src/Icons/Miscellaneous/TestDetailsIcon.tsx +1 -0
  111. package/src/Icons/Miscellaneous/TestIcon.tsx +1 -0
  112. package/src/Icons/Miscellaneous/UnmoderatedIcon.tsx +1 -0
  113. package/src/Icons/Notifications/AlamBellIdleIcon.tsx +1 -0
  114. package/src/Icons/Notifications/AlarmBellStatusIcon.tsx +1 -0
  115. package/src/Icons/Notifications/NotifAlertIcon.tsx +1 -0
  116. package/src/Interviews/Chat.tsx +1 -1
  117. package/src/Interviews/ChatInput.tsx +2 -0
  118. package/src/Interviews/CircledIconButton.tsx +1 -1
  119. package/src/Interviews/ControlsBar.tsx +31 -20
  120. package/src/Interviews/GoBack.tsx +1 -1
  121. package/src/Interviews/InterviewButton.tsx +1 -1
  122. package/src/Interviews/MarkUpBar.tsx +3 -4
  123. package/src/Interviews/StartInterview.tsx +1 -1
  124. package/src/Interviews/Task.tsx +1 -2
  125. package/src/Interviews/WelcomeMessage.tsx +1 -1
  126. package/src/LateralMenu/LateralMenu.tsx +2 -0
  127. package/src/Modal/Modal.tsx +1 -1
  128. package/src/Notifications/Banner.tsx +1 -1
  129. package/src/Notifications/NotificationIcon.tsx +1 -1
  130. package/src/Notifications/Toast.tsx +1 -1
  131. package/src/Radio/Radio.tsx +1 -0
  132. package/src/Search/Search.tsx +1 -0
  133. package/src/Step/Step.tsx +1 -1
  134. package/src/Switch/Switch.tsx +1 -1
  135. package/src/Table/header.tsx +1 -0
  136. package/src/Table/index.tsx +1 -0
  137. package/src/Table/rows.tsx +1 -0
  138. package/src/Table/table-cell.tsx +1 -0
  139. package/src/Tabs/Tabs.tsx +1 -1
  140. package/src/Tabs/TabsUnderLine.tsx +1 -1
  141. package/src/Tag/Tag.tsx +1 -1
  142. package/src/TextInput/TextInput.tsx +1 -0
  143. package/src/Textarea/Textarea.tsx +1 -1
  144. package/src/Tooltip/Layout/TooltipCustomLayout.tsx +1 -0
  145. package/src/Tooltip/Tooltip.tsx +1 -1
  146. package/src/Typography/Caption.tsx +1 -1
  147. package/src/Typography/Link.tsx +1 -1
  148. package/src/Typography/Text.tsx +1 -1
  149. package/src/Typography/TextForButton.tsx +1 -1
  150. package/src/Typography/TextForDropDownItem.tsx +1 -1
  151. package/src/Typography/TextWithLink.tsx +1 -1
  152. package/src/Typography/Title.tsx +1 -1
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+
2
+ 'use strict'
3
+
4
+ if (process.env.NODE_ENV === 'production') {
5
+ module.exports = require('./odaptos_design_system.cjs.production.min.js')
6
+ } else {
7
+ module.exports = require('./odaptos_design_system.cjs.development.js')
8
+ }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.4",
2
+ "version": "1.2.6",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -1,4 +1,4 @@
1
- import { useState } from 'react';
1
+ import React, { useState } from 'react';
2
2
  import styles from './Accordion.modules.scss';
3
3
  import { Text } from '../Typography/Text';
4
4
  import { IconButton } from '../Buttons/IconButton';
@@ -45,11 +45,7 @@ export const Accordion = ({
45
45
  }
46
46
  />
47
47
  </div>
48
- {isAccordionOpen && (
49
- <div>
50
- {children}
51
- </div>
52
- )}
48
+ {isAccordionOpen && <div>{children}</div>}
53
49
  </div>
54
50
  );
55
51
  };
@@ -1,4 +1,4 @@
1
- import { HTMLAttributes } from 'react';
1
+ import React, { HTMLAttributes } from 'react';
2
2
  import styles from './Badge.modules.scss';
3
3
  import { Text } from '../Typography/Text';
4
4
 
@@ -1,4 +1,4 @@
1
- import { HTMLAttributes } from 'react';
1
+ import React, { HTMLAttributes } from 'react';
2
2
  import { TextForButton } from '../Typography/TextForButton';
3
3
  import styles from './Button.modules.scss';
4
4
 
@@ -1,4 +1,4 @@
1
- import { HTMLAttributes } from 'react';
1
+ import React, { HTMLAttributes } from 'react';
2
2
  import styles from './IconButton.modules.scss';
3
3
  import { MinusCircledIcon } from '../';
4
4
 
@@ -2,6 +2,7 @@ import { styled } from '@mui/material/styles';
2
2
  import { Checkbox as MuiCheckbox } from '@mui/material';
3
3
  import styles from './Checkbox.module.scss';
4
4
  import { Text } from '../Typography/Text';
5
+ import React from 'react';
5
6
 
6
7
  const BpIcon = styled('span')(() => ({
7
8
  borderRadius: '0.25rem',
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowDoubleLineDownIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowDoubleLineLeftIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowDoubleLineRightIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowDoubleLineUpIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowFilledDownIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowFilledLeftIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowFilledRightIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowFilledUpIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowLineDowIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowLineLeftIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowLineRightIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowLineUpIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerDown({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerDownLeft({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerDownRight({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerLeft({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerRight({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerUp({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerUpLeft({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ArrowPointerUpRight({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AddCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AlertCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function CheckedCircled({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function InfoCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MinusCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function NavigationCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function QuestionCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function RemoveCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function SearchCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function SettingsCircledIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function CameraIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LaptopIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MicrophonePodcastIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MobileIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function TvFlatScreenIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function TvIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AccountIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AddIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AgendaIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function BillingIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function BinIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function CheckedIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ClockIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function CopyPasteIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function DragDropIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function EditIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function EditTextIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoutIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MenuHorizontalIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MenuVerticalIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MinusIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function SearchIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function SearchRemoveIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ShareIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function TeamIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoBeta({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoNormal({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoSmall({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoSquare({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function LogoText({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function HangUpIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MeetingIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MicrophoneIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MoveInIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function MuteIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function PauseIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function PlayIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function PreviousIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function RecordingIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function VolumeIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AddSeatIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function AddUsersIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function BillPdfIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function BinocularIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function BrainIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ChatBubbleIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function ChatIcon({
4
5
  stroke,
@@ -1,4 +1,5 @@
1
1
  import { SvgIcon, SvgIconProps } from '@mui/material';
2
+ import React from 'react';
2
3
 
3
4
  export default function CheckoutIcon({
4
5
  stroke,