@worknice/whiteboard 0.60.1 → 0.62.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/dist/controls/Action.js +5 -7
- package/dist/controls/Action.stories.d.ts +1 -1
- package/dist/controls/Action.stories.js +5 -7
- package/dist/controls/Button.stories.d.ts +1 -1
- package/dist/controls/Button.stories.js +5 -7
- package/dist/controls/ButtonCard.js +6 -7
- package/dist/controls/ButtonCard.stories.d.ts +1 -1
- package/dist/controls/ButtonLink.stories.js +6 -10
- package/dist/controls/Disclosure.stories.js +6 -10
- package/dist/controls/FilterModal.js +4 -7
- package/dist/controls/LinkCard.js +2 -3
- package/dist/controls/MenuButton.js +3 -4
- package/dist/controls/MenuButton.stories.d.ts +1 -1
- package/dist/controls/MenuButton.stories.js +4 -7
- package/dist/controls/PageTabSet.js +3 -4
- package/dist/controls/Sortable.stories.d.ts +1 -1
- package/dist/controls/Sortable.stories.js +4 -10
- package/dist/controls/SortableItem.js +2 -4
- package/dist/controls/TabSet.stories.d.ts +1 -1
- package/dist/controls/TabSetLink.stories.js +11 -19
- package/dist/fields/CheckboxSetField.stories.d.ts +1 -1
- package/dist/fields/ColorPickerField.stories.d.ts +1 -1
- package/dist/fields/OrgLogoField.stories.d.ts +1 -1
- package/dist/fields/PaletteColorPickerField.stories.d.ts +1 -1
- package/dist/fields/TimezoneField.stories.d.ts +1 -1
- package/dist/forms/FormErrorList.js +2 -4
- package/dist/forms/FormStatusIndicator.js +7 -10
- package/dist/hud/NavSection.js +3 -4
- package/dist/icons/IconGallery.js +5 -11
- package/dist/icons/components/Approval.d.ts +5 -0
- package/dist/icons/components/Approval.js +14 -0
- package/dist/icons/components/Apps.d.ts +5 -0
- package/dist/icons/{AppsIcon.js → components/Apps.js} +7 -4
- package/dist/icons/components/Archive.d.ts +5 -0
- package/dist/icons/{ArchiveIcon.js → components/Archive.js} +7 -4
- package/dist/icons/components/ArrowLeft.d.ts +5 -0
- package/dist/icons/{ArrowLeftIcon.js → components/ArrowLeft.js} +7 -4
- package/dist/icons/components/ArrowRight.d.ts +5 -0
- package/dist/icons/{ArrowRightIcon.js → components/ArrowRight.js} +7 -4
- package/dist/icons/components/ArrowTurnLeftUp.d.ts +5 -0
- package/dist/icons/{ArrowTurnLeftUpIcon.js → components/ArrowTurnLeftUp.js} +7 -4
- package/dist/icons/components/ArrowsCompress.d.ts +5 -0
- package/dist/icons/components/ArrowsCompress.js +14 -0
- package/dist/icons/components/ArrowsExpand.d.ts +5 -0
- package/dist/icons/components/ArrowsExpand.js +14 -0
- package/dist/icons/components/ArrowsUpDown.d.ts +5 -0
- package/dist/icons/{ArrowsUpDownIcon.js → components/ArrowsUpDown.js} +7 -4
- package/dist/icons/components/Assign.d.ts +5 -0
- package/dist/icons/{AssignIcon.js → components/Assign.js} +7 -6
- package/dist/icons/components/AssignmentCertificate.d.ts +5 -0
- package/dist/icons/components/AssignmentCertificate.js +14 -0
- package/dist/icons/components/AssignmentDocument.d.ts +5 -0
- package/dist/icons/components/AssignmentDocument.js +14 -0
- package/dist/icons/components/AssignmentQuestionnaire.d.ts +5 -0
- package/dist/icons/components/AssignmentQuestionnaire.js +14 -0
- package/dist/icons/components/BankAccount.d.ts +5 -0
- package/dist/icons/{BankAccountIcon.js → components/BankAccount.js} +7 -4
- package/dist/icons/components/BookOpenLines.d.ts +5 -0
- package/dist/icons/{BookOpenLinesIcon.js → components/BookOpenLines.js} +7 -4
- package/dist/icons/components/Bug.d.ts +5 -0
- package/dist/icons/{BugIcon.js → components/Bug.js} +7 -4
- package/dist/icons/components/Calendar.d.ts +5 -0
- package/dist/icons/{CalendarIcon.js → components/Calendar.js} +7 -4
- package/dist/icons/components/Cancel.d.ts +5 -0
- package/dist/icons/{CancelIcon.js → components/Cancel.js} +7 -4
- package/dist/icons/components/CaratDown.d.ts +5 -0
- package/dist/icons/{CaratDownIcon.js → components/CaratDown.js} +7 -4
- package/dist/icons/components/CaratLeft.d.ts +5 -0
- package/dist/icons/{CaratLeftIcon.js → components/CaratLeft.js} +7 -4
- package/dist/icons/components/CaratRight.d.ts +5 -0
- package/dist/icons/{CaratRightIcon.js → components/CaratRight.js} +7 -4
- package/dist/icons/components/CaratUp.d.ts +5 -0
- package/dist/icons/{CaratUpIcon.js → components/CaratUp.js} +7 -4
- package/dist/icons/components/CheckMark.d.ts +5 -0
- package/dist/icons/{CheckmarkIcon.js → components/CheckMark.js} +7 -4
- package/dist/icons/components/ChevronDown.d.ts +5 -0
- package/dist/icons/{ChevronDownIcon.js → components/ChevronDown.js} +7 -4
- package/dist/icons/components/ChevronLeft.d.ts +5 -0
- package/dist/icons/{ChevronLeftIcon.js → components/ChevronLeft.js} +7 -4
- package/dist/icons/components/ChevronRight.d.ts +5 -0
- package/dist/icons/{ChevronRightIcon.js → components/ChevronRight.js} +7 -4
- package/dist/icons/components/ChevronUp.d.ts +5 -0
- package/dist/icons/{ChevronUpIcon.js → components/ChevronUp.js} +7 -4
- package/dist/icons/components/Close.d.ts +5 -0
- package/dist/icons/{CloseIcon.js → components/Close.js} +7 -4
- package/dist/icons/components/Columns.d.ts +5 -0
- package/dist/icons/{ColumnsIcon.js → components/Columns.js} +7 -4
- package/dist/icons/components/Comment.d.ts +5 -0
- package/dist/icons/{CommentIcon.js → components/Comment.js} +7 -4
- package/dist/icons/components/Copy.d.ts +5 -0
- package/dist/icons/components/Copy.js +14 -0
- package/dist/icons/components/Dash.d.ts +5 -0
- package/dist/icons/{DashIcon.js → components/Dash.js} +7 -4
- package/dist/icons/components/Delete.d.ts +5 -0
- package/dist/icons/{DeleteIcon.js → components/Delete.js} +7 -4
- package/dist/icons/components/Directory.d.ts +5 -0
- package/dist/icons/{DirectoryIcon.js → components/Directory.js} +7 -4
- package/dist/icons/components/DocumentProcessingFailed.d.ts +5 -0
- package/dist/icons/{DocumentProcessingFailedIcon.js → components/DocumentProcessingFailed.js} +7 -4
- package/dist/icons/components/Download.d.ts +5 -0
- package/dist/icons/{DownloadIcon.js → components/Download.js} +7 -4
- package/dist/icons/components/Edit.d.ts +5 -0
- package/dist/icons/{EditIcon.js → components/Edit.js} +7 -4
- package/dist/icons/components/Email.d.ts +5 -0
- package/dist/icons/{EmailIcon.js → components/Email.js} +7 -4
- package/dist/icons/components/EmergencyContact.d.ts +5 -0
- package/dist/icons/{EmergencyContactIcon.js → components/EmergencyContact.js} +7 -4
- package/dist/icons/components/Events.d.ts +5 -0
- package/dist/icons/components/Events.js +14 -0
- package/dist/icons/components/External.d.ts +5 -0
- package/dist/icons/components/External.js +14 -0
- package/dist/icons/components/FileExport.d.ts +5 -0
- package/dist/icons/{FileExportIcon.js → components/FileExport.js} +7 -4
- package/dist/icons/components/Filter.d.ts +5 -0
- package/dist/icons/{FilterIcon.js → components/Filter.js} +7 -4
- package/dist/icons/components/FilterList.d.ts +5 -0
- package/dist/icons/{FilterListIcon.js → components/FilterList.js} +7 -4
- package/dist/icons/components/FitView.d.ts +5 -0
- package/dist/icons/components/FitView.js +14 -0
- package/dist/icons/components/Globe.d.ts +5 -0
- package/dist/icons/{GlobeIcon.js → components/Globe.js} +7 -4
- package/dist/icons/components/GripLines.d.ts +5 -0
- package/dist/icons/{GripLinesIcon.js → components/GripLines.js} +7 -4
- package/dist/icons/components/Help.d.ts +5 -0
- package/dist/icons/{HelpIcon.js → components/Help.js} +7 -4
- package/dist/icons/components/Hidden.d.ts +5 -0
- package/dist/icons/{HiddenIcon.js → components/Hidden.js} +7 -4
- package/dist/icons/components/Inbox.d.ts +5 -0
- package/dist/icons/{InboxIcon.js → components/Inbox.js} +7 -4
- package/dist/icons/components/Info.d.ts +5 -0
- package/dist/icons/{InfoIcon.js → components/Info.js} +7 -4
- package/dist/icons/components/Insights.d.ts +5 -0
- package/dist/icons/{InsightsIcon.js → components/Insights.js} +7 -4
- package/dist/icons/components/Job.d.ts +5 -0
- package/dist/icons/{JobIcon.js → components/Job.js} +7 -4
- package/dist/icons/components/Leave.d.ts +5 -0
- package/dist/icons/{LeaveIcon.js → components/Leave.js} +7 -4
- package/dist/icons/components/Lightbulb.d.ts +5 -0
- package/dist/icons/{LightbulbIcon.js → components/Lightbulb.js} +7 -4
- package/dist/icons/components/Loading.d.ts +5 -0
- package/dist/icons/{LoadingIcon.js → components/Loading.js} +7 -16
- package/dist/icons/components/LocationCheck.d.ts +5 -0
- package/dist/icons/components/LocationCheck.js +14 -0
- package/dist/icons/components/Logout.d.ts +5 -0
- package/dist/icons/{LogoutIcon.js → components/Logout.js} +7 -4
- package/dist/icons/components/Messages.d.ts +5 -0
- package/dist/icons/{MessagesIcon.js → components/Messages.js} +7 -4
- package/dist/icons/components/Microsoft.d.ts +5 -0
- package/dist/icons/{MicrosoftIcon.js → components/Microsoft.js} +7 -4
- package/dist/icons/components/Minus.d.ts +5 -0
- package/dist/icons/{MinusIcon.js → components/Minus.js} +7 -4
- package/dist/icons/components/Newspaper.d.ts +5 -0
- package/dist/icons/{NewspaperIcon.js → components/Newspaper.js} +7 -4
- package/dist/icons/components/Overflow.d.ts +5 -0
- package/dist/icons/components/Overflow.js +14 -0
- package/dist/icons/components/Paperwork.d.ts +5 -0
- package/dist/icons/{PaperworkIcon.js → components/Paperwork.js} +7 -4
- package/dist/icons/components/PaperworkAssigned.d.ts +5 -0
- package/dist/icons/components/PaperworkAssigned.js +14 -0
- package/dist/icons/components/PaperworkDraft.d.ts +5 -0
- package/dist/icons/components/PaperworkDraft.js +14 -0
- package/dist/icons/components/PaperworkExpired.d.ts +5 -0
- package/dist/icons/components/PaperworkExpired.js +14 -0
- package/dist/icons/components/PaperworkExpiringSoon.d.ts +5 -0
- package/dist/icons/components/PaperworkExpiringSoon.js +14 -0
- package/dist/icons/components/PaperworkMissing.d.ts +5 -0
- package/dist/icons/components/PaperworkMissing.js +14 -0
- package/dist/icons/components/PaperworkProcessed.d.ts +5 -0
- package/dist/icons/components/PaperworkProcessed.js +14 -0
- package/dist/icons/components/PaperworkSubmitted.d.ts +5 -0
- package/dist/icons/components/PaperworkSubmitted.js +14 -0
- package/dist/icons/components/People.d.ts +5 -0
- package/dist/icons/{PeopleIcon.js → components/People.js} +11 -8
- package/dist/icons/components/Phone.d.ts +5 -0
- package/dist/icons/{PhoneIcon.js → components/Phone.js} +7 -4
- package/dist/icons/components/Plus.d.ts +5 -0
- package/dist/icons/{PlusIcon.js → components/Plus.js} +7 -4
- package/dist/icons/components/Positions.d.ts +5 -0
- package/dist/icons/{PositionsIcon.js → components/Positions.js} +23 -20
- package/dist/icons/components/Profile.d.ts +5 -0
- package/dist/icons/{ProfileIcon.js → components/Profile.js} +11 -8
- package/dist/icons/components/ProfileFemale.d.ts +5 -0
- package/dist/icons/{ProfileFemaleIcon.js → components/ProfileFemale.js} +7 -4
- package/dist/icons/components/ProfileMale.d.ts +5 -0
- package/dist/icons/{ProfileMaleIcon.js → components/ProfileMale.js} +7 -4
- package/dist/icons/components/Remuneration.d.ts +5 -0
- package/dist/icons/{RemunerationIcon.js → components/Remuneration.js} +7 -4
- package/dist/icons/components/Reschedule.d.ts +5 -0
- package/dist/icons/{RescheduleIcon.js → components/Reschedule.js} +7 -6
- package/dist/icons/components/Restore.d.ts +5 -0
- package/dist/icons/{RestoreIcon.js → components/Restore.js} +7 -4
- package/dist/icons/components/Review.d.ts +5 -0
- package/dist/icons/{ReviewIcon.js → components/Review.js} +8 -5
- package/dist/icons/components/Schedule.d.ts +5 -0
- package/dist/icons/{ScheduleIcon.js → components/Schedule.js} +7 -6
- package/dist/icons/components/Search.d.ts +5 -0
- package/dist/icons/{SearchIcon.js → components/Search.js} +7 -4
- package/dist/icons/components/Settings.d.ts +5 -0
- package/dist/icons/{SettingsIcon.js → components/Settings.js} +7 -4
- package/dist/icons/components/Sidebar.d.ts +5 -0
- package/dist/icons/{SidebarIcon.js → components/Sidebar.js} +7 -4
- package/dist/icons/components/Sliders.d.ts +5 -0
- package/dist/icons/{SlidersIcon.js → components/Sliders.js} +7 -4
- package/dist/icons/components/SortAsc.d.ts +5 -0
- package/dist/icons/{SortAscIcon.js → components/SortAsc.js} +7 -4
- package/dist/icons/components/SortDefault.d.ts +5 -0
- package/dist/icons/{SortDefaultIcon.js → components/SortDefault.js} +7 -4
- package/dist/icons/components/SortDes.d.ts +5 -0
- package/dist/icons/{SortDesIcon.js → components/SortDes.js} +7 -4
- package/dist/icons/components/StepsComplete.d.ts +5 -0
- package/dist/icons/{StepsCompleteIcon.js → components/StepsComplete.js} +7 -4
- package/dist/icons/components/StepsCurrent.d.ts +5 -0
- package/dist/icons/{StepsCurrentIcon.js → components/StepsCurrent.js} +7 -4
- package/dist/icons/components/StepsIncomplete.d.ts +5 -0
- package/dist/icons/{StepsIncompleteIcon.js → components/StepsIncomplete.js} +7 -4
- package/dist/icons/components/Submit.d.ts +5 -0
- package/dist/icons/{SubmitIcon.js → components/Submit.js} +7 -6
- package/dist/icons/components/Success.d.ts +5 -0
- package/dist/icons/{SuccessIcon.js → components/Success.js} +7 -6
- package/dist/icons/components/SuperFund.d.ts +5 -0
- package/dist/icons/{SuperFundIcon.js → components/SuperFund.js} +7 -4
- package/dist/icons/components/Sync.d.ts +5 -0
- package/dist/icons/{SyncIcon.js → components/Sync.js} +7 -4
- package/dist/icons/components/Table.d.ts +5 -0
- package/dist/icons/{TableIcon.js → components/Table.js} +7 -4
- package/dist/icons/components/Task.d.ts +5 -0
- package/dist/icons/{TaskIcon.js → components/Task.js} +7 -4
- package/dist/icons/components/Tax.d.ts +5 -0
- package/dist/icons/{TaxIcon.js → components/Tax.js} +7 -4
- package/dist/icons/components/Tenure.d.ts +5 -0
- package/dist/icons/{TenureIcon.js → components/Tenure.js} +7 -4
- package/dist/icons/components/Visible.d.ts +5 -0
- package/dist/icons/{VisibleIcon.js → components/Visible.js} +7 -4
- package/dist/icons/components/Warning.d.ts +5 -0
- package/dist/icons/{WarningIcon.js → components/Warning.js} +7 -4
- package/dist/icons/components/Workflows.d.ts +5 -0
- package/dist/icons/{WorkflowsIcon.js → components/Workflows.js} +14 -11
- package/dist/icons/components/index.d.ts +104 -0
- package/dist/icons/components/index.js +209 -0
- package/dist/icons/createIcon.d.ts +6 -0
- package/dist/icons/createIcon.js +16 -0
- package/dist/icons/createIcon.module.js +5 -0
- package/dist/icons/createIcon_module.css +15 -0
- package/dist/icons/svgs/Approval.js +2 -0
- package/dist/icons/svgs/Apps.js +2 -0
- package/dist/icons/svgs/Archive.js +2 -0
- package/dist/icons/svgs/ArrowLeft.js +2 -0
- package/dist/icons/svgs/ArrowRight.js +2 -0
- package/dist/icons/svgs/ArrowTurnLeftUp.js +2 -0
- package/dist/icons/svgs/ArrowsCompress.js +2 -0
- package/dist/icons/svgs/ArrowsExpand.js +2 -0
- package/dist/icons/svgs/ArrowsUpDown.js +2 -0
- package/dist/icons/svgs/Assign.js +2 -0
- package/dist/icons/svgs/AssignmentCertificate.js +2 -0
- package/dist/icons/svgs/AssignmentDocument.js +2 -0
- package/dist/icons/svgs/AssignmentQuestionnaire.js +2 -0
- package/dist/icons/svgs/BankAccount.js +2 -0
- package/dist/icons/svgs/BookOpenLines.js +2 -0
- package/dist/icons/svgs/Bug.js +2 -0
- package/dist/icons/svgs/Calendar.js +2 -0
- package/dist/icons/svgs/Cancel.js +2 -0
- package/dist/icons/svgs/CaratDown.js +2 -0
- package/dist/icons/svgs/CaratLeft.js +2 -0
- package/dist/icons/svgs/CaratRight.js +2 -0
- package/dist/icons/svgs/CaratUp.js +2 -0
- package/dist/icons/svgs/CheckMark.js +2 -0
- package/dist/icons/svgs/ChevronDown.js +2 -0
- package/dist/icons/svgs/ChevronLeft.js +2 -0
- package/dist/icons/svgs/ChevronRight.js +2 -0
- package/dist/icons/svgs/ChevronUp.js +2 -0
- package/dist/icons/svgs/Close.js +2 -0
- package/dist/icons/svgs/Columns.js +2 -0
- package/dist/icons/svgs/Comment.js +2 -0
- package/dist/icons/svgs/Copy.js +2 -0
- package/dist/icons/svgs/Dash.js +2 -0
- package/dist/icons/svgs/Delete.js +2 -0
- package/dist/icons/svgs/Directory.js +2 -0
- package/dist/icons/svgs/DocumentProcessingFailed.js +2 -0
- package/dist/icons/svgs/Download.js +2 -0
- package/dist/icons/svgs/Edit.js +2 -0
- package/dist/icons/svgs/Email.js +2 -0
- package/dist/icons/svgs/EmergencyContact.js +2 -0
- package/dist/icons/svgs/Events.js +2 -0
- package/dist/icons/svgs/External.js +2 -0
- package/dist/icons/svgs/FileExport.js +2 -0
- package/dist/icons/svgs/Filter.js +2 -0
- package/dist/icons/svgs/FilterList.js +2 -0
- package/dist/icons/svgs/FitView.js +2 -0
- package/dist/icons/svgs/Globe.js +2 -0
- package/dist/icons/svgs/GripLines.js +2 -0
- package/dist/icons/svgs/Help.js +2 -0
- package/dist/icons/svgs/Hidden.js +2 -0
- package/dist/icons/svgs/Inbox.js +2 -0
- package/dist/icons/svgs/Info.js +2 -0
- package/dist/icons/svgs/Insights.js +2 -0
- package/dist/icons/svgs/Job.js +2 -0
- package/dist/icons/svgs/Leave.js +2 -0
- package/dist/icons/svgs/Lightbulb.js +2 -0
- package/dist/icons/svgs/Loading.js +2 -0
- package/dist/icons/svgs/LocationCheck.js +2 -0
- package/dist/icons/svgs/Logout.js +2 -0
- package/dist/icons/svgs/Messages.js +2 -0
- package/dist/icons/svgs/Microsoft.js +2 -0
- package/dist/icons/svgs/Minus.js +2 -0
- package/dist/icons/svgs/Newspaper.js +2 -0
- package/dist/icons/svgs/Overflow.js +2 -0
- package/dist/icons/svgs/Paperwork.js +2 -0
- package/dist/icons/svgs/PaperworkAssigned.js +2 -0
- package/dist/icons/svgs/PaperworkDraft.js +2 -0
- package/dist/icons/svgs/PaperworkExpired.js +2 -0
- package/dist/icons/svgs/PaperworkExpiringSoon.js +2 -0
- package/dist/icons/svgs/PaperworkMissing.js +2 -0
- package/dist/icons/svgs/PaperworkProcessed.js +2 -0
- package/dist/icons/svgs/PaperworkSubmitted.js +2 -0
- package/dist/icons/svgs/People.js +2 -0
- package/dist/icons/svgs/Phone.js +2 -0
- package/dist/icons/svgs/Plus.js +2 -0
- package/dist/icons/svgs/Positions.js +2 -0
- package/dist/icons/svgs/Profile.js +2 -0
- package/dist/icons/svgs/ProfileFemale.js +2 -0
- package/dist/icons/svgs/ProfileMale.js +2 -0
- package/dist/icons/svgs/Remuneration.js +2 -0
- package/dist/icons/svgs/Reschedule.js +2 -0
- package/dist/icons/svgs/Restore.js +2 -0
- package/dist/icons/svgs/Review.js +2 -0
- package/dist/icons/svgs/Schedule.js +2 -0
- package/dist/icons/svgs/Search.js +2 -0
- package/dist/icons/svgs/Settings.js +2 -0
- package/dist/icons/svgs/Sidebar.js +2 -0
- package/dist/icons/svgs/Sliders.js +2 -0
- package/dist/icons/svgs/SortAsc.js +2 -0
- package/dist/icons/svgs/SortDefault.js +2 -0
- package/dist/icons/svgs/SortDes.js +2 -0
- package/dist/icons/svgs/StepsComplete.js +2 -0
- package/dist/icons/svgs/StepsCurrent.js +2 -0
- package/dist/icons/svgs/StepsIncomplete.js +2 -0
- package/dist/icons/svgs/Submit.js +2 -0
- package/dist/icons/svgs/Success.js +2 -0
- package/dist/icons/svgs/SuperFund.js +2 -0
- package/dist/icons/svgs/Sync.js +2 -0
- package/dist/icons/svgs/Table.js +2 -0
- package/dist/icons/svgs/Task.js +2 -0
- package/dist/icons/svgs/Tax.js +2 -0
- package/dist/icons/svgs/Tenure.js +2 -0
- package/dist/icons/svgs/Visible.js +2 -0
- package/dist/icons/svgs/Warning.js +2 -0
- package/dist/icons/svgs/Workflows.js +2 -0
- package/dist/icons/types.d.ts +12 -0
- package/dist/icons/types.js +8 -0
- package/dist/inputs/CheckboxInput.js +6 -7
- package/dist/inputs/ColorInput.stories.d.ts +1 -1
- package/dist/inputs/FileSlotInput.js +2 -4
- package/dist/inputs/MultipleFileInput.js +2 -4
- package/dist/inputs/PaletteColorInput.js +2 -4
- package/dist/inputs/PaletteColorInput.stories.d.ts +1 -1
- package/dist/inputs/SelectInput.js +5 -9
- package/dist/inputs/SingleSelectComboboxInput.js +7 -12
- package/dist/layouts/FullLayout.js +74 -77
- package/dist/layouts/MinimalLayout.js +1 -2
- package/dist/presentation/Avatar.d.ts +5 -6
- package/dist/presentation/Avatar.js +8 -12
- package/dist/presentation/Avatar.stories.d.ts +7 -7
- package/dist/presentation/Avatar.stories.js +7 -4
- package/dist/presentation/Card.js +2 -4
- package/dist/presentation/ConfirmationModal.js +2 -4
- package/dist/presentation/CustomizableTable/CustomizableTable.js +24 -35
- package/dist/presentation/CustomizableTable/CustomizableTable.module.js +0 -1
- package/dist/presentation/CustomizableTable/CustomizableTable_module.css +1 -1
- package/dist/presentation/File.js +2 -4
- package/dist/presentation/IconBadge.d.ts +4 -4
- package/dist/presentation/IconBadge.js +2 -6
- package/dist/presentation/LightweightTable.js +2 -4
- package/dist/presentation/ListCard.js +2 -4
- package/dist/presentation/ObscuredText.js +6 -4
- package/dist/presentation/PersonCover.stories.d.ts +9 -9
- package/dist/presentation/RichList/RichList.d.ts +6 -7
- package/dist/presentation/RichList/RichList.js +26 -35
- package/dist/presentation/RichList/RichList.stories.js +5 -28
- package/dist/presentation/RichList/RichListBulkActionBar.js +6 -9
- package/dist/presentation/RichList/RichListDisplayModal.js +3 -5
- package/dist/presentation/RichList/RichListRow.d.ts +2 -3
- package/dist/presentation/RichList/RichListRow.js +53 -65
- package/dist/presentation/RichList/RichListRow.module.js +0 -1
- package/dist/presentation/RichList/RichListRow_module.css +0 -6
- package/dist/presentation/RichList/RichListToolbar.js +11 -16
- package/dist/presentation/RichList/helpers.d.ts +3 -1
- package/dist/presentation/RichList/helpers.js +33 -3
- package/dist/presentation/RichList/stories/ComplianceGroups.js +8 -12
- package/dist/presentation/RichList/stories/CustomFields.js +2 -5
- package/dist/presentation/RichList/stories/EmployeeCompliance.d.ts +1 -1
- package/dist/presentation/RichList/stories/EmployeeCompliance.js +8 -10
- package/dist/presentation/RichList/stories/EmployeePaperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/EmployeePaperwork.js +26 -25
- package/dist/presentation/RichList/stories/EmployeePeople.d.ts +3 -1
- package/dist/presentation/RichList/stories/EmployeePeople.js +58 -28
- package/dist/presentation/RichList/stories/Leave.d.ts +1 -1
- package/dist/presentation/RichList/stories/Leave.js +9 -7
- package/dist/presentation/RichList/stories/Paperwork.d.ts +3 -5
- package/dist/presentation/RichList/stories/Paperwork.js +18 -18
- package/dist/presentation/RichList/stories/PaperworkApprovals.d.ts +3 -5
- package/dist/presentation/RichList/stories/PaperworkApprovals.js +14 -12
- package/dist/presentation/RichList/stories/PeopleList.d.ts +1 -1
- package/dist/presentation/RichList/stories/PeopleList.js +6 -2
- package/dist/presentation/RichList/stories/PeopleTags.js +4 -7
- package/dist/presentation/RichList/stories/Positions.d.ts +1 -1
- package/dist/presentation/RichList/stories/Positions.js +15 -11
- package/dist/presentation/RichList/stories/Reviews.d.ts +1 -1
- package/dist/presentation/RichList/stories/Reviews.js +2 -2
- package/dist/presentation/RichList/stories/SavedQuestions.js +4 -7
- package/dist/presentation/RichList/stories/Tables.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tables.js +43 -29
- package/dist/presentation/RichList/stories/Tasks.d.ts +1 -1
- package/dist/presentation/RichList/stories/Tasks.js +16 -12
- package/dist/presentation/RichList/stories/shared/bulkActionStubs.js +8 -9
- package/dist/presentation/RichList/stories/shared.d.ts +0 -1
- package/dist/presentation/RichList/types.d.ts +38 -2
- package/dist/presentation/Slot.js +2 -4
- package/dist/presentation/Table.js +21 -33
- package/dist/presentation/Table.module.js +0 -1
- package/dist/presentation/Table_module.css +1 -1
- package/dist/static/svg/Approval.svg +3 -0
- package/dist/static/svg/Apps.svg +3 -0
- package/dist/static/svg/Archive.svg +3 -0
- package/dist/static/svg/ArrowLeft.svg +3 -0
- package/dist/static/svg/ArrowRight.svg +3 -0
- package/dist/static/svg/ArrowTurnLeftUp.svg +6 -0
- package/dist/static/svg/ArrowsCompress.svg +3 -0
- package/dist/static/svg/ArrowsExpand.svg +3 -0
- package/dist/static/svg/ArrowsUpDown.svg +3 -0
- package/dist/static/svg/Assign.svg +3 -0
- package/dist/static/svg/AssignmentCertificate.svg +3 -0
- package/dist/static/svg/AssignmentDocument.svg +3 -0
- package/dist/static/svg/AssignmentQuestionnaire.svg +3 -0
- package/dist/static/svg/BankAccount.svg +3 -0
- package/dist/static/svg/BookOpenLines.svg +3 -0
- package/dist/static/svg/Bug.svg +3 -0
- package/dist/static/svg/Calendar.svg +3 -0
- package/dist/static/svg/Cancel.svg +3 -0
- package/dist/static/svg/CaratDown.svg +3 -0
- package/dist/static/svg/CaratLeft.svg +3 -0
- package/dist/static/svg/CaratRight.svg +3 -0
- package/dist/static/svg/CaratUp.svg +3 -0
- package/dist/static/svg/CheckMark.svg +3 -0
- package/dist/static/svg/ChevronDown.svg +3 -0
- package/dist/static/svg/ChevronLeft.svg +3 -0
- package/dist/static/svg/ChevronRight.svg +3 -0
- package/dist/static/svg/ChevronUp.svg +3 -0
- package/dist/static/svg/Close.svg +3 -0
- package/dist/static/svg/Columns.svg +3 -0
- package/dist/static/svg/Comment.svg +3 -0
- package/dist/static/svg/Copy.svg +3 -0
- package/dist/static/svg/Dash.svg +3 -0
- package/dist/static/svg/Delete.svg +3 -0
- package/dist/static/svg/Directory.svg +3 -0
- package/dist/static/svg/DocumentProcessingFailed.svg +3 -0
- package/dist/static/svg/Download.svg +3 -0
- package/dist/static/svg/Edit.svg +3 -0
- package/dist/static/svg/Email.svg +3 -0
- package/dist/static/svg/EmergencyContact.svg +3 -0
- package/dist/static/svg/Events.svg +1 -0
- package/dist/static/svg/External.svg +3 -0
- package/dist/static/svg/FileExport.svg +3 -0
- package/dist/static/svg/Filter.svg +3 -0
- package/dist/static/svg/FilterList.svg +3 -0
- package/dist/static/svg/FitView.svg +3 -0
- package/dist/static/svg/Globe.svg +3 -0
- package/dist/static/svg/GripLines.svg +3 -0
- package/dist/static/svg/Help.svg +3 -0
- package/dist/static/svg/Hidden.svg +3 -0
- package/dist/static/svg/Inbox.svg +3 -0
- package/dist/static/svg/Info.svg +3 -0
- package/dist/static/svg/Insights.svg +5 -0
- package/dist/static/svg/Job.svg +3 -0
- package/dist/static/svg/Leave.svg +3 -0
- package/dist/static/svg/Lightbulb.svg +3 -0
- package/dist/static/svg/Loading.svg +3 -0
- package/dist/static/svg/LocationCheck.svg +3 -0
- package/dist/static/svg/Logout.svg +3 -0
- package/dist/static/svg/Messages.svg +3 -0
- package/dist/static/svg/Microsoft.svg +6 -0
- package/dist/static/svg/Minus.svg +3 -0
- package/dist/static/svg/Newspaper.svg +3 -0
- package/dist/static/svg/Overflow.svg +3 -0
- package/dist/static/svg/Paperwork.svg +5 -0
- package/dist/static/svg/PaperworkAssigned.svg +3 -0
- package/dist/static/svg/PaperworkDraft.svg +3 -0
- package/dist/static/svg/PaperworkExpired.svg +3 -0
- package/dist/static/svg/PaperworkExpiringSoon.svg +3 -0
- package/dist/static/svg/PaperworkMissing.svg +3 -0
- package/dist/static/svg/PaperworkProcessed.svg +3 -0
- package/dist/static/svg/PaperworkSubmitted.svg +3 -0
- package/dist/static/svg/People.svg +7 -0
- package/dist/static/svg/Phone.svg +3 -0
- package/dist/static/svg/Plus.svg +3 -0
- package/dist/static/svg/Positions.svg +9 -0
- package/dist/static/svg/Profile.svg +6 -0
- package/dist/static/svg/ProfileFemale.svg +3 -0
- package/dist/static/svg/ProfileMale.svg +3 -0
- package/dist/static/svg/Remuneration.svg +3 -0
- package/dist/static/svg/Reschedule.svg +3 -0
- package/dist/static/svg/Restore.svg +3 -0
- package/dist/static/svg/Review.svg +6 -0
- package/dist/static/svg/Schedule.svg +3 -0
- package/dist/static/svg/Search.svg +3 -0
- package/dist/static/svg/Settings.svg +3 -0
- package/dist/static/svg/Sidebar.svg +3 -0
- package/dist/static/svg/Sliders.svg +6 -0
- package/dist/static/svg/SortAsc.svg +3 -0
- package/dist/static/svg/SortDefault.svg +3 -0
- package/dist/static/svg/SortDes.svg +3 -0
- package/dist/static/svg/StepsComplete.svg +3 -0
- package/dist/static/svg/StepsCurrent.svg +3 -0
- package/dist/static/svg/StepsIncomplete.svg +3 -0
- package/dist/static/svg/Submit.svg +3 -0
- package/dist/static/svg/Success.svg +3 -0
- package/dist/static/svg/SuperFund.svg +3 -0
- package/dist/static/svg/Sync.svg +3 -0
- package/dist/static/svg/Table.svg +3 -0
- package/dist/static/svg/Task.svg +3 -0
- package/dist/static/svg/Tax.svg +3 -0
- package/dist/static/svg/Tenure.svg +3 -0
- package/dist/static/svg/Visible.svg +3 -0
- package/dist/static/svg/Warning.svg +6 -0
- package/dist/static/svg/Workflows.svg +7 -0
- package/dist/utils/storybook.js +7 -7
- package/package.json +8 -3
- package/dist/icons/ApprovalIcon.d.ts +0 -3
- package/dist/icons/ApprovalIcon.js +0 -14
- package/dist/icons/AppsIcon.d.ts +0 -3
- package/dist/icons/ArchiveIcon.d.ts +0 -3
- package/dist/icons/ArrowLeftIcon.d.ts +0 -3
- package/dist/icons/ArrowRightIcon.d.ts +0 -3
- package/dist/icons/ArrowTurnLeftUpIcon.d.ts +0 -3
- package/dist/icons/ArrowsUpDownIcon.d.ts +0 -3
- package/dist/icons/AssignIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.d.ts +0 -3
- package/dist/icons/AssignmentCertificateIcon.js +0 -14
- package/dist/icons/AssignmentDocumentIcon.d.ts +0 -3
- package/dist/icons/AssignmentDocumentIcon.js +0 -14
- package/dist/icons/AssignmentQuestionnaireIcon.d.ts +0 -3
- package/dist/icons/AssignmentQuestionnaireIcon.js +0 -14
- package/dist/icons/BankAccountIcon.d.ts +0 -3
- package/dist/icons/BookOpenLinesIcon.d.ts +0 -3
- package/dist/icons/BugIcon.d.ts +0 -3
- package/dist/icons/CalendarIcon.d.ts +0 -3
- package/dist/icons/CancelIcon.d.ts +0 -3
- package/dist/icons/CaratDownIcon.d.ts +0 -3
- package/dist/icons/CaratLeftIcon.d.ts +0 -3
- package/dist/icons/CaratRightIcon.d.ts +0 -3
- package/dist/icons/CaratUpIcon.d.ts +0 -3
- package/dist/icons/CheckmarkIcon.d.ts +0 -3
- package/dist/icons/ChevronDownIcon.d.ts +0 -3
- package/dist/icons/ChevronLeftIcon.d.ts +0 -3
- package/dist/icons/ChevronRightIcon.d.ts +0 -3
- package/dist/icons/ChevronUpIcon.d.ts +0 -3
- package/dist/icons/CloseIcon.d.ts +0 -3
- package/dist/icons/ColumnsIcon.d.ts +0 -3
- package/dist/icons/CommentIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.d.ts +0 -3
- package/dist/icons/CopyIcon.js +0 -14
- package/dist/icons/DashIcon.d.ts +0 -3
- package/dist/icons/DeleteIcon.d.ts +0 -3
- package/dist/icons/DirectoryIcon.d.ts +0 -3
- package/dist/icons/DocumentProcessingFailedIcon.d.ts +0 -3
- package/dist/icons/DownloadIcon.d.ts +0 -3
- package/dist/icons/EditIcon.d.ts +0 -3
- package/dist/icons/EmailIcon.d.ts +0 -3
- package/dist/icons/EmergencyContactIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.d.ts +0 -3
- package/dist/icons/ExternalIcon.js +0 -14
- package/dist/icons/FileExportIcon.d.ts +0 -3
- package/dist/icons/FilterIcon.d.ts +0 -3
- package/dist/icons/FilterListIcon.d.ts +0 -3
- package/dist/icons/GlobeIcon.d.ts +0 -3
- package/dist/icons/GripLinesIcon.d.ts +0 -3
- package/dist/icons/HelpIcon.d.ts +0 -3
- package/dist/icons/HiddenIcon.d.ts +0 -3
- package/dist/icons/InboxIcon.d.ts +0 -3
- package/dist/icons/InfoIcon.d.ts +0 -3
- package/dist/icons/InsightsIcon.d.ts +0 -3
- package/dist/icons/JobIcon.d.ts +0 -3
- package/dist/icons/LeaveIcon.d.ts +0 -3
- package/dist/icons/LightbulbIcon.d.ts +0 -3
- package/dist/icons/LoadingIcon.d.ts +0 -4
- package/dist/icons/LogoutIcon.d.ts +0 -3
- package/dist/icons/MessagesIcon.d.ts +0 -3
- package/dist/icons/MicrosoftIcon.d.ts +0 -3
- package/dist/icons/MinusIcon.d.ts +0 -3
- package/dist/icons/NewspaperIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.d.ts +0 -3
- package/dist/icons/OverflowIcon.js +0 -11
- package/dist/icons/PaperworkAssignedIcon.d.ts +0 -3
- package/dist/icons/PaperworkAssignedIcon.js +0 -14
- package/dist/icons/PaperworkDraftIcon.d.ts +0 -3
- package/dist/icons/PaperworkDraftIcon.js +0 -14
- package/dist/icons/PaperworkExpiredIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiredIcon.js +0 -14
- package/dist/icons/PaperworkExpiringSoonIcon.d.ts +0 -3
- package/dist/icons/PaperworkExpiringSoonIcon.js +0 -14
- package/dist/icons/PaperworkIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.d.ts +0 -3
- package/dist/icons/PaperworkMissingIcon.js +0 -14
- package/dist/icons/PaperworkProcessedIcon.d.ts +0 -3
- package/dist/icons/PaperworkProcessedIcon.js +0 -14
- package/dist/icons/PaperworkSubmittedIcon.d.ts +0 -3
- package/dist/icons/PaperworkSubmittedIcon.js +0 -14
- package/dist/icons/PeopleIcon.d.ts +0 -3
- package/dist/icons/PhoneIcon.d.ts +0 -3
- package/dist/icons/PlusIcon.d.ts +0 -3
- package/dist/icons/PositionsIcon.d.ts +0 -3
- package/dist/icons/ProfileFemaleIcon.d.ts +0 -3
- package/dist/icons/ProfileIcon.d.ts +0 -3
- package/dist/icons/ProfileMaleIcon.d.ts +0 -3
- package/dist/icons/RemunerationIcon.d.ts +0 -3
- package/dist/icons/RescheduleIcon.d.ts +0 -3
- package/dist/icons/RestoreIcon.d.ts +0 -3
- package/dist/icons/ReviewIcon.d.ts +0 -3
- package/dist/icons/ScheduleIcon.d.ts +0 -3
- package/dist/icons/SearchIcon.d.ts +0 -3
- package/dist/icons/SettingsIcon.d.ts +0 -3
- package/dist/icons/SidebarIcon.d.ts +0 -3
- package/dist/icons/SlidersIcon.d.ts +0 -3
- package/dist/icons/SortAscIcon.d.ts +0 -3
- package/dist/icons/SortDefaultIcon.d.ts +0 -3
- package/dist/icons/SortDesIcon.d.ts +0 -3
- package/dist/icons/StepsCompleteIcon.d.ts +0 -3
- package/dist/icons/StepsCurrentIcon.d.ts +0 -3
- package/dist/icons/StepsIncompleteIcon.d.ts +0 -3
- package/dist/icons/SubmitIcon.d.ts +0 -3
- package/dist/icons/SuccessIcon.d.ts +0 -3
- package/dist/icons/SuperFundIcon.d.ts +0 -3
- package/dist/icons/SyncIcon.d.ts +0 -3
- package/dist/icons/TableIcon.d.ts +0 -3
- package/dist/icons/TaskIcon.d.ts +0 -3
- package/dist/icons/TaxIcon.d.ts +0 -3
- package/dist/icons/TenureIcon.d.ts +0 -3
- package/dist/icons/VisibleIcon.d.ts +0 -3
- package/dist/icons/WarningIcon.d.ts +0 -3
- package/dist/icons/WorkflowsIcon.d.ts +0 -3
- package/dist/icons/_types.d.ts +0 -4
- package/dist/icons/_types.js +0 -0
- package/dist/icons/index.d.ts +0 -99
- package/dist/icons/index.js +0 -100
- package/dist/layouts/BaseLayout.d.ts +0 -6
- package/dist/layouts/BaseLayout.js +0 -10
- package/dist/presentation/Icon.d.ts +0 -21
- package/dist/presentation/Icon.js +0 -28
- package/dist/presentation/Icon.stories.d.ts +0 -20
- package/dist/presentation/Icon.stories.js +0 -24
- package/dist/presentation/IconSymbolSet.d.ts +0 -6
- package/dist/presentation/IconSymbolSet.js +0 -16
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M232 96C245.3 96 256 106.7 256 120C256 133.3 245.3 144 232 144L144 144L144 232C144 245.3 133.3 256 120 256C106.7 256 96 245.3 96 232L96 120C96 106.7 106.7 96 120 96L232 96zM96 408C96 394.7 106.7 384 120 384C133.3 384 144 394.7 144 408L144 496L232 496C245.3 496 256 506.7 256 520C256 533.3 245.3 544 232 544L120 544C106.7 544 96 533.3 96 520L96 408zM520 96C533.3 96 544 106.7 544 120L544 232C544 245.3 533.3 256 520 256C506.7 256 496 245.3 496 232L496 144L408 144C394.7 144 384 133.3 384 120C384 106.7 394.7 96 408 96L520 96zM496 408C496 394.7 506.7 384 520 384C533.3 384 544 394.7 544 408L544 520C544 533.3 533.3 544 520 544L408 544C394.7 544 384 533.3 384 520C384 506.7 394.7 496 408 496L496 496L496 408z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M11.475 14.906C10.803 16.272 10.181 16.5 10 16.5C9.819 16.5 9.197 16.272 8.525 14.906C7.994 13.828 7.613 12.356 7.522 10.75H12.478C12.384 12.359 12.003 13.831 11.475 14.906ZM12.478 9.25H7.522C7.616 7.641 7.997 6.169 8.525 5.094C9.197 3.728 9.819 3.5 10 3.5C10.181 3.5 10.803 3.728 11.475 5.094C12.006 6.172 12.387 7.644 12.478 9.25ZM13.981 10.75H16.456C16.188 13.081 14.684 15.041 12.619 15.95C13.369 14.613 13.878 12.75 13.981 10.75ZM16.456 9.25H13.981C13.878 7.25 13.369 5.388 12.619 4.05C14.684 4.963 16.188 6.919 16.456 9.25ZM6.019 9.25H3.544C3.813 6.919 5.316 4.959 7.381 4.05C6.631 5.388 6.122 7.25 6.019 9.25ZM3.544 10.75H6.019C6.122 12.75 6.631 14.613 7.381 15.95C5.316 15.038 3.813 13.081 3.544 10.75ZM10 18C14.418 18 18 14.418 18 10C18 5.582 14.418 2 10 2C5.582 2 2 5.582 2 10C2 14.418 5.582 18 10 18Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
|
|
2
|
+
<path d="M14 8C14 7.58437 13.6656 7.25 13.25 7.25H0.75C0.334375 7.25 0 7.58437 0 8C0 8.41563 0.334375 8.75 0.75 8.75H13.25C13.6656 8.75 14 8.41563 14 8ZM14 12C14 11.5844 13.6656 11.25 13.25 11.25H0.75C0.334375 11.25 0 11.5844 0 12C0 12.4156 0.334375 12.75 0.75 12.75H13.25C13.6656 12.75 14 12.4156 14 12Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M14.5 10C14.5 8.27609 13.8152 6.62279 12.5962 5.40381C11.3772 4.18482 9.72391 3.5 8 3.5C6.27609 3.5 4.62279 4.18482 3.40381 5.40381C2.18482 6.62279 1.5 8.27609 1.5 10C1.5 11.7239 2.18482 13.3772 3.40381 14.5962C4.62279 15.8152 6.27609 16.5 8 16.5C9.72391 16.5 11.3772 15.8152 12.5962 14.5962C13.8152 13.3772 14.5 11.7239 14.5 10ZM0 10C0 7.87827 0.842855 5.84344 2.34315 4.34315C3.84344 2.84285 5.87827 2 8 2C10.1217 2 12.1566 2.84285 13.6569 4.34315C15.1571 5.84344 16 7.87827 16 10C16 12.1217 15.1571 14.1566 13.6569 15.6569C12.1566 17.1571 10.1217 18 8 18C5.87827 18 3.84344 17.1571 2.34315 15.6569C0.842855 14.1566 0 12.1217 0 10ZM5.30625 7.16563C5.55313 6.46875 6.21563 6 6.95625 6H8.77812C9.86875 6 10.75 6.88438 10.75 7.97188C10.75 8.67813 10.3719 9.33125 9.75937 9.68437L8.75 10.2625C8.74375 10.6687 8.40938 11 8 11C7.58437 11 7.25 10.6656 7.25 10.25V9.82812C7.25 9.55937 7.39375 9.3125 7.62813 9.17812L9.0125 8.38438C9.15937 8.3 9.25 8.14375 9.25 7.975C9.25 7.7125 9.0375 7.50313 8.77812 7.50313H6.95625C6.85 7.50313 6.75625 7.56875 6.72188 7.66875L6.70937 7.70625C6.57187 8.09688 6.14063 8.3 5.75313 8.1625C5.36563 8.025 5.15937 7.59375 5.29688 7.20625L5.30937 7.16875L5.30625 7.16563ZM7 13C7 12.7348 7.10536 12.4804 7.29289 12.2929C7.48043 12.1054 7.73478 12 8 12C8.26522 12 8.51957 12.1054 8.70711 12.2929C8.89464 12.4804 9 12.7348 9 13C9 13.2652 8.89464 13.5196 8.70711 13.7071C8.51957 13.8946 8.26522 14 8 14C7.73478 14 7.48043 13.8946 7.29289 13.7071C7.10536 13.5196 7 13.2652 7 13Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M1.21255 2.15937C0.887554 1.90312 0.415679 1.96249 0.159429 2.28749C-0.0968214 2.61249 -0.0374464 3.08437 0.287554 3.34062L18.7876 17.8406C19.1126 18.0969 19.5844 18.0375 19.8407 17.7125C20.0969 17.3875 20.0376 16.9156 19.7126 16.6594L16.4251 14.0844C17.6626 12.8156 18.5001 11.3937 18.9219 10.3844C19.0251 10.1375 19.0251 9.86249 18.9219 9.61562C18.4563 8.49999 17.4782 6.87499 16.0157 5.51874C14.5469 4.14999 12.5251 2.99999 10.0001 2.99999C7.8688 2.99999 6.0938 3.82187 4.70943 4.89999L1.21255 2.15937ZM5.9313 5.85624C7.06255 5.05312 8.42193 4.49999 10.0001 4.49999C12.0376 4.49999 13.7126 5.42499 14.9969 6.61562C16.2001 7.73437 17.0313 9.06249 17.4563 9.99999C17.0626 10.875 16.3126 12.0875 15.2407 13.1531L13.5594 11.8344C13.8438 11.2844 14.0032 10.6625 14.0032 9.99999C14.0032 7.79062 12.2126 5.99999 10.0032 5.99999C8.99693 5.99999 8.07505 6.37187 7.37193 6.98437L5.9313 5.85624ZM12.3407 10.8812L9.7938 8.88437C9.92505 8.61874 10.0001 8.31562 10.0001 7.99999C10.0001 7.82812 9.97818 7.65937 9.93755 7.49999C9.95943 7.49999 9.97818 7.49999 10.0001 7.49999C11.3813 7.49999 12.5001 8.61874 12.5001 9.99999C12.5001 10.3094 12.4438 10.6062 12.3407 10.8812ZM12.6344 14.9531C11.8376 15.2937 10.9594 15.5 10.0001 15.5C7.96255 15.5 6.28755 14.575 5.00318 13.3844C3.80005 12.2656 2.9688 10.9375 2.5438 9.99999C2.80318 9.42499 3.21568 8.70312 3.77505 7.97499L2.59693 7.04687C1.88443 7.97499 1.37505 8.89999 1.07818 9.61562C0.975054 9.86249 0.975054 10.1375 1.07818 10.3844C1.5438 11.5 2.52193 13.125 3.98443 14.4812C5.45318 15.85 7.47505 17 10.0001 17C11.4938 17 12.8094 16.5969 13.9438 15.9844L12.6344 14.9531ZM6.00005 9.99999C6.00005 12.2094 7.79068 14 10.0001 14C10.4157 14 10.8157 13.9375 11.1938 13.8187L9.43755 12.4375C8.70318 12.2687 8.09068 11.775 7.75943 11.1156L6.0063 9.73437C6.00005 9.82187 5.99693 9.90937 5.99693 9.99999H6.00005Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M1.5 15C1.5 15.275 1.725 15.5 2 15.5H14C14.275 15.5 14.5 15.275 14.5 15V12.5H11.9625L11.3094 13.8094C11.0969 14.2344 10.6656 14.5 10.1906 14.5H5.80937C5.33437 14.5 4.90313 14.2312 4.69063 13.8094L4.0375 12.5H1.5V15ZM12.675 4.87812C12.6188 4.65625 12.4188 4.5 12.1875 4.5H3.8125C3.58437 4.5 3.38437 4.65625 3.32812 4.87812L1.79688 11H4.19063C4.66563 11 5.09687 11.2688 5.30937 11.6906L5.9625 13H10.0344L10.6875 11.6906C10.9 11.2656 11.3312 11 11.8062 11H14.2L12.6687 4.87812H12.675ZM0 15V12.2469C0 12.0844 0.01875 11.9219 0.059375 11.7625L1.87188 4.51562C2.09375 3.625 2.89375 3 3.8125 3H12.1875C13.1062 3 13.9063 3.625 14.1281 4.51562L15.9406 11.7625C15.9813 11.9219 16 12.0844 16 12.2469V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15ZM5.75 6H10.25C10.6656 6 11 6.33437 11 6.75C11 7.16563 10.6656 7.5 10.25 7.5H5.75C5.33437 7.5 5 7.16563 5 6.75C5 6.33437 5.33437 6 5.75 6ZM4.75 8.5H11.25C11.6656 8.5 12 8.83437 12 9.25C12 9.66563 11.6656 10 11.25 10H4.75C4.33437 10 4 9.66563 4 9.25C4 8.83437 4.33437 8.5 4.75 8.5Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M10 3.5C13.59 3.5 16.5 6.41 16.5 10C16.5 13.59 13.59 16.5 10 16.5C6.41 16.5 3.5 13.59 3.5 10C3.5 6.41 6.41 3.5 10 3.5zM10 18C14.42 18 18 14.42 18 10C18 5.58 14.42 2 10 2C5.58 2 2 5.58 2 10C2 14.42 5.58 18 10 18zM8.75 12.5C8.33 12.5 8 12.83 8 13.25C8 13.67 8.33 14 8.75 14L11.25 14C11.67 14 12 13.67 12 13.25C12 12.83 11.67 12.5 11.25 12.5L11 12.5L11 9.75C11 9.33 10.67 9 10.25 9L8.75 9C8.33 9 8 9.33 8 9.75C8 10.17 8.33 10.5 8.75 10.5L9.5 10.5L9.5 12.5L8.75 12.5zM10 8C10.55 8 11 7.55 11 7C11 6.45 10.55 6 10 6C9.45 6 9 6.45 9 7C9 7.55 9.45 8 10 8z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<g transform="translate(32 0) scale(0.9 1)">
|
|
3
|
+
<path d="M336 144L336 496L288 496L288 144L336 144zM288 96C261.5 96 240 117.5 240 144L240 496C240 522.5 261.5 544 288 544L336 544C362.5 544 384 522.5 384 496L384 144C384 117.5 362.5 96 336 96L288 96zM144 336L144 496L96 496L96 336L144 336zM96 288C69.5 288 48 309.5 48 336L48 496C48 522.5 69.5 544 96 544L144 544C170.5 544 192 522.5 192 496L192 336C192 309.5 170.5 288 144 288L96 288zM480 208L528 208L528 496L480 496L480 208zM432 208L432 496C432 522.5 453.5 544 480 544L528 544C554.5 544 576 522.5 576 496L576 208C576 181.5 554.5 160 528 160L480 160C453.5 160 432 181.5 432 208z" />
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M5.5 3.75V5H10.5V3.75C10.5 3.6125 10.3875 3.5 10.25 3.5H5.75C5.6125 3.5 5.5 3.6125 5.5 3.75ZM4 5V3.75C4 2.78438 4.78438 2 5.75 2H10.25C11.2156 2 12 2.78438 12 3.75V5H14C15.1031 5 16 5.89688 16 7V10.75V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15V10.75V7C0 5.89688 0.896875 5 2 5H4ZM1.5 11.5V15C1.5 15.275 1.725 15.5 2 15.5H14C14.275 15.5 14.5 15.275 14.5 15V11.5H10V12C10 12.5531 9.55313 13 9 13H7C6.44687 13 6 12.5531 6 12V11.5H1.5ZM6 10H10H14.5V7C14.5 6.725 14.275 6.5 14 6.5H11.25H4.75H2C1.725 6.5 1.5 6.725 1.5 7V10H6Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M216 64C229.3 64 240 74.7 240 88L240 128L400 128L400 88C400 74.7 410.7 64 424 64C437.3 64 448 74.7 448 88L448 128L480 128C515.3 128 544 156.7 544 192L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 192C96 156.7 124.7 128 160 128L192 128L192 88C192 74.7 202.7 64 216 64zM216 176L160 176C151.2 176 144 183.2 144 192L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 192C496 183.2 488.8 176 480 176L216 176zM363.7 262.2L258.4 367.6C255.3 370.7 253.1 374.5 252.1 378.8L243.7 412.4L277.3 404C281.5 402.9 285.4 400.8 288.4 397.7L393.8 292.3C397.8 288.3 400 282.9 400 277.3C400 265.6 390.5 256 378.7 256C373.1 256 367.7 258.2 363.7 262.2zM378.7 208C416.9 208 448 239 448 277.3C448 295.7 440.7 313.3 427.7 326.3L322.4 431.6C313.2 440.8 301.6 447.4 289 450.5L239.6 462.8C236.6 463.6 233.5 463.9 230.3 463.9C209.2 463.9 192.1 446.8 192.1 425.7C192.1 422.6 192.5 419.5 193.2 416.4L205.6 367C208.8 354.3 215.3 342.8 224.5 333.6L329.8 228.3C342.8 215.3 360.4 208 378.8 208z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M424.5 355.1C449 329.2 464 294.4 464 256C464 176.5 399.5 112 320 112C240.5 112 176 176.5 176 256C176 294.4 191 329.2 215.5 355.1C236.8 377.5 260.4 409.1 268.8 448L371.2 448C379.6 409 403.2 377.5 424.5 355.1zM459.3 388.1C435.7 413 416 443.4 416 477.7L416 496C416 540.2 380.2 576 336 576L304 576C259.8 576 224 540.2 224 496L224 477.7C224 443.4 204.3 413 180.7 388.1C148 353.7 128 307.2 128 256C128 150 214 64 320 64C426 64 512 150 512 256C512 307.2 492 353.7 459.3 388.1zM272 248C272 261.3 261.3 272 248 272C234.7 272 224 261.3 224 248C224 199.4 263.4 160 312 160C325.3 160 336 170.7 336 184C336 197.3 325.3 208 312 208C289.9 208 272 225.9 272 248z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M17.8516 14.5313C18.3008 14.7891 18.8789 14.6367 19.0937 14.168C19.6758 12.8985 20 11.4883 20 10C20 4.79299 16.0195 0.515648 10.9375 0.0429922C10.4219 -0.00388284 10 0.417992 10 0.937523C10 1.45705 10.4219 1.87112 10.9375 1.92971C14.9805 2.39065 18.125 5.82815 18.125 10C18.125 11.1446 17.8867 12.2383 17.4609 13.2266C17.2539 13.7031 17.4023 14.2735 17.8516 14.5352V14.5313Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
|
2
|
+
<path d="M10 2C13.313 2 16 4.637 16 7.894C16 11.622 12.244 16.091 10.675 17.794C10.306 18.194 9.694 18.194 9.322 17.794C7.753 16.088 4 11.622 4 7.894C4 4.637 6.687 2 10 2ZM10 3.5C7.491 3.5 5.5 5.491 5.5 7.894C5.5 9.319 6.244 11.066 7.341 12.803C8.225 14.203 9.247 15.45 10 16.303C10.753 15.45 11.775 14.203 12.659 12.803C13.756 11.069 14.5 9.319 14.5 7.894C14.5 5.494 12.509 3.5 10 3.5ZM11.147 6.747C11.391 6.413 11.859 6.338 12.194 6.581C12.528 6.825 12.603 7.294 12.359 7.628L9.981 10.9C9.85 11.078 9.647 11.191 9.425 11.206C9.203 11.222 8.987 11.138 8.834 10.978L7.712 9.816C7.425 9.519 7.434 9.044 7.731 8.756C8.028 8.469 8.503 8.475 8.791 8.775L9.294 9.294L11.147 6.744Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M11 6.56875L14.4375 10L11 13.4312V11.75C11 11.3344 10.6656 11 10.25 11H6.5V9H10.25C10.6656 9 11 8.66563 11 8.25V6.56875ZM16 10C16 9.64062 15.8562 9.29687 15.6031 9.04375L11.975 5.425C11.7031 5.15312 11.3344 5 10.95 5C10.15 5 9.5 5.65 9.5 6.45V7.5H6.5C5.67188 7.5 5 8.17188 5 9V11C5 11.8281 5.67188 12.5 6.5 12.5H9.5V13.55C9.5 14.35 10.15 15 10.95 15C11.3344 15 11.7031 14.8469 11.975 14.575L15.6031 10.9563C15.8562 10.7031 16 10.3594 16 10ZM5.25 4.5C5.66563 4.5 6 4.16563 6 3.75C6 3.33437 5.66563 3 5.25 3H2.75C1.23125 3 0 4.23125 0 5.75V14.25C0 15.7687 1.23125 17 2.75 17H5.25C5.66563 17 6 16.6656 6 16.25C6 15.8344 5.66563 15.5 5.25 15.5H2.75C2.05937 15.5 1.5 14.9406 1.5 14.25V5.75C1.5 5.05937 2.05937 4.5 2.75 4.5H5.25Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M2.5 3.25L2.5 9.25C2.5 9.67 2.83 10 3.25 10L4.25 10C4.67 10 5 10.33 5 10.75L5 11.73L6.71 10.42C7.06 10.15 7.48 10 7.93 10L10.75 10C11.17 10 11.5 9.67 11.5 9.25L11.5 3.25C11.5 2.83 11.17 2.5 10.75 2.5L3.25 2.5C2.83 2.5 2.5 2.83 2.5 3.25zM3.25 1L10.75 1C11.99 1 13 2.01 13 3.25L13 9.25C13 10.49 11.99 11.5 10.75 11.5L7.93 11.5C7.82 11.5 7.71 11.54 7.62 11.6L4.71 13.84C4.48 14.02 4.18 14.05 3.92 13.92C3.66 13.79 3.5 13.53 3.5 13.25L3.5 11.5L3.25 11.5C2.01 11.5 1 10.49 1 9.25L1 3.25C1 2.01 2.01 1 3.25 1zM8.5 13L8.5 14.25C8.5 14.67 8.83 15 9.25 15L12.08 15C12.52 15 12.94 15.15 13.29 15.42L15 16.73L15 15.75C15 15.33 15.33 15 15.75 15L16.75 15C17.17 15 17.5 14.67 17.5 14.25L17.5 8.25C17.5 7.83 17.17 7.5 16.75 7.5L14.5 7.5L14.5 6L16.75 6C17.99 6 19 7.01 19 8.25L19 14.25C19 15.49 17.99 16.5 16.75 16.5L16.5 16.5L16.5 18.25C16.5 18.53 16.34 18.79 16.08 18.92C15.82 19.05 15.52 19.02 15.29 18.84L12.38 16.6C12.29 16.53 12.19 16.5 12.08 16.5L9.25 16.5C8.01 16.5 7 15.49 7 14.25L7 13.97L8.27 13L8.5 13z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path fill="#F35325" d="M0 2h7.5v7.5H0z" />
|
|
3
|
+
<path fill="#81BC06" d="M8.5 2H16v7.5H8.5z" />
|
|
4
|
+
<path fill="#FFBA08" d="M8.5 10.5H16V18H8.5z" />
|
|
5
|
+
<path fill="#05A6F0" d="M0 10.5h7.5V18H0z" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M232 144C218.7 144 208 154.7 208 168L208 472C208 480.4 206.6 488.5 203.9 496L504 496C517.3 496 528 485.3 528 472L528 168C528 154.7 517.3 144 504 144L232 144zM136 544C96.2 544 64 511.8 64 472L64 176C64 162.7 74.7 152 88 152C101.3 152 112 162.7 112 176L112 472C112 485.3 122.7 496 136 496C149.3 496 160 485.3 160 472L160 168C160 128.2 192.2 96 232 96L504 96C543.8 96 576 128.2 576 168L576 472C576 511.8 543.8 544 504 544L136 544zM256 216C256 202.7 266.7 192 280 192L328 192C341.3 192 352 202.7 352 216L352 264C352 277.3 341.3 288 328 288L280 288C266.7 288 256 277.3 256 264L256 216zM408 240L456 240C469.3 240 480 250.7 480 264C480 277.3 469.3 288 456 288L408 288C394.7 288 384 277.3 384 264C384 250.7 394.7 240 408 240zM280 320L456 320C469.3 320 480 330.7 480 344C480 357.3 469.3 368 456 368L280 368C266.7 368 256 357.3 256 344C256 330.7 266.7 320 280 320zM280 400L456 400C469.3 400 480 410.7 480 424C480 437.3 469.3 448 456 448L280 448C266.7 448 256 437.3 256 424C256 410.7 266.7 400 280 400z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<g transform="translate(-32 0) scale(1.1 1)">
|
|
3
|
+
<path d="M192 112L304 112L304 200C304 239.8 336.2 272 376 272L464 272L464 512C464 520.8 456.8 528 448 528L192 528C183.2 528 176 520.8 176 512L176 128C176 119.2 183.2 112 192 112zM352 131.9L444.1 224L376 224C362.7 224 352 213.3 352 200L352 131.9zM192 64C156.7 64 128 92.7 128 128L128 512C128 547.3 156.7 576 192 576L448 576C483.3 576 512 547.3 512 512L512 250.5C512 233.5 505.3 217.2 493.3 205.2L370.7 82.7C358.7 70.7 342.5 64 325.5 64L192 64zM248 320C234.7 320 224 330.7 224 344C224 357.3 234.7 368 248 368L392 368C405.3 368 416 357.3 416 344C416 330.7 405.3 320 392 320L248 320zM248 416C234.7 416 224 426.7 224 440C224 453.3 234.7 464 248 464L392 464C405.3 464 416 453.3 416 440C416 426.7 405.3 416 392 416L248 416z" />
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
|
|
2
|
+
<path d="M11.75 9a.75.75 0 0 1-.75-.75v-4.5c0-.416.334-.75.75-.75h2c.416 0 .75.334.75.75v1c0 .416-.334.75-.75.75H12.5v2.75c0 .416-.334.75-.75.75M4.5 5.5a3 3 0 0 0-3 3V14c0 .275.225.5.5.5h5.5v-6a3 3 0 0 0-3-3m3.353 0A4.5 4.5 0 0 1 9 8.5v6h7c.275 0 .5-.225.5-.5V8.5a3 3 0 0 0-1.456-2.572A1.74 1.74 0 0 0 15.5 4.75v-.281A4.5 4.5 0 0 1 18 8.5V14c0 1.103-.897 2-2 2H2c-1.103 0-2-.897-2-2V8.5C0 6.016 2.016 4 4.5 4H10v1.5zM3.25 8h2.5c.416 0 .75.334.75.75s-.334.75-.75.75h-2.5a.75.75 0 0 1-.75-.75c0-.416.334-.75.75-.75" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="m.419 15.719.718-2.44c.132-.441.37-.845.694-1.17l9.503-9.506a2 2 0 0 1 2.829 0l1.23 1.231q.148.147.257.313a2 2 0 0 1-.256 2.515L5.89 16.17q-.061.061-.125.119c-.3.265-.657.462-1.044.575l-2.44.718-1.32.388a.74.74 0 0 1-.74-.19.75.75 0 0 1-.19-.741zm1.943-1.288-.506 1.713 1.713-.503.731-.216c.2-.06.384-.169.531-.316l7.138-7.14L10.03 6.03l-7.14 7.138q-.03.027-.054.056c-.121.138-.209.3-.262.475l-.216.731zM5.416 2.853l2.037 2.038-1.06 1.059-.818-.819-.719.719a.5.5 0 0 1-.706 0 .5.5 0 0 1 0-.706l.719-.719-.516-.51a.5.5 0 0 0-.706 0L1.916 5.648a.5.5 0 0 0 0 .706l2.037 2.038-1.062 1.062L.853 7.416a2 2 0 0 1 0-2.829l1.731-1.734a2 2 0 0 1 2.828 0zm6.23 13.231a.5.5 0 0 0 .707 0l1.731-1.73a.5.5 0 0 0 0-.707l-.512-.513-.719.72a.5.5 0 0 1-.706 0 .5.5 0 0 1 0-.707l.719-.719-.82-.819 1.06-1.059 2.038 2.037a2 2 0 0 1 0 2.829l-1.732 1.73a2 2 0 0 1-2.828 0L8.547 15.11l1.06-1.059 2.037 2.037z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M4.5 1c.468 0 .844.376.844.844V3.25h5.062V1.844c0-.468.376-.844.844-.844s.844.376.844.844V3.25H13.5a2.25 2.25 0 0 1 2.25 2.25v11.25A2.25 2.25 0 0 1 13.5 19H2.25A2.25 2.25 0 0 1 0 16.75V5.5a2.25 2.25 0 0 1 2.25-2.25h1.406V1.844c0-.468.376-.844.844-.844m9.563 6.75H1.688v9c0 .31.253.563.562.563H13.5c.31 0 .563-.254.563-.563zm-3.34 3.129L9.07 12.53l1.653 1.653a.844.844 0 0 1-1.192 1.192l-1.652-1.653-1.653 1.652a.843.843 0 0 1-1.192-1.192l1.653-1.652-1.653-1.652a.843.843 0 0 1 1.192-1.192L7.88 11.34l1.65-1.652a.844.844 0 0 1 1.192 1.192" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M5.344 1.844A.84.84 0 0 0 4.5 1a.84.84 0 0 0-.844.844V3.25H2.25A2.25 2.25 0 0 0 0 5.5v11.25A2.25 2.25 0 0 0 2.25 19H13.5a2.25 2.25 0 0 0 2.25-2.25V5.5a2.25 2.25 0 0 0-2.25-2.25h-1.406V1.844A.84.84 0 0 0 11.25 1a.84.84 0 0 0-.844.844V3.25H5.344zM1.687 7.75h12.376v9c0 .31-.254.563-.563.563H2.25a.564.564 0 0 1-.562-.563zM9 15.063a1.125 1.125 0 1 0-2.25 0 1.125 1.125 0 0 0 2.25 0m-.281-5.344a.84.84 0 0 0-.844-.844.84.84 0 0 0-.844.844v2.25c0 .467.376.844.844.844a.84.84 0 0 0 .844-.844z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M15.781 3.281a.75.75 0 0 0-1.06-1.06l-2.33 2.326a7 7 0 0 0-9.844 9.844L.219 16.719a.75.75 0 0 0 1.06 1.06l2.327-2.329a7 7 0 0 0 9.844-9.844zm-4.459 2.335-7.706 7.706a5.5 5.5 0 0 1 7.706-7.706m-6.644 8.768 7.706-7.706a5.5 5.5 0 0 1-7.706 7.706" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M8 3.5a6.5 6.5 0 1 1 0 13 6.5 6.5 0 0 1 0-13M8 18A8 8 0 1 0 8 1.999 8 8 0 0 0 8 18m3.531-9.469a.75.75 0 0 0-1.06-1.06l-3.468 3.47-1.469-1.47a.75.75 0 0 0-1.06 1.06l2.001 2a.747.747 0 0 0 1.06 0z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M1.5 8.5a3 3 0 0 1 6 0v6H2a.5.5 0 0 1-.5-.5zm6 7.5H16c1.103 0 2-.897 2-2V8.5C18 6.016 15.984 4 13.5 4h-9A4.5 4.5 0 0 0 0 8.5V14c0 1.103.897 2 2 2zM9 8.5a4.5 4.5 0 0 0-1.147-3H13.5a3 3 0 0 1 3 3V14c0 .275-.225.5-.5.5H9zM3.25 8a.75.75 0 0 0-.75.75c0 .416.334.75.75.75h2.5c.416 0 .75-.334.75-.75A.75.75 0 0 0 5.75 8zm8 0a.75.75 0 0 0-.75.75c0 .416.334.75.75.75H13v.75c0 .416.334.75.75.75h.5c.416 0 .75-.334.75-.75v-1.5a.75.75 0 0 0-.75-.75z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<g transform="translate(1.8 1.8) scale(0.85)">
|
|
3
|
+
<path d="M18 21a8 8 0 0 0-16 0" />
|
|
4
|
+
<circle cx="10" cy="8" r="5" />
|
|
5
|
+
<path d="M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M11.7437 10.6C11.2312 10.3812 10.6375 10.525 10.2844 10.9562L9.24687 12.225C7.80937 11.3906 6.60938 10.1906 5.775 8.75312L7.04063 7.71875C7.47188 7.36562 7.61875 6.77187 7.39687 6.25937L5.89687 2.75937C5.6625 2.20937 5.07188 1.90312 4.4875 2.02812L0.9875 2.77812C0.4125 2.9 0 3.40937 0 4C0 11.225 5.475 17.175 12.5031 17.9219C12.8094 17.9531 13.1156 17.9781 13.4281 17.9906H13.4312C13.6219 17.9969 13.8094 18.0031 14 18.0031C14.5906 18.0031 15.1 17.5906 15.2219 17.0156L15.9719 13.5156C16.0969 12.9312 15.7906 12.3406 15.2406 12.1062L11.7406 10.6062L11.7437 10.6ZM13.7969 16.5C7.05625 16.3906 1.60937 10.9437 1.50312 4.20312L4.60313 3.5375L5.94688 6.675L4.825 7.59375C4.25625 8.05937 4.10938 8.86875 4.47813 9.50625C5.44375 11.1719 6.83125 12.5594 8.49687 13.525C9.13437 13.8937 9.94375 13.7469 10.4094 13.1781L11.3281 12.0562L14.4656 13.4L13.7969 16.5Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 20" fill="currentColor">
|
|
2
|
+
<path d="M8.3316 4.25C8.3316 3.83437 7.99723 3.5 7.5816 3.5C7.16598 3.5 6.8316 3.83437 6.8316 4.25V9.25H1.8316C1.41598 9.25 1.0816 9.58437 1.0816 10C1.0816 10.4156 1.41598 10.75 1.8316 10.75H6.8316V15.75C6.8316 16.1656 7.16598 16.5 7.5816 16.5C7.99723 16.5 8.3316 16.1656 8.3316 15.75V10.75H13.3316C13.7472 10.75 14.0816 10.4156 14.0816 10C14.0816 9.58437 13.7472 9.25 13.3316 9.25H8.3316V4.25Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<rect x="8.5" y="3" width="7" height="4.5" rx="1.2" />
|
|
3
|
+
<rect x="4" y="16.5" width="6.5" height="4.5" rx="1.2" />
|
|
4
|
+
<rect x="13.5" y="16.5" width="6.5" height="4.5" rx="1.2" />
|
|
5
|
+
<path d="M12 7.5v5" />
|
|
6
|
+
<path d="M7.25 16.5v-4" />
|
|
7
|
+
<path d="M16.75 16.5v-4" />
|
|
8
|
+
<path d="M7.25 12.5h9.5" />
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<g transform="translate(1.56 1.56) scale(0.87)">
|
|
3
|
+
<circle cx="12" cy="8" r="5" />
|
|
4
|
+
<path d="M20 21a8 8 0 0 0-16 0" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
|
|
2
|
+
<path d="M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.34375C11 7.40313 11.4219 8.42188 12.1719 9.17188L12.2937 9.29375C12.425 9.425 12.5 9.60625 12.5 9.79375C12.5 10.1844 12.1844 10.5 11.7937 10.5H7H2.20625C1.81562 10.5 1.5 10.1844 1.5 9.79375C1.5 9.60625 1.575 9.425 1.70625 9.29375L1.82812 9.17188C2.57812 8.42188 3 7.40313 3 6.34375V6ZM1.50937 16.4344H12.4937C12.3969 14.975 11.4656 13.7406 10.1687 13.2125L8.6 15.3031C7.8 16.3688 6.2 16.3688 5.4 15.3031L3.83125 13.2125C2.5375 13.7406 1.60313 14.975 1.50625 16.4344H1.50937ZM4.12813 11.5531C4.30938 11.5125 4.49375 11.5906 4.60625 11.7375L6.60313 14.4C6.80313 14.6656 7.20312 14.6656 7.40312 14.4L9.4 11.7375C9.5125 11.5906 9.69688 11.5125 9.87813 11.5531C12.2313 12.0688 14 14.1719 14 16.6844V16.9344C14 17.4875 13.5531 17.9344 13 17.9344H1C0.446875 17.9344 0 17.4875 0 16.9344V16.6844C0 14.1687 1.76875 12.0688 4.12813 11.5531Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
|
|
2
|
+
<path d="M9.5 6C9.5 5.64375 9.425 5.30625 9.29062 5H9.25C8.60938 5 8.04063 4.7 7.675 4.23438C7.24688 4.99063 6.43125 5.5 5.5 5.5H4.55C4.51875 5.6625 4.5 5.82812 4.5 6V6.5C4.5 7.88125 5.61875 9 7 9C8.38125 9 9.5 7.88125 9.5 6.5V6ZM3 6C3 3.79063 4.79063 2 7 2C9.20937 2 11 3.79063 11 6V6.5C11 8.70937 9.20937 10.5 7 10.5C4.79063 10.5 3 8.70937 3 6.5V6ZM1.50937 16.5H12.4937C12.3969 15.0406 11.4656 13.8062 10.1687 13.2781L8.6 15.3687C7.8 16.4344 6.2 16.4344 5.4 15.3687L3.83125 13.2781C2.5375 13.8062 1.60312 15.0406 1.50937 16.5ZM4.12813 11.6187C4.30938 11.5781 4.49375 11.6563 4.60625 11.8031L6.60313 14.4656C6.80313 14.7312 7.20312 14.7312 7.40312 14.4656L9.4 11.8031C9.5125 11.6563 9.69688 11.5781 9.87813 11.6187C12.2313 12.1344 14 14.2344 14 16.75V17C14 17.5531 13.5531 18 13 18H1C0.446875 18 0 17.5531 0 17V16.75C0 14.2344 1.76875 12.1344 4.12813 11.6187Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M5.5 4.75C5.5 4.75313 5.50313 4.76875 5.51875 4.79688C5.5375 4.83438 5.58125 4.89375 5.66563 4.96875C5.67813 4.97813 5.69062 4.99062 5.70312 5C5.11875 5.0125 4.55 5.05312 4.00313 5.12812L4 4.75C4 4.1875 4.30313 3.7375 4.65938 3.41562C5.01563 3.09375 5.49375 2.8375 6.01875 2.6375C7.075 2.23438 8.48438 2 10 2C11.5156 2 12.925 2.23437 13.9781 2.63437C14.5031 2.83437 14.9812 3.09063 15.3375 3.4125C15.6937 3.73438 16 4.1875 16 4.75V8V11.25C16 11.8125 15.6969 12.2625 15.3406 12.5844C14.9844 12.9063 14.5062 13.1625 13.9812 13.3625C13.6812 13.4781 13.3531 13.5781 13.0031 13.6625V12.1094C13.1625 12.0625 13.3094 12.0125 13.4469 11.9594C13.8719 11.7969 14.1656 11.6219 14.3375 11.4688C14.4219 11.3937 14.4656 11.3344 14.4844 11.2969C14.5031 11.2625 14.5031 11.25 14.5031 11.25V9.8875C14.3375 9.96875 14.1625 10.0438 13.9812 10.1125C13.6812 10.2281 13.3531 10.3281 13.0031 10.4125V8.85938C13.1625 8.8125 13.3094 8.7625 13.4469 8.70937C13.8719 8.54687 14.1656 8.37188 14.3375 8.21875C14.4219 8.14375 14.4656 8.08438 14.4844 8.04688C14.5 8.01875 14.5031 8.00313 14.5031 8V6.6375C14.3375 6.71875 14.1625 6.79375 13.9812 6.8625C13.5531 7.025 13.0625 7.1625 12.5344 7.26562C12.375 7.03125 12.1906 6.83125 12.0094 6.66875C11.6937 6.38437 11.3281 6.15313 10.9469 5.9625C11.9375 5.89063 12.8 5.70625 13.4469 5.45937C13.8719 5.29687 14.1656 5.12188 14.3375 4.96875C14.4219 4.89375 14.4656 4.83438 14.4844 4.79688C14.5 4.76875 14.5031 4.75313 14.5031 4.75C14.5031 4.75 14.5031 4.73438 14.4844 4.70312C14.4656 4.66562 14.4219 4.60625 14.3375 4.53125C14.1656 4.375 13.8719 4.2 13.4469 4.04063C12.6 3.71563 11.3813 3.5 10 3.5C8.61875 3.5 7.4 3.71562 6.55625 4.0375C6.13125 4.2 5.8375 4.375 5.66563 4.52813C5.58125 4.60313 5.5375 4.6625 5.51875 4.7C5.5 4.73438 5.5 4.74688 5.5 4.74688V4.75ZM1.5 8.75C1.5 8.75313 1.50312 8.76875 1.51875 8.79688C1.5375 8.83438 1.58125 8.89375 1.66562 8.96875C1.8375 9.125 2.13125 9.3 2.55625 9.45937C3.4 9.78125 4.61875 9.99687 6 9.99687C7.38125 9.99687 8.6 9.78125 9.44375 9.45937C9.86875 9.29687 10.1625 9.12188 10.3344 8.96875C10.4188 8.89375 10.4625 8.83438 10.4812 8.79688C10.4969 8.76875 10.5 8.75313 10.5 8.75C10.5 8.75 10.5 8.73438 10.4812 8.70312C10.4625 8.66562 10.4188 8.60625 10.3344 8.53125C10.1625 8.375 9.86875 8.2 9.44375 8.04063C8.6 7.71875 7.38125 7.50313 6 7.50313C4.61875 7.50313 3.4 7.71875 2.55625 8.04063C2.13125 8.20313 1.8375 8.37812 1.66562 8.53125C1.58125 8.60625 1.5375 8.66562 1.51875 8.70312C1.5 8.7375 1.5 8.75 1.5 8.75ZM0 8.75C0 8.1875 0.303125 7.7375 0.659375 7.41563C1.01562 7.09375 1.49375 6.8375 2.01875 6.6375C3.075 6.23437 4.48438 6 6 6C7.51562 6 8.925 6.23438 9.97812 6.63438C10.5031 6.83438 10.9812 7.09062 11.3375 7.4125C11.6937 7.73437 12 8.1875 12 8.75V12V15.25C12 15.8125 11.6969 16.2625 11.3406 16.5844C10.9844 16.9063 10.5062 17.1625 9.98125 17.3625C8.925 17.7656 7.51562 18 6 18C4.48438 18 3.075 17.7656 2.02187 17.3656C1.49687 17.1656 1.02188 16.9094 0.6625 16.5875C0.303125 16.2656 0 15.8125 0 15.25V12V8.75ZM10.5 12V10.6375C10.3344 10.7187 10.1594 10.7938 9.97812 10.8625C8.925 11.2656 7.51562 11.5 6 11.5C4.48438 11.5 3.075 11.2656 2.02187 10.8656C1.84062 10.7969 1.66563 10.7219 1.5 10.6406V12C1.5 12.0031 1.50312 12.0188 1.51875 12.0469C1.5375 12.0844 1.58125 12.1437 1.66562 12.2188C1.8375 12.375 2.13125 12.55 2.55625 12.7094C3.4 13.0313 4.61875 13.2469 6 13.2469C7.38125 13.2469 8.6 13.0313 9.44375 12.7094C9.86875 12.5469 10.1625 12.3719 10.3344 12.2188C10.4188 12.1437 10.4625 12.0844 10.4812 12.0469C10.4969 12.0188 10.5 12.0031 10.5 12ZM2.02187 14.1156C1.84062 14.0469 1.66563 13.9719 1.5 13.8906V15.25C1.5 15.25 1.5 15.2656 1.51875 15.2969C1.5375 15.3344 1.58125 15.3937 1.66562 15.4688C1.8375 15.625 2.13125 15.8 2.55625 15.9594C3.4 16.2813 4.61875 16.4969 6 16.4969C7.38125 16.4969 8.6 16.2813 9.44375 15.9594C9.86875 15.7969 10.1625 15.6219 10.3344 15.4688C10.4188 15.3937 10.4625 15.3344 10.4812 15.2969C10.5 15.2625 10.5 15.25 10.5 15.25V13.8875C10.3344 13.9687 10.1594 14.0438 9.97812 14.1125C8.925 14.5156 7.51562 14.75 6 14.75C4.48438 14.75 3.075 14.5156 2.02187 14.1156Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M6 0C6.51953 0 6.9375 0.417969 6.9375 0.9375V2.5H12.5625V0.9375C12.5625 0.417969 12.9805 0 13.5 0C14.0195 0 14.4375 0.417969 14.4375 0.9375V2.5H16C17.3789 2.5 18.5 3.62109 18.5 5V5.625V7.5V17.5C18.5 18.8789 17.3789 20 16 20H3.5C2.12109 20 1 18.8789 1 17.5V7.5V5.625V5C1 3.62109 2.12109 2.5 3.5 2.5H5.0625V0.9375C5.0625 0.417969 5.48047 0 6 0ZM16.625 7.5H2.875V17.5C2.875 17.8438 3.15625 18.125 3.5 18.125H16C16.3438 18.125 16.625 17.8438 16.625 17.5V7.5ZM13.0625 9.49219C13.6367 10.0664 13.6367 11 13.0625 11.5742L12.4805 12.1563L10.3984 10.0781L10.9805 9.49219C11.5547 8.91797 12.4883 8.91797 13.0625 9.49219ZM6.70703 13.7695L9.51562 10.9609L11.5977 13.043L8.78906 15.8516C8.62891 16.0117 8.42969 16.125 8.20703 16.1797L6.77734 16.5391C6.5625 16.5937 6.33984 16.5313 6.18359 16.375C6.02734 16.2188 5.96484 15.9961 6.01953 15.7812L6.37891 14.3516C6.43359 14.1328 6.54688 13.9297 6.70703 13.7695Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M1.25 9C0.834375 9 0.5 8.66563 0.5 8.25V3.75C0.5 3.33437 0.834375 3 1.25 3C1.66563 3 2 3.33437 2 3.75V6.25313L2.625 5.51875C3.90625 3.98125 5.84063 3 8 3C11.8656 3 15 6.13438 15 10C15 13.8656 11.8656 17 8 17C6.425 17 4.96875 16.4781 3.8 15.6C3.46875 15.35 3.40313 14.8813 3.65 14.55C3.89688 14.2188 4.36875 14.1531 4.7 14.4C5.61875 15.0906 6.75937 15.5 8 15.5C11.0375 15.5 13.5 13.0375 13.5 10C13.5 6.9625 11.0375 4.5 8 4.5C6.30313 4.5 4.78438 5.26875 3.775 6.48125L3.77187 6.4875L2.90937 7.5H5.75C6.16563 7.5 6.5 7.83437 6.5 8.25C6.5 8.66563 6.16563 9 5.75 9H1.25Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<g transform="translate(1.8 1.8) scale(0.85)">
|
|
3
|
+
<path d="M3 3v16a2 2 0 0 0 2 2h16" />
|
|
4
|
+
<path d="M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M7.4375 0.9375C7.4375 0.417969 7.01953 0 6.5 0C5.98047 0 5.5625 0.417969 5.5625 0.9375V2.5H4C2.62109 2.5 1.5 3.62109 1.5 5V5.625V7.5V17.5C1.5 18.8789 2.62109 20 4 20H16.5C17.8789 20 19 18.8789 19 17.5V7.5V5.625V5C19 3.62109 17.8789 2.5 16.5 2.5H14.9375V0.9375C14.9375 0.417969 14.5195 0 14 0C13.4805 0 13.0625 0.417969 13.0625 0.9375V2.5H7.4375V0.9375ZM3.375 7.5H17.125V17.5C17.125 17.8438 16.8438 18.125 16.5 18.125H4C3.65625 18.125 3.375 17.8438 3.375 17.5V7.5ZM5.25 11.25C5.25 11.5815 5.3817 11.8995 5.61612 12.1339C5.85054 12.3683 6.16848 12.5 6.5 12.5C6.83152 12.5 7.14946 12.3683 7.38388 12.1339C7.6183 11.8995 7.75 11.5815 7.75 11.25C7.75 10.9185 7.6183 10.6005 7.38388 10.3661C7.14946 10.1317 6.83152 10 6.5 10C6.16848 10 5.85054 10.1317 5.61612 10.3661C5.3817 10.6005 5.25 10.9185 5.25 11.25ZM14 13.75C13.6685 13.75 13.3505 13.8817 13.1161 14.1161C12.8817 14.3505 12.75 14.6685 12.75 15C12.75 15.3315 12.8817 15.6495 13.1161 15.8839C13.3505 16.1183 13.6685 16.25 14 16.25C14.3315 16.25 14.6495 16.1183 14.8839 15.8839C15.1183 15.6495 15.25 15.3315 15.25 15C15.25 14.6685 15.1183 14.3505 14.8839 14.1161C14.6495 13.8817 14.3315 13.75 14 13.75ZM9 11.25C9 11.7695 9.41797 12.1875 9.9375 12.1875H14.3125C14.832 12.1875 15.25 11.7695 15.25 11.25C15.25 10.7305 14.832 10.3125 14.3125 10.3125H9.9375C9.41797 10.3125 9 10.7305 9 11.25ZM10.5625 14.0625H6.1875C5.66797 14.0625 5.25 14.4805 5.25 15C5.25 15.5195 5.66797 15.9375 6.1875 15.9375H10.5625C11.082 15.9375 11.5 15.5195 11.5 15C11.5 14.4805 11.082 14.0625 10.5625 14.0625Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M10.8 8.8c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4m-.772 4.077A5.2 5.2 0 0 1 1.6 8.8a5.2 5.2 0 0 1 5.2-5.2 5.2 5.2 0 0 1 4.077 8.428l3.347 3.347a.6.6 0 0 1-.848.848z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M8.00009 2C8.53134 2 9.05009 2.05313 9.55634 2.15C9.80322 2.19688 10.2376 2.34062 10.4751 2.77812C10.5376 2.89375 10.5876 3.01563 10.6188 3.14688L10.9095 4.35C10.9532 4.53125 11.2595 4.70938 11.4376 4.65625L12.6251 4.30625C12.7501 4.26875 12.8782 4.25 13.0063 4.24688C13.5095 4.23125 13.8501 4.54063 14.0157 4.72813C14.7063 5.5125 15.2376 6.43438 15.5751 7.425C15.6563 7.6625 15.7501 8.10625 15.4907 8.53125C15.422 8.64375 15.3376 8.75 15.2407 8.84375L14.3438 9.69688C14.2126 9.82188 14.2126 10.1812 14.3438 10.3062L15.2407 11.1594C15.3376 11.2531 15.422 11.3594 15.4907 11.4719C15.747 11.8969 15.6532 12.3406 15.5751 12.5781C15.2376 13.5688 14.7063 14.4875 14.0157 15.275C13.8501 15.4625 13.5063 15.7719 13.0063 15.7563C12.8782 15.7531 12.7501 15.7312 12.6251 15.6969L11.4376 15.3438C11.2595 15.2906 10.9532 15.4687 10.9095 15.65L10.6188 16.8531C10.5876 16.9844 10.5376 17.1094 10.4751 17.2219C10.2345 17.6594 9.80009 17.8 9.55634 17.85C9.05009 17.9469 8.53134 18 8.00009 18C7.46884 18 6.95009 17.9469 6.44384 17.85C6.19697 17.8031 5.76259 17.6594 5.52509 17.2219C5.46259 17.1063 5.41259 16.9844 5.38134 16.8531L5.09072 15.65C5.04697 15.4687 4.74072 15.2906 4.56259 15.3438L3.37509 15.6938C3.25009 15.7313 3.12197 15.75 2.99384 15.7531C2.49072 15.7688 2.15009 15.4594 1.98447 15.2719C1.29697 14.4875 0.762592 13.5656 0.425092 12.575C0.343842 12.3375 0.250092 11.8938 0.509467 11.4688C0.578217 11.3563 0.662592 11.25 0.759467 11.1562L1.65634 10.3031C1.78759 10.1781 1.78759 9.81875 1.65634 9.69375L0.756342 8.84062C0.659467 8.74687 0.575092 8.64062 0.506342 8.52812C0.250092 8.10312 0.343842 7.65938 0.425092 7.425C0.762592 6.43438 1.29384 5.51563 1.98447 4.72813C2.15009 4.54063 2.49384 4.23125 2.99384 4.24688C3.12197 4.25 3.25009 4.27188 3.37509 4.30625L4.56259 4.65625C4.74072 4.70938 5.04697 4.53125 5.09072 4.35L5.38134 3.14688C5.41259 3.01563 5.46259 2.89062 5.52509 2.77812C5.76572 2.34062 6.20009 2.2 6.44384 2.15C6.95009 2.05313 7.46884 2 8.00009 2ZM6.81572 3.60625L6.55009 4.70312C6.30634 5.7125 5.13447 6.3875 4.13759 6.09688L3.05947 5.77813C2.54384 6.38125 2.13759 7.08125 1.87197 7.83125L2.69072 8.60938C3.44072 9.32187 3.44072 10.6781 2.69072 11.3906L1.87197 12.1687C2.13759 12.9187 2.54384 13.6188 3.05947 14.2219L4.14072 13.9031C5.13447 13.6094 6.30947 14.2875 6.55322 15.2969L6.81884 16.3938C7.58759 16.5344 8.42197 16.5344 9.19072 16.3938L9.45634 15.2969C9.70009 14.2875 10.872 13.6125 11.8688 13.9031L12.9501 14.2219C13.4657 13.6188 13.872 12.9187 14.1376 12.1687L13.3188 11.3906C12.5688 10.6781 12.5688 9.32187 13.3188 8.60938L14.1376 7.83125C13.872 7.08125 13.4657 6.38125 12.9501 5.77813L11.8688 6.09688C10.8751 6.39063 9.70009 5.7125 9.45634 4.70312L9.19072 3.60625C8.42197 3.46563 7.58759 3.46563 6.81884 3.60625H6.81572ZM6.50009 10C6.50009 10.3978 6.65813 10.7794 6.93943 11.0607C7.22074 11.342 7.60227 11.5 8.00009 11.5C8.39792 11.5 8.77945 11.342 9.06075 11.0607C9.34206 10.7794 9.50009 10.3978 9.50009 10C9.50009 9.60218 9.34206 9.22064 9.06075 8.93934C8.77945 8.65804 8.39792 8.5 8.00009 8.5C7.60227 8.5 7.22074 8.65804 6.93943 8.93934C6.65813 9.22064 6.50009 9.60218 6.50009 10ZM8.00009 13C7.20444 13 6.44138 12.6839 5.87877 12.1213C5.31616 11.5587 5.00009 10.7956 5.00009 10C5.00009 9.20435 5.31616 8.44129 5.87877 7.87868C6.44138 7.31607 7.20444 7 8.00009 7C8.79574 7 9.5588 7.31607 10.1214 7.87868C10.684 8.44129 11.0001 9.20435 11.0001 10C11.0001 10.7956 10.684 11.5587 10.1214 12.1213C9.5588 12.6839 8.79574 13 8.00009 13Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M7 4.5V15.5H14C14.275 15.5 14.5 15.275 14.5 15V5C14.5 4.725 14.275 4.5 14 4.5H7ZM0 5C0 3.89688 0.896875 3 2 3H14C15.1031 3 16 3.89688 16 5V15C16 16.1031 15.1031 17 14 17H2C0.896875 17 0 16.1031 0 15V5ZM2 5.75C2 6.16563 2.33437 6.5 2.75 6.5H4.25C4.66563 6.5 5 6.16563 5 5.75C5 5.33437 4.66563 5 4.25 5H2.75C2.33437 5 2 5.33437 2 5.75ZM2.75 8C2.33437 8 2 8.33437 2 8.75C2 9.16563 2.33437 9.5 2.75 9.5H4.25C4.66563 9.5 5 9.16563 5 8.75C5 8.33437 4.66563 8 4.25 8H2.75ZM2 11.75C2 12.1656 2.33437 12.5 2.75 12.5H4.25C4.66563 12.5 5 12.1656 5 11.75C5 11.3344 4.66563 11 4.25 11H2.75C2.33437 11 2 11.3344 2 11.75Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path
|
|
3
|
+
transform="scale(0.03125)"
|
|
4
|
+
d="M88 136C74.7 136 64 146.7 64 160C64 173.3 74.7 184 88 184L179.7 184C189.9 216.5 220.2 240 256 240C291.8 240 322.1 216.5 332.3 184L552 184C565.3 184 576 173.3 576 160C576 146.7 565.3 136 552 136L332.3 136C322.1 103.5 291.8 80 256 80C220.2 80 189.9 103.5 179.7 136L88 136zM88 296C74.7 296 64 306.7 64 320C64 333.3 74.7 344 88 344L339.7 344C349.9 376.5 380.2 400 416 400C451.8 400 482.1 376.5 492.3 344L552 344C565.3 344 576 333.3 576 320C576 306.7 565.3 296 552 296L492.3 296C482.1 263.5 451.8 240 416 240C380.2 240 349.9 263.5 339.7 296L88 296zM88 456C74.7 456 64 466.7 64 480C64 493.3 74.7 504 88 504L147.7 504C157.9 536.5 188.2 560 224 560C259.8 560 290.1 536.5 300.3 504L552 504C565.3 504 576 493.3 576 480C576 466.7 565.3 456 552 456L300.3 456C290.1 423.5 259.8 400 224 400C188.2 400 157.9 423.5 147.7 456L88 456zM224 512C206.3 512 192 497.7 192 480C192 462.3 206.3 448 224 448C241.7 448 256 462.3 256 480C256 497.7 241.7 512 224 512zM416 352C398.3 352 384 337.7 384 320C384 302.3 398.3 288 416 288C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352zM224 160C224 142.3 238.3 128 256 128C273.7 128 288 142.3 288 160C288 177.7 273.7 192 256 192C238.3 192 224 177.7 224 160z"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
|
|
2
|
+
<path d="M7.53123 2.21875C7.23748 1.925 6.76248 1.925 6.47185 2.21875L2.21873 6.46875C1.92498 6.7625 1.92498 7.2375 2.21873 7.52812C2.51248 7.81875 2.98748 7.82187 3.2781 7.52812L6.24685 4.55937V17.25C6.24685 17.6656 6.58123 18 6.99685 18C7.41248 18 7.74685 17.6656 7.74685 17.25V4.55937L10.7156 7.52812C11.0094 7.82187 11.4843 7.82187 11.775 7.52812C12.0656 7.23437 12.0687 6.75937 11.775 6.46875L7.53123 2.21875Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
|
|
2
|
+
<path d="M6.99688 18.0016C6.80511 18.0016 6.61291 17.9281 6.466 17.7813L2.21911 13.5281C1.92541 13.2375 1.92852 12.7625 2.21911 12.4688C2.50976 12.175 2.98474 12.175 3.2785 12.4688L6.24725 15.4406V4.5621L3.27966 7.52969C2.98907 7.82345 2.51403 7.82032 2.22033 7.52969C1.92657 7.23906 1.92657 6.76407 2.22033 6.47032L6.40478 2.28892C6.54174 2.11285 6.75579 2 6.99725 2H6.99926C7.19195 1.99933 7.38525 2.07277 7.53283 2.22032L11.7765 6.47032C12.0703 6.76095 12.0672 7.23594 11.7765 7.52969C11.486 7.82345 11.0109 7.82345 10.7172 7.52969L7.74841 4.56094L7.75036 15.4406L10.7191 12.4719C11.0098 12.1781 11.4847 12.1813 11.7785 12.4719C12.0723 12.7625 12.0723 13.2375 11.7785 13.5313L7.5783 17.7284C7.44097 17.8954 7.2326 18.0016 6.99841 18.0016H6.99688Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 20" fill="currentColor">
|
|
2
|
+
<path d="M6.46876 17.7812C6.76251 18.075 7.23751 18.075 7.52814 17.7812L11.7813 13.5312C12.075 13.2375 12.075 12.7625 11.7813 12.4719C11.4875 12.1813 11.0125 12.1781 10.7219 12.4719L7.75314 15.4406L7.75001 2.75C7.75001 2.33437 7.41564 2 7.00001 2C6.58439 2 6.25001 2.33437 6.25001 2.75V15.4406L3.28126 12.4688C2.98751 12.175 2.51251 12.175 2.22189 12.4688C1.93126 12.7625 1.92814 13.2375 2.22189 13.5281L6.46876 17.7812Z"></path>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18ZM11.5312 8.53125L7.53125 12.5312C7.2375 12.825 6.7625 12.825 6.47188 12.5312L4.47188 10.5312C4.17813 10.2375 4.17813 9.7625 4.47188 9.47188C4.76563 9.18125 5.24062 9.17813 5.53125 9.47188L7 10.9406L10.4688 7.46875C10.7625 7.175 11.2375 7.175 11.5281 7.46875C11.8187 7.7625 11.8219 8.2375 11.5281 8.52812L11.5312 8.53125Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M14.5 10C14.5 8.27609 13.8152 6.62279 12.5962 5.40381C11.3772 4.18482 9.72391 3.5 8 3.5C6.27609 3.5 4.62279 4.18482 3.40381 5.40381C2.18482 6.62279 1.5 8.27609 1.5 10C1.5 11.7239 2.18482 13.3772 3.40381 14.5962C4.62279 15.8152 6.27609 16.5 8 16.5C9.72391 16.5 11.3772 15.8152 12.5962 14.5962C13.8152 13.3772 14.5 11.7239 14.5 10ZM0 10C0 7.87827 0.842855 5.84344 2.34315 4.34315C3.84344 2.84285 5.87827 2 8 2C10.1217 2 12.1566 2.84285 13.6569 4.34315C15.1571 5.84344 16 7.87827 16 10C16 12.1217 15.1571 14.1566 13.6569 15.6569C12.1566 17.1571 10.1217 18 8 18C5.87827 18 3.84344 17.1571 2.34315 15.6569C0.842855 14.1566 0 12.1217 0 10Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 20" fill="currentColor">
|
|
2
|
+
<path d="M8 18C10.1217 18 12.1566 17.1571 13.6569 15.6569C15.1571 14.1566 16 12.1217 16 10C16 7.87827 15.1571 5.84344 13.6569 4.34315C12.1566 2.84285 10.1217 2 8 2C5.87827 2 3.84344 2.84285 2.34315 4.34315C0.842855 5.84344 0 7.87827 0 10C0 12.1217 0.842855 14.1566 2.34315 15.6569C3.84344 17.1571 5.87827 18 8 18Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M18.625 10C18.625 12.1549 17.769 14.2215 16.2452 15.7452C14.7215 17.269 12.6549 18.125 10.5 18.125C8.34512 18.125 6.27849 17.269 4.75476 15.7452C3.23102 14.2215 2.375 12.1549 2.375 10C2.375 7.84512 3.23102 5.77849 4.75476 4.25476C6.27849 2.73102 8.34512 1.875 10.5 1.875C12.6549 1.875 14.7215 2.73102 16.2452 4.25476C17.769 5.77849 18.625 7.84512 18.625 10ZM0.5 10C0.5 12.6522 1.55357 15.1957 3.42893 17.0711C5.3043 18.9464 7.84784 20 10.5 20C13.1522 20 15.6957 18.9464 17.5711 17.0711C19.4464 15.1957 20.5 12.6522 20.5 10C20.5 7.34784 19.4464 4.8043 17.5711 2.92893C15.6957 1.05357 13.1522 0 10.5 0C7.84784 0 5.3043 1.05357 3.42893 2.92893C1.55357 4.8043 0.5 7.34784 0.5 10ZM11.7891 14.1016L15.2266 10.6641C15.5937 10.2969 15.5937 9.70313 15.2266 9.33984L11.7891 5.90234C11.4219 5.53516 10.8281 5.53516 10.4648 5.90234C10.1016 6.26953 10.0977 6.86328 10.4648 7.22656L12.3008 9.0625H6.4375C5.91797 9.0625 5.5 9.48047 5.5 10C5.5 10.5195 5.91797 10.9375 6.4375 10.9375H12.3008L10.4648 12.7734C10.0977 13.1406 10.0977 13.7344 10.4648 14.0977C10.832 14.4609 11.4258 14.4648 11.7891 14.0977V14.1016Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path d="M10 1.875C12.1549 1.875 14.2215 2.73102 15.7452 4.25476C17.269 5.77849 18.125 7.84512 18.125 10C18.125 12.1549 17.269 14.2215 15.7452 15.7452C14.2215 17.269 12.1549 18.125 10 18.125C7.84512 18.125 5.77849 17.269 4.25476 15.7452C2.73102 14.2215 1.875 12.1549 1.875 10C1.875 7.84512 2.73102 5.77849 4.25476 4.25476C5.77849 2.73102 7.84512 1.875 10 1.875ZM10 20C12.6522 20 15.1957 18.9464 17.0711 17.0711C18.9464 15.1957 20 12.6522 20 10C20 7.34784 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0C7.34784 0 4.8043 1.05357 2.92893 2.92893C1.05357 4.8043 0 7.34784 0 10C0 12.6522 1.05357 15.1957 2.92893 17.0711C4.8043 18.9464 7.34784 20 10 20ZM14.4141 8.16406C14.7812 7.79688 14.7812 7.20313 14.4141 6.83984C14.0469 6.47656 13.4531 6.47266 13.0898 6.83984L8.75391 11.1758L6.91797 9.33984C6.55078 8.97266 5.95703 8.97266 5.59375 9.33984C5.23047 9.70703 5.22656 10.3008 5.59375 10.6641L8.09375 13.1641C8.46094 13.5312 9.05469 13.5312 9.41797 13.1641L14.4141 8.16406Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
|
|
2
|
+
<path d="M3.6125 2C3 2 2.5 2.5 2.5 3.1125C2.5 5.5375 4.4625 7.5 6.8875 7.5H8.25V10C8.25 10.4156 8.58437 10.75 9 10.75C9.41563 10.75 9.75 10.4156 9.75 10V6.75C9.75 4.12812 7.62188 2 5 2H3.6125ZM5 3.5C6.5375 3.5 7.825 4.56562 8.1625 6H6.88438C5.42188 6 4.2125 4.9125 4.025 3.5H5ZM5.1625 13.2094C5.36875 13.0719 5.60937 13 5.85625 13H10.75C11.025 13 11.25 13.225 11.25 13.5C11.25 13.775 11.025 14 10.75 14H10H8C7.58437 14 7.25 14.3344 7.25 14.75C7.25 15.1656 7.58437 15.5 8 15.5H10H10.75H12.25C12.3875 15.5 12.525 15.4625 12.6438 15.3875L15.5656 13.5906C15.6625 13.5312 15.775 13.5 15.8875 13.5H16.1187C16.3312 13.5 16.5031 13.6719 16.5031 13.8844C16.5031 14.0156 16.4375 14.1344 16.3281 14.2063L13.3406 16.1406C12.9719 16.375 12.5469 16.5 12.1156 16.5H0.75C0.334375 16.5 0 16.8344 0 17.25C0 17.6656 0.334375 18 0.75 18H12.1156C12.8375 18 13.5469 17.7906 14.1531 17.3969L17.1406 15.4625C17.6781 15.1156 18 14.5188 18 13.8813C18 12.8406 17.1563 11.9969 16.1156 11.9969H15.8844C15.4937 11.9969 15.1094 12.1062 14.775 12.3094L12.75 13.5625C12.75 13.5406 12.75 13.5219 12.75 13.5C12.75 12.3969 11.8531 11.5 10.75 11.5H5.85625C5.3125 11.5 4.78125 11.6594 4.33125 11.9625L2.02187 13.5H0.75C0.334375 13.5 0 13.8344 0 14.25C0 14.6656 0.334375 15 0.75 15H2.25C2.39687 15 2.54375 14.9562 2.66563 14.875L5.1625 13.2094ZM11.1125 7.5C13.5375 7.5 15.5 5.5375 15.5 3.1125C15.5 2.5 15 2 14.3875 2H13C11.6969 2 10.5156 2.525 9.65625 3.375C9.96875 3.80625 10.2219 4.28125 10.4062 4.7875C11 4.00625 11.9406 3.5 13 3.5H13.975C13.7875 4.9125 12.5781 6 11.1156 6H10.7031C10.7344 6.24688 10.7531 6.49687 10.7531 6.75V7.5H11.1156H11.1125Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
|
|
2
|
+
<path d="M3.21873 17.5312C3.51248 17.825 3.98748 17.825 4.2781 17.5312C4.56873 17.2375 4.57185 16.7625 4.2781 16.4719L2.55935 14.7531L13.25 14.75C13.6656 14.75 14 14.4156 14 14C14 13.5844 13.6656 13.25 13.25 13.25H2.55935L4.2781 11.5312C4.57185 11.2375 4.57185 10.7625 4.2781 10.4719C3.98435 10.1812 3.50935 10.1781 3.21873 10.4719L0.218726 13.4687C-0.0750244 13.7625 -0.0750244 14.2375 0.218726 14.5281L3.21873 17.5281V17.5312ZM13.7812 6.53125C14.075 6.2375 14.075 5.7625 13.7812 5.47187L10.7812 2.46875C10.4875 2.175 10.0125 2.175 9.72185 2.46875C9.43123 2.7625 9.4281 3.2375 9.72185 3.52812L11.4406 5.24687L0.749976 5.25C0.334351 5.25 -2.4423e-05 5.58437 -2.4423e-05 6C-2.4423e-05 6.41562 0.334351 6.75 0.749976 6.75H11.4406L9.72185 8.46875C9.4281 8.7625 9.4281 9.2375 9.72185 9.52812C10.0156 9.81875 10.4906 9.82187 10.7812 9.52812L13.7812 6.52812V6.53125Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM96 160C96 124.7 124.7 96 160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160zM192 224C192 206.3 206.3 192 224 192C241.7 192 256 206.3 256 224C256 241.7 241.7 256 224 256C206.3 256 192 241.7 192 224zM296 224C296 210.7 306.7 200 320 200L416 200C429.3 200 440 210.7 440 224C440 237.3 429.3 248 416 248L320 248C306.7 248 296 237.3 296 224zM296 320C296 306.7 306.7 296 320 296L416 296C429.3 296 440 306.7 440 320C440 333.3 429.3 344 416 344L320 344C306.7 344 296 333.3 296 320zM296 416C296 402.7 306.7 392 320 392L416 392C429.3 392 440 402.7 440 416C440 429.3 429.3 440 416 440L320 440C306.7 440 296 429.3 296 416zM224 352C206.3 352 192 337.7 192 320C192 302.3 206.3 288 224 288C241.7 288 256 302.3 256 320C256 337.7 241.7 352 224 352zM192 416C192 398.3 206.3 384 224 384C241.7 384 256 398.3 256 416C256 433.7 241.7 448 224 448C206.3 448 192 433.7 192 416z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="currentColor">
|
|
2
|
+
<path d="M480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96L480 96zM160 144C151.2 144 144 151.2 144 160L144 480C144 488.8 151.2 496 160 496L480 496C488.8 496 496 488.8 496 480L496 160C496 151.2 488.8 144 480 144L160 144zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
|
|
2
|
+
<path d="M2 5.5C1.725 5.5 1.5 5.725 1.5 6V14C1.5 14.275 1.725 14.5 2 14.5H16C16.275 14.5 16.5 14.275 16.5 14V6C16.5 5.725 16.275 5.5 16 5.5H2ZM0 6C0 4.89688 0.896875 4 2 4H16C17.1031 4 18 4.89688 18 6V14C18 15.1031 17.1031 16 16 16H2C0.896875 16 0 15.1031 0 14V6ZM8.75 10.5H14.25C14.6656 10.5 15 10.8344 15 11.25C15 11.6656 14.6656 12 14.25 12H8.75C8.33437 12 8 11.6656 8 11.25C8 10.8344 8.33437 10.5 8.75 10.5ZM8 8.25C8 7.83437 8.33437 7.5 8.75 7.5H14.25C14.6656 7.5 15 7.83437 15 8.25C15 8.66563 14.6656 9 14.25 9H8.75C8.33437 9 8 8.66563 8 8.25ZM5.625 6.75V7.18437C5.85938 7.22187 6.08125 7.275 6.28438 7.33125C6.61875 7.41875 6.81563 7.7625 6.72813 8.09688C6.64063 8.43125 6.29688 8.62813 5.9625 8.54063C5.61875 8.45 5.2875 8.38438 4.9875 8.37813C4.74063 8.375 4.4875 8.43438 4.31563 8.53438C4.16563 8.62188 4.12187 8.70937 4.12187 8.825C4.12187 8.88125 4.125 8.93438 4.2875 9.03438C4.48437 9.15313 4.77187 9.24375 5.17188 9.3625L5.19375 9.36875C5.54375 9.475 5.99375 9.60938 6.35313 9.8375C6.75625 10.0906 7.1125 10.5031 7.12187 11.1375C7.13125 11.7906 6.79375 12.2656 6.34688 12.5437C6.12188 12.6844 5.87187 12.7719 5.62187 12.825V13.2563C5.62187 13.6 5.34062 13.8813 4.99687 13.8813C4.65312 13.8813 4.37187 13.6 4.37187 13.2563V12.8C4.05 12.7313 3.74687 12.6281 3.49062 12.5375C3.425 12.5156 3.3625 12.4938 3.3 12.4719C2.97187 12.3625 2.79688 12.0094 2.90625 11.6812C3.01562 11.3531 3.36875 11.1781 3.69688 11.2875C3.775 11.3125 3.85 11.3406 3.92188 11.3625C4.34688 11.5063 4.67188 11.6156 5.01875 11.6281C5.2875 11.6375 5.53437 11.5781 5.6875 11.4812C5.81562 11.4031 5.875 11.3094 5.87187 11.1531C5.87187 11.0625 5.84687 10.9969 5.6875 10.8969C5.49062 10.7719 5.20625 10.6812 4.8125 10.5625L4.75938 10.5469C4.41875 10.4438 3.99062 10.3156 3.64687 10.1094C3.25 9.86875 2.87813 9.46875 2.875 8.8375C2.87187 8.17813 3.24375 7.72187 3.68125 7.46562C3.89688 7.3375 4.13438 7.25312 4.375 7.2V6.7625C4.375 6.41875 4.65625 6.1375 5 6.1375C5.34375 6.1375 5.625 6.41875 5.625 6.7625V6.75Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" fill="currentColor">
|
|
2
|
+
<path d="M4 2C4.41563 2 4.75 2.33437 4.75 2.75V4H9.25V2.75C9.25 2.33437 9.58437 2 10 2C10.4156 2 10.75 2.33437 10.75 2.75V4H12C13.1031 4 14 4.89688 14 6V6.5V8V16C14 17.1031 13.1031 18 12 18H2C0.896875 18 0 17.1031 0 16V8V6.5V6C0 4.89688 0.896875 4 2 4H3.25V2.75C3.25 2.33437 3.58437 2 4 2ZM12.5 8H1.5V16C1.5 16.275 1.725 16.5 2 16.5H12C12.275 16.5 12.5 16.275 12.5 16V8ZM3.5 11.4156C3.5 10.3594 4.35625 9.5 5.41563 9.5C5.92188 9.5 6.40938 9.70312 6.76875 10.0594L7 10.2906L7.23125 10.0594C7.59062 9.7 8.07813 9.5 8.58438 9.5C9.64063 9.5 10.5 10.3562 10.5 11.4156C10.5 11.9219 10.2969 12.4094 9.94063 12.7688L7.35625 15.3531C7.1625 15.5469 6.84375 15.5469 6.65 15.3531L4.06563 12.7688C3.70625 12.4094 3.50625 11.9219 3.50625 11.4156H3.5Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 20" fill="currentColor">
|
|
2
|
+
<path d="M8.99995 4.5C6.96245 4.5 5.28745 5.425 4.00308 6.61562C2.79995 7.73437 1.9687 9.0625 1.5437 10C1.9687 10.9375 2.79995 12.2656 3.99995 13.3844C5.28745 14.575 6.96245 15.5 8.99995 15.5C11.0375 15.5 12.7125 14.575 13.9968 13.3844C15.2 12.2656 16.0312 10.9375 16.4562 10C16.0312 9.0625 15.2 7.73437 14 6.61562C12.7125 5.425 11.0375 4.5 8.99995 4.5ZM2.9812 5.51875C4.45308 4.15 6.47495 3 8.99995 3C11.525 3 13.5468 4.15 15.0187 5.51875C16.4812 6.87812 17.4593 8.5 17.9249 9.61562C18.0281 9.8625 18.0281 10.1375 17.9249 10.3844C17.4593 11.5 16.4812 13.125 15.0187 14.4812C13.5468 15.85 11.525 17 8.99995 17C6.47495 17 4.45308 15.85 2.9812 14.4812C1.5187 13.125 0.540576 11.5 0.0780762 10.3844C-0.0250488 10.1375 -0.0250488 9.8625 0.0780762 9.61562C0.540576 8.5 1.5187 6.875 2.9812 5.51875ZM8.99995 12.5C10.3812 12.5 11.5 11.3813 11.5 10C11.5 8.61875 10.3812 7.5 8.99995 7.5C8.97808 7.5 8.95933 7.5 8.93745 7.5C8.97808 7.65937 8.99995 7.82812 8.99995 8C8.99995 9.10312 8.10308 10 6.99995 10C6.82808 10 6.65933 9.97812 6.49995 9.9375C6.49995 9.95937 6.49995 9.97813 6.49995 10C6.49995 11.3813 7.6187 12.5 8.99995 12.5ZM8.99995 6C10.0608 6 11.0782 6.42143 11.8284 7.17157C12.5785 7.92172 13 8.93913 13 10C13 11.0609 12.5785 12.0783 11.8284 12.8284C11.0782 13.5786 10.0608 14 8.99995 14C7.93909 14 6.92167 13.5786 6.17152 12.8284C5.42138 12.0783 4.99995 11.0609 4.99995 10C4.99995 8.93913 5.42138 7.92172 6.17152 7.17157C6.92167 6.42143 7.93909 6 8.99995 6Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
|
2
|
+
<path
|
|
3
|
+
transform="scale(0.03125)"
|
|
4
|
+
d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM320 448C302.3 448 288 433.7 288 416C288 398.3 302.3 384 320 384C337.7 384 352 398.3 352 416C352 433.7 337.7 448 320 448zM320 192C338.2 192 352.7 207.5 351.4 225.7L344 329.7C343.1 342.3 332.6 352 320.1 352C307.5 352 297.1 342.3 296.2 329.7L288.8 225.7C287.3 207.5 301.8 192 320 192z"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<g transform="translate(2.16 2.16) scale(0.82)">
|
|
3
|
+
<circle cx="6" cy="19" r="3" />
|
|
4
|
+
<path d="M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" />
|
|
5
|
+
<circle cx="18" cy="5" r="3" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
package/dist/utils/storybook.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__presentation_Icon_js_6961aa57__ from "../presentation/Icon.js";
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__ from "../icons/components/index.js";
|
|
4
3
|
const avatarUrl = (img)=>`https://i.pravatar.cc/100?img=${img}`;
|
|
5
4
|
const iconStoryControl = ()=>{
|
|
6
|
-
const availableIcons = Object.keys(
|
|
5
|
+
const availableIcons = Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__);
|
|
7
6
|
const options = [
|
|
8
7
|
"None",
|
|
9
|
-
...Object.keys(
|
|
8
|
+
...Object.keys(__WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__)
|
|
10
9
|
];
|
|
11
10
|
const mapping = {};
|
|
12
11
|
mapping.None = null;
|
|
13
|
-
for (const iconName of availableIcons)
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
for (const iconName of availableIcons){
|
|
13
|
+
const Component = __WEBPACK_EXTERNAL_MODULE__icons_components_index_js_16bea6de__[iconName];
|
|
14
|
+
mapping[iconName] = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(Component, {});
|
|
15
|
+
}
|
|
16
16
|
return {
|
|
17
17
|
control: "select",
|
|
18
18
|
options,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worknice/whiteboard",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.62.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"files": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"react-markdown": "^10.1.0",
|
|
40
40
|
"utf8": "^3.0.0",
|
|
41
41
|
"zod": "^4.1.13",
|
|
42
|
-
"@worknice/utils": "^0.
|
|
42
|
+
"@worknice/utils": "^0.45.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@anolilab/semantic-release-pnpm": "^3.2.2",
|
|
@@ -49,6 +49,10 @@
|
|
|
49
49
|
"@storybook/addon-a11y": "^10.1.2",
|
|
50
50
|
"@storybook/addon-docs": "^10.1.2",
|
|
51
51
|
"@storybook/nextjs-vite": "^10.1.2",
|
|
52
|
+
"@svgr/core": "^8.1.0",
|
|
53
|
+
"@svgr/plugin-jsx": "^8.1.0",
|
|
54
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
55
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
52
56
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
53
57
|
"@types/css-modules": "^1.0.5",
|
|
54
58
|
"@types/js-search": "^1.4.0",
|
|
@@ -76,7 +80,7 @@
|
|
|
76
80
|
"temporal-polyfill": "^0.2.5",
|
|
77
81
|
"typescript": "^5.9.3",
|
|
78
82
|
"uuid": "^11.0.5",
|
|
79
|
-
"vitest": "^
|
|
83
|
+
"vitest": "^4.1.8"
|
|
80
84
|
},
|
|
81
85
|
"peerDependencies": {
|
|
82
86
|
"@react-email/components": "^0.0.7",
|
|
@@ -88,6 +92,7 @@
|
|
|
88
92
|
"uuid": "^8.3.2"
|
|
89
93
|
},
|
|
90
94
|
"scripts": {
|
|
95
|
+
"gen:icons": "node scripts/genIcons.mjs && prettier 'src/icons/components/*.tsx' --write && eslint 'src/icons/components/*.tsx' --fix",
|
|
91
96
|
"build": "rslib build",
|
|
92
97
|
"dev": "concurrently --kill-others-on-fail -n dev:rslib,dev:storybook 'pnpm dev:rslib' 'pnpm dev:storybook'",
|
|
93
98
|
"dev:rslib": "rslib build --watch",
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
-
const ApprovalIcon = ({ id })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("symbol", {
|
|
3
|
-
id: id,
|
|
4
|
-
viewBox: "0 0 16 20",
|
|
5
|
-
fill: "currentColor",
|
|
6
|
-
children: [
|
|
7
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
8
|
-
d: "M10.119 3.088A2.25 2.25 0 0 0 7.338 4.63l-.179.625A2.74 2.74 0 0 1 6.55 6.35L4.947 8.113a.75.75 0 0 0 1.11 1.009l1.602-1.763a4.2 4.2 0 0 0 .941-1.69l.178-.625a.75.75 0 1 1 1.444.412l-.178.625a5.7 5.7 0 0 1-.832 1.735A.75.75 0 0 0 9.826 9H14a.501.501 0 0 1 .175.969.752.752 0 0 0-.3 1.2.5.5 0 0 1-.281.822.75.75 0 0 0-.45 1.203.5.5 0 0 1-.213.775.75.75 0 0 0-.45.9q.02.062.019.134c0 .275-.225.5-.5.5H8.953c-.394 0-.781-.116-1.11-.334l-1.927-1.285a.75.75 0 0 0-1.041.21.75.75 0 0 0 .21 1.04l1.928 1.285a3.5 3.5 0 0 0 1.94.587H12a2 2 0 0 0 2-1.937 2 2 0 0 0 .71-1.969 2 2 0 0 0 .702-2.178A2.02 2.02 0 0 0 16 9.5a2 2 0 0 0-2-2h-2.884a7 7 0 0 0 .368-1.006l.178-.625a2.25 2.25 0 0 0-1.543-2.781M1 8a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z"
|
|
9
|
-
}),
|
|
10
|
-
" "
|
|
11
|
-
]
|
|
12
|
-
});
|
|
13
|
-
const ApprovalIcon_rslib_entry_ = ApprovalIcon;
|
|
14
|
-
export { ApprovalIcon_rslib_entry_ as default };
|
package/dist/icons/AppsIcon.d.ts
DELETED