odaptos_design_system 1.0.0 → 1.2.0
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.
- package/README.md +8 -74
- package/package.json +24 -15
- package/src/Accordion/Accordion.modules.scss +41 -0
- package/src/Accordion/Accordion.tsx +55 -0
- package/src/Badge/Badge.modules.scss +83 -0
- package/src/Badge/Badge.tsx +69 -0
- package/src/Buttons/Button.modules.scss +235 -0
- package/src/Buttons/Button.tsx +55 -7
- package/src/Buttons/IconButton.modules.scss +185 -0
- package/src/Buttons/IconButton.tsx +53 -0
- package/src/Cards/Card.modules.scss +12 -0
- package/src/Cards/Card.tsx +14 -0
- package/src/Cards/CardButton.modules.scss +23 -0
- package/src/Cards/CardButton.tsx +14 -0
- package/src/Checkbox/Checkbox.module.scss +4 -0
- package/src/Checkbox/Checkbox.tsx +120 -0
- package/src/ColorGuide/colors.ts +99 -0
- package/src/Icons/Arrows/ArrowDoubleLineDownIcon.tsx +44 -0
- package/src/Icons/Arrows/ArrowDoubleLineLeftIcon.tsx +44 -0
- package/src/Icons/Arrows/ArrowDoubleLineRightIcon.tsx +44 -0
- package/src/Icons/Arrows/ArrowDoubleLineUpIcon.tsx +44 -0
- package/src/Icons/Arrows/ArrowFilledDownIcon.tsx +29 -0
- package/src/Icons/Arrows/ArrowFilledLeftIcon.tsx +29 -0
- package/src/Icons/Arrows/ArrowFilledRightIcon.tsx +29 -0
- package/src/Icons/Arrows/ArrowFilledUpIcon.tsx +29 -0
- package/src/Icons/Arrows/ArrowLineDownIcon.tsx +38 -0
- package/src/Icons/Arrows/ArrowLineLeftIcon.tsx +38 -0
- package/src/Icons/Arrows/ArrowLineRightIcon.tsx +38 -0
- package/src/Icons/Arrows/ArrowLineUpIcon.tsx +38 -0
- package/src/Icons/Arrows/ArrowPointerDown.tsx +44 -0
- package/src/Icons/Arrows/ArrowPointerDownLeft.tsx +37 -0
- package/src/Icons/Arrows/ArrowPointerDownRight.tsx +37 -0
- package/src/Icons/Arrows/ArrowPointerLeft.tsx +44 -0
- package/src/Icons/Arrows/ArrowPointerRight.tsx +44 -0
- package/src/Icons/Arrows/ArrowPointerUp.tsx +44 -0
- package/src/Icons/Arrows/ArrowPointerUpLeft.tsx +37 -0
- package/src/Icons/Arrows/ArrowPointerUpRight.tsx +37 -0
- package/src/Icons/Circled/AddCircledIcon.tsx +43 -0
- package/src/Icons/Circled/AlertCircledIcon.tsx +56 -0
- package/src/Icons/Circled/CheckedCircled.tsx +44 -0
- package/src/Icons/Circled/InfoCircledIcon.tsx +56 -0
- package/src/Icons/Circled/MinusCircledIcon.tsx +44 -0
- package/src/Icons/Circled/NavigationCircledIcon.tsx +50 -0
- package/src/Icons/Circled/QuestionCircledIcon.tsx +49 -0
- package/src/Icons/Circled/RemoveCircledIcon.tsx +43 -0
- package/src/Icons/Circled/SearchCircledIcon.tsx +50 -0
- package/src/Icons/Circled/SettingsCircledIcon.tsx +43 -0
- package/src/Icons/Equipment/CameraIcon.tsx +37 -0
- package/src/Icons/Equipment/LaptopIcon.tsx +66 -0
- package/src/Icons/Equipment/MicrophonePodcastIcon.tsx +31 -0
- package/src/Icons/Equipment/MobileIcon.tsx +73 -0
- package/src/Icons/Equipment/TvFlatScreenIcon.tsx +67 -0
- package/src/Icons/Equipment/TvIcon.tsx +43 -0
- package/src/Icons/Interaction/AccountIcon.tsx +31 -0
- package/src/Icons/Interaction/AddIcon.tsx +44 -0
- package/src/Icons/Interaction/AgendaIcon.tsx +68 -0
- package/src/Icons/Interaction/BillingIcon.tsx +67 -0
- package/src/Icons/Interaction/BinIcon.tsx +50 -0
- package/src/Icons/Interaction/CheckedIcon.tsx +31 -0
- package/src/Icons/Interaction/ClockIcon.tsx +50 -0
- package/src/Icons/Interaction/CopyPasteIcon.tsx +75 -0
- package/src/Icons/Interaction/DragDropIcon.tsx +34 -0
- package/src/Icons/Interaction/EditIcon.tsx +44 -0
- package/src/Icons/Interaction/EditTextIcon.tsx +56 -0
- package/src/Icons/Interaction/LogoutIcon.tsx +50 -0
- package/src/Icons/Interaction/MenuHorizontalIcon.tsx +28 -0
- package/src/Icons/Interaction/MenuVerticalIcon.tsx +40 -0
- package/src/Icons/Interaction/MinusIcon.tsx +26 -0
- package/src/Icons/Interaction/SearchIcon.tsx +44 -0
- package/src/Icons/Interaction/SearchRemoveIcon.tsx +56 -0
- package/src/Icons/Interaction/ShareIcon.tsx +55 -0
- package/src/Icons/Interaction/TeamIcon.tsx +68 -0
- package/src/Icons/Logos/LogoBeta.tsx +51 -0
- package/src/Icons/Logos/LogoNormal.tsx +37 -0
- package/src/Icons/Logos/LogoSmall.tsx +31 -0
- package/src/Icons/Logos/LogoSquare.tsx +71 -0
- package/src/Icons/Logos/LogoText.tsx +31 -0
- package/src/Icons/MediaControl/HangUpIcon.tsx +50 -0
- package/src/Icons/MediaControl/MeetingIcon.tsx +37 -0
- package/src/Icons/MediaControl/MicrophoneIcon.tsx +43 -0
- package/src/Icons/MediaControl/MoveInIcon.tsx +51 -0
- package/src/Icons/MediaControl/MuteIcon.tsx +43 -0
- package/src/Icons/MediaControl/PauseIcon.tsx +37 -0
- package/src/Icons/MediaControl/PlayIcon.tsx +30 -0
- package/src/Icons/MediaControl/PreviousIcon.tsx +39 -0
- package/src/Icons/MediaControl/RecordingIcon.tsx +74 -0
- package/src/Icons/MediaControl/VolumeIcon.tsx +49 -0
- package/src/Icons/Miscellaneous/AddSeatIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/AddUsersIcon.tsx +62 -0
- package/src/Icons/Miscellaneous/BillPdfIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/BinocularIcon.tsx +31 -0
- package/src/Icons/Miscellaneous/BrainIcon.tsx +98 -0
- package/src/Icons/Miscellaneous/ChatBubbleIcon.tsx +60 -0
- package/src/Icons/Miscellaneous/ChatIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/CheckoutIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/ClipIcon.tsx +49 -0
- package/src/Icons/Miscellaneous/CreditCardIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/DownloadIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/EarthIcon.tsx +50 -0
- package/src/Icons/Miscellaneous/FaceCenterIcon.tsx +34 -0
- package/src/Icons/Miscellaneous/FaceRecognitionIcon.tsx +80 -0
- package/src/Icons/Miscellaneous/FilesIcon.tsx +43 -0
- package/src/Icons/Miscellaneous/FillRecordIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/FolderIcon.tsx +31 -0
- package/src/Icons/Miscellaneous/GoogleIcon.tsx +59 -0
- package/src/Icons/Miscellaneous/HardDriveIcon.tsx +50 -0
- package/src/Icons/Miscellaneous/HelpIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/LanguageIcon.tsx +27 -0
- package/src/Icons/Miscellaneous/LinkIcon.tsx +34 -0
- package/src/Icons/Miscellaneous/MetaAnalyseIcon.tsx +67 -0
- package/src/Icons/Miscellaneous/ModeratedIcon.tsx +80 -0
- package/src/Icons/Miscellaneous/NbOfUsersIcon.tsx +56 -0
- package/src/Icons/Miscellaneous/NeutralBackgroudIcon.tsx +34 -0
- package/src/Icons/Miscellaneous/ReportIcon.tsx +62 -0
- package/src/Icons/Miscellaneous/SeatIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/SendEmailIcon.tsx +43 -0
- package/src/Icons/Miscellaneous/SendIcon.tsx +38 -0
- package/src/Icons/Miscellaneous/SmartBrainIcon.tsx +44 -0
- package/src/Icons/Miscellaneous/TasksIcon.tsx +48 -0
- package/src/Icons/Miscellaneous/TestDetailsIcon.tsx +29 -0
- package/src/Icons/Miscellaneous/TestIcon.tsx +38 -0
- package/src/Icons/Miscellaneous/UnmoderatedIcon.tsx +55 -0
- package/src/Icons/Notifications/AlamBellIdleIcon.tsx +46 -0
- package/src/Icons/Notifications/AlarmBellStatusIcon.tsx +54 -0
- package/src/Icons/Notifications/NotifAlertIcon.tsx +33 -0
- package/src/Icons/index.ts +108 -0
- package/src/Interviews/Chat.modules.scss +29 -0
- package/src/Interviews/Chat.tsx +123 -0
- package/src/Interviews/ChatInput.modules.scss +29 -0
- package/src/Interviews/ChatInput.tsx +33 -0
- package/src/Interviews/CircleIconButton.modules.scss +44 -0
- package/src/Interviews/CircledIconButton.tsx +31 -0
- package/src/Interviews/ControlsBar.modules.scss +15 -0
- package/src/Interviews/ControlsBar.tsx +101 -0
- package/src/Interviews/GoBack.modules.scss +14 -0
- package/src/Interviews/GoBack.tsx +22 -0
- package/src/Interviews/InterviewButton.modules.scss +107 -0
- package/src/Interviews/InterviewButton.tsx +45 -0
- package/src/Interviews/MarkUpBar.modules.scss +33 -0
- package/src/Interviews/MarkUpBar.tsx +40 -0
- package/src/Interviews/StartInterview.modules.scss +14 -0
- package/src/Interviews/StartInterview.tsx +27 -0
- package/src/Interviews/Task.modules.scss +179 -0
- package/src/Interviews/Task.tsx +176 -0
- package/src/Interviews/WelcomeMessage.modules.scss +29 -0
- package/src/Interviews/WelcomeMessage.tsx +33 -0
- package/src/LateralMenu/LateralMenu.modules.scss +21 -0
- package/src/LateralMenu/LateralMenu.tsx +23 -0
- package/src/Modal/Modal.modules.scss +58 -0
- package/src/Modal/Modal.tsx +135 -0
- package/src/MultiSelect/MultiSelect.scss +66 -0
- package/src/MultiSelect/MultiSelect.tsx +226 -0
- package/src/MultiSelect/utils/textInputStyle.ts +78 -0
- package/src/Notifications/Banner.modules.scss +35 -0
- package/src/Notifications/Banner.tsx +103 -0
- package/src/Notifications/NotificationIcon.scss +0 -0
- package/src/Notifications/NotificationIcon.tsx +26 -0
- package/src/Notifications/Toast.modules.scss +87 -0
- package/src/Notifications/Toast.tsx +92 -0
- package/src/Popover/Popover.modules.scss +47 -0
- package/src/Popover/Popover.tsx +77 -0
- package/src/Radio/Radio.module.scss +9 -0
- package/src/Radio/Radio.tsx +82 -0
- package/src/Search/Search.tsx +25 -0
- package/src/SingleSelect/SingleSelect.scss +62 -0
- package/src/SingleSelect/SingleSelect.tsx +209 -0
- package/src/Step/Step.module.scss +54 -0
- package/src/Step/Step.tsx +88 -0
- package/src/Switch/Switch.module.scss +5 -0
- package/src/Switch/Switch.tsx +51 -0
- package/src/Table/header.modules.scss +20 -0
- package/src/Table/header.tsx +74 -0
- package/src/Table/index.tsx +53 -0
- package/src/Table/rows.modules.scss +16 -0
- package/src/Table/rows.tsx +74 -0
- package/src/Table/table-cell.modules.scss +12 -0
- package/src/Table/table-cell.tsx +40 -0
- package/src/Tabs/Tabs.tsx +83 -0
- package/src/Tabs/TabsUnderLine.tsx +90 -0
- package/src/Tabs/tabs.modules.scss +60 -0
- package/src/Tabs/tabsUnderline.modules.scss +29 -0
- package/src/Tag/Tag.modules.scss +58 -0
- package/src/Tag/Tag.tsx +63 -0
- package/src/TextInput/TextInput.scss +50 -0
- package/src/TextInput/TextInput.tsx +212 -0
- package/src/Textarea/Textarea.module.scss +19 -0
- package/src/Textarea/Textarea.tsx +88 -0
- package/src/Tooltip/Layout/TooltipCustomLayout.module.scss +24 -0
- package/src/Tooltip/Layout/TooltipCustomLayout.tsx +104 -0
- package/src/Tooltip/Tooltip.tsx +139 -0
- package/src/Typography/{Caption.css → Caption.modules.scss} +5 -5
- package/src/Typography/Caption.tsx +8 -4
- package/src/Typography/Link.modules.scss +140 -0
- package/src/Typography/Link.tsx +73 -0
- package/src/Typography/Text.modules.scss +277 -0
- package/src/Typography/Text.tsx +38 -8
- package/src/Typography/{TextForButton.css → TextForButton.modules.scss} +8 -8
- package/src/Typography/TextForButton.tsx +15 -5
- package/src/Typography/{TextForDropDownItem.css → TextForDropDownItem.modules.scss} +11 -14
- package/src/Typography/TextForDropDownItem.tsx +14 -4
- package/src/Typography/TextWithLink.modules.scss +281 -0
- package/src/Typography/TextWithLink.tsx +65 -0
- package/src/Typography/{Title.css → Title.modules.scss} +27 -25
- package/src/Typography/Title.tsx +114 -16
- package/src/hooks/useClickOutside.ts +31 -0
- package/src/index.ts +34 -0
- package/dist/Buttons/Button.d.ts +0 -6
- package/dist/Color Guide/colors.d.ts +0 -6
- package/dist/Typography/Caption.d.ts +0 -12
- package/dist/Typography/Text.d.ts +0 -15
- package/dist/Typography/TextForButton.d.ts +0 -13
- package/dist/Typography/TextForDropDownItem.d.ts +0 -13
- package/dist/Typography/Title.d.ts +0 -14
- package/dist/index.d.ts +0 -6
- package/dist/index.js +0 -8
- package/dist/odaptos_design_system.cjs.development.css +0 -5
- package/dist/odaptos_design_system.cjs.development.js +0 -108
- package/dist/odaptos_design_system.cjs.development.js.map +0 -1
- package/dist/odaptos_design_system.cjs.production.min.js +0 -2
- package/dist/odaptos_design_system.cjs.production.min.js.map +0 -1
- package/dist/odaptos_design_system.esm.js +0 -97
- package/dist/odaptos_design_system.esm.js.map +0 -1
- package/src/Color Guide/colors.ts +0 -89
- package/src/Typography/Text.css +0 -272
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function SeatIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
>
|
|
21
|
+
<g fillRule="evenodd">
|
|
22
|
+
<g>
|
|
23
|
+
<path d="M12 0c4.882 0 8.856 3.887 8.996 8.735L21 9v2.325l.145.032c1.612.396 2.764 1.802 2.85 3.444L24 15c0 1.117-.496 2.163-1.333 2.87L22.5 18v2.249c0 .98-.626 1.813-1.5 2.122v.878c0 .414-.336.75-.75.75-.38 0-.693-.282-.743-.648l-.007-.102v-.75h-15v.75c0 .414-.336.75-.75.75-.38 0-.693-.282-.743-.648L3 23.25v-.878c-.874-.309-1.5-1.142-1.5-2.122l-.001-2.249-.12-.093C.352 17.072-.167 15.741.044 14.413l.037-.199c.315-1.468 1.47-2.594 2.92-2.888L3 9c0-4.97 4.03-9 9-9zm8.283 12.749l-.033.001-.013-.001c-.818.004-1.589.457-1.981 1.208-.48.918-.27 2.045.507 2.73l.075.075c.408.47.084 1.238-.571 1.238H5.733c-.69 0-1.014-.855-.496-1.312.732-.647.964-1.692.573-2.588-.39-.895-1.315-1.436-2.287-1.338-.972.098-1.77.812-1.975 1.767-.205.955.23 1.933 1.076 2.421.233.134.376.382.376.65v2.65c0 .414.336.75.75.75h16.5c.414 0 .75-.336.75-.75V17.6c0-.268.143-.516.375-.65.697-.402 1.126-1.145 1.125-1.95 0-1.036-.707-1.939-1.713-2.186-.168-.041-.337-.063-.504-.065zM12 1.5c-4.06 0-7.368 3.227-7.496 7.257L4.5 9v2.327c1.173.24 2.188 1.035 2.685 2.173.425.974.408 2.053.007 2.985l-.007.014h9.628l-.064-.155c-.352-.919-.338-1.963.087-2.897l.09-.185c.536-1.025 1.495-1.717 2.574-1.938V9c0-4.142-3.358-7.5-7.5-7.5zm-1.054 5.397l.084.073.97.969.97-.97c.293-.292.767-.292 1.06 0 .267.267.29.684.073.977l-.073.084-.97.97.97.97c.293.293.293.767 0 1.06-.266.267-.683.29-.976.073l-.084-.073-.97-.97-.97.97c-.293.293-.767.293-1.06 0-.267-.266-.29-.683-.073-.976l.073-.084.97-.97-.97-.97c-.293-.293-.293-.767 0-1.06.266-.267.683-.29.976-.073z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function SendEmailIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="20"
|
|
18
|
+
height="20"
|
|
19
|
+
viewBox="0 0 20 20"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
d="M2.85123 13.024C2.55952 13.024 2.27575 12.926 2.04278 12.7448C1.80981 12.5636 1.64031 12.309 1.55988 12.0196C1.47946 11.7302 1.49248 11.4216 1.59698 11.1405C1.70149 10.8594 1.89179 10.6211 2.13914 10.4615L17.0615 0.833145C17.2828 0.690154 17.5398 0.6169 17.8009 0.622354C18.062 0.627808 18.3159 0.711734 18.5314 0.863853C18.747 1.01597 18.9149 1.22968 19.0146 1.47881C19.1143 1.72794 19.1415 2.00167 19.0928 2.26648L16.1863 18.244C16.1381 18.5083 16.0164 18.7525 15.8361 18.9467C15.6558 19.1409 15.4247 19.2768 15.1709 19.3378C14.9171 19.3988 14.6516 19.3824 14.4067 19.2904C14.1618 19.1984 13.9481 19.0349 13.7917 18.8198L9.58537 13.024H2.85123Z"
|
|
24
|
+
strokeWidth="0.833333"
|
|
25
|
+
strokeLinecap="round"
|
|
26
|
+
strokeLinejoin="round"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M9.5887 13.0244H7.57031V17.3336C7.5703 17.5857 7.6369 17.833 7.76294 18.0489C7.88898 18.2648 8.0697 18.4411 8.28562 18.5589C8.50155 18.6767 8.74451 18.7315 8.98835 18.7173C9.23219 18.7032 9.46767 18.6206 9.66943 18.4786L12.2352 16.6736L9.5887 13.0244Z"
|
|
30
|
+
strokeWidth="0.833333"
|
|
31
|
+
strokeLinecap="round"
|
|
32
|
+
strokeLinejoin="round"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M9.58594 13.0245L18.5314 0.866211"
|
|
36
|
+
strokeWidth="0.833333"
|
|
37
|
+
strokeLinecap="round"
|
|
38
|
+
strokeLinejoin="round"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</SvgIcon>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function SendIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<g clipPath="url(#clip0_940_4362)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M21.559 3.06689L11.9828 12.6431L14.1267 21.55C14.1703 21.6973 14.259 21.8274 14.3803 21.9219C14.5047 22.0188 14.6568 22.0731 14.8144 22.077C14.9719 22.0809 15.1265 22.0341 15.2555 21.9435C15.3838 21.8534 15.48 21.7246 15.5301 21.5759L15.5307 21.5739L21.559 3.06689ZM10.9219 11.5827L20.49 2.01462L2.0027 8.04407L2.00029 8.04489C1.85196 8.09519 1.72349 8.19145 1.63355 8.31973C1.54312 8.4487 1.49639 8.60326 1.50022 8.76073C1.50404 8.9182 1.55822 9.07031 1.6548 9.19474C1.74888 9.31594 1.87838 9.40468 2.02514 9.44873L10.9219 11.5827ZM22.4158 0.0408433C22.1469 -0.0231937 21.8656 -0.0117505 21.6028 0.0739116L1.53171 6.61992L1.52584 6.62189C1.07253 6.77389 0.679847 7.06712 0.405366 7.45859C0.130886 7.85006 -0.0109488 8.31918 0.000659808 8.79715C0.0122684 9.27512 0.17671 9.7368 0.469871 10.1145C0.763032 10.4922 1.16949 10.766 1.62964 10.8958C1.63916 10.8985 1.64872 10.901 1.65834 10.9033L10.5336 13.0321L12.6721 21.9165C12.6742 21.9253 12.6765 21.934 12.6789 21.9428C12.8077 22.4038 13.0811 22.8114 13.4589 23.1055C13.8366 23.3996 14.2988 23.5647 14.7774 23.5765C15.256 23.5883 15.7258 23.4462 16.1175 23.171C16.5093 22.8959 16.8025 22.5023 16.9538 22.0481L16.9554 22.0433L23.4964 1.96227L23.4976 1.95866C23.5818 1.69543 23.5918 1.41404 23.5263 1.14551C23.4662 0.898972 23.3447 0.672063 23.1736 0.485708C23.1594 0.468861 23.1444 0.452489 23.1286 0.43665C23.1115 0.419497 23.0937 0.403349 23.0753 0.388206C22.8885 0.219057 22.6617 0.099416 22.4158 0.0408433Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
</g>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_940_4362">
|
|
32
|
+
<rect width="24" height="24" fill="white" />
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
36
|
+
</SvgIcon>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function SmartBrainIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="32"
|
|
18
|
+
height="32"
|
|
19
|
+
viewBox="0 0 32 32"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<g clipPath="url(#clip0_1919_5754)">
|
|
23
|
+
<path
|
|
24
|
+
d="M31.0008 16.0003C31.0006 15.1295 30.7163 14.2825 30.191 13.588C29.6656 12.8935 28.928 12.3894 28.0902 12.1523C28.5038 11.7511 28.7931 11.2392 28.9234 10.678C29.0538 10.1167 29.0196 9.52971 28.8251 8.98732C28.6306 8.44492 28.2839 7.97007 27.8265 7.61956C27.3691 7.26906 26.8205 7.05775 26.2462 7.01093C26.0834 6.82789 25.8989 6.66535 25.6968 6.52693C26.0901 5.56892 26.0965 4.49571 25.7147 3.53307C25.3329 2.57042 24.5926 1.79338 23.6496 1.36539C22.7066 0.937402 21.6343 0.891834 20.6584 1.23827C19.6825 1.58471 18.8789 2.29615 18.4168 3.22293C18.1381 2.84395 17.7741 2.53584 17.3543 2.32349C16.9345 2.11113 16.4706 2.00049 16.0002 2.00049C15.5297 2.00049 15.0658 2.11113 14.646 2.32349C14.2262 2.53584 13.8622 2.84395 13.5835 3.22293C13.1214 2.29615 12.3178 1.58471 11.3419 1.23827C10.366 0.891834 9.29372 0.937402 8.3507 1.36539C7.40767 1.79338 6.66739 2.57042 6.28558 3.53307C5.90377 4.49571 5.91019 5.56892 6.30349 6.52693C6.10155 6.66503 5.91748 6.8276 5.75549 7.01093C5.18135 7.05807 4.63292 7.26951 4.17573 7.62C3.71855 7.97049 3.37195 8.4452 3.17734 8.98741C2.98273 9.52961 2.94834 10.1164 3.07829 10.6776C3.20824 11.2388 3.49703 11.7508 3.91015 12.1523C3.07225 12.3895 2.33467 12.8938 1.80944 13.5884C1.2842 14.283 1 15.1301 1 16.0009C1 16.8718 1.2842 17.7188 1.80944 18.4135C2.33467 19.1081 3.07225 19.6123 3.91015 19.8496C3.49689 20.2509 3.20796 20.7628 3.07793 21.324C2.94789 21.8851 2.98226 22.4719 3.17691 23.0141C3.37155 23.5563 3.71825 24.0309 4.17554 24.3812C4.63282 24.7316 5.18133 24.9428 5.75549 24.9896C5.91811 25.1723 6.10209 25.3348 6.30349 25.4736C5.91019 26.4316 5.90377 27.5048 6.28558 28.4675C6.66739 29.4301 7.40767 30.2071 8.3507 30.6351C9.29372 31.0631 10.366 31.1087 11.3419 30.7623C12.3178 30.4158 13.1214 29.7044 13.5835 28.7776C13.8622 29.1566 14.2262 29.4647 14.646 29.677C15.0658 29.8894 15.5297 30 16.0002 30C16.4706 30 16.9345 29.8894 17.3543 29.677C17.7741 29.4647 18.1381 29.1566 18.4168 28.7776C18.8789 29.7044 19.6825 30.4158 20.6584 30.7623C21.6343 31.1087 22.7066 31.0631 23.6496 30.6351C24.5926 30.2071 25.3329 29.4301 25.7147 28.4675C26.0965 27.5048 26.0901 26.4316 25.6968 25.4736C25.8988 25.3355 26.0828 25.1729 26.2448 24.9896C26.8193 24.9433 27.3682 24.7324 27.8258 24.3822C28.2835 24.0319 28.6305 23.5571 28.8252 23.0147C29.0199 22.4723 29.0542 21.8853 28.9238 21.3239C28.7934 20.7626 28.504 20.2507 28.0902 19.8496C28.9283 19.6124 29.666 19.1081 30.1914 18.4133C30.7167 17.7186 31.0009 16.8713 31.0008 16.0003Z"
|
|
25
|
+
strokeWidth="2"
|
|
26
|
+
strokeLinecap="round"
|
|
27
|
+
strokeLinejoin="round"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M17.9992 7L10.1192 16.176C10.0573 16.2487 10.0175 16.3377 10.0046 16.4323C9.99167 16.527 10.0061 16.6233 10.0462 16.71C10.0863 16.7967 10.1505 16.8701 10.231 16.9214C10.3115 16.9728 10.405 17.0001 10.5005 17H13.9992V25L21.8792 15.824C21.941 15.7513 21.9807 15.6625 21.9937 15.568C22.0067 15.4735 21.9924 15.3772 21.9524 15.2906C21.9125 15.204 21.8486 15.1306 21.7682 15.0791C21.6879 15.0276 21.5946 15.0002 21.4992 15H17.9992V7Z"
|
|
31
|
+
strokeWidth="2"
|
|
32
|
+
strokeLinecap="round"
|
|
33
|
+
strokeLinejoin="round"
|
|
34
|
+
/>
|
|
35
|
+
</g>
|
|
36
|
+
<defs>
|
|
37
|
+
<clipPath id="clip0_1919_5754">
|
|
38
|
+
<rect width="32" height="32" fill="white" />
|
|
39
|
+
</clipPath>
|
|
40
|
+
</defs>
|
|
41
|
+
</svg>
|
|
42
|
+
</SvgIcon>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function TasksIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill = 'black',
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
fill={fill}
|
|
14
|
+
{...rest}
|
|
15
|
+
>
|
|
16
|
+
<svg
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
width="24"
|
|
19
|
+
height="24"
|
|
20
|
+
viewBox="0 0 24 24"
|
|
21
|
+
fill="none"
|
|
22
|
+
>
|
|
23
|
+
<g clipPath="url(#clip0_407_2969)">
|
|
24
|
+
<path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M10 0C10.2761 0 10.5 0.223858 10.5 0.5V20.5C10.5 20.7761 10.2761 21 10 21C9.72386 21 9.5 20.7761 9.5 20.5V0.5C9.5 0.223858 9.72386 0 10 0Z"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M3.87267 20.4089C3.57858 20.6572 3.5 20.8591 3.5 21C3.5 21.1409 3.57858 21.3428 3.87267 21.5911C4.16445 21.8375 4.6163 22.0819 5.21842 22.2969C6.4183 22.7254 8.1088 23 10 23C11.8912 23 13.5817 22.7254 14.7816 22.2969C15.3837 22.0819 15.8356 21.8375 16.1273 21.5911C16.4214 21.3428 16.5 21.1409 16.5 21C16.5 20.8591 16.4214 20.6572 16.1273 20.4089C15.8356 20.1625 15.3837 19.9181 14.7816 19.7031C13.5817 19.2746 11.8912 19 10 19C8.1088 19 6.4183 19.2746 5.21842 19.7031C4.6163 19.9181 4.16445 20.1625 3.87267 20.4089ZM4.88208 18.7614C6.2157 18.2851 8.02521 18 10 18C11.9748 18 13.7843 18.2851 15.1179 18.7614C15.7825 18.9987 16.3558 19.293 16.7725 19.6449C17.1868 19.9947 17.5 20.4506 17.5 21C17.5 21.5494 17.1868 22.0053 16.7725 22.3551C16.3558 22.707 15.7825 23.0013 15.1179 23.2386C13.7843 23.7149 11.9748 24 10 24C8.02521 24 6.2157 23.7149 4.88208 23.2386C4.21745 23.0013 3.64418 22.707 3.22752 22.3551C2.81318 22.0053 2.5 21.5494 2.5 21C2.5 20.4506 2.81318 19.9947 3.22752 19.6449C3.64418 19.293 4.21745 18.9987 4.88208 18.7614Z"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M20.4996 1C20.6975 0.99975 20.891 1.0582 21.0556 1.16796C21.2204 1.27782 21.3488 1.43413 21.4247 1.61707C21.5005 1.80002 21.5203 2.00137 21.4816 2.19558C21.4429 2.38964 21.3475 2.56786 21.2074 2.70767M21.2074 2.70767L18.4133 5.50006L21.2061 8.292C21.3461 8.43171 21.4417 8.60998 21.4805 8.80393C21.5193 8.99796 21.4996 9.19913 21.4241 9.382C21.3485 9.56487 21.2203 9.7212 21.0559 9.83121C20.8914 9.94121 20.698 9.99996 20.5001 10H10C9.72386 10 9.5 9.77614 9.5 9.5C9.5 9.22386 9.72386 9 10 9H20.4999L17.3525 5.85361C17.2587 5.75983 17.206 5.63261 17.206 5.49996C17.206 5.36731 17.2587 5.2401 17.3526 5.14633L20.5006 2.00033L10 2C9.72386 2 9.5 1.77614 9.5 1.5C9.5 1.22386 9.72386 1 10 1H20.4996"
|
|
38
|
+
/>
|
|
39
|
+
</g>
|
|
40
|
+
<defs>
|
|
41
|
+
<clipPath id="clip0_407_2969">
|
|
42
|
+
<rect width="24" height="24" fill="white" />
|
|
43
|
+
</clipPath>
|
|
44
|
+
</defs>
|
|
45
|
+
</svg>
|
|
46
|
+
</SvgIcon>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function TestDetailsIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
>
|
|
21
|
+
<g fillRule="evenodd">
|
|
22
|
+
<g>
|
|
23
|
+
<path d="M13.919.75c.968 0 1.828.62 2.135 1.538l.986 2.962h2.46V4.5c0-.414.336-.75.75-.75.38 0 .693.282.743.648L21 4.5v.75h.75c1.19 0 2.166.925 2.245 2.096L24 7.5V21c0 1.243-1.007 2.25-2.25 2.25H2.25C1.007 23.25 0 22.243 0 21V7.5c0-1.243 1.007-2.25 2.25-2.25H3V4.5c0-.414.336-.75.75-.75.38 0 .693.282.743.648L4.5 4.5v.75h2.459l.988-2.962C8.235 1.423 9.014.824 9.91.756l.17-.006zm7.831 6H2.25c-.414 0-.75.336-.75.75V21c0 .414.336.75.75.75h19.5c.414 0 .75-.336.75-.75V7.5c0-.414-.336-.75-.75-.75zm-3 9.75c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L18.75 18H5.25c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743l.102-.007h13.5zm0-6c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L18.75 12H5.25c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743l.102-.007h13.5zm-4.831-8.25h-3.838c-.323 0-.61.206-.711.512L8.54 5.25h6.919l-.828-2.487c-.091-.272-.328-.465-.606-.505l-.106-.007z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function TestIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="16"
|
|
18
|
+
height="16"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" fillRule="evenodd">
|
|
22
|
+
<g fill="#000" fillRule="nonzero">
|
|
23
|
+
<g>
|
|
24
|
+
<g>
|
|
25
|
+
<g>
|
|
26
|
+
<path
|
|
27
|
+
d="M12 6c.552 0 1 .448 1 1v2.857l1.132 1.883.008.013 1.664 2.768c.169.31.162.686-.019.99-.18.303-.507.49-.86.489H7.926c-.353 0-.68-.186-.86-.49-.181-.303-.188-.68-.002-1.017L10 9.858V7c0-.552.448-1 1-1zm1.422 6.5H9.509L7.925 15h7l-1.503-2.5zM12 7h-1v2.859c0 .185-.052.366-.152.53l-.706 1.111h2.679l-.672-1.117c-.058-.095-.1-.198-.124-.305l-.019-.11-.006-.11V7zm.245-7c.655-.002 1.195.501 1.25 1.147l.005.098V3c0 .05-.007.097-.02.141-.012.04-.029.08-.05.115l-.002.003-.046.063c0 .002-.002.003-.003.004l-.018.02c-.034.035-.073.066-.115.09l-.045.022c-.01.004-.02.009-.031.012-.019.007-.039.013-.059.018l-.029.005-.014.002L13 3.5H1v6.75c.001.121.088.222.203.245l.051.005H7.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L7.5 11.5H1.255c-.656.001-1.195-.502-1.25-1.148L0 10.254V1.237C.005.583.513.051 1.153.003L1.25 0h10.995zM7.5 4.5c.253 0 .462.188.495.432L8 5v.5h.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L8.5 6.5H8V7c0 .276-.224.5-.5.5-.253 0-.462-.188-.495-.432L7 7v-.5h-.5c-.276 0-.5-.224-.5-.5 0-.253.188-.462.432-.495L6.5 5.5H7V5c0-.276.224-.5.5-.5zm7-1c.253 0 .462.188.495.432L15 4v.5h.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L15.5 5.5H15V6c0 .276-.224.5-.5.5-.253 0-.462-.188-.495-.432L14 6v-.5h-.5c-.276 0-.5-.224-.5-.5 0-.253.188-.462.432-.495L13.5 4.5h.5V4c0-.276.224-.5.5-.5zM12.246 1H1.248c-.119 0-.219.083-.243.193L1 1.241V2.5h11.5V1.25c-.001-.121-.088-.222-.203-.245L12.246 1z"
|
|
28
|
+
transform="translate(-344 -440) translate(312 56) translate(16 160) translate(16 224)"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>
|
|
36
|
+
</SvgIcon>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function UnmoderatedIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
d="M6.25 0C4.92725 0 3.65324 0.499312 2.68275 1.39809C0.439084 3.47595 0.439085 7.02405 2.68275 9.10191C2.9493 9.34876 3.23875 9.56549 3.54581 9.75C3.23875 9.93452 2.9493 10.1512 2.68275 10.3981C0.439084 12.4759 0.439085 16.0241 2.68275 18.1019C3.65324 19.0007 4.92725 19.5 6.25 19.5H9.25C9.66421 19.5 10 19.1642 10 18.75C10 18.3358 9.66421 18 9.25 18H6.25C5.30518 18 4.39517 17.6433 3.70196 17.0014C2.09935 15.5172 2.09935 12.9828 3.70196 11.4986C4.39517 10.8567 5.30518 10.5 6.25 10.5C6.25 10.5 6.33552 10.509 6.45524 10.5H14.377C14.7912 10.5 15.127 10.1642 15.127 9.75C15.127 9.33579 14.7912 9 14.377 9H6.25C5.30518 9 4.39517 8.64335 3.70196 8.00136C2.09935 6.51718 2.09935 3.98282 3.70196 2.49864C4.39517 1.85665 5.30518 1.5 6.25 1.5H18.4642C19.7308 1.5 20.9153 2.12682 21.6277 3.17408C22.7508 4.82506 22.4155 7.06212 20.8576 8.31122L20.4166 8.66487C20.0934 8.92398 20.0415 9.39601 20.3006 9.71917C20.5597 10.0423 21.0318 10.0942 21.3549 9.83513L21.796 9.48149C23.9646 7.74268 24.4314 4.62861 22.8679 2.33038C21.8762 0.872561 20.2273 0 18.4642 0H6.25Z"
|
|
24
|
+
fill={fill}
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M6 6.5C6.55228 6.5 7 6.05228 7 5.5C7 4.94772 6.55228 4.5 6 4.5C5.44772 4.5 5 4.94772 5 5.5C5 6.05228 5.44772 6.5 6 6.5Z"
|
|
28
|
+
fill={fill}
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M11.501 4.50024C11.0868 4.50024 10.751 4.83603 10.751 5.25024C10.751 5.66445 11.0868 6.00024 11.501 6.00024H18.251C18.6652 6.00024 19.001 5.66445 19.001 5.25024C19.001 4.83603 18.6652 4.50024 18.251 4.50024H11.501Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M7 14C7 14.5523 6.55228 15 6 15C5.44772 15 5 14.5523 5 14C5 13.4477 5.44772 13 6 13C6.55228 13 7 13.4477 7 14Z"
|
|
36
|
+
fill={fill}
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M16.7551 16.0423C16.6037 15.4367 17.0618 14.85 17.6861 14.85H17.7295C18.3341 14.85 18.7986 15.3855 18.7131 15.984L18.6932 16.1231C18.6172 16.655 18.1617 17.05 17.6245 17.05C17.2655 17.05 16.9745 17.341 16.9745 17.7C16.9745 18.059 17.2655 18.35 17.6245 18.35C18.8087 18.35 19.8127 17.4792 19.9801 16.307L20 16.1679C20.1974 14.7862 19.1252 13.55 17.7295 13.55H17.6861C16.216 13.55 15.1374 14.9315 15.4939 16.3576C15.581 16.7059 15.9339 16.9176 16.2822 16.8306C16.6304 16.7435 16.8422 16.3906 16.7551 16.0423Z"
|
|
40
|
+
fill={fill}
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
d="M17.7131 21.25C18.2654 21.25 18.7131 20.8023 18.7131 20.25C18.7131 19.6977 18.2654 19.25 17.7131 19.25C17.1608 19.25 16.7131 19.6977 16.7131 20.25C16.7131 20.8023 17.1608 21.25 17.7131 21.25Z"
|
|
44
|
+
fill={fill}
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
fillRule="evenodd"
|
|
48
|
+
clipRule="evenodd"
|
|
49
|
+
d="M17.6 11.25C14.093 11.25 11.25 14.093 11.25 17.6C11.25 21.1071 14.093 23.95 17.6 23.95C21.107 23.95 23.95 21.1071 23.95 17.6C23.95 14.093 21.107 11.25 17.6 11.25ZM12.75 17.6C12.75 14.9214 14.9214 12.75 17.6 12.75C20.2786 12.75 22.45 14.9214 22.45 17.6C22.45 20.2787 20.2786 22.45 17.6 22.45C14.9214 22.45 12.75 20.2787 12.75 17.6Z"
|
|
50
|
+
fill={fill}
|
|
51
|
+
/>
|
|
52
|
+
</svg>
|
|
53
|
+
</SvgIcon>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function CopyPasteIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
d="M10 21.75C10.127 22.1827 10.3908 22.5626 10.7518 22.8328C11.1127 23.1031 11.5516 23.2492 12.0025 23.2492C12.4534 23.2492 12.8923 23.1031 13.2532 22.8328C13.6142 22.5626 13.878 22.1827 14.005 21.75"
|
|
24
|
+
stroke={stroke}
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
strokeLinecap="round"
|
|
27
|
+
strokeLinejoin="round"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M12 3V0.75"
|
|
31
|
+
stroke={stroke}
|
|
32
|
+
strokeWidth="1.5"
|
|
33
|
+
strokeLinecap="round"
|
|
34
|
+
strokeLinejoin="round"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M12 3C13.9891 3 15.8968 3.79018 17.3033 5.1967C18.7098 6.60322 19.5 8.51088 19.5 10.5C19.5 17.546 21 18.75 21 18.75H3C3 18.75 4.5 16.834 4.5 10.5C4.5 8.51088 5.29018 6.60322 6.6967 5.1967C8.10322 3.79018 10.0109 3 12 3Z"
|
|
38
|
+
stroke={stroke}
|
|
39
|
+
strokeWidth="1.5"
|
|
40
|
+
strokeLinecap="round"
|
|
41
|
+
strokeLinejoin="round"
|
|
42
|
+
/>
|
|
43
|
+
</svg>
|
|
44
|
+
</SvgIcon>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function AlarmBellStatusIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
width="24"
|
|
17
|
+
height="24"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
fill="none"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
>
|
|
22
|
+
<g id="Group">
|
|
23
|
+
<path
|
|
24
|
+
id="Vector"
|
|
25
|
+
d="M11.25 6.75C11.25 8.3413 11.8821 9.86742 13.0074 10.9926C14.1326 12.1179 15.6587 12.75 17.25 12.75C18.8413 12.75 20.3674 12.1179 21.4926 10.9926C22.6179 9.86742 23.25 8.3413 23.25 6.75C23.25 5.1587 22.6179 3.63258 21.4926 2.50736C20.3674 1.38214 18.8413 0.75 17.25 0.75C15.6587 0.75 14.1326 1.38214 13.0074 2.50736C11.8821 3.63258 11.25 5.1587 11.25 6.75Z"
|
|
26
|
+
stroke="#00040A"
|
|
27
|
+
fill={fill}
|
|
28
|
+
strokeWidth="1.5"
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
|
|
33
|
+
<path
|
|
34
|
+
id="Vector_2"
|
|
35
|
+
d="M17.64 16.4C17.8601 17.2458 18.2366 18.0428 18.75 18.75H0.75C0.75 18.75 2.25 16.42 2.25 10.5C2.24842 8.81402 2.81497 7.17667 3.85821 5.8522C4.90146 4.52773 6.36054 3.59341 8 3.20001"
|
|
36
|
+
stroke="#00040A"
|
|
37
|
+
strokeWidth="1.5"
|
|
38
|
+
strokeLinecap="round"
|
|
39
|
+
strokeLinejoin="round"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
id="Vector_3"
|
|
43
|
+
d="M7.75 21.75C7.87416 22.1846 8.13652 22.567 8.49739 22.8392C8.85826 23.1114 9.29798 23.2587 9.75 23.2587C10.202 23.2587 10.6417 23.1114 11.0026 22.8392C11.3635 22.567 11.6258 22.1846 11.75 21.75"
|
|
44
|
+
stroke="black"
|
|
45
|
+
fill="red"
|
|
46
|
+
strokeWidth="1.5"
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</g>
|
|
51
|
+
</svg>
|
|
52
|
+
</SvgIcon>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function NotifAlertIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="14"
|
|
18
|
+
height="14"
|
|
19
|
+
viewBox="0 0 14 14"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
d="M1 7C1 8.5913 1.63214 10.1174 2.75736 11.2426C3.88258 12.3679 5.4087 13 7 13C8.5913 13 10.1174 12.3679 11.2426 11.2426C12.3679 10.1174 13 8.5913 13 7C13 5.4087 12.3679 3.88258 11.2426 2.75736C10.1174 1.63214 8.5913 1 7 1C5.4087 1 3.88258 1.63214 2.75736 2.75736C1.63214 3.88258 1 5.4087 1 7Z"
|
|
24
|
+
fill="#F54C4C"
|
|
25
|
+
stroke="#00040A"
|
|
26
|
+
strokeWidth="1.5"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
</SvgIcon>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
export { default as ArrowDoubleLineDownIcon } from './Arrows/ArrowDoubleLineDownIcon';
|
|
2
|
+
export { default as ArrowDoubleLineLeftIcon } from './Arrows/ArrowDoubleLineLeftIcon';
|
|
3
|
+
export { default as ArrowDoubleLineRightIcon } from './Arrows/ArrowDoubleLineRightIcon';
|
|
4
|
+
export { default as ArrowDoubleLineUpIcon } from './Arrows/ArrowDoubleLineUpIcon';
|
|
5
|
+
export { default as ArrowFilledDownIcon } from './Arrows/ArrowFilledDownIcon';
|
|
6
|
+
export { default as ArrowFilledLeftIcon } from './Arrows/ArrowFilledLeftIcon';
|
|
7
|
+
export { default as ArrowFilledRightIcon } from './Arrows/ArrowFilledRightIcon';
|
|
8
|
+
export { default as ArrowFilledUpIcon } from './Arrows/ArrowFilledUpIcon';
|
|
9
|
+
export { default as ArrowLineDownIcon } from './Arrows/ArrowLineDownIcon';
|
|
10
|
+
export { default as ArrowLineLeftIcon } from './Arrows/ArrowLineLeftIcon';
|
|
11
|
+
export { default as ArrowLineRightIcon } from './Arrows/ArrowLineRightIcon';
|
|
12
|
+
export { default as ArrowLineUpIcon } from './Arrows/ArrowLineUpIcon';
|
|
13
|
+
export { default as ArrowPointerDown } from './Arrows/ArrowPointerDown';
|
|
14
|
+
export { default as ArrowPointerDownLeft } from './Arrows/ArrowPointerDownLeft';
|
|
15
|
+
export { default as ArrowPointerDownRight } from './Arrows/ArrowPointerDownRight';
|
|
16
|
+
export { default as ArrowPointerLeft } from './Arrows/ArrowPointerLeft';
|
|
17
|
+
export { default as ArrowPointerRight } from './Arrows/ArrowPointerRight';
|
|
18
|
+
export { default as ArrowPointerUp } from './Arrows/ArrowPointerUp';
|
|
19
|
+
export { default as ArrowPointerUpLeft } from './Arrows/ArrowPointerUpLeft';
|
|
20
|
+
export { default as ArrowPointerUpRight } from './Arrows/ArrowPointerUpRight';
|
|
21
|
+
export { default as AddCircledIcon } from './Circled/AddCircledIcon';
|
|
22
|
+
export { default as AlertCircledIcon } from './Circled/AlertCircledIcon';
|
|
23
|
+
export { default as CheckedCircled } from './Circled/CheckedCircled';
|
|
24
|
+
export { default as InfoCircledIcon } from './Circled/InfoCircledIcon';
|
|
25
|
+
export { default as MinusCircledIcon } from './Circled/MinusCircledIcon';
|
|
26
|
+
export { default as NavigationCircledIcon } from './Circled/NavigationCircledIcon';
|
|
27
|
+
export { default as QuestionCircledIcon } from './Circled/QuestionCircledIcon';
|
|
28
|
+
export { default as RemoveCircledIcon } from './Circled/RemoveCircledIcon';
|
|
29
|
+
export { default as SearchCircledIcon } from './Circled/SearchCircledIcon';
|
|
30
|
+
export { default as SettingsCircledIcon } from './Circled/SettingsCircledIcon';
|
|
31
|
+
export { default as CameraIcon } from './Equipment/CameraIcon';
|
|
32
|
+
export { default as LaptopIcon } from './Equipment/LaptopIcon';
|
|
33
|
+
export { default as MicrophonePodcastIcon } from './Equipment/MicrophonePodcastIcon';
|
|
34
|
+
export { default as MobileIcon } from './Equipment/MobileIcon';
|
|
35
|
+
export { default as TvIcon } from './Equipment/TvIcon';
|
|
36
|
+
export { default as TvFlatScreenIcon } from './Equipment/TvFlatScreenIcon';
|
|
37
|
+
export { default as AccountIcon } from './Interaction/AccountIcon';
|
|
38
|
+
export { default as AddIcon } from './Interaction/AddIcon';
|
|
39
|
+
export { default as AgendaIcon } from './Interaction/AgendaIcon';
|
|
40
|
+
export { default as BillingIcon } from './Interaction/BillingIcon';
|
|
41
|
+
export { default as BinIcon } from './Interaction/BinIcon';
|
|
42
|
+
export { default as CheckedIcon } from './Interaction/CheckedIcon';
|
|
43
|
+
export { default as ClockIcon } from './Interaction/ClockIcon';
|
|
44
|
+
export { default as CopyPasteIcon } from './Interaction/CopyPasteIcon';
|
|
45
|
+
export { default as DragDropIcon } from './Interaction/DragDropIcon';
|
|
46
|
+
export { default as EditIcon } from './Interaction/EditIcon';
|
|
47
|
+
export { default as EditTextIcon } from './Interaction/EditTextIcon';
|
|
48
|
+
export { default as LogoutIcon } from './Interaction/LogoutIcon';
|
|
49
|
+
export { default as MenuHorizontalIcon } from './Interaction/MenuHorizontalIcon';
|
|
50
|
+
export { default as MenuVerticalIcon } from './Interaction/MenuVerticalIcon';
|
|
51
|
+
export { default as MinusIcon } from './Interaction/MinusIcon';
|
|
52
|
+
export { default as SearchIcon } from './Interaction/SearchIcon';
|
|
53
|
+
export { default as SearchRemoveIcon } from './Interaction/SearchRemoveIcon';
|
|
54
|
+
export { default as ShareIcon } from './Interaction/ShareIcon';
|
|
55
|
+
export { default as TeamIcon } from './Interaction/TeamIcon';
|
|
56
|
+
export { default as HangUpIcon } from './MediaControl/HangUpIcon';
|
|
57
|
+
export { default as MeetingIcon } from './MediaControl/MeetingIcon';
|
|
58
|
+
export { default as MicrophoneIcon } from './MediaControl/MicrophoneIcon';
|
|
59
|
+
export { default as MoveInIcon } from './MediaControl/MoveInIcon';
|
|
60
|
+
export { default as MuteIcon } from './MediaControl/MuteIcon';
|
|
61
|
+
export { default as PauseIcon } from './MediaControl/PauseIcon';
|
|
62
|
+
export { default as PlayIcon } from './MediaControl/PlayIcon';
|
|
63
|
+
export { default as PreviousIcon } from './MediaControl/PreviousIcon';
|
|
64
|
+
export { default as RecordingIcon } from './MediaControl/RecordingIcon';
|
|
65
|
+
export { default as VolumeIcon } from './MediaControl/VolumeIcon';
|
|
66
|
+
export { default as AddUsersIcon } from './Miscellaneous/AddUsersIcon';
|
|
67
|
+
export { default as BinocularIcon } from './Miscellaneous/BinocularIcon';
|
|
68
|
+
export { default as BrainIcon } from './Miscellaneous/BrainIcon';
|
|
69
|
+
export { default as ChatBubbleIcon } from './Miscellaneous/ChatBubbleIcon';
|
|
70
|
+
export { default as ClipIcon } from './Miscellaneous/ClipIcon';
|
|
71
|
+
export { default as EarthIcon } from './Miscellaneous/EarthIcon';
|
|
72
|
+
export { default as FaceRecognitionIcon } from './Miscellaneous/FaceRecognitionIcon';
|
|
73
|
+
export { default as FilesIcon } from './Miscellaneous/FilesIcon';
|
|
74
|
+
export { default as FolderIcon } from './Miscellaneous/FolderIcon';
|
|
75
|
+
export { default as HardDriveIcon } from './Miscellaneous/HardDriveIcon';
|
|
76
|
+
export { default as MetaAnalyseIcon } from './Miscellaneous/MetaAnalyseIcon';
|
|
77
|
+
export { default as ModeratedIcon } from './Miscellaneous/ModeratedIcon';
|
|
78
|
+
export { default as NbOfUsersIcon } from './Miscellaneous/NbOfUsersIcon';
|
|
79
|
+
export { default as ReportIcon } from './Miscellaneous/ReportIcon';
|
|
80
|
+
export { default as SendIcon } from './Miscellaneous/SendIcon';
|
|
81
|
+
export { default as SendEmailIcon } from './Miscellaneous/SendEmailIcon';
|
|
82
|
+
export { default as TasksIcon } from './Miscellaneous/TasksIcon';
|
|
83
|
+
export { default as UnmoderatedIcon } from './Miscellaneous/UnmoderatedIcon';
|
|
84
|
+
export { default as AlamBellIdleIcon } from './Notifications/AlamBellIdleIcon';
|
|
85
|
+
export { default as AlarmBellStatusIcon } from './Notifications/AlarmBellStatusIcon';
|
|
86
|
+
export { default as NotifAlertIcon } from './Notifications/NotifAlertIcon';
|
|
87
|
+
export { default as AddSeatIcon } from './Miscellaneous/AddSeatIcon';
|
|
88
|
+
export { default as BillPdfIcon } from './Miscellaneous/BillPdfIcon';
|
|
89
|
+
export { default as CheckoutIcon } from './Miscellaneous/CheckoutIcon';
|
|
90
|
+
export { default as DownloadIcon } from './Miscellaneous/DownloadIcon';
|
|
91
|
+
export { default as FaceCenterIcon } from './Miscellaneous/FaceCenterIcon';
|
|
92
|
+
export { default as FillRecordIcon } from './Miscellaneous/FillRecordIcon';
|
|
93
|
+
export { default as GoogleIcon } from './Miscellaneous/GoogleIcon';
|
|
94
|
+
export { default as ChatIcon } from './Miscellaneous/ChatIcon';
|
|
95
|
+
export { default as CreditCardIcon } from './Miscellaneous/CreditCardIcon';
|
|
96
|
+
export { default as HelpIcon } from './Miscellaneous/HelpIcon';
|
|
97
|
+
export { default as LinkIcon } from './Miscellaneous/LinkIcon';
|
|
98
|
+
export { default as LanguageIcon } from './Miscellaneous/LanguageIcon';
|
|
99
|
+
export { default as NeutralBackgroudIcon } from './Miscellaneous/NeutralBackgroudIcon';
|
|
100
|
+
export { default as SeatIcon } from './Miscellaneous/SeatIcon';
|
|
101
|
+
export { default as SmartBrainIcon } from './Miscellaneous/SmartBrainIcon';
|
|
102
|
+
export { default as TestIcon } from './Miscellaneous/TestIcon';
|
|
103
|
+
export { default as TestDetailsIcon } from './Miscellaneous/TestDetailsIcon';
|
|
104
|
+
export { default as LogoBeta } from './Logos/LogoBeta';
|
|
105
|
+
export { default as LogoNormal } from './Logos/LogoNormal';
|
|
106
|
+
export { default as LogoSmall } from './Logos/LogoSmall';
|
|
107
|
+
export { default as LogoSquare } from './Logos/LogoSquare';
|
|
108
|
+
export { default as LogoText } from './Logos/LogoText';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.chatContainer {
|
|
2
|
+
display: flex;
|
|
3
|
+
min-width: 25rem;
|
|
4
|
+
height: 81.75rem;
|
|
5
|
+
padding: 1rem;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
align-items: flex-start;
|
|
8
|
+
gap: 0.5rem;
|
|
9
|
+
border-radius: 0.5rem;
|
|
10
|
+
background: #fff;
|
|
11
|
+
.scrolling_content {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
gap: 0.5rem;
|
|
15
|
+
max-width: 100%;
|
|
16
|
+
overflow-y: scroll;
|
|
17
|
+
overflow-x: hidden;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.no_scrollbar {
|
|
22
|
+
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
23
|
+
&::-webkit-scrollbar {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
28
|
+
scrollbar-width: none; /* Firefox */
|
|
29
|
+
}
|