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,62 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function AddUsersIcon({
|
|
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_122_225)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M17.25 12C14.3505 12 12 14.3505 12 17.25C12 20.1495 14.3505 22.5 17.25 22.5C20.1495 22.5 22.5 20.1495 22.5 17.25C22.5 14.3505 20.1495 12 17.25 12ZM10.5 17.25C10.5 13.5221 13.5221 10.5 17.25 10.5C20.9779 10.5 24 13.5221 24 17.25C24 20.9779 20.9779 24 17.25 24C13.5221 24 10.5 20.9779 10.5 17.25Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M17.25 13.5C17.6642 13.5 18 13.8358 18 14.25V20.25C18 20.6642 17.6642 21 17.25 21C16.8358 21 16.5 20.6642 16.5 20.25V14.25C16.5 13.8358 16.8358 13.5 17.25 13.5Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M13.5 17.25C13.5 16.8358 13.8358 16.5 14.25 16.5H20.25C20.6642 16.5 21 16.8358 21 17.25C21 17.6642 20.6642 18 20.25 18H14.25C13.8358 18 13.5 17.6642 13.5 17.25Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M9.85602 11.732C8.94343 11.3432 7.94871 11.1865 6.96079 11.2761C5.97287 11.3657 5.02255 11.6988 4.19481 12.2454C3.36706 12.7921 2.68769 13.5354 2.21742 14.4088C1.74716 15.2822 1.50068 16.2585 1.5 17.2505C1.49972 17.6647 1.1637 18.0003 0.749489 18C0.335276 17.9997 -0.000281931 17.6637 1.7775e-07 17.2495C0.000844597 16.0096 0.308923 14.7893 0.896691 13.6977C1.48446 12.606 2.33359 11.677 3.36817 10.9938C4.40275 10.3105 5.59053 9.89425 6.8253 9.78227C8.06008 9.67028 9.30336 9.86603 10.444 10.352C10.825 10.5144 11.0023 10.9549 10.84 11.336C10.6776 11.717 10.2371 11.8943 9.85602 11.732Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
fillRule="evenodd"
|
|
49
|
+
clipRule="evenodd"
|
|
50
|
+
d="M7.5 1.5C5.63604 1.5 4.125 3.01104 4.125 4.875C4.125 6.73896 5.63604 8.25 7.5 8.25C9.36396 8.25 10.875 6.73896 10.875 4.875C10.875 3.01104 9.36396 1.5 7.5 1.5ZM2.625 4.875C2.625 2.18261 4.80761 0 7.5 0C10.1924 0 12.375 2.18261 12.375 4.875C12.375 7.56739 10.1924 9.75 7.5 9.75C4.80761 9.75 2.625 7.56739 2.625 4.875Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
</g>
|
|
54
|
+
<defs>
|
|
55
|
+
<clipPath id="clip0_122_225">
|
|
56
|
+
<rect width="24" height="24" fill="white" />
|
|
57
|
+
</clipPath>
|
|
58
|
+
</defs>
|
|
59
|
+
</svg>
|
|
60
|
+
</SvgIcon>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function BillPdfIcon({
|
|
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="M21.743.644l.007.106v22.5c0 .073-.01.144-.03.21-.008.026-.016.051-.027.076l-.002.006-.038.077c-.031.056-.07.108-.116.155-.03.029-.053.05-.079.07l-.08.054-.03.017-.062.029.092-.046c-.044.025-.09.046-.135.062l-.054.016-.055.012-.048.007c-.017.002-.034.004-.05.004L21 24h-.02l-.051-.003L21 24c-.042 0-.083-.003-.123-.01l-.046-.01c-.021-.004-.043-.01-.063-.017l-.028-.01c-.02-.007-.04-.015-.058-.024-.016-.007-.033-.016-.049-.025l-.032-.019c-.016-.01-.032-.02-.048-.032l-.046-.038-.024-.021-.013-.014c-.046-.045-.085-.096-.118-.151-.332-.57-.942-.921-1.602-.921-.605 0-1.168.294-1.513.782l-.084.129c-.031.056-.07.108-.116.155l-.013.013-.033.03c-.01.01-.022.019-.034.028-.015.012-.03.023-.047.033l-.032.02c-.033.019-.061.033-.09.045l.09-.045c-.044.025-.09.046-.135.062l-.055.016-.052.012-.056.008-.04.003h-.061c-.014 0-.028 0-.042-.002-.02-.001-.041-.004-.061-.007l-.04-.008c-.022-.005-.044-.01-.066-.018l-.03-.01-.055-.023-.049-.025-.014-.008-.02-.012c-.019-.012-.038-.025-.056-.039l.076.05c-.038-.022-.074-.047-.107-.074l-.042-.039c-.05-.05-.093-.106-.126-.165l.005.009c-.332-.57-.942-.92-1.602-.92-.605 0-1.168.294-1.513.782l-.084.129c-.031.056-.07.108-.116.155l-.013.013-.033.03c-.01.01-.022.019-.034.028-.015.012-.03.023-.047.033l-.032.02c-.024.014-.043.024-.063.033l.063-.033c-.05.029-.102.052-.155.068l-.035.01-.052.012-.056.008-.04.003h-.061c-.014 0-.028 0-.042-.002-.02-.001-.041-.004-.061-.007l-.04-.008c-.022-.005-.044-.01-.066-.018l-.03-.01-.055-.023-.049-.025-.014-.008-.02-.012c-.02-.013-.04-.026-.059-.041l.079.053c-.038-.023-.074-.048-.107-.075l-.045-.042c-.049-.049-.09-.104-.123-.162l.005.009c-.332-.57-.942-.92-1.602-.92-.605 0-1.168.294-1.513.782l-.09.138c-.27.463-.912.494-1.231.093l-.064-.093c-.332-.57-.942-.92-1.602-.92-.605 0-1.168.294-1.513.782l-.09.138c-.367.63-1.302.411-1.39-.272l-.007-.106V.75c0-.765 1.01-1.039 1.397-.379.334.57.944.92 1.601.922.66-.001 1.271-.352 1.605-.922.29-.495 1.005-.495 1.294 0 .334.57.944.92 1.601.922.66-.001 1.271-.352 1.605-.922.29-.495 1.005-.495 1.294 0 .334.57.944.92 1.601.922.66-.001 1.271-.352 1.605-.922.29-.495 1.005-.495 1.294 0 .334.57.944.92 1.601.922.66-.001 1.271-.352 1.605-.922.368-.629 1.302-.41 1.39.273zM16.5 1.924c-.56.506-1.277.813-2.042.862l-.21.007c-.764-.001-1.492-.263-2.074-.722L12 1.924c-.56.506-1.277.813-2.042.862l-.21.007c-.764-.001-1.492-.263-2.074-.722L7.5 1.924c-.56.506-1.277.813-2.042.862l-.21.007c-.49-.001-.966-.109-1.397-.307l-.101-.05v19.127l.1-.05c.37-.17.774-.273 1.19-.299l.21-.006c.766 0 1.494.26 2.077.72l.173.145c.56-.504 1.276-.81 2.04-.859l.21-.006c.844 0 1.642.317 2.25.867.609-.55 1.407-.867 2.25-.867.844 0 1.642.317 2.25.867.609-.55 1.407-.867 2.25-.867.53 0 1.043.125 1.501.354L20.25 2.435l-.101.05c-.37.17-.773.274-1.19.301l-.21.007c-.765-.001-1.493-.263-2.075-.722l-.174-.147zM12 15c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L12 16.5H6c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L6 15h6zm6 0c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L18 16.5h-1.5c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L16.5 15H18zm-6-4.5c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L12 12H6c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L6 10.5h6zm6 0c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L18 12h-1.5c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743l.102-.007H18zM12 6c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L12 7.5H6c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L6 6h6zm6 0c.414 0 .75.336.75.75 0 .38-.282.693-.648.743L18 7.5h-1.5c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743L16.5 6H18z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function BinocularIcon({
|
|
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="23"
|
|
19
|
+
viewBox="0 0 24 23"
|
|
20
|
+
fill="none"
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M13.5 7.50368H10.5V3.37868C10.501 2.56268 10.206 1.77268 9.669 1.15668C9.132 0.540683 8.389 0.140683 7.579 0.0306832C6.769 -0.0793168 5.947 0.108683 5.265 0.558683C4.583 1.00868 4.088 1.69168 3.871 2.47968L0.214 15.7647C0.075 16.2367 0 16.7367 0 17.2537C0 20.1537 2.351 22.5037 5.25 22.5037C8.144 22.5037 10.492 20.1617 10.5 17.2697C10.5 17.2647 10.5 17.2587 10.5 17.2537V12.0037H13.5V17.2537C13.5 20.1537 15.85 22.5037 18.75 22.5037C21.65 22.5037 24 20.1537 24 17.2537C24 16.7727 23.935 16.3067 23.814 15.8637L23.812 15.8567L20.129 2.47968C19.912 1.69168 19.417 1.00868 18.735 0.558683C18.053 0.108683 17.231 -0.0793168 16.421 0.0306832C15.611 0.140683 14.869 0.540683 14.331 1.15668C13.794 1.77268 13.499 2.56268 13.5 3.37968V7.50368ZM1.627 16.2817C1.544 16.5917 1.5 16.9177 1.5 17.2537C1.5 19.3247 3.179 21.0037 5.25 21.0037C7.321 21.0037 9 19.3247 9 17.2537C9 15.1827 7.321 13.5037 5.25 13.5037C3.546 13.5037 2.107 14.6407 1.651 16.1967L1.634 16.2577C1.632 16.2657 1.63 16.2737 1.627 16.2817ZM18.75 21.0037C16.679 21.0037 15 19.3247 15 17.2537C15 15.1827 16.679 13.5037 18.75 13.5037C20.821 13.5037 22.5 15.1827 22.5 17.2537C22.5 19.3247 20.821 21.0037 18.75 21.0037ZM9 8.24068V3.37768C9.001 2.92368 8.837 2.48468 8.538 2.14268C8.24 1.80068 7.827 1.57768 7.377 1.51668C6.927 1.45568 6.471 1.55968 6.092 1.81068C5.713 2.06068 5.438 2.43968 5.317 2.87768L2.609 12.7147C3.385 12.2627 4.287 12.0037 5.25 12.0037C6.719 12.0037 8.047 12.6067 9 13.5797V11.2667C9 11.2627 9 11.2577 9 11.2537V8.25368C9 8.24968 9 8.24468 9 8.24068ZM21.391 12.7157L18.683 2.87768C18.562 2.43968 18.287 2.06068 17.908 1.81068C17.529 1.55968 17.073 1.45568 16.623 1.51668C16.173 1.57768 15.76 1.80068 15.462 2.14268C15.164 2.48468 14.999 2.92368 15 3.37768V8.25368V13.5797C15.953 12.6067 17.281 12.0037 18.75 12.0037C19.713 12.0037 20.615 12.2627 21.391 12.7157ZM10.5 9.00368H13.5V10.5037H10.5V9.00368Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
</SvgIcon>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function BrainIcon({
|
|
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_1011_15575)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M8.75978 0.212505C7.84288 -0.115336 6.83442 -0.073667 5.94769 0.328697C5.06096 0.731061 4.36552 1.46257 4.00845 2.36848C3.73019 3.07447 3.67444 3.84324 3.84027 4.57375C3.41841 4.66869 3.02037 4.85415 2.67453 5.11918C2.21712 5.46973 1.87039 5.94464 1.67583 6.48709C1.48127 7.02954 1.44713 7.61656 1.57748 8.17791C1.62759 8.3937 1.70118 8.60217 1.79631 8.79986C1.39732 9.04346 1.0448 9.36109 0.759229 9.73875C0.266819 10.39 0.00038147 11.1841 0.00038147 12.0005C0.00038147 12.8169 0.266819 13.611 0.759229 14.2622C1.04475 14.6398 1.39719 14.9574 1.7961 15.201C1.70097 15.3986 1.62736 15.607 1.57723 15.8228C1.44678 16.3841 1.48091 16.9712 1.67553 17.5137C1.87014 18.0562 2.217 18.5311 2.67457 18.8815C3.02042 19.1464 3.41843 19.3316 3.84023 19.4264C3.67445 20.1569 3.73021 20.9256 4.00845 21.6315C4.36552 22.5374 5.06096 23.2689 5.94769 23.6713C6.83442 24.0737 7.84288 24.1153 8.75978 23.7875C9.36432 23.5713 9.89779 23.2057 10.3145 22.7314C10.4204 22.8034 10.5311 22.8687 10.646 22.9268C11.0658 23.1392 11.5296 23.2498 12 23.2498C12.4704 23.2498 12.9342 23.1392 13.354 22.9268C13.4689 22.8687 13.5796 22.8034 13.6855 22.7314C14.1022 23.2057 14.6357 23.5713 15.2402 23.7875C16.1571 24.1153 17.1656 24.0737 18.0523 23.6713C18.939 23.2689 19.6345 22.5374 19.9915 21.6315C20.2698 20.9256 20.3255 20.1569 20.1598 19.4264C20.5816 19.3316 20.9796 19.1464 21.3254 18.8815C21.783 18.5311 22.1298 18.0562 22.3245 17.5137C22.5191 16.9712 22.5532 16.3841 22.4228 15.8228C22.3726 15.6071 22.299 15.3987 22.2039 15.2011C22.603 14.9575 22.9555 14.6398 23.2411 14.2621C23.7337 13.6108 24.0001 12.8164 24 11.9998C23.9998 11.1835 23.7333 10.3895 23.2408 9.73836C22.9552 9.36081 22.6027 9.04328 22.2037 8.79977C22.2988 8.60211 22.3724 8.39366 22.4225 8.17791C22.5529 7.61656 22.5187 7.02954 22.3242 6.48709C22.1296 5.94464 21.7829 5.46973 21.3255 5.11918C20.9796 4.85415 20.5816 4.66869 20.1597 4.57375C20.3256 3.84324 20.2698 3.07447 19.9915 2.36848C19.6345 1.46257 18.939 0.731061 18.0523 0.328697C17.1656 -0.073667 16.1571 -0.115336 15.2402 0.212505C14.6357 0.428658 14.1022 0.794265 13.6855 1.26861C13.5796 1.19664 13.4689 1.13134 13.354 1.07321C12.9342 0.860826 12.4704 0.750164 12 0.750164C11.5296 0.750164 11.0658 0.860826 10.646 1.07321C10.5311 1.13134 10.4204 1.19664 10.3145 1.26861C9.89779 0.794265 9.36432 0.428658 8.75978 0.212505ZM6.56751 1.69465C7.09954 1.45323 7.70462 1.42823 8.25476 1.62493L15.6043 1.68076C15.6505 1.66064 15.6975 1.64201 15.7452 1.62493C16.2954 1.42823 16.9004 1.45323 17.4325 1.69465C17.9645 1.93607 18.3818 2.37497 18.596 2.91852C18.8103 3.46207 18.8047 4.06764 18.5804 4.60715L19.1238 5.75665L19.7351 6.01892C19.9812 6.05778 20.2144 6.1575 20.413 6.30977C20.6417 6.48498 20.815 6.72236 20.9122 6.99349C21.0095 7.26463 21.0265 7.55804 20.9614 7.83863C20.8962 8.11921 20.7516 8.37508 20.5448 8.57562L22.0445 10.6433C22.3399 11.0339 22.4999 11.5103 22.5 12.0002C22.5 12.4901 22.3402 12.9667 22.0447 13.3574C21.7492 13.7483 21.3342 14.0319 20.8627 14.1653C20.6047 14.2384 20.4053 14.4436 20.3397 14.7037C20.2742 14.9637 20.3525 15.239 20.5451 15.4256C20.7519 15.626 20.8965 15.8818 20.9617 16.1623C21.0269 16.4428 21.0098 16.7361 20.9126 17.0072C20.8153 17.2782 20.642 17.5155 20.4134 17.6906C20.1848 17.8657 19.9105 17.9712 19.6235 17.9944C19.4311 18.01 19.2521 18.0992 19.1238 18.2433C19.0418 18.3355 18.949 18.4175 18.8474 18.4875C18.5558 18.6884 18.4445 19.0659 18.5804 19.3929C18.8047 19.9324 18.8103 20.5379 18.596 21.0815C18.3818 21.625 17.9645 22.0639 17.4325 22.3054C16.9004 22.5468 16.2954 22.5718 15.7452 22.3751C15.1951 22.1784 14.743 21.7754 14.4847 21.2514C14.3689 21.0164 14.1388 20.8589 13.8779 20.8359C13.6169 20.8129 13.3629 20.9277 13.2077 21.1387C13.0685 21.3282 12.8866 21.4822 12.6768 21.5884C12.467 21.6945 12.2351 21.7498 12 21.7498C11.7649 21.7498 11.533 21.6945 11.3232 21.5884C11.1134 21.4822 10.9315 21.3282 10.7923 21.1387C10.6371 20.9277 10.3831 20.8129 10.1221 20.8359C9.86117 20.8589 9.63114 21.0164 9.51531 21.2514C9.25696 21.7754 8.8049 22.1784 8.25476 22.3751C7.70463 22.5718 7.09954 22.5468 6.56751 22.3054C6.03547 22.0639 5.6182 21.625 5.40396 21.0815C5.18973 20.5379 5.19532 19.9324 5.41956 19.3929C5.55546 19.0659 5.44416 18.6884 5.15261 18.4875C5.05103 18.4175 4.95824 18.3355 4.87622 18.2433C4.74789 18.0992 4.56891 18.01 4.37653 17.9944C4.08949 17.9712 3.81524 17.8657 3.5866 17.6906C3.35797 17.5155 3.18466 17.2782 3.08742 17.0072C2.99017 16.7361 2.97312 16.4428 3.0383 16.1623C3.10348 15.8818 3.24814 15.626 3.45494 15.4256C3.64751 15.239 3.72579 14.9637 3.66026 14.7037C3.59473 14.4437 3.39535 14.2384 3.13734 14.1654C2.66602 14.0319 2.25114 13.7483 1.95569 13.3575C1.66024 12.9668 1.50038 12.4904 1.50038 12.0005C1.50038 11.5106 1.66024 11.0342 1.95569 10.6435C2.25114 10.2527 2.66602 9.96909 3.13734 9.83563C3.3953 9.76258 3.59465 9.55739 3.66022 9.29742C3.72579 9.03746 3.64761 8.76227 3.45515 8.57562C3.24837 8.37508 3.10376 8.11921 3.0386 7.83863C2.97345 7.55804 2.99052 7.26463 3.08776 6.99349C3.18501 6.72236 3.35831 6.48498 3.58695 6.30977C3.81558 6.13456 4.08985 6.02893 4.37694 6.00552C4.56918 5.98985 4.74798 5.90072 4.87622 5.75665C4.95824 5.66451 5.05103 5.58255 5.15261 5.51254C5.44416 5.3116 5.55546 4.93412 5.41956 4.60715C5.19532 4.06764 5.18973 3.46207 5.40396 2.91852C5.6182 2.37497 6.03547 1.93607 6.56751 1.69465Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M13.8779 3.1641C14.1388 3.14109 14.3689 2.9836 14.4847 2.74865C14.7206 2.27011 15.1181 1.89251 15.6043 1.68076L8.25476 1.62493C8.66454 1.77145 9.01991 2.03242 9.28133 2.37261L10.3483 3.14969C10.524 3.11124 10.6827 3.01022 10.7923 2.86125C10.9315 2.67181 11.1134 2.51779 11.3232 2.41163C11.533 2.30548 11.7649 2.25016 12 2.25016C12.2351 2.25016 12.467 2.30548 12.6768 2.41163C12.8866 2.51779 13.0685 2.67181 13.2077 2.86125C13.3629 3.07231 13.6169 3.18711 13.8779 3.1641Z"
|
|
31
|
+
fill={fill}
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M9.51531 2.74865C9.63114 2.9836 9.86117 3.14109 10.1221 3.1641C10.1989 3.17087 10.275 3.16571 10.3483 3.14969L9.28133 2.37261C9.37087 2.48913 9.44939 2.61495 9.51531 2.74865Z"
|
|
35
|
+
fill={fill}
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M18.8474 5.51254C18.949 5.58255 19.0418 5.6645 19.1238 5.75665L18.5804 4.60715C18.4445 4.93412 18.5558 5.3116 18.8474 5.51254Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M19.1238 5.75665C19.252 5.90072 19.4308 5.98985 19.6231 6.00552C19.6606 6.00858 19.698 6.01306 19.7351 6.01892L19.1238 5.75665Z"
|
|
43
|
+
fill={fill}
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M19.7351 6.01892C19.9812 6.05778 20.2144 6.1575 20.413 6.30977L19.7351 6.01892Z"
|
|
47
|
+
fill={fill}
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d="M20.8627 9.83565C21.3341 9.96905 21.749 10.2526 22.0445 10.6433L20.5448 8.57562C20.3524 8.76228 20.2742 9.0375 20.3398 9.29747C20.4054 9.55745 20.6048 9.76264 20.8627 9.83565Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
fillRule="evenodd"
|
|
55
|
+
clipRule="evenodd"
|
|
56
|
+
d="M12 7.5C12.4142 7.5 12.75 7.83579 12.75 8.25V22.5C12.75 22.9142 12.4142 23.25 12 23.25C11.5858 23.25 11.25 22.9142 11.25 22.5V8.25C11.25 7.83579 11.5858 7.5 12 7.5Z"
|
|
57
|
+
fill={fill}
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
fillRule="evenodd"
|
|
61
|
+
clipRule="evenodd"
|
|
62
|
+
d="M12 6C11.5858 6 11.25 6.33579 11.25 6.75C11.25 7.16421 11.5858 7.5 12 7.5C12.4142 7.5 12.75 7.16421 12.75 6.75C12.75 6.33579 12.4142 6 12 6ZM9.75 6.75C9.75 5.50736 10.7574 4.5 12 4.5C13.2426 4.5 14.25 5.50736 14.25 6.75C14.25 7.99264 13.2426 9 12 9C10.7574 9 9.75 7.99264 9.75 6.75Z"
|
|
63
|
+
fill={fill}
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
fillRule="evenodd"
|
|
67
|
+
clipRule="evenodd"
|
|
68
|
+
d="M6.75 11.25C7.16421 11.25 7.5 11.5858 7.5 12V13.8486L9.41603 15.126C9.62467 15.2651 9.75 15.4992 9.75 15.75V18.75C9.75 19.1642 9.41421 19.5 9 19.5C8.58579 19.5 8.25 19.1642 8.25 18.75V16.1514L6.33397 14.874C6.12533 14.7349 6 14.5008 6 14.25V12C6 11.5858 6.33579 11.25 6.75 11.25Z"
|
|
69
|
+
fill={fill}
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
fillRule="evenodd"
|
|
73
|
+
clipRule="evenodd"
|
|
74
|
+
d="M6.75 9.75C6.33579 9.75 6 10.0858 6 10.5C6 10.9142 6.33579 11.25 6.75 11.25C7.16421 11.25 7.5 10.9142 7.5 10.5C7.5 10.0858 7.16421 9.75 6.75 9.75ZM4.5 10.5C4.5 9.25736 5.50736 8.25 6.75 8.25C7.99264 8.25 9 9.25736 9 10.5C9 11.7426 7.99264 12.75 6.75 12.75C5.50736 12.75 4.5 11.7426 4.5 10.5Z"
|
|
75
|
+
fill={fill}
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
fillRule="evenodd"
|
|
79
|
+
clipRule="evenodd"
|
|
80
|
+
d="M17.25 11.25C17.6642 11.25 18 11.5858 18 12V14.25C18 14.5008 17.8747 14.7349 17.666 14.874L15.75 16.1514V18.75C15.75 19.1642 15.4142 19.5 15 19.5C14.5858 19.5 14.25 19.1642 14.25 18.75V15.75C14.25 15.4992 14.3753 15.2651 14.584 15.126L16.5 13.8486V12C16.5 11.5858 16.8358 11.25 17.25 11.25Z"
|
|
81
|
+
fill={fill}
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
fillRule="evenodd"
|
|
85
|
+
clipRule="evenodd"
|
|
86
|
+
d="M17.25 9.75C16.8358 9.75 16.5 10.0858 16.5 10.5C16.5 10.9142 16.8358 11.25 17.25 11.25C17.6642 11.25 18 10.9142 18 10.5C18 10.0858 17.6642 9.75 17.25 9.75ZM15 10.5C15 9.25736 16.0074 8.25 17.25 8.25C18.4926 8.25 19.5 9.25736 19.5 10.5C19.5 11.7426 18.4926 12.75 17.25 12.75C16.0074 12.75 15 11.7426 15 10.5Z"
|
|
87
|
+
fill={fill}
|
|
88
|
+
/>
|
|
89
|
+
</g>
|
|
90
|
+
<defs>
|
|
91
|
+
<clipPath id="clip0_1011_15575">
|
|
92
|
+
<rect width="24" height="24" fill="white" />
|
|
93
|
+
</clipPath>
|
|
94
|
+
</defs>
|
|
95
|
+
</svg>
|
|
96
|
+
</SvgIcon>
|
|
97
|
+
);
|
|
98
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function ChatBubbleIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
...rest
|
|
7
|
+
}: SvgIconProps) {
|
|
8
|
+
return (
|
|
9
|
+
<SvgIcon
|
|
10
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
11
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
12
|
+
fill="transparent"
|
|
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_4341_371)">
|
|
23
|
+
<path
|
|
24
|
+
d="M12.75 0.750016C10.8788 0.747318 9.04097 1.24543 7.42723 2.19266C5.81349 3.13989 4.48264 4.50172 3.5728 6.13683C2.66295 7.77193 2.20726 9.62074 2.25302 11.4914C2.29877 13.362 2.8443 15.1863 3.833 16.775L0.75 23.25L7.224 20.167C8.6047 21.0255 10.1659 21.5515 11.7846 21.7038C13.4032 21.8561 15.0351 21.6305 16.5517 21.0446C18.0683 20.4587 19.4281 19.5287 20.524 18.3278C21.62 17.1269 22.422 15.6878 22.8671 14.1241C23.3121 12.5604 23.3879 10.9147 23.0886 9.3167C22.7892 7.71868 22.1229 6.21201 21.142 4.9154C20.1612 3.61879 18.8926 2.56766 17.4363 1.84483C15.9801 1.122 14.3758 0.747216 12.75 0.750016Z"
|
|
25
|
+
stroke={stroke}
|
|
26
|
+
strokeWidth="1.5"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M8.24609 8.25H17.2461"
|
|
32
|
+
stroke={stroke}
|
|
33
|
+
strokeWidth="1.5"
|
|
34
|
+
strokeLinecap="round"
|
|
35
|
+
strokeLinejoin="round"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M6.74609 11.25H18.7461"
|
|
39
|
+
stroke={stroke}
|
|
40
|
+
strokeWidth="1.5"
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M8.24609 14.25H17.2461"
|
|
46
|
+
stroke={stroke}
|
|
47
|
+
strokeWidth="1.5"
|
|
48
|
+
strokeLinecap="round"
|
|
49
|
+
strokeLinejoin="round"
|
|
50
|
+
/>
|
|
51
|
+
</g>
|
|
52
|
+
<defs>
|
|
53
|
+
<clipPath id="clip0_4341_371">
|
|
54
|
+
<rect width="24" height="24" fill="white" />
|
|
55
|
+
</clipPath>
|
|
56
|
+
</defs>
|
|
57
|
+
</svg>
|
|
58
|
+
</SvgIcon>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function ChatIcon({
|
|
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="M21.75 10.5c1.19 0 2.166.925 2.245 2.096l.005.154v4.5c0 1.19-.925 2.166-2.096 2.245l-.154.005H19.5v3.75c0 .633-.725.967-1.203.598l-.077-.068-4.281-4.28H2.25c-1.19 0-2.166-.925-2.245-2.096L0 17.25v-4.5c0-1.243 1.007-2.25 2.25-2.25.414 0 .75.336.75.75 0 .38-.282.693-.648.743L2.25 12c-.38 0-.693.282-.743.648l-.007.102v4.5c0 .38.282.693.648.743L2.25 18h12c.16 0 .313.05.44.143l.09.077L18 21.439V18.75c0-.38.282-.693.648-.743L18.75 18h3c.38 0 .693-.282.743-.648l.007-.102v-4.5c0-.38-.282-.693-.648-.743L21.75 12h-10.5c-.414 0-.75-.336-.75-.75 0-.38.282-.693.648-.743l.102-.007h10.5zm0-10.5C22.993 0 24 1.007 24 2.25v4.5C24 7.993 22.993 9 21.75 9H10.06l-4.28 4.28c-.447.448-1.196.171-1.273-.427L4.5 12.75V9H2.25C1.06 9 .084 8.075.005 6.904L0 6.75v-4.5C0 1.007 1.007 0 2.25 0zm0 1.5H2.25c-.414 0-.75.336-.75.75v4.5c0 .414.336.75.75.75h3c.414 0 .75.336.75.75v2.688L9.22 7.72c.112-.113.257-.186.412-.21l.118-.01h12c.414 0 .75-.336.75-.75v-4.5c0-.414-.336-.75-.75-.75z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function CheckoutIcon({
|
|
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.554 15.414c.597-.623 1.445-.908 2.28-.768.833.141 1.551.692 1.929 1.479.506 1.054.308 2.326-.491 3.16l-4.27 4.638c-.045.05-.108.077-.173.077-.066 0-.128-.028-.174-.077l-4.268-4.638c-.664-.691-.923-1.7-.68-2.644.243-.945.951-1.682 1.858-1.935.907-.254 1.875.017 2.538.708l.556.578c.045.047.106.073.17.073.063 0 .124-.026.17-.073zM3.374 0c.86-.003 1.609.614 1.803 1.487l.843 3.819c.025.113.122.194.233.194H20.23c.595 0 1.154.298 1.502.801.347.504.442 1.15.253 1.738l-1.292 4.086c-.109.34-.383.593-.72.664-.336.072-.683-.048-.911-.316-.228-.268-.302-.642-.193-.981l1.056-3.334c.049-.152.024-.32-.066-.45s-.235-.208-.39-.208H6.806c-.072.001-.14.037-.185.097-.045.06-.06.137-.044.211l1.104 5c.025.111.12.19.23.192h3.28c.53 0 .96.448.96 1s-.43 1-.96 1H8.462c-.072 0-.14.034-.186.093-.045.058-.063.135-.048.209l.317 1.437c.016.07.06.13.121.165.86.477 1.307 1.495 1.092 2.484-.216.99-1.04 1.707-2.014 1.752-.973.044-1.854-.596-2.152-1.562-.297-.966.063-2.02.88-2.574.084-.057.125-.163.102-.265L3.35 2.139c-.025-.116-.125-.197-.24-.194L.96 2C.43 2 0 1.552 0 1s.43-1 .96-1z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function ClipIcon({
|
|
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="M9.85374 8.00159C10.1312 7.98956 10.4075 8.04481 10.6591 8.16261L10.6614 8.16367L14.6383 10.0424C14.9667 10.1881 15.2461 10.4255 15.4431 10.7261C15.6424 11.0303 15.7486 11.3861 15.7486 11.7498C15.7486 12.1135 15.6424 12.4693 15.4431 12.7736C15.2461 13.0742 14.9666 13.3115 14.6383 13.4572L10.6574 15.3374C10.406 15.4548 10.13 15.5098 9.85276 15.4978C9.57687 15.4858 9.3079 15.4078 9.06846 15.2703C8.82276 15.1311 8.61786 14.9299 8.47424 14.6868C8.32994 14.4424 8.2526 14.1644 8.25003 13.8806L8.24997 13.8738L8.25 9.61716C8.2529 9.33335 8.33067 9.05532 8.4754 8.81116C8.61923 8.5685 8.82418 8.36783 9.06975 8.22914C9.30906 8.09159 9.57793 8.01354 9.85374 8.00159ZM10.0222 9.52068C9.98982 9.50567 9.95433 9.49864 9.91868 9.50018C9.88277 9.50174 9.84776 9.51196 9.81665 9.52996L9.80774 9.53512C9.7904 9.54484 9.77589 9.5589 9.76575 9.57601C9.75596 9.59253 9.75054 9.61126 9.75 9.63044V13.8688C9.75048 13.8882 9.75592 13.9072 9.76581 13.924C9.776 13.9412 9.79056 13.9555 9.80802 13.9653L9.81497 13.9692C9.84631 13.9873 9.88154 13.9976 9.9177 13.9992C9.95349 14.0007 9.98914 13.9937 10.0217 13.9787L10.0226 13.9783L14.0067 12.0966C14.0136 12.0934 14.0205 12.0902 14.0275 12.0872C14.0932 12.0586 14.1491 12.0114 14.1884 11.9515C14.2277 11.8916 14.2486 11.8215 14.2486 11.7498C14.2486 11.6782 14.2277 11.6081 14.1884 11.5481C14.1491 11.4882 14.0932 11.441 14.0275 11.4124C14.0205 11.4094 14.0136 11.4062 14.0066 11.403L10.0222 9.52068Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M5.279 3.5C5.26298 3.5 5.25 3.51298 5.25 3.529V19.971C5.25 19.987 5.26298 20 5.279 20H18.721C18.737 20 18.75 19.987 18.75 19.971V3.529C18.75 3.51298 18.737 3.5 18.721 3.5H5.279ZM3.75 3.529C3.75 2.68456 4.43456 2 5.279 2H18.721C19.5654 2 20.25 2.68456 20.25 3.529V19.971C20.25 20.8154 19.5654 21.5 18.721 21.5H5.279C4.43456 21.5 3.75 20.8154 3.75 19.971V3.529Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M1.85594 6.4C1.83276 6.4 1.81072 6.41006 1.79555 6.42758C1.7338 6.49883 1.6998 6.58995 1.6998 6.68423V17.7158C1.6998 17.8101 1.7338 17.9012 1.79555 17.9724C1.81072 17.9899 1.83276 18 1.85594 18H1.9998C2.3864 18 2.6998 18.3134 2.6998 18.7C2.6998 19.0866 2.3864 19.4 1.9998 19.4H1.85594C1.42674 19.4 1.01868 19.2137 0.737581 18.8893C0.455233 18.5635 0.299805 18.1469 0.299805 17.7158V6.68423C0.299805 6.25312 0.455233 5.83646 0.737581 5.51067C1.01868 5.18633 1.42674 5 1.85594 5H1.9998C2.3864 5 2.6998 5.3134 2.6998 5.7C2.6998 6.0866 2.3864 6.4 1.9998 6.4H1.85594Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M21.8439 17.6C21.867 17.6 21.8891 17.5899 21.9043 17.5724C21.966 17.5012 22 17.41 22 17.3157V6.28421C22 6.18992 21.966 6.0988 21.9043 6.02755C21.8891 6.01004 21.867 5.99997 21.8439 5.99997H21.7C21.3134 5.99997 21 5.68657 21 5.29998C21 4.91338 21.3134 4.59998 21.7 4.59998H21.8439C22.2731 4.59998 22.6811 4.78631 22.9622 5.11065C23.2446 5.43644 23.4 5.8531 23.4 6.28421L23.4 17.3157C23.4 17.7469 23.2446 18.1635 22.9622 18.4893C22.6811 18.8136 22.2731 19 21.8439 19H21.7C21.3134 19 21 18.6866 21 18.3C21 17.9134 21.3134 17.6 21.7 17.6H21.8439Z"
|
|
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 CreditCardIcon({
|
|
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="M21 3.5c1.657 0 3 1.343 3 3v11c0 1.657-1.343 3-3 3H3c-1.657 0-3-1.343-3-3v-11c0-1.657 1.343-3 3-3zm.5 7.5h-19c-.276 0-.5.224-.5.5v6c0 .552.448 1 1 1h18c.552 0 1-.448 1-1v-6c0-.276-.224-.5-.5-.5zM8 14.5c.552 0 1 .448 1 1s-.448 1-1 1H5c-.552 0-1-.448-1-1s.448-1 1-1zm13-9H3c-.552 0-1 .448-1 1v1c0 .276.224.5.5.5h19c.276 0 .5-.224.5-.5v-1c0-.552-.448-1-1-1z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function DownloadIcon({
|
|
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="25"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 25 24"
|
|
20
|
+
>
|
|
21
|
+
<g fillRule="evenodd">
|
|
22
|
+
<g>
|
|
23
|
+
<path d="M23.72 16.934c.339 0 .664.126.905.354.24.227.375.536.375.858v1.855C25 22.21 23.116 24 20.792 24H4.203C1.881 23.997 0 22.208 0 20v-1.854c0-.669.57-1.212 1.275-1.212.704 0 1.275.543 1.275 1.212v1.855c.001.867.74 1.569 1.653 1.57h16.589c.912-.001 1.651-.703 1.653-1.57v-1.855c0-.669.57-1.212 1.275-1.212zM12.497 0c1.127 0 2.04.868 2.04 1.939v9.064c0 .138.118.25.263.25h2.798c.4 0 .762.222.928.567.166.346.104.752-.158 1.038l-5.1 5.575c-.194.212-.475.334-.77.334-.296 0-.577-.122-.77-.334l-5.101-5.575c-.262-.286-.324-.692-.158-1.038.166-.345.528-.567.928-.567h2.797c.146 0 .263-.112.263-.25V1.939c0-1.071.914-1.939 2.04-1.939z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function EarthIcon({
|
|
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 clipPath="url(#clip0_2944_42782)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M2.15 12C2.15 14.6124 3.18776 17.1178 5.035 18.965C6.88223 20.8122 9.38762 21.85 12 21.85C14.6124 21.85 17.1178 20.8122 18.965 18.965C20.8122 17.1178 21.85 14.6124 21.85 12C21.85 9.38762 20.8122 6.88223 18.965 5.035C17.1178 3.18776 14.6124 2.15 12 2.15C9.38762 2.15 6.88223 3.18776 5.035 5.035C3.18776 6.88223 2.15 9.38762 2.15 12ZM4.04505 19.955C1.93526 17.8452 0.75 14.9837 0.75 12C0.75 9.01631 1.93526 6.15483 4.04505 4.04505C6.15483 1.93526 9.01631 0.75 12 0.75C14.9837 0.75 17.8452 1.93526 19.955 4.04505C22.0647 6.15483 23.25 9.01631 23.25 12C23.25 14.9837 22.0647 17.8452 19.955 19.955C17.8452 22.0647 14.9837 23.25 12 23.25C9.01631 23.25 6.15483 22.0647 4.04505 19.955Z"
|
|
27
|
+
fill="black"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M4.07747 18.2515L5 20.8L6 15.75H7.08C7.30808 15.7508 7.53325 15.6988 7.73794 15.5982C7.94264 15.4976 8.1213 15.3511 8.26 15.17C8.40286 14.9931 8.50181 14.7849 8.54874 14.5624C8.59567 14.34 8.58925 14.1095 8.53 13.89L7.78 10.89C7.70141 10.5648 7.51563 10.2755 7.2526 10.0687C6.98957 9.86187 6.66459 9.74962 6.33 9.75H1L1.50679 11.15L6.33 11.15L6.33159 11.15C6.3518 11.15 6.37143 11.1568 6.38732 11.1692C6.4032 11.1817 6.41442 11.1992 6.41917 11.2189L7.1718 14.2296L7.17836 14.2548C7.18001 14.2609 7.18019 14.2673 7.17888 14.2735C7.17758 14.2797 7.17483 14.2854 7.17086 14.2904C7.16332 14.2997 7.1559 14.3091 7.1486 14.3187C7.1411 14.3284 7.13144 14.3364 7.12038 14.3418C7.10932 14.3472 7.09714 14.3501 7.08481 14.35L6 14.35C5.33164 14.35 4.75649 14.8224 4.62667 15.4781L4.07747 18.2515Z"
|
|
33
|
+
fill="black"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M21.1163 6.64524C21.0779 6.64839 21.0392 6.65 21 6.65H16.9184C16.8982 6.64998 16.8786 6.65676 16.8627 6.66925C16.8468 6.68174 16.8356 6.69921 16.8308 6.71886L16.8282 6.72956L16.0782 9.72955L16.074 9.7458C16.0724 9.75193 16.0723 9.75834 16.0736 9.76452C16.075 9.7707 16.0778 9.77647 16.0818 9.78136C16.0919 9.79362 16.1018 9.80606 16.1114 9.81866C16.1189 9.82845 16.1286 9.83637 16.1396 9.84181C16.1507 9.84724 16.1629 9.85005 16.1752 9.85001L16.18 9.84999L17.76 9.85C18.4456 9.85 19.0304 10.3466 19.1415 11.0231L19.9207 15.7681C19.9248 15.7907 19.9366 15.8111 19.954 15.8261C19.9709 15.8405 19.992 15.8489 20.0141 15.85H21.8833L22 17.25H20C19.6488 17.2455 19.3103 17.118 19.0435 16.8896C18.7767 16.6611 18.5985 16.3463 18.54 16L17.76 11.25H16.18C15.9519 11.2508 15.7267 11.1988 15.5221 11.0982C15.3174 10.9976 15.1387 10.8511 15 10.67C14.8554 10.494 14.7547 10.2862 14.706 10.0637C14.6573 9.84118 14.6621 9.6103 14.72 9.39L15.47 6.39C15.5486 6.06477 15.7344 5.77546 15.9974 5.56867C16.2604 5.36187 16.5854 5.24962 16.92 5.25H21L21.1163 6.64524Z"
|
|
39
|
+
fill="black"
|
|
40
|
+
/>
|
|
41
|
+
</g>
|
|
42
|
+
<defs>
|
|
43
|
+
<clipPath id="clip0_2944_42782">
|
|
44
|
+
<rect width="24" height="24" fill="white" />
|
|
45
|
+
</clipPath>
|
|
46
|
+
</defs>
|
|
47
|
+
</svg>
|
|
48
|
+
</SvgIcon>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function FaceCenterIcon({
|
|
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
|
+
{...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 fill="none" fillRule="evenodd">
|
|
22
|
+
<g fill={fill}>
|
|
23
|
+
<g>
|
|
24
|
+
<path
|
|
25
|
+
d="M1 16.5c.552 0 1 .448 1 1v4.25c0 .138.112.25.25.25H6.5c.552 0 1 .448 1 1s-.448 1-1 1H2c-1.105 0-2-.895-2-2v-4.5c0-.552.448-1 1-1zm22 0c.552 0 1 .448 1 1V22c0 1.105-.895 2-2 2h-4.5c-.552 0-1-.448-1-1s.448-1 1-1h4.25c.138 0 .25-.112.25-.25V17.5c0-.552.448-1 1-1zm-11-13c3.866 0 7 3.134 7 7V13c0 3.866-3.134 7-7 7s-7-3.134-7-7v-2.5c0-3.866 3.134-7 7-7zm2 5.115c-.062 0-.12.026-.162.072C11.908 10.818 9.291 10.5 8 10.5h-.75c-.138 0-.25.112-.25.25V13c.003 2.76 2.24 4.997 5 5 2.76-.003 4.997-2.24 5-5v-2.5c0-.1-.068-.188-.165-.213-1.032-.252-1.963-.81-2.673-1.6-.041-.046-.1-.072-.162-.072zm-.959 6.291c.329-.239.787-.173 1.036.148.248.322.196.782-.118 1.04-1.16.875-2.758.875-3.918 0-.314-.258-.366-.718-.118-1.04.249-.321.707-.387 1.036-.148.63.424 1.453.424 2.082 0zM14 11.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zM6.5 0c.552 0 1 .448 1 1s-.448 1-1 1H2.25c-.138 0-.25.112-.25.25V6.5c0 .552-.448 1-1 1s-1-.448-1-1V2C0 .895.895 0 2 0zM22 0c1.105 0 2 .895 2 2v4.5c0 .552-.448 1-1 1s-1-.448-1-1V2.25c0-.138-.112-.25-.25-.25H17.5c-.552 0-1-.448-1-1s.448-1 1-1z"
|
|
26
|
+
transform="translate(-328 -627) translate(328 627)"
|
|
27
|
+
/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
</SvgIcon>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function FaceRecognitionIcon({
|
|
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_122_226)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M6.94571 16.3758C7.22475 16.0696 7.69912 16.0477 8.00524 16.3267C9.09747 17.3223 10.5221 17.8742 12 17.8742C13.4779 17.8742 14.9025 17.3223 15.9948 16.3267C16.3009 16.0477 16.7752 16.0696 17.0543 16.3758C17.3333 16.6819 17.3114 17.1562 17.0052 17.4353C15.6367 18.6827 13.8517 19.3742 12 19.3742C10.1483 19.3742 8.36328 18.6827 6.99476 17.4353C6.68864 17.1562 6.66668 16.6819 6.94571 16.3758Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M6.75 5.87399C7.16421 5.87399 7.5 6.20978 7.5 6.62399V8.87399C7.5 9.28821 7.16421 9.62399 6.75 9.62399C6.33579 9.62399 6 9.28821 6 8.87399V6.62399C6 6.20978 6.33579 5.87399 6.75 5.87399Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M17.25 5.87399C17.6642 5.87399 18 6.20978 18 6.62399V8.87399C18 9.28821 17.6642 9.62399 17.25 9.62399C16.8358 9.62399 16.5 9.28821 16.5 8.87399V6.62399C16.5 6.20978 16.8358 5.87399 17.25 5.87399Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M12 5.87399C12.4142 5.87399 12.75 6.20978 12.75 6.62399V11.874C12.75 12.4707 12.5129 13.043 12.091 13.465C11.669 13.8869 11.0967 14.124 10.5 14.124H9.75C9.33579 14.124 9 13.7882 9 13.374C9 12.9598 9.33579 12.624 9.75 12.624H10.5C10.6989 12.624 10.8897 12.545 11.0303 12.4043C11.171 12.2637 11.25 12.0729 11.25 11.874V6.62399C11.25 6.20978 11.5858 5.87399 12 5.87399Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
fillRule="evenodd"
|
|
49
|
+
clipRule="evenodd"
|
|
50
|
+
d="M23.25 17.874C23.6642 17.874 24 18.2098 24 18.624V21.624C24 22.2207 23.7629 22.793 23.341 23.215C22.919 23.6369 22.3467 23.874 21.75 23.874H18.75C18.3358 23.874 18 23.5382 18 23.124C18 22.7098 18.3358 22.374 18.75 22.374H21.75C21.9489 22.374 22.1397 22.295 22.2803 22.1543C22.421 22.0137 22.5 21.8229 22.5 21.624V18.624C22.5 18.2098 22.8358 17.874 23.25 17.874Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
fillRule="evenodd"
|
|
55
|
+
clipRule="evenodd"
|
|
56
|
+
d="M18 0.623993C18 0.209779 18.3358 -0.126007 18.75 -0.126007H21.75C22.3467 -0.126007 22.919 0.111046 23.341 0.533003C23.7629 0.954959 24 1.52725 24 2.12399V5.12399C24 5.53821 23.6642 5.87399 23.25 5.87399C22.8358 5.87399 22.5 5.53821 22.5 5.12399V2.12399C22.5 1.92508 22.421 1.73432 22.2803 1.59366C22.1397 1.45301 21.9489 1.37399 21.75 1.37399H18.75C18.3358 1.37399 18 1.03821 18 0.623993Z"
|
|
57
|
+
fill={fill}
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
fillRule="evenodd"
|
|
61
|
+
clipRule="evenodd"
|
|
62
|
+
d="M2.25 1.37399C2.05109 1.37399 1.86032 1.45301 1.71967 1.59366C1.57902 1.73432 1.5 1.92508 1.5 2.12399V5.12399C1.5 5.53821 1.16421 5.87399 0.75 5.87399C0.335786 5.87399 0 5.53821 0 5.12399V2.12399C0 1.52726 0.237053 0.95496 0.65901 0.533003C1.08097 0.111046 1.65326 -0.126007 2.25 -0.126007H5.25C5.66421 -0.126007 6 0.209779 6 0.623993C6 1.03821 5.66421 1.37399 5.25 1.37399H2.25Z"
|
|
63
|
+
fill={fill}
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
fillRule="evenodd"
|
|
67
|
+
clipRule="evenodd"
|
|
68
|
+
d="M0.75 17.874C1.16421 17.874 1.5 18.2098 1.5 18.624V21.624C1.5 21.8229 1.57902 22.0137 1.71967 22.1543C1.86032 22.295 2.05109 22.374 2.25 22.374H5.25C5.66421 22.374 6 22.7098 6 23.124C6 23.5382 5.66421 23.874 5.25 23.874H2.25C1.65326 23.874 1.08097 23.6369 0.65901 23.215C0.237053 22.793 0 22.2207 0 21.624V18.624C0 18.2098 0.335786 17.874 0.75 17.874Z"
|
|
69
|
+
fill={fill}
|
|
70
|
+
/>
|
|
71
|
+
</g>
|
|
72
|
+
<defs>
|
|
73
|
+
<clipPath id="clip0_122_226">
|
|
74
|
+
<rect width="24" height="24" fill="white" />
|
|
75
|
+
</clipPath>
|
|
76
|
+
</defs>
|
|
77
|
+
</svg>
|
|
78
|
+
</SvgIcon>
|
|
79
|
+
);
|
|
80
|
+
}
|