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,43 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function FilesIcon({
|
|
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="M2.25 4.5C2.66421 4.5 3 4.83579 3 5.25V21.75C3 21.9489 3.07902 22.1397 3.21967 22.2803C3.36032 22.421 3.55109 22.5 3.75 22.5H17.25C17.6642 22.5 18 22.8358 18 23.25C18 23.6642 17.6642 24 17.25 24H3.75C3.15326 24 2.58097 23.7629 2.15901 23.341C1.73705 22.919 1.5 22.3467 1.5 21.75V5.25C1.5 4.83579 1.83579 4.5 2.25 4.5Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M5.25 1.5C5.66421 1.5 6 1.83579 6 2.25V18.75C6 18.9489 6.07902 19.1397 6.21967 19.2803C6.36032 19.421 6.55109 19.5 6.75 19.5H20.25C20.6642 19.5 21 19.8358 21 20.25C21 20.6642 20.6642 21 20.25 21H6.75C6.15326 21 5.58097 20.7629 5.15901 20.341C4.73705 19.919 4.5 19.3467 4.5 18.75V2.25C4.5 1.83579 4.83579 1.5 5.25 1.5Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M9.75 1.5C9.55109 1.5 9.36032 1.57902 9.21967 1.71967C9.07902 1.86032 9 2.05109 9 2.25V15.75C9 15.9489 9.07902 16.1397 9.21967 16.2803C9.36032 16.421 9.55109 16.5 9.75 16.5H20.25C20.4489 16.5 20.6397 16.421 20.7803 16.2803C20.921 16.1397 21 15.9489 21 15.75V5.12116C20.9999 4.92244 20.921 4.73172 20.7805 4.59116L17.9088 1.7195C17.7683 1.57913 17.5776 1.50008 17.379 1.5H9.75ZM8.15901 0.65901C8.58097 0.237053 9.15326 0 9.75 0H17.379C17.9753 0.000127316 18.5474 0.236973 18.9692 0.6585L21.8413 3.53067C22.2629 3.95247 22.4999 4.52452 22.5 5.12084V15.75C22.5 16.3467 22.2629 16.919 21.841 17.341C21.419 17.7629 20.8467 18 20.25 18H9.75C9.15326 18 8.58097 17.7629 8.15901 17.341C7.73705 16.919 7.5 16.3467 7.5 15.75V2.25C7.5 1.65326 7.73705 1.08097 8.15901 0.65901Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
</SvgIcon>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function FillRecordIcon({
|
|
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.9c1.237 0 2.24 1.003 2.24 2.24 0 1.237-1.003 2.24-2.24 2.24-.59 0-1.127-.228-1.527-.601l-3.765 2.09c.021.124.032.251.032.381 0 1.237-1.003 2.24-2.24 2.24-.977 0-1.808-.626-2.114-1.498H8.864c-.306.872-1.137 1.498-2.114 1.498-.606 0-1.156-.24-1.56-.632l-4.109 2.055c-.366.183-.81.035-.994-.332-.168-.335-.057-.737.245-.943l.087-.05 4.109-2.055c-.012-.093-.018-.187-.018-.283 0-1.237 1.003-2.24 2.24-2.24.977 0 1.808.626 2.114 1.498h3.272c.306-.872 1.137-1.498 2.114-1.498.57 0 1.092.213 1.487.565l3.797-2.108c-.016-.107-.024-.216-.024-.327 0-1.237 1.003-2.24 2.24-2.24zm-1-10.89c1.237 0 2.24 1.003 2.24 2.24 0 1.237-1.003 2.24-2.24 2.24-.186 0-.367-.023-.54-.065L16.9 8.562c.215.344.34.752.34 1.188 0 1.237-1.003 2.24-2.24 2.24-1.237 0-2.24-1.003-2.24-2.24 0-.061.002-.122.007-.182L9.881 8.285c-.408.434-.988.705-1.631.705-.544 0-1.043-.194-1.431-.517l-5.688 3.413c-.35.21-.806.096-1.017-.255-.191-.319-.114-.724.165-.953l.09-.064 5.687-3.411c-.03-.147-.046-.298-.046-.453 0-1.237 1.003-2.24 2.24-2.24 1.237 0 2.24 1.003 2.24 2.24 0 .061-.002.121-.007.181l2.887 1.283c.408-.434.988-.704 1.63-.704.26 0 .51.044.741.126l3.225-4.03c-.286-.377-.456-.847-.456-1.356 0-1.237 1.003-2.24 2.24-2.24z" />
|
|
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 FolderIcon({
|
|
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="M1.90901 3.90901C2.33097 3.48705 2.90326 3.25 3.5 3.25H7.25C7.5993 3.25 7.94381 3.33133 8.25623 3.48754C8.56866 3.64375 8.84042 3.87056 9.05 4.15L10.625 6.25H20C20.5967 6.25 21.169 6.48705 21.591 6.90901C22.0129 7.33097 22.25 7.90326 22.25 8.5V19C22.25 19.5967 22.0129 20.169 21.591 20.591C21.169 21.0129 20.5967 21.25 20 21.25H3.5C2.90326 21.25 2.33097 21.0129 1.90901 20.591C1.48705 20.169 1.25 19.5967 1.25 19V5.5C1.25 4.90326 1.48705 4.33097 1.90901 3.90901ZM3.5 4.75C3.30109 4.75 3.11032 4.82902 2.96967 4.96967C2.82902 5.11032 2.75 5.30109 2.75 5.5V19C2.75 19.1989 2.82902 19.3897 2.96967 19.5303C3.11032 19.671 3.30109 19.75 3.5 19.75H20C20.1989 19.75 20.3897 19.671 20.5303 19.5303C20.671 19.3897 20.75 19.1989 20.75 19V8.5C20.75 8.30109 20.671 8.11032 20.5303 7.96967C20.3897 7.82902 20.1989 7.75 20 7.75H10.25C10.0139 7.75 9.79164 7.63885 9.65 7.45L7.85 5.05C7.78014 4.95685 7.68955 4.88125 7.58541 4.82918C7.48127 4.77711 7.36643 4.75 7.25 4.75H3.5Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
</SvgIcon>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function GoogleIcon({
|
|
4
|
+
stroke = 'none',
|
|
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="26"
|
|
18
|
+
height="27"
|
|
19
|
+
viewBox="0 0 26 27"
|
|
20
|
+
>
|
|
21
|
+
<defs>
|
|
22
|
+
<path id="ului908ija" d="M0 0H26V26.712H0z" />
|
|
23
|
+
</defs>
|
|
24
|
+
<g fill="none" fillRule="evenodd">
|
|
25
|
+
<g>
|
|
26
|
+
<g>
|
|
27
|
+
<g transform="translate(-545 -708) translate(488 697) translate(57 11)">
|
|
28
|
+
<path
|
|
29
|
+
fill="#4285F4"
|
|
30
|
+
fillRule="nonzero"
|
|
31
|
+
d="M25.771 10.949h-12.51v5.143h7.164c-.297 1.659-1.252 3.126-2.651 4.058v3.338h4.274C24.558 21.16 26 17.726 26 13.663c0-.908-.073-1.821-.229-2.714z"
|
|
32
|
+
mask="url(#6lom8a8crb)"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fill="#34A853"
|
|
36
|
+
fillRule="nonzero"
|
|
37
|
+
d="M22.052 23.487l-4.274-3.337c-1.189.815-2.724 1.276-4.512 1.276-3.46 0-6.394-2.35-7.447-5.511h-4.41v3.44c2.25 4.51 6.837 7.357 11.852 7.357 3.577 0 6.593-1.183 8.791-3.225z"
|
|
38
|
+
mask="url(#6lom8a8crb)"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fill="#FFDC60"
|
|
42
|
+
fillRule="nonzero"
|
|
43
|
+
d="M5.814 10.801v-3.44H1.408c-1.88 3.774-1.88 8.22 0 11.994l4.406-3.44c-.555-1.659-.555-3.455 0-5.114z"
|
|
44
|
+
mask="url(#6lom8a8crb)"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
fill="#EA4335"
|
|
48
|
+
fillRule="nonzero"
|
|
49
|
+
d="M18.349 7.288l3.786-3.813C19.738 1.207 16.555-.04 13.261 0 8.246 0 3.66 2.846 1.408 7.361l4.406 3.44c1.048-3.165 3.987-5.515 7.447-5.515 1.89-.03 3.718.687 5.088 2.002z"
|
|
50
|
+
mask="url(#6lom8a8crb)"
|
|
51
|
+
/>
|
|
52
|
+
</g>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</svg>
|
|
57
|
+
</SvgIcon>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function HardDriveIcon({
|
|
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_313_2883)">
|
|
23
|
+
<path
|
|
24
|
+
d="M15 16.875C15.6213 16.875 16.125 17.3787 16.125 18C16.125 18.6213 15.6213 19.125 15 19.125C14.3787 19.125 13.875 18.6213 13.875 18C13.875 17.3787 14.3787 16.875 15 16.875Z"
|
|
25
|
+
fill={fill}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M18.375 16.875C18.9963 16.875 19.5 17.3787 19.5 18C19.5 18.6213 18.9963 19.125 18.375 19.125C17.7537 19.125 17.25 18.6213 17.25 18C17.25 17.3787 17.7537 16.875 18.375 16.875Z"
|
|
29
|
+
fill={fill}
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M5.25 17.25C4.83579 17.25 4.5 17.5858 4.5 18C4.5 18.4142 4.83579 18.75 5.25 18.75H9C9.41421 18.75 9.75 18.4142 9.75 18C9.75 17.5858 9.41421 17.25 9 17.25H5.25Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M6.87838 0.75H17.1233C17.9687 0.750213 18.7897 1.03613 19.4522 1.56144C20.1148 2.08669 20.5805 2.82064 20.7735 3.6438L23.8615 16.8016L23.863 16.8084C23.9533 17.196 24 17.5956 24 18C24 19.3924 23.4469 20.7278 22.4623 21.7123C21.4778 22.6969 20.1424 23.25 18.75 23.25H5.25C3.85762 23.25 2.52226 22.6969 1.53769 21.7123C0.553126 20.7278 0 19.3924 0 18C0 17.567 0.053498 17.1394 0.156834 16.7263L3.22715 3.64364C3.42028 2.82027 3.88605 2.08636 4.54885 1.56107C5.21165 1.03578 6.03264 0.74994 6.87838 0.75ZM19.3131 3.9862L21.5614 13.5661C20.7272 13.0372 19.7534 12.75 18.75 12.75H5.25C4.2469 12.75 3.2734 13.0371 2.43933 13.5657L4.68747 3.98636C4.80334 3.49231 5.08284 3.05183 5.48053 2.73665C5.87823 2.42146 6.3708 2.24996 6.87824 2.25H17.1231C17.6304 2.25017 18.1229 2.42175 18.5203 2.73685C18.9179 3.05202 19.1973 3.49233 19.3131 3.9862ZM1.59947 17.1444C1.59746 17.1529 1.59531 17.1614 1.59302 17.1699C1.53166 17.4401 1.5 17.7184 1.5 18C1.5 18.9946 1.89509 19.9484 2.59835 20.6517C3.3016 21.3549 4.25544 21.75 5.25 21.75H18.75C19.7446 21.75 20.6984 21.3549 21.4017 20.6517C22.1049 19.9484 22.5 18.9946 22.5 18C22.5 17.0054 22.1049 16.0516 21.4017 15.3483C20.6984 14.6451 19.7446 14.25 18.75 14.25H5.25C4.25544 14.25 3.3016 14.6451 2.59835 15.3483C2.11613 15.8305 1.77881 16.4306 1.61439 17.0808L1.59947 17.1444Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
</g>
|
|
42
|
+
<defs>
|
|
43
|
+
<clipPath id="clip0_313_2883">
|
|
44
|
+
<rect width="24" height="24" fill="white" />
|
|
45
|
+
</clipPath>
|
|
46
|
+
</defs>
|
|
47
|
+
</svg>
|
|
48
|
+
</SvgIcon>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function HelpIcon({
|
|
4
|
+
stroke,
|
|
5
|
+
strokeWidth,
|
|
6
|
+
fill,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgIconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<SvgIcon
|
|
11
|
+
strokeWidth={strokeWidth ?? 0.1}
|
|
12
|
+
stroke={stroke ? stroke : 'currentColor'}
|
|
13
|
+
{...rest}
|
|
14
|
+
>
|
|
15
|
+
<svg
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
width="24"
|
|
18
|
+
height="24"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
>
|
|
21
|
+
<g fillRule="evenodd">
|
|
22
|
+
<g>
|
|
23
|
+
<path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12C23.993 5.376 18.624.007 12 0zm9.428 8.666c.027.076.016.161-.031.228-.047.066-.123.106-.204.106h-3.856c-.087 0-.168-.046-.214-.12-.5-.815-1.185-1.5-2-2-.076-.046-.123-.127-.123-.216V2.808c0-.081.04-.157.106-.204.066-.047.151-.059.228-.032 2.844 1.013 5.081 3.251 6.094 6.095v-.001zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4c0 1.06-.421 2.078-1.172 2.828C14.078 15.578 13.061 16 12 16zM8.666 2.572c.077-.027.162-.015.228.032S9 2.727 9 2.808v3.856c0 .087-.045.168-.12.214-.815.5-1.5 1.185-2 2-.046.076-.128.122-.217.122H2.807c-.081.002-.158-.035-.207-.1-.047-.066-.059-.152-.031-.228 1.012-2.846 3.251-5.086 6.097-6.1zM2.572 15.334c-.028-.076-.016-.162.03-.228.047-.067.124-.106.205-.106h3.856c.087 0 .168.045.214.12.5.815 1.185 1.5 2 2 .074.046.12.127.12.214v3.856c0 .081-.04.157-.106.204-.067.047-.152.058-.228.031-2.842-1.013-5.078-3.25-6.091-6.091zm12.762 6.095c-.076.027-.161.016-.228-.031-.066-.047-.106-.123-.106-.204v-3.856c0-.087.045-.168.12-.214.815-.5 1.5-1.185 2-2 .046-.075.127-.12.214-.12h3.856c.08.001.154.04.2.106.047.066.059.15.031.227-1.012 2.841-3.247 5.077-6.087 6.092z" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</SvgIcon>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function LanguageIcon({
|
|
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 width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
|
|
16
|
+
<g id="Symbols" fillRule="evenodd">
|
|
17
|
+
<g id="4-Icons-/-Lang">
|
|
18
|
+
<path
|
|
19
|
+
d="M12,0 C12.9981373,0 13.9678118,0.12186391 14.8949565,0.351524847 C14.8978752,0.352636507 14.9011962,0.353497562 14.9045114,0.354381324 C20.1287786,1.65276791 24,6.37429785 24,12 C24,17.6257021 20.1287786,22.3472321 14.9049241,23.6460015 C14.9011962,23.6465024 14.8978752,23.6473635 14.8945488,23.6482018 C13.9678118,23.8781361 12.9981373,24 12,24 C11.0018627,24 10.0321882,23.8781361 9.10504351,23.6484752 C9.10212478,23.6473635 9.09880383,23.6465024 9.0954886,23.6456187 C3.87122139,22.3472321 0,17.6257021 0,12 C0,6.37429785 3.87122139,1.65276791 9.09507586,0.353998474 C9.09880383,0.353497562 9.10212478,0.352636507 9.1054512,0.351798204 C10.0321882,0.12186391 11.0018627,0 12,0 Z M15.6800669,18.7507632 L8.31993313,18.7507632 C8.6923045,20.1439845 9.17864976,21.3434847 9.75205149,22.2587745 C10.4756212,22.4167033 11.2280831,22.5 12,22.5 C12.7719169,22.5 13.5243788,22.4167033 14.2488876,22.2586082 C14.8213502,21.3434847 15.3076955,20.1439845 15.6800669,18.7507632 Z M6.77173538,18.7515024 L3.95732223,18.7505868 C4.97316322,19.9595975 6.25659758,20.9362553 7.71641907,21.5893537 C7.34642177,20.7455593 7.02917982,19.7900383 6.77173538,18.7515024 Z M20.0426778,18.7505868 L17.2282646,18.7515024 C16.9708202,19.7900383 16.6535782,20.7455593 16.2835842,21.5903698 C17.7434024,20.9362553 19.0268368,19.9595975 20.0426778,18.7505868 Z M6.00877913,12.7509233 L1.52641569,12.7506041 C1.64163349,14.3818347 2.12946406,15.9101758 2.90530782,17.251028 L6.45200814,17.251182 C6.19820814,15.8449233 6.04568677,14.3260534 6.00877913,12.7509233 Z M16.4907553,12.7507166 L7.50924474,12.7507166 C7.5484855,14.340921 7.71157088,15.8642458 7.97786501,17.2513183 L16.022135,17.2513183 C16.2884291,15.8642458 16.4515145,14.340921 16.4907553,12.7507166 Z M22.4735843,12.7506041 L17.9912209,12.7509233 C17.9543132,14.3260534 17.8017919,15.8449233 17.5479919,17.251182 L21.0946922,17.251028 C21.8705359,15.9101758 22.3583665,14.3818347 22.4735843,12.7506041 Z M6.45182831,6.74981447 L2.904726,6.74997762 C2.12906214,8.09086151 1.64140596,9.61919591 1.52634531,11.250393 L6.00875572,11.2500766 C6.04561352,9.67496143 6.19808241,8.15609175 6.45182831,6.74981447 Z M16.0223262,6.74967803 L7.97767376,6.74967803 C7.71143713,8.13677365 7.54840792,9.66009668 7.50922014,11.2502808 L16.4907799,11.2502808 C16.4515921,9.66009668 16.2885629,8.13677365 16.0223262,6.74967803 Z M21.095274,6.74997762 L17.5481717,6.74981447 C17.8019176,8.15609175 17.9543865,9.67496143 17.9912443,11.2500766 L22.4736547,11.250393 C22.358594,9.61919591 21.8709379,8.09086151 21.095274,6.74997762 Z M7.71641581,2.40963018 L7.48548308,2.51735667 C6.12071449,3.16826244 4.91854232,4.1051202 3.95647577,5.25042074 L6.77148808,5.24949538 C7.02897664,4.21057365 7.34630329,3.25471122 7.71641581,2.40963018 Z M12,1.5 C11.2280831,1.5 10.4756212,1.58329665 9.75111243,1.74139185 C9.1785137,2.65673244 8.69207371,3.85658479 8.31966808,5.25022859 L15.6803319,5.25022859 C15.3079263,3.85658479 14.8214863,2.65673244 14.2479485,1.74122555 C13.5243788,1.58329665 12.7719169,1.5 12,1.5 Z M16.2835809,2.41064627 L16.3817393,2.63930479 C16.7100497,3.42657103 16.9940813,4.30360843 17.2285119,5.24949538 L20.0435242,5.25042074 C19.0275498,4.04094506 17.7438079,3.06392614 16.2835809,2.41064627 Z"
|
|
20
|
+
id="Lang"
|
|
21
|
+
></path>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
25
|
+
</SvgIcon>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function LinkIcon({
|
|
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
|
+
<g>
|
|
24
|
+
<path
|
|
25
|
+
d="M13.435 7.48c2.085 1.779 2.45 4.863.838 7.08-.244.335-.713.41-1.048.166-.335-.244-.41-.713-.166-1.048 1.152-1.584.891-3.787-.598-5.058-1.436-1.226-3.549-1.187-4.938.06l-.152.144-4.773 4.774c-1.464 1.465-1.464 3.84 0 5.304 1.414 1.414 3.677 1.462 5.149.146l.155-.146.932-.932c.293-.293.767-.293 1.06 0 .267.266.29.683.073.976l-.073.084-.932.932c-2.05 2.05-5.374 2.05-7.424 0-1.992-1.991-2.049-5.185-.171-7.245l.17-.18L6.31 7.765c1.936-1.94 5.04-2.065 7.125-.285zm9.027-3.193c1.992 1.991 2.049 5.185.171 7.246l-.17.178-4.773 4.773c-1.937 1.94-5.04 2.063-7.124.283-2.085-1.78-2.45-4.863-.838-7.08.244-.335.713-.41 1.048-.166.335.244.41.713.166 1.048-1.152 1.584-.891 3.786.598 5.058 1.435 1.225 3.548 1.187 4.937-.06l.152-.143 4.773-4.773c1.464-1.465 1.464-3.84 0-5.304-1.414-1.414-3.676-1.462-5.149-.146l-.155.146-.75.75c-.293.293-.767.293-1.06 0-.267-.266-.29-.683-.073-.976l.073-.084.75-.75c2.05-2.05 5.374-2.05 7.424 0z"
|
|
26
|
+
transform="translate(-451 -584) translate(451 584)"
|
|
27
|
+
/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
</SvgIcon>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function MetaAnalyseIcon({
|
|
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="M2.25 3C1.83579 3 1.5 3.33579 1.5 3.75V20.25C1.5 20.6642 1.83579 21 2.25 21H21.75C22.1642 21 22.5 20.6642 22.5 20.25V3.75C22.5 3.33579 22.1642 3 21.75 3H2.25ZM0 3.75C0 2.50736 1.00736 1.5 2.25 1.5H21.75C22.9926 1.5 24 2.50736 24 3.75V20.25C24 21.4926 22.9926 22.5 21.75 22.5H2.25C1.00736 22.5 0 21.4926 0 20.25V3.75Z"
|
|
26
|
+
fill={fill}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M0 6.75C0 6.33579 0.335786 6 0.75 6H23.25C23.6642 6 24 6.33579 24 6.75C24 7.16421 23.6642 7.5 23.25 7.5H0.75C0.335786 7.5 0 7.16421 0 6.75Z"
|
|
32
|
+
fill={fill}
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M17.4645 12.0175L16.773 11.727L16.4827 11.0355C16.7636 10.9175 17.0879 10.9813 17.3034 11.1967C17.5188 11.4122 17.5825 11.7365 17.4645 12.0175ZM15.3259 13.174C14.9836 13.3266 14.6131 13.4943 14.2357 13.669C13.5004 14.0094 12.7467 14.373 12.1266 14.703C11.8163 14.8682 11.5471 15.021 11.3338 15.1549C11.109 15.2962 10.9868 15.3918 10.9393 15.4393C10.658 15.7206 10.5 16.1022 10.5 16.5C10.5 16.8978 10.658 17.2794 10.9393 17.5607C11.2206 17.842 11.6022 18 12 18C12.3978 18 12.7794 17.842 13.0607 17.5607C13.1082 17.5131 13.2035 17.3911 13.3447 17.1663C13.4786 16.953 13.6313 16.6838 13.7965 16.3734C14.1265 15.7533 14.4902 14.9996 14.8307 14.2643C15.0054 13.8868 15.1731 13.5162 15.3259 13.174ZM16.773 11.727C16.4827 11.0355 16.4827 11.0355 16.4827 11.0355L16.466 11.0425L16.419 11.0623C16.378 11.0797 16.318 11.1051 16.2414 11.1378C16.0883 11.2031 15.8689 11.2972 15.6031 11.4128C15.0718 11.6439 14.353 11.9617 13.6056 12.3078C12.8597 12.653 12.0774 13.03 11.4218 13.3789C11.0943 13.5533 10.7908 13.7246 10.5358 13.8849C10.2924 14.0378 10.0509 14.2064 9.87867 14.3787C9.31606 14.9413 8.99999 15.7043 8.99999 16.5C8.99999 17.2957 9.31606 18.0587 9.87867 18.6213C10.4413 19.1839 11.2043 19.5 12 19.5C12.7957 19.5 13.5587 19.1839 14.1213 18.6213C14.2933 18.4492 14.4621 18.2074 14.6149 17.9641C14.7751 17.7091 14.9464 17.4056 15.1207 17.0782C15.4696 16.4226 15.8465 15.6403 16.1918 14.8945C16.5379 14.147 16.8558 13.4283 17.087 12.897C17.2027 12.6312 17.2968 12.4118 17.3621 12.2587C17.3948 12.1821 17.4203 12.1221 17.4376 12.0811L17.4575 12.0341L17.4645 12.0175C17.4645 12.0175 17.4645 12.0175 16.773 11.727Z"
|
|
38
|
+
fill={fill}
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M3.75 17.25C3.75 16.8358 4.08579 16.5 4.5 16.5H6C6.41421 16.5 6.75 16.8358 6.75 17.25C6.75 17.6642 6.41421 18 6 18H4.5C4.08579 18 3.75 17.6642 3.75 17.25Z"
|
|
44
|
+
fill={fill}
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
fillRule="evenodd"
|
|
48
|
+
clipRule="evenodd"
|
|
49
|
+
d="M6.16567 11.4157C6.45856 11.1228 6.93344 11.1228 7.22633 11.4157L8.45233 12.6417C8.74522 12.9346 8.74522 13.4094 8.45233 13.7023C8.15944 13.9952 7.68456 13.9952 7.39167 13.7023L6.16567 12.4763C5.87278 12.1834 5.87278 11.7086 6.16567 11.4157Z"
|
|
50
|
+
fill={fill}
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
fillRule="evenodd"
|
|
54
|
+
clipRule="evenodd"
|
|
55
|
+
d="M12 9C12.4142 9 12.75 9.33579 12.75 9.75V10.5C12.75 10.9142 12.4142 11.25 12 11.25C11.5858 11.25 11.25 10.9142 11.25 10.5V9.75C11.25 9.33579 11.5858 9 12 9Z"
|
|
56
|
+
fill={fill}
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
fillRule="evenodd"
|
|
60
|
+
clipRule="evenodd"
|
|
61
|
+
d="M17.25 17.25C17.25 16.8358 17.5858 16.5 18 16.5H19.5C19.9142 16.5 20.25 16.8358 20.25 17.25C20.25 17.6642 19.9142 18 19.5 18H18C17.5858 18 17.25 17.6642 17.25 17.25Z"
|
|
62
|
+
fill={fill}
|
|
63
|
+
/>
|
|
64
|
+
</svg>
|
|
65
|
+
</SvgIcon>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function ModeratedIcon({
|
|
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_408_3019)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M3.75 9.75C3.15326 9.75 2.58097 9.98705 2.15901 10.409C1.73705 10.831 1.5 11.4033 1.5 12V15C1.5 15.5967 1.73705 16.169 2.15901 16.591C2.58097 17.0129 3.15326 17.25 3.75 17.25H4.5V9.75H3.75ZM1.09835 9.34835C1.80161 8.64509 2.75544 8.25 3.75 8.25H4.5C4.89783 8.25 5.27936 8.40804 5.56066 8.68934C5.84196 8.97064 6 9.35217 6 9.75V17.25C6 17.6478 5.84197 18.0294 5.56066 18.3107C5.27935 18.592 4.89782 18.75 4.5 18.75H3.75C2.75544 18.75 1.80161 18.3549 1.09835 17.6516C0.395088 16.9484 0 15.9946 0 15V12C0 11.0054 0.395088 10.0516 1.09835 9.34835Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M18.4393 8.68934C18.7206 8.40804 19.1022 8.25 19.5 8.25H20.25C21.2446 8.25 22.1984 8.64509 22.9017 9.34835C23.6049 10.0516 24 11.0054 24 12V15C24 15.9946 23.6049 16.9484 22.9017 17.6516C22.1984 18.3549 21.2446 18.75 20.25 18.75H19.5C19.1022 18.75 18.7206 18.592 18.4393 18.3107C18.158 18.0294 18 17.6478 18 17.25V9.75C18 9.35218 18.158 8.97065 18.4393 8.68934ZM20.25 9.75H19.5V17.25H20.25C20.8467 17.25 21.419 17.0129 21.841 16.591C22.2629 16.169 22.5 15.5967 22.5 15V12C22.5 11.4033 22.2629 10.831 21.841 10.409C21.419 9.98705 20.8467 9.75 20.25 9.75Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M12 1.5C10.0109 1.5 8.10322 2.29018 6.6967 3.6967C5.29018 5.10322 4.5 7.01088 4.5 9C4.5 9.41421 4.16421 9.75 3.75 9.75C3.33579 9.75 3 9.41421 3 9C3 6.61305 3.94821 4.32387 5.63604 2.63604C7.32387 0.948211 9.61305 0 12 0C14.3869 0 16.6761 0.948211 18.364 2.63604C20.0518 4.32387 21 6.61305 21 9C21 9.41421 20.6642 9.75 20.25 9.75C19.8358 9.75 19.5 9.41421 19.5 9C19.5 7.01088 18.7098 5.10322 17.3033 3.6967C15.8968 2.29018 13.9891 1.5 12 1.5Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M20.25 17.25C20.6642 17.25 21 17.5858 21 18V18.75C21 19.7446 20.6049 20.6984 19.9017 21.4017C19.1984 22.1049 18.2446 22.5 17.25 22.5H15C14.5858 22.5 14.25 22.1642 14.25 21.75C14.25 21.3358 14.5858 21 15 21H17.25C17.8467 21 18.419 20.7629 18.841 20.341C19.2629 19.919 19.5 19.3467 19.5 18.75V18C19.5 17.5858 19.8358 17.25 20.25 17.25Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
fillRule="evenodd"
|
|
49
|
+
clipRule="evenodd"
|
|
50
|
+
d="M12 21C11.8011 21 11.6103 21.079 11.4697 21.2197C11.329 21.3603 11.25 21.5511 11.25 21.75C11.25 21.9489 11.329 22.1397 11.4697 22.2803C11.6103 22.421 11.8011 22.5 12 22.5H13.5C13.6989 22.5 13.8897 22.421 14.0303 22.2803C14.171 22.1397 14.25 21.9489 14.25 21.75C14.25 21.5511 14.171 21.3603 14.0303 21.2197C13.8897 21.079 13.6989 21 13.5 21H12ZM10.409 20.159C10.831 19.7371 11.4033 19.5 12 19.5H13.5C14.0967 19.5 14.669 19.7371 15.091 20.159C15.5129 20.581 15.75 21.1533 15.75 21.75C15.75 22.3467 15.5129 22.919 15.091 23.341C14.669 23.7629 14.0967 24 13.5 24H12C11.4033 24 10.831 23.7629 10.409 23.341C9.98705 22.919 9.75 22.3467 9.75 21.75C9.75 21.1533 9.98705 20.581 10.409 20.159Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
fillRule="evenodd"
|
|
55
|
+
clipRule="evenodd"
|
|
56
|
+
d="M8.44565 14.9368C8.72464 14.6307 9.199 14.6087 9.50516 14.8876C10.1874 15.5093 11.0771 15.8539 12 15.8539C12.9229 15.8539 13.8126 15.5093 14.4948 14.8876C14.801 14.6087 15.2754 14.6307 15.5544 14.9368C15.8333 15.243 15.8113 15.7174 15.5052 15.9964C14.5467 16.8698 13.2967 17.3539 12 17.3539C10.7033 17.3539 9.45329 16.8698 8.49484 15.9964C8.18867 15.7174 8.16665 15.243 8.44565 14.9368Z"
|
|
57
|
+
fill={fill}
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
fillRule="evenodd"
|
|
61
|
+
clipRule="evenodd"
|
|
62
|
+
d="M9 9.235C9.41421 9.235 9.75 9.57079 9.75 9.985V11.297C9.75 11.7112 9.41421 12.047 9 12.047C8.58579 12.047 8.25 11.7112 8.25 11.297V9.985C8.25 9.57079 8.58579 9.235 9 9.235Z"
|
|
63
|
+
fill={fill}
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
fillRule="evenodd"
|
|
67
|
+
clipRule="evenodd"
|
|
68
|
+
d="M15 9.235C15.4142 9.235 15.75 9.57079 15.75 9.985V11.297C15.75 11.7112 15.4142 12.047 15 12.047C14.5858 12.047 14.25 11.7112 14.25 11.297V9.985C14.25 9.57079 14.5858 9.235 15 9.235Z"
|
|
69
|
+
fill={fill}
|
|
70
|
+
/>
|
|
71
|
+
</g>
|
|
72
|
+
<defs>
|
|
73
|
+
<clipPath id="clip0_408_3019">
|
|
74
|
+
<rect width="24" height="24" fill="white" />
|
|
75
|
+
</clipPath>
|
|
76
|
+
</defs>
|
|
77
|
+
</svg>
|
|
78
|
+
</SvgIcon>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function NbOfUsersIcon({
|
|
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_227)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M8.15901 0.65901C8.58097 0.237053 9.15326 0 9.75 0H21.75C22.3467 0 22.919 0.237053 23.341 0.65901C23.7629 1.08097 24 1.65326 24 2.25V14.25C24 14.8467 23.7629 15.419 23.341 15.841C22.919 16.2629 22.3467 16.5 21.75 16.5H19.0607L14.7803 20.7803C14.5658 20.9948 14.2432 21.059 13.963 20.9429C13.6827 20.8268 13.5 20.5533 13.5 20.25V16.5H11.25C10.8358 16.5 10.5 16.1642 10.5 15.75C10.5 15.3358 10.8358 15 11.25 15H14.25C14.6642 15 15 15.3358 15 15.75V18.4393L18.2197 15.2197C18.3603 15.079 18.5511 15 18.75 15H21.75C21.9489 15 22.1397 14.921 22.2803 14.7803C22.421 14.6397 22.5 14.4489 22.5 14.25V2.25C22.5 2.05109 22.421 1.86032 22.2803 1.71967C22.1397 1.57902 21.9489 1.5 21.75 1.5H9.75C9.55109 1.5 9.36032 1.57902 9.21967 1.71967C9.07902 1.86032 9 2.05109 9 2.25C9 2.66421 8.66421 3 8.25 3C7.83579 3 7.5 2.66421 7.5 2.25C7.5 1.65326 7.73705 1.08097 8.15901 0.65901Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M4.5 4.5C3.25736 4.5 2.25 5.50736 2.25 6.75C2.25 7.99264 3.25736 9 4.5 9C5.74264 9 6.75 7.99264 6.75 6.75C6.75 5.50736 5.74264 4.5 4.5 4.5ZM0.75 6.75C0.75 4.67893 2.42893 3 4.5 3C6.57107 3 8.25 4.67893 8.25 6.75C8.25 8.82107 6.57107 10.5 4.5 10.5C2.42893 10.5 0.75 8.82107 0.75 6.75Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M1.31802 11.818C2.16193 10.9741 3.30653 10.5 4.5 10.5C5.69347 10.5 6.83807 10.9741 7.68198 11.818C8.52589 12.6619 9 13.8065 9 15V17.25C9 17.6642 8.66421 18 8.25 18H7.41209L6.74421 23.343C6.69729 23.7183 6.37824 24 6 24H3C2.62176 24 2.30271 23.7183 2.25579 23.343L1.58791 18H0.75C0.335786 18 0 17.6642 0 17.25V15C0 13.8065 0.474106 12.6619 1.31802 11.818ZM4.5 12C3.70435 12 2.94129 12.3161 2.37868 12.8787C1.81607 13.4413 1.5 14.2044 1.5 15V16.5H2.25C2.62824 16.5 2.94729 16.7817 2.99421 17.157L3.66209 22.5H5.33791L6.00579 17.157C6.05271 16.7817 6.37176 16.5 6.75 16.5H7.5V15C7.5 14.2044 7.18393 13.4413 6.62132 12.8787C6.05871 12.3161 5.29565 12 4.5 12Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M18.7365 4.97559C19.0681 5.22382 19.1356 5.69386 18.8874 6.02545L15.9867 9.90038C15.8577 10.0722 15.6933 10.2142 15.5047 10.3169C15.316 10.4197 15.1075 10.4807 14.8932 10.4959C14.6789 10.511 14.4639 10.48 14.2626 10.4049C14.0614 10.3297 13.8786 10.2123 13.7267 10.0604L12.2267 8.56033C11.9338 8.26744 11.9338 7.79256 12.2267 7.49967C12.5196 7.20678 12.9944 7.20678 13.2873 7.49967L14.7873 8.99962L17.6866 5.12655C17.9348 4.79495 18.4049 4.72736 18.7365 4.97559Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
</g>
|
|
48
|
+
<defs>
|
|
49
|
+
<clipPath id="clip0_122_227">
|
|
50
|
+
<rect width="24" height="24" fill="white" />
|
|
51
|
+
</clipPath>
|
|
52
|
+
</defs>
|
|
53
|
+
</svg>
|
|
54
|
+
</SvgIcon>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function NeutralBackgroudIcon({
|
|
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="22"
|
|
19
|
+
viewBox="0 0 24 22"
|
|
20
|
+
>
|
|
21
|
+
<g fill="none" fillRule="evenodd">
|
|
22
|
+
<g fill={fill}>
|
|
23
|
+
<g>
|
|
24
|
+
<path
|
|
25
|
+
d="M24 2.5c0-.828-.672-1.5-1.5-1.5h-21C.672 1 0 1.672 0 2.5V17c0 .828.672 1.5 1.5 1.5h9c.276 0 .5.224.5.5v1.5c0 .276-.224.5-.5.5H4c-.552 0-1 .448-1 1s.448 1 1 1h16c.552 0 1-.448 1-1s-.448-1-1-1h-6.5c-.276 0-.5-.224-.5-.5V19c0-.276.224-.5.5-.5h9c.828 0 1.5-.672 1.5-1.5V2.5zm-6.115 13.088c-.096.113-.236.18-.385.18h-11c-.149 0-.29-.067-.385-.18-.095-.114-.133-.265-.106-.411.09-.514.255-1.012.491-1.477.453-.876 1.591-1.415 3.667-2.159.085-.23.082-.482-.007-.71-.812-.983-1.216-2.24-1.129-3.511-.049-.809.246-1.6.81-2.181.566-.581 1.35-.897 2.159-.871.81-.026 1.593.29 2.158.87.565.581.86 1.373.811 2.182.085 1.282-.326 2.547-1.149 3.534-.078.229-.068.478.027.7 2.061.735 3.2 1.274 3.652 2.151.236.465.402.962.492 1.476.026.145-.013.294-.106.407z"
|
|
26
|
+
transform="translate(-328 -564) translate(328 563)"
|
|
27
|
+
/>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
</SvgIcon>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { SvgIcon, SvgIconProps } from '@mui/material';
|
|
2
|
+
|
|
3
|
+
export default function ReportIcon({
|
|
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_319_2987)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M21.1265 11.9997C20.9473 11.9997 20.7699 12.0351 20.6043 12.1037C20.4388 12.1724 20.2884 12.273 20.1618 12.3998L12.6909 19.8698L12.2061 22.2939L14.6302 21.8091L22.0973 14.339C22.3537 14.0832 22.498 13.736 22.4985 13.3738C22.499 13.0177 22.3604 12.6756 22.1126 12.4204C22.1053 12.4137 22.0982 12.4068 22.0912 12.3998C21.9646 12.273 21.8142 12.1724 21.6487 12.1037C21.4832 12.0351 21.3057 11.9997 21.1265 11.9997ZM20.0297 10.7182C20.3774 10.574 20.7501 10.4997 21.1265 10.4997C21.5029 10.4997 21.8757 10.574 22.2234 10.7182C22.564 10.8595 22.8741 11.0652 23.1366 11.3241C23.1453 11.332 23.1538 11.3401 23.1621 11.3485C23.6987 11.8866 23.9995 12.6159 23.9985 13.3758C23.9975 14.1356 23.6948 14.864 23.157 15.4007L15.5304 23.0302C15.4257 23.135 15.2923 23.2064 15.1471 23.2354L11.3971 23.9854C11.1512 24.0346 10.897 23.9576 10.7197 23.7803C10.5424 23.603 10.4654 23.3488 10.5146 23.1029L11.2646 19.3529C11.2936 19.2077 11.365 19.0743 11.4697 18.9696L19.1002 11.3402C19.3661 11.0738 19.682 10.8624 20.0297 10.7182Z"
|
|
27
|
+
fill={fill}
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M2.246 1.5C2.04709 1.5 1.85632 1.57902 1.71567 1.71967C1.57502 1.86032 1.496 2.05109 1.496 2.25V18.75C1.496 18.9489 1.57502 19.1397 1.71567 19.2803C1.85632 19.421 2.04709 19.5 2.246 19.5H8.246C8.66022 19.5 8.996 19.8358 8.996 20.25C8.996 20.6642 8.66022 21 8.246 21H2.246C1.64926 21 1.07697 20.7629 0.655012 20.341C0.233055 19.919 -0.0039978 19.3467 -0.0039978 18.75V2.25C-0.0039978 1.65326 0.233055 1.08097 0.655012 0.65901C1.07697 0.237053 1.64927 0 2.246 0H17.246C17.8427 0 18.415 0.237053 18.837 0.65901C19.2589 1.08097 19.496 1.65326 19.496 2.25V9C19.496 9.41421 19.1602 9.75 18.746 9.75C18.3318 9.75 17.996 9.41421 17.996 9V2.25C17.996 2.05109 17.917 1.86032 17.7763 1.71967C17.6357 1.57902 17.4449 1.5 17.246 1.5H2.246Z"
|
|
33
|
+
fill={fill}
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fillRule="evenodd"
|
|
37
|
+
clipRule="evenodd"
|
|
38
|
+
d="M7.496 5.25C7.496 4.83579 7.83179 4.5 8.246 4.5H14.246C14.6602 4.5 14.996 4.83579 14.996 5.25C14.996 5.66421 14.6602 6 14.246 6H8.246C7.83179 6 7.496 5.66421 7.496 5.25Z"
|
|
39
|
+
fill={fill}
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
fillRule="evenodd"
|
|
43
|
+
clipRule="evenodd"
|
|
44
|
+
d="M4.496 9.75C4.496 9.33579 4.83179 9 5.246 9H14.246C14.6602 9 14.996 9.33579 14.996 9.75C14.996 10.1642 14.6602 10.5 14.246 10.5H5.246C4.83179 10.5 4.496 10.1642 4.496 9.75Z"
|
|
45
|
+
fill={fill}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
fillRule="evenodd"
|
|
49
|
+
clipRule="evenodd"
|
|
50
|
+
d="M4.496 14.25C4.496 13.8358 4.83179 13.5 5.246 13.5H12.746C13.1602 13.5 13.496 13.8358 13.496 14.25C13.496 14.6642 13.1602 15 12.746 15H5.246C4.83179 15 4.496 14.6642 4.496 14.25Z"
|
|
51
|
+
fill={fill}
|
|
52
|
+
/>
|
|
53
|
+
</g>
|
|
54
|
+
<defs>
|
|
55
|
+
<clipPath id="clip0_319_2987">
|
|
56
|
+
<rect width="24" height="24" fill="white" />
|
|
57
|
+
</clipPath>
|
|
58
|
+
</defs>
|
|
59
|
+
</svg>
|
|
60
|
+
</SvgIcon>
|
|
61
|
+
);
|
|
62
|
+
}
|