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,71 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function LogoSquare({
|
|
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="152"
|
|
17
|
+
height="152"
|
|
18
|
+
viewBox="0 0 152 152"
|
|
19
|
+
fill="none"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
>
|
|
22
|
+
<rect width="152" height="152" rx="16" fill="#0077FF" />
|
|
23
|
+
<g filter="url(#filter0_d_151_6098)">
|
|
24
|
+
<path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M120.211 46.5013C120.211 39.9902 125.489 34.7119 132 34.7119V70.1017C132 84.7606 120.124 96.6441 105.474 96.6441C90.8236 96.6441 78.9474 84.7606 78.9474 70.1017C78.9474 55.4427 90.8236 43.5593 105.474 43.5593C110.927 43.5593 115.995 45.2057 120.211 48.0289V46.5013ZM105.474 55.3559C113.613 55.3559 120.211 61.9578 120.211 70.1017C120.211 78.2455 113.613 84.8475 105.474 84.8475C97.3347 84.8475 90.7368 78.2455 90.7368 70.1017C90.7368 61.9578 97.3347 55.3559 105.474 55.3559ZM46.5263 43.5593C61.1764 43.5593 73.0526 55.4427 73.0526 70.1017C73.0526 84.7606 61.1764 96.6441 46.5263 96.6441C31.8762 96.6441 20 84.7606 20 70.1017C20 55.4427 31.8762 43.5593 46.5263 43.5593ZM46.5263 55.3559C38.3874 55.3559 31.7895 61.9578 31.7895 70.1017C31.7895 78.2455 38.3874 84.8475 46.5263 84.8475C54.6652 84.8475 61.2632 78.2455 61.2632 70.1017C61.2632 61.9578 54.6652 55.3559 46.5263 55.3559ZM63.6278 102.742L59.2198 103.795L55.3225 104.664C55.3225 104.664 54.1821 104.872 53.7655 105.401C53.3488 105.93 54.3933 107.106 54.3933 107.106C54.3933 107.106 61.5703 117.288 75.6316 117.288C90.5093 117.288 96.1121 108.366 97.0727 106.836C97.1305 106.744 97.1715 106.678 97.1967 106.643C97.6405 106.028 97.6435 105.74 97.4995 105.401C97.3555 105.062 96.7529 104.833 96.7529 104.833L89.7561 103.25C89.7561 103.25 87.4433 102.742 87.0001 102.655C86.6685 102.59 86.3521 102.906 86.0218 103.235C85.9108 103.346 85.7982 103.458 85.6829 103.558C85.654 103.583 85.6136 103.62 85.5617 103.668C84.7929 104.38 81.5054 107.424 75.6316 107.259C69.8089 107.096 67.6663 105.371 66.5185 104.447C66.4303 104.376 66.348 104.31 66.2703 104.249C65.7292 103.828 65.3906 103.482 65.1401 103.226C64.8868 102.968 64.7237 102.801 64.5325 102.742C64.1524 102.624 63.6278 102.742 63.6278 102.742Z"
|
|
28
|
+
fill="white"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<filter
|
|
33
|
+
id="filter0_d_151_6098"
|
|
34
|
+
x="15"
|
|
35
|
+
y="33.7119"
|
|
36
|
+
width="122"
|
|
37
|
+
height="92.5763"
|
|
38
|
+
filterUnits="userSpaceOnUse"
|
|
39
|
+
color-interpolation-filters="sRGB"
|
|
40
|
+
>
|
|
41
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
42
|
+
<feColorMatrix
|
|
43
|
+
in="SourceAlpha"
|
|
44
|
+
type="matrix"
|
|
45
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
46
|
+
result="hardAlpha"
|
|
47
|
+
/>
|
|
48
|
+
<feOffset dy="4" />
|
|
49
|
+
<feGaussianBlur stdDeviation="2.5" />
|
|
50
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
51
|
+
<feColorMatrix
|
|
52
|
+
type="matrix"
|
|
53
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
54
|
+
/>
|
|
55
|
+
<feBlend
|
|
56
|
+
mode="normal"
|
|
57
|
+
in2="BackgroundImageFix"
|
|
58
|
+
result="effect1_dropShadow_151_6098"
|
|
59
|
+
/>
|
|
60
|
+
<feBlend
|
|
61
|
+
mode="normal"
|
|
62
|
+
in="SourceGraphic"
|
|
63
|
+
in2="effect1_dropShadow_151_6098"
|
|
64
|
+
result="shape"
|
|
65
|
+
/>
|
|
66
|
+
</filter>
|
|
67
|
+
</defs>
|
|
68
|
+
</svg>
|
|
69
|
+
</SvgIcon>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function LogoText({
|
|
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="507"
|
|
17
|
+
height="162"
|
|
18
|
+
viewBox="0 0 507 162"
|
|
19
|
+
fill="none"
|
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M290.626 24.9231H278.186C278.186 11.1831 267.048 0 253.308 0V25.9139V49.1858V96.0789C253.308 138.672 290.626 137.077 290.626 137.077V108.914C290.626 108.914 278.186 107.723 278.186 88.4272V49.8462H290.626V24.9231ZM111.953 81C111.953 50.0296 86.8912 24.9231 55.9764 24.9231C25.0615 24.9231 0 50.0296 0 81C0 111.97 25.0615 137.077 55.9764 137.077C68.2664 137.077 79.6313 133.109 88.8644 126.382C92.5437 135.524 101.495 141.977 111.953 141.977V81ZM87.0743 81C87.0743 63.7942 73.1513 49.8462 55.9763 49.8462C38.8014 49.8462 24.8784 63.7942 24.8784 81C24.8784 98.2058 38.8014 112.154 55.9763 112.154C73.1513 112.154 87.0743 98.2058 87.0743 81ZM184.892 24.9231C215.807 24.9231 240.869 50.0296 240.869 81C240.869 111.97 215.807 137.077 184.892 137.077C173.385 137.077 162.689 133.598 153.794 127.634V137.122C153.794 150.862 142.656 162 128.916 162V81C128.916 50.0296 153.978 24.9231 184.892 24.9231ZM184.892 112.154C167.717 112.154 153.794 98.2058 153.794 81C153.794 63.7942 167.717 49.8462 184.892 49.8462C202.067 49.8462 215.99 63.7942 215.99 81C215.99 98.2058 202.067 112.154 184.892 112.154ZM410.596 81C410.596 50.0296 385.535 24.9231 354.62 24.9231C323.705 24.9231 298.644 50.0296 298.644 81C298.644 111.97 323.705 137.077 354.62 137.077C385.535 137.077 410.596 111.97 410.596 81ZM323.522 81C323.522 63.7942 337.445 49.8462 354.62 49.8462C371.795 49.8462 385.718 63.7942 385.718 81C385.718 98.2058 371.795 112.154 354.62 112.154C337.445 112.154 323.522 98.2058 323.522 81ZM480.955 134.597C475.542 136.433 469.531 137.351 462.923 137.351C456.174 137.351 450.164 136.504 444.892 134.809C439.619 133.114 435.05 130.889 431.184 128.135C427.317 125.38 424.048 122.202 421.377 118.601C418.706 114.999 416.667 111.362 415.261 107.689L425.757 103.183C433.874 99.698 442.132 104.241 449.531 109.066C453.538 111.679 458.002 112.986 462.923 112.986C467.985 112.986 471.992 112.068 474.944 110.232C477.897 108.396 479.373 106.206 479.373 103.664C479.373 100.839 478.143 98.5435 475.682 96.778C473.222 95.0124 468.969 93.4234 462.923 92.0109L448.371 88.8328C445.138 88.1266 441.799 86.9966 438.354 85.4429C434.909 83.8892 431.781 81.9118 428.969 79.5106C426.157 77.1094 423.837 74.2138 422.01 70.8239C420.182 67.434 419.268 63.4791 419.268 58.9592C419.268 53.8743 420.358 49.3544 422.537 45.3995C424.716 41.4446 427.704 38.09 431.5 35.3357C435.296 32.5813 439.76 30.4626 444.892 28.9796C450.023 27.4965 455.542 26.7549 461.447 26.7549C471.289 26.7549 480.076 28.6971 487.809 32.5813C495.541 36.4656 501.236 42.6452 504.891 51.12L481.06 60.866C479.092 56.7698 476.209 53.8037 472.413 51.9675C468.617 50.1312 464.821 49.2131 461.025 49.2131C457.088 49.2131 453.644 50.0253 450.691 51.6497C447.739 53.274 446.262 55.3574 446.262 57.8998C446.262 60.301 447.493 62.2078 449.953 63.6203C452.414 65.0328 455.753 66.304 459.971 67.434L475.788 71.2476C486.332 73.7901 494.171 77.8509 499.302 83.4302C504.434 89.0094 507 95.6127 507 103.24C507 107.76 505.946 112.068 503.837 116.164C501.728 120.26 498.74 123.897 494.874 127.075C491.007 130.253 486.368 132.761 480.955 134.597Z"
|
|
26
|
+
fill="#00040A"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
</SvgIcon>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function HangUpIcon({
|
|
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_114_122)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M11.3208 11.6585C11.6143 11.3663 12.0892 11.3673 12.3815 11.6608L14.6776 13.9669C14.8604 14.1443 15.1051 14.2436 15.36 14.2436C15.6151 14.2436 15.8602 14.1441 16.0431 13.9663C16.2708 13.7393 16.5408 13.5591 16.8378 13.4359C17.1365 13.312 17.4567 13.2483 17.78 13.2483C18.1033 13.2483 18.4235 13.312 18.7222 13.4359C19.0209 13.5597 19.2922 13.7412 19.5207 13.97L22.52 16.9693C22.7486 17.1977 22.9303 17.4693 23.0541 17.7678C23.1779 18.0665 23.2417 18.3867 23.2417 18.71C23.2417 19.0333 23.1779 19.3535 23.0541 19.6522C22.9303 19.9509 22.7488 20.2222 22.52 20.4507L21.8008 21.1699C20.8541 22.1181 19.6119 22.7146 18.2799 22.8605C16.9481 23.0064 15.6065 22.6931 14.477 21.9725C11.9728 20.3798 9.68222 18.4738 7.66085 16.3008C7.37874 15.9975 7.39589 15.523 7.69918 15.2409C8.00246 14.9587 8.47703 14.9759 8.75915 15.2792C10.6937 17.3588 12.8858 19.1829 15.2825 20.7071L14.88 21.34L15.2835 20.7078C16.1248 21.2447 17.1244 21.4781 18.1166 21.3694C19.1087 21.2607 20.034 20.8164 20.7392 20.1101L21.4597 19.3897C21.549 19.3005 21.6202 19.1942 21.6685 19.0777C21.7168 18.9611 21.7417 18.8362 21.7417 18.71C21.7417 18.5838 21.7168 18.4589 21.6685 18.3423C21.6202 18.2258 21.5493 18.1199 21.46 18.0307L18.4597 15.0303C18.3705 14.941 18.2642 14.8698 18.1477 14.8215C18.0311 14.7732 17.9062 14.7483 17.78 14.7483C17.6538 14.7483 17.5289 14.7732 17.4123 14.8215C17.2958 14.8698 17.1899 14.9407 17.1007 15.03L17.0946 15.0361C16.6311 15.4896 16.0085 15.7436 15.36 15.7436C14.7115 15.7436 14.0889 15.4896 13.6254 15.036L13.6185 15.0292L11.3185 12.7192C11.0263 12.4257 11.0273 11.9508 11.3208 11.6585Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M4.1378 0.725891C4.43649 0.602049 4.75666 0.538305 5.08 0.538305C5.40334 0.538305 5.72351 0.602049 6.0222 0.725891C6.32072 0.849666 6.59193 1.03105 6.82033 1.25967L9.81996 4.2593C10.0486 4.4877 10.2303 4.75928 10.3541 5.0578C10.478 5.35649 10.5417 5.67666 10.5417 6C10.5417 6.32334 10.478 6.64351 10.3541 6.9422C10.2303 7.24088 10.0488 7.51222 9.81996 7.7407C9.73067 7.82986 9.65984 7.93575 9.61151 8.05231C9.56318 8.16887 9.5383 8.29382 9.5383 8.42C9.5383 8.54618 9.56318 8.67113 9.61151 8.78769C9.65984 8.90425 9.73067 9.01014 9.81996 9.0993C10.1131 9.39199 10.1134 9.86686 9.8207 10.16C9.52801 10.4531 9.05314 10.4534 8.76004 10.1607C8.53124 9.93222 8.34973 9.66088 8.22589 9.3622C8.10205 9.06351 8.0383 8.74334 8.0383 8.42C8.0383 8.09666 8.10205 7.77649 8.22589 7.4778C8.34973 7.17912 8.53124 6.90778 8.76004 6.6793C8.84933 6.59014 8.92016 6.48425 8.96849 6.36769C9.01682 6.25113 9.0417 6.12618 9.0417 6C9.0417 5.87382 9.01682 5.74887 8.96849 5.63231C8.92016 5.51575 8.84933 5.40986 8.76004 5.3207L5.75967 2.32033C5.67051 2.23104 5.56425 2.15984 5.44769 2.11151C5.33113 2.06318 5.20618 2.0383 5.08 2.0383C4.95382 2.0383 4.82887 2.06318 4.71231 2.11151C4.59575 2.15984 4.48986 2.23067 4.4007 2.31996L3.68073 3.03993C2.97567 3.74615 2.53204 4.67175 2.42337 5.66374C2.31469 6.65584 2.54731 7.65537 3.08287 8.49754L2.45009 8.89994L3.08364 8.49876C3.90757 9.7999 4.82227 11.0413 5.82094 12.2137C6.08954 12.529 6.05166 13.0023 5.73634 13.2709C5.42102 13.5395 4.94766 13.5017 4.67906 13.1863C3.63464 11.9603 2.67803 10.662 1.81636 9.30124C1.09835 8.17157 0.786529 6.83101 0.932292 5.5004C1.07811 4.16931 1.67313 2.92764 2.61927 1.98007L3.3393 1.26004C3.5677 1.03142 3.83928 0.849666 4.1378 0.725891Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M23.7803 0.21967C24.0732 0.512563 24.0732 0.987437 23.7803 1.28033L1.28033 23.7803C0.987437 24.0732 0.512563 24.0732 0.21967 23.7803C-0.0732233 23.4874 -0.0732233 23.0126 0.21967 22.7197L22.7197 0.21967C23.0126 -0.0732233 23.4874 -0.0732233 23.7803 0.21967Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
</g>
|
|
42
|
+
<defs>
|
|
43
|
+
<clipPath id="clip0_114_122">
|
|
44
|
+
<rect width="24" height="24" fill="white" />
|
|
45
|
+
</clipPath>
|
|
46
|
+
</defs>
|
|
47
|
+
</svg>
|
|
48
|
+
</SvgIcon>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function MeetingIcon({
|
|
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
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M3.75 6.011C2.50736 6.011 1.5 7.01836 1.5 8.261V15.761C1.5 17.0036 2.50736 18.011 3.75 18.011H12.75C13.9926 18.011 15 17.0036 15 15.761V8.261C15 7.01836 13.9926 6.011 12.75 6.011H3.75ZM0 8.261C0 6.18993 1.67893 4.511 3.75 4.511H12.75C14.8211 4.511 16.5 6.18993 16.5 8.261V15.761C16.5 17.8321 14.8211 19.511 12.75 19.511H3.75C1.67893 19.511 0 17.8321 0 15.761V8.261Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M21.8292 6.63339C22.0576 6.51885 22.3116 6.46462 22.5669 6.47586C22.8225 6.48711 23.0709 6.56358 23.2886 6.69798C23.5062 6.83239 23.6859 7.02026 23.8104 7.24372C23.9349 7.46718 24.0002 7.71879 24 7.9746V16.047C24 16.3026 23.9347 16.554 23.8102 16.7773C23.6858 17.0005 23.5064 17.1883 23.289 17.3227C23.0716 17.4572 22.8234 17.5338 22.5681 17.5454C22.3128 17.557 22.0587 17.5032 21.83 17.389L18.4147 15.6819C18.0442 15.4967 17.8939 15.0462 18.0791 14.6757C18.2643 14.3052 18.7148 14.1549 19.0853 14.3401L22.5 16.047V7.97503L22.5014 7.9743L22.5002 7.974L22.5 7.97503L19.0853 9.68186C18.7148 9.86706 18.2643 9.71684 18.0791 9.34633C17.8939 8.97583 18.0442 8.52534 18.4147 8.34014L21.8292 6.63339Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
</SvgIcon>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function MicrophoneIcon({
|
|
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
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M12 18.75C12.4142 18.75 12.75 19.0858 12.75 19.5V23.25C12.75 23.6642 12.4142 24 12 24C11.5858 24 11.25 23.6642 11.25 23.25V19.5C11.25 19.0858 11.5858 18.75 12 18.75Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M11.5 1.5C9.70507 1.5 8.25 2.95507 8.25 4.75V12C8.25 13.7949 9.70507 15.25 11.5 15.25H12.5C14.2949 15.25 15.75 13.7949 15.75 12V4.75C15.75 2.95507 14.2949 1.5 12.5 1.5H11.5ZM6.75 4.75C6.75 2.12665 8.87665 0 11.5 0H12.5C15.1234 0 17.25 2.12665 17.25 4.75V12C17.25 14.6234 15.1234 16.75 12.5 16.75H11.5C8.87665 16.75 6.75 14.6234 6.75 12V4.75Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M4 9C4.41421 9 4.75 9.33579 4.75 9.75V12C4.75 13.7902 5.46116 15.5071 6.72703 16.773C7.9929 18.0388 9.70979 18.75 11.5 18.75H12.5C14.2902 18.75 16.0071 18.0388 17.273 16.773C18.5388 15.5071 19.25 13.7902 19.25 12V9.75C19.25 9.33579 19.5858 9 20 9C20.4142 9 20.75 9.33579 20.75 9.75V12C20.75 14.188 19.8808 16.2865 18.3336 17.8336C16.7865 19.3808 14.688 20.25 12.5 20.25H11.5C9.31196 20.25 7.21354 19.3808 5.66637 17.8336C4.11919 16.2865 3.25 14.188 3.25 12V9.75C3.25 9.33579 3.58579 9 4 9Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</SvgIcon>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function MoveInIcon({
|
|
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.1214 0.234699C10.41 -0.0518798 10.8632 -0.0760508 11.1796 0.16239L11.2622 0.23393L14.4933 3.43393C14.7826 3.7204 14.8067 4.17039 14.5657 4.48411L14.4933 4.56607L11.2622 7.76607C10.947 8.07828 10.4362 8.07793 10.1214 7.7653C9.83285 7.47872 9.80909 7.02921 10.05 6.71581L10.1222 6.63393L12.782 4L10.1222 1.36607C9.83323 1.07988 9.80886 0.630404 10.0493 0.316672L10.1214 0.234699Z"
|
|
24
|
+
fill={fill}
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M21.0947 12.0026C21.5388 11.9669 21.928 12.295 21.964 12.7353C21.9877 13.0255 22 13.3165 22 13.5991C22.001 14.4764 21.8896 15.3504 21.6685 16.1999C21.5572 16.6277 21.1172 16.885 20.6858 16.7746C20.2545 16.6642 19.995 16.2279 20.1064 15.8001C20.2933 15.0817 20.3875 14.3428 20.3866 13.6C20.3866 13.3605 20.3762 13.1125 20.3559 12.8647C20.3199 12.4243 20.6507 12.0383 21.0947 12.0026Z"
|
|
28
|
+
fill={fill}
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M18.4053 6.81755C18.746 6.53286 19.2549 6.57598 19.542 6.91386C20.1123 7.58514 20.5943 8.32543 20.9764 9.11698C21.1687 9.5155 20.9989 9.99321 20.5971 10.184C20.1952 10.3748 19.7135 10.2063 19.5211 9.80782C19.1981 9.1385 18.7905 8.51249 18.3082 7.94481C18.0211 7.60693 18.0646 7.10224 18.4053 6.81755Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M18.2856 19.2827C18.5734 18.9454 19.0824 18.9034 19.4225 19.1888C19.7626 19.4742 19.805 19.979 19.5172 20.3162C19.3302 20.5353 19.1326 20.748 18.9248 20.9538C18.2991 21.5746 17.5965 22.1144 16.8337 22.5602C16.4499 22.7845 15.9554 22.6577 15.7292 22.2771C15.503 21.8964 15.6308 21.406 16.0147 21.1817C16.66 20.8046 17.2544 20.3479 17.7842 19.8222C17.9608 19.6473 18.1279 19.4675 18.2856 19.2827Z"
|
|
36
|
+
fill={fill}
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M13.9233 3.2C14.3688 3.2 14.73 3.55817 14.73 4C14.73 4.40784 14.4223 4.7444 14.0245 4.79377L13.9233 4.8H11.5C6.5918 4.8 2.61336 8.74014 2.61336 13.6C2.61336 18.4599 6.5918 22.4 11.5 22.4C11.7419 22.4 11.9924 22.3896 12.2428 22.3695C12.6868 22.3339 13.0759 22.6621 13.1118 23.1025C13.1477 23.5428 12.8169 23.9287 12.3728 23.9643C12.0799 23.9878 11.7861 24 11.5 24C5.70125 24 1 19.344 1 13.6C1 7.94436 5.55771 3.34352 11.2332 3.20329L11.5 3.2H13.9233Z"
|
|
40
|
+
fill={fill}
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
fillRule="evenodd"
|
|
44
|
+
clipRule="evenodd"
|
|
45
|
+
d="M13.8587 16.88C14.5615 16.88 15.0818 16.6347 15.4197 16.144C15.7577 15.6533 15.9266 14.8973 15.9266 13.876C15.9266 12.8893 15.7523 12.14 15.4036 11.628C15.0549 11.116 14.5399 10.86 13.8587 10.86C13.1586 10.86 12.6403 11.1047 12.3037 11.594C11.9672 12.0833 11.7989 12.844 11.7989 13.876C11.7989 14.8653 11.9719 15.6133 12.3179 16.12C12.6639 16.6267 13.1775 16.88 13.8587 16.88ZM10.1954 16.8V10.952H9.16956L7.26725 12.452L7.86904 13.196L8.54757 12.656C8.62835 12.592 8.7724 12.4573 8.97973 12.252L8.95954 12.86L8.94742 13.416V16.8H10.1954ZM13.2266 15.418C13.3518 15.7287 13.5625 15.884 13.8587 15.884C14.1495 15.884 14.3595 15.7267 14.4888 15.412C14.618 15.0973 14.6826 14.5853 14.6826 13.876C14.6826 13.1587 14.6173 12.6433 14.4868 12.33C14.3562 12.0167 14.1468 11.86 13.8587 11.86C13.5652 11.86 13.3552 12.0167 13.2286 12.33C13.1021 12.6433 13.0388 13.1587 13.0388 13.876C13.0388 14.5933 13.1014 15.1073 13.2266 15.418Z"
|
|
46
|
+
fill={fill}
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
</SvgIcon>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function MuteIcon({
|
|
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
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M15.975 4.16976C16.1835 4.1488 16.3942 4.17178 16.5933 4.23721C16.7924 4.30264 16.9756 4.40908 17.1311 4.54965C17.2865 4.69023 17.4108 4.86182 17.4959 5.05337C17.5809 5.24491 17.6249 5.45217 17.625 5.66176V7.125C17.625 7.53921 17.2892 7.875 16.875 7.875C16.4608 7.875 16.125 7.53921 16.125 7.125L16.125 5.66224C14.7523 5.80266 13.4448 6.31888 12.3464 7.15415C11.2477 7.98966 10.4007 9.11203 9.89863 10.3978C9.78626 10.6856 9.50893 10.875 9.2 10.875H4.875V15.375H7.875C8.28921 15.375 8.625 15.7108 8.625 16.125C8.625 16.5392 8.28921 16.875 7.875 16.875H4.875C4.47717 16.875 4.09564 16.717 3.81434 16.4357C3.53304 16.1544 3.375 15.7728 3.375 15.375V10.875C3.375 10.4772 3.53304 10.0956 3.81434 9.81434C4.09564 9.53304 4.47717 9.375 4.875 9.375H8.70373C9.31957 8.03163 10.2579 6.85789 11.4385 5.96016C12.7568 4.95763 14.3261 4.33816 15.9738 4.16988L15.975 4.16976Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M16.875 11.094C17.2892 11.094 17.625 11.4298 17.625 11.844V20.588L17.625 20.5893C17.6246 20.7987 17.5805 21.0057 17.4953 21.1969C17.4102 21.3882 17.286 21.5596 17.1307 21.7C16.9754 21.8404 16.7925 21.9468 16.5936 22.0123C16.3948 22.0778 16.1844 22.101 15.9761 22.0803L15.975 22.0802C14.7397 21.9561 13.5436 21.5772 12.4622 20.9674C11.3808 20.3576 10.4376 19.5301 9.69223 18.5373C9.44353 18.2061 9.51045 17.7359 9.84169 17.4872C10.1729 17.2385 10.6431 17.3054 10.8918 17.6367C11.5127 18.4636 12.2983 19.1529 13.199 19.6608C14.0995 20.1686 15.0954 20.4842 16.1239 20.5877L16.1249 20.5871L16.125 11.844C16.125 11.4298 16.4608 11.094 16.875 11.094Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M21.9053 2.09467C22.1982 2.38756 22.1982 2.86244 21.9053 3.15533L3.15533 21.9053C2.86244 22.1982 2.38756 22.1982 2.09467 21.9053C1.80178 21.6124 1.80178 21.1376 2.09467 20.8447L20.8447 2.09467C21.1376 1.80178 21.6124 1.80178 21.9053 2.09467Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</SvgIcon>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function PauseIcon({
|
|
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
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M6.75 4.5C6.33579 4.5 6 4.83579 6 5.25V18.75C6 19.1642 6.33579 19.5 6.75 19.5H8.25C8.66421 19.5 9 19.1642 9 18.75V5.25C9 4.83579 8.66421 4.5 8.25 4.5H6.75ZM4.5 5.25C4.5 4.00736 5.50736 3 6.75 3H8.25C9.49264 3 10.5 4.00736 10.5 5.25V18.75C10.5 19.9926 9.49264 21 8.25 21H6.75C5.50736 21 4.5 19.9926 4.5 18.75V5.25Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M15.75 4.5C15.3358 4.5 15 4.83579 15 5.25V18.75C15 19.1642 15.3358 19.5 15.75 19.5H17.25C17.6642 19.5 18 19.1642 18 18.75V5.25C18 4.83579 17.6642 4.5 17.25 4.5H15.75ZM13.5 5.25C13.5 4.00736 14.5074 3 15.75 3H17.25C18.4926 3 19.5 4.00736 19.5 5.25V18.75C19.5 19.9926 18.4926 21 17.25 21H15.75C14.5074 21 13.5 19.9926 13.5 18.75V5.25Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
</SvgIcon>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function PlayIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 1.5}
|
|
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="M2.338 3.255V20.745C2.33797 21.0043 2.40519 21.2593 2.53308 21.4849C2.66098 21.7105 2.84518 21.8991 3.06771 22.0322C3.29024 22.1654 3.5435 22.2386 3.80277 22.2447C4.06204 22.2508 4.31846 22.1896 4.547 22.067L20.87 13.322C21.1091 13.1938 21.309 13.0032 21.4483 12.7704C21.5877 12.5375 21.6613 12.2713 21.6613 12C21.6613 11.7287 21.5877 11.4624 21.4483 11.2296C21.309 10.9968 21.1091 10.8062 20.87 10.678L4.547 1.933C4.31846 1.81042 4.06204 1.74918 3.80277 1.75527C3.5435 1.76136 3.29024 1.83457 3.06771 1.96775C2.84518 2.10092 2.66098 2.28952 2.53308 2.51513C2.40519 2.74074 2.33797 2.99566 2.338 3.255Z"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
</SvgIcon>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function PreviousIcon({
|
|
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="M23.25 3.62901V20.371C23.25 20.5077 23.2127 20.6418 23.142 20.7588C23.0714 20.8757 22.9701 20.9712 22.8491 21.0348C22.7282 21.0985 22.5921 21.1278 22.4557 21.1197C22.3193 21.1117 22.1876 21.0665 22.075 20.989L9.90001 12.618C9.79957 12.5492 9.71741 12.457 9.66063 12.3493C9.60386 12.2416 9.57419 12.1217 9.57419 12C9.57419 11.8783 9.60386 11.7584 9.66063 11.6507C9.71741 11.543 9.79957 11.4508 9.90001 11.382L22.075 3.01101C22.1876 2.93356 22.3193 2.88835 22.4557 2.88028C22.5921 2.8722 22.7282 2.90156 22.8491 2.96518C22.9701 3.0288 23.0714 3.12427 23.142 3.24126C23.2127 3.35826 23.25 3.49233 23.25 3.62901Z"
|
|
24
|
+
stroke={stroke}
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
strokeLinecap="round"
|
|
27
|
+
strokeLinejoin="round"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M3.75 2.25H2.25C1.42157 2.25 0.75 2.92157 0.75 3.75V20.25C0.75 21.0784 1.42157 21.75 2.25 21.75H3.75C4.57843 21.75 5.25 21.0784 5.25 20.25V3.75C5.25 2.92157 4.57843 2.25 3.75 2.25Z"
|
|
31
|
+
stroke={stroke}
|
|
32
|
+
strokeWidth="1.5"
|
|
33
|
+
strokeLinecap="round"
|
|
34
|
+
strokeLinejoin="round"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
</SvgIcon>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function RecordingIcon({
|
|
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_114_120)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M2.25 1.49999C2.05109 1.49999 1.86032 1.57901 1.71967 1.71966C1.57903 1.8603 1.5 2.05108 1.5 2.24999V4.49999H22.5V2.24999C22.5 2.05103 22.421 1.86027 22.2804 1.71966C22.1397 1.57903 21.9489 1.49999 21.75 1.49999H2.25ZM0.659015 0.658995C1.08097 0.237036 1.65328 -1.01547e-05 2.25 -1.01547e-05H21.75C22.3467 -1.01547e-05 22.9191 0.237019 23.341 0.659C23.763 1.08099 24 1.65331 24 2.24999V5.24999C24 5.6642 23.6642 5.99999 23.25 5.99999H0.75C0.335786 5.99999 0 5.6642 0 5.24999V2.24999C0 1.65327 0.237055 1.08095 0.659015 0.658995C0.659018 0.658992 0.659011 0.658998 0.659015 0.658995Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M0 8.24999C0 7.83578 0.335786 7.49999 0.75 7.49999H23.25C23.6642 7.49999 24 7.83578 24 8.24999V11.25C24 11.6642 23.6642 12 23.25 12C22.8358 12 22.5 11.6642 22.5 11.25V8.99999H1.5V20.25C1.5 20.4489 1.57904 20.6397 1.71967 20.7804C1.86028 20.921 2.05104 21 2.25 21H10.5C10.9142 21 11.25 21.3358 11.25 21.75C11.25 22.1642 10.9142 22.5 10.5 22.5H2.25C1.65332 22.5 1.081 22.263 0.659015 21.841C0.237031 21.419 0 20.8467 0 20.25V8.24999Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M8.48717 0.0384774C8.88013 0.169463 9.0925 0.594203 8.96151 0.987161L7.46151 5.48716C7.33053 5.88012 6.90579 6.09249 6.51283 5.9615C6.11987 5.83052 5.9075 5.40578 6.03849 5.01282L7.53849 0.512819C7.66947 0.119861 8.09421 -0.0925085 8.48717 0.0384774Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M17.4872 0.0384774C17.8801 0.169463 18.0925 0.594203 17.9615 0.987161L16.4615 5.48716C16.3305 5.88012 15.9058 6.09249 15.5128 5.9615C15.1199 5.83052 14.9075 5.40578 15.0385 5.01282L16.5385 0.512819C16.6695 0.119861 17.0942 -0.0925085 17.4872 0.0384774Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
fillRule="evenodd"
|
|
49
|
+
clipRule="evenodd"
|
|
50
|
+
d="M13.5 18.75C13.5 15.8505 15.8505 13.5 18.75 13.5C21.6495 13.5 24 15.8505 24 18.75C24 21.6495 21.6495 24 18.75 24C15.8505 24 13.5 21.6495 13.5 18.75ZM18.75 15C16.6789 15 15 16.6789 15 18.75C15 20.8211 16.6789 22.5 18.75 22.5C20.8211 22.5 22.5 20.8211 22.5 18.75C22.5 16.6789 20.8211 15 18.75 15Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
fillRule="evenodd"
|
|
55
|
+
clipRule="evenodd"
|
|
56
|
+
d="M18.75 19.125C18.9571 19.125 19.125 18.9571 19.125 18.75C19.125 18.5429 18.9571 18.375 18.75 18.375V17.625C18.1287 17.625 17.625 18.1287 17.625 18.75C17.625 19.3713 18.1287 19.875 18.75 19.875V19.125Z"
|
|
57
|
+
fill={fill}
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
fillRule="evenodd"
|
|
61
|
+
clipRule="evenodd"
|
|
62
|
+
d="M18.75 17.625C19.3713 17.625 19.875 18.1287 19.875 18.75C19.875 19.3713 19.3713 19.875 18.75 19.875V19.125C18.5429 19.125 18.375 18.9571 18.375 18.75C18.375 18.5429 18.5429 18.375 18.75 18.375V17.625Z"
|
|
63
|
+
fill={fill}
|
|
64
|
+
/>
|
|
65
|
+
</g>
|
|
66
|
+
<defs>
|
|
67
|
+
<clipPath id="clip0_114_120">
|
|
68
|
+
<rect width="24" height="24" fill="white" />
|
|
69
|
+
</clipPath>
|
|
70
|
+
</defs>
|
|
71
|
+
</svg>
|
|
72
|
+
</SvgIcon>
|
|
73
|
+
);
|
|
74
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function VolumeIcon({
|
|
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
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M13.2978 3.75887C13.714 3.72124 14.1325 3.80029 14.5063 3.98713C14.8801 4.17408 15.1946 4.46152 15.4142 4.81707C15.6338 5.17255 15.7501 5.58216 15.75 6V18C15.75 18.4179 15.6336 18.8274 15.414 19.1829C15.1943 19.5383 14.88 19.8256 14.5062 20.0125C14.1325 20.1993 13.7141 20.2784 13.2979 20.2409C12.8923 20.2043 12.5044 20.0584 12.1755 19.8188L5.7816 15.75H3C2.40326 15.75 1.83097 15.5129 1.40901 15.091C0.987053 14.669 0.75 14.0967 0.75 13.5V10.5C0.75 9.90326 0.987053 9.33097 1.40901 8.90901C1.83097 8.48705 2.40326 8.25 3 8.25H5.7816L12.1754 4.18121C12.5043 3.9416 12.8922 3.79553 13.2978 3.75887ZM13.8357 5.32886C13.9602 5.39118 14.0649 5.48693 14.1381 5.60539C14.2113 5.72391 14.25 5.86047 14.25 5.99978V18C14.25 18.1393 14.2112 18.2758 14.138 18.3943C14.0648 18.5128 13.96 18.6085 13.8354 18.6708C13.7108 18.7331 13.5714 18.7595 13.4326 18.747C13.2939 18.7345 13.1614 18.6836 13.05 18.6C13.0346 18.5885 13.0189 18.5776 13.0027 18.5673L6.40266 14.3673C6.28232 14.2907 6.14264 14.25 6 14.25H3C2.80109 14.25 2.61032 14.171 2.46967 14.0303C2.32902 13.8897 2.25 13.6989 2.25 13.5V10.5C2.25 10.3011 2.32902 10.1103 2.46967 9.96967C2.61032 9.82902 2.80109 9.75 3 9.75H6C6.14264 9.75 6.28232 9.70932 6.40266 9.63275L13.0027 5.43275C13.0189 5.4224 13.0348 5.41143 13.0502 5.39987C13.1616 5.31625 13.2941 5.26532 13.4328 5.25278C13.5715 5.24024 13.7111 5.26665 13.8357 5.32886Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M21.0596 8.01773C21.4088 7.79494 21.8725 7.8974 22.0953 8.24659C22.8487 9.42752 23.2491 10.7992 23.2491 12.2C23.2491 13.6008 22.8487 14.9725 22.0953 16.1534C21.8725 16.5026 21.4088 16.6051 21.0596 16.3823C20.7104 16.1595 20.6079 15.6958 20.8307 15.3466C21.4304 14.4067 21.7491 13.3149 21.7491 12.2C21.7491 11.0851 21.4304 9.99333 20.8307 9.05341C20.6079 8.70422 20.7104 8.24053 21.0596 8.01773Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M18.0891 9.45389C18.4106 9.19271 18.8829 9.2416 19.1441 9.56309C19.7585 10.3194 20.0939 11.2641 20.0939 12.2385C20.0939 13.2129 19.7585 14.1576 19.1441 14.9139C18.8829 15.2354 18.4106 15.2843 18.0891 15.0231C17.7676 14.7619 17.7187 14.2896 17.9799 13.9681C18.3771 13.4792 18.5939 12.8684 18.5939 12.2385C18.5939 11.6086 18.3771 10.9978 17.9799 10.5089C17.7187 10.1874 17.7676 9.71507 18.0891 9.45389Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M6 8.25C6.41421 8.25 6.75 8.58579 6.75 9V15C6.75 15.4142 6.41421 15.75 6 15.75C5.58579 15.75 5.25 15.4142 5.25 15V9C5.25 8.58579 5.58579 8.25 6 8.25Z"
|
|
44
|
+
fill={fill}
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
|
+
</SvgIcon>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function AddSeatIcon({
|
|
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="M18.192 11.89c3.206.003 5.804 2.497 5.808 5.574 0 2.256-1.414 4.289-3.585 5.152-2.17.864-4.668.387-6.33-1.208-1.66-1.594-2.158-3.993-1.259-6.076.899-2.084 3.017-3.442 5.366-3.442zm0 2.732c-.414 0-.75.322-.75.72v1.162c0 .133-.112.24-.25.24H15.98c-.414 0-.75.323-.75.72 0 .398.336.72.75.72h1.212c.138 0 .25.108.25.24v1.16c0 .398.336.72.75.72s.75-.322.75-.72v-1.16c0-.132.112-.24.25-.24H20.4c.414 0 .75-.322.75-.72 0-.397-.336-.72-.75-.72h-1.208c-.138 0-.25-.107-.25-.24v-1.162c0-.398-.336-.72-.75-.72zM3.515 0c.896-.003 1.675.59 1.878 1.428l.878 3.666c.026.109.127.186.243.186h14.558c.62-.001 1.204.284 1.568.767.363.484.462 1.105.265 1.67l-1 2.88c-.113.326-.399.57-.75.638-.35.07-.712-.047-.95-.304-.236-.256-.313-.615-.2-.941l.749-2.158c.05-.147.025-.307-.069-.433-.094-.125-.244-.199-.405-.199H7.089c-.076.001-.147.035-.193.093-.047.057-.064.132-.046.203l1.15 4.8c.026.106.125.182.239.184h3.418c.552 0 1 .43 1 .96s-.448.96-1 .96H8.814c-.075 0-.147.033-.194.09-.047.055-.066.13-.05.2l.33 1.38c.017.067.063.124.126.158.896.458 1.361 1.435 1.137 2.385-.224.95-1.083 1.638-2.097 1.681-1.014.043-1.932-.571-2.242-1.5-.31-.927.065-1.939.916-2.47.088-.055.13-.157.107-.255L3.49 2.053c-.027-.11-.131-.188-.25-.186L1 1.92c-.552 0-1-.43-1-.96S.448 0 1 0z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|