@medplum/react 2.0.2 → 2.0.4
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/cjs/OperationOutcomeAlert/OperationOutcomeAlert.d.ts +2 -1
- package/dist/cjs/ResourceDiffTable/ResourceDiffTable.stories.d.ts +5 -0
- package/dist/cjs/ResourceTable/ResourceTable.d.ts +13 -0
- package/dist/cjs/ResourceTimeline/ResourceTimeline.d.ts +2 -2
- package/dist/cjs/auth/AuthenticationForm.d.ts +2 -1
- package/dist/cjs/auth/SignInForm.d.ts +1 -0
- package/dist/cjs/index.cjs +1834 -1212
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.min.cjs +1 -1
- package/dist/cjs/useResource/useResource.d.ts +2 -2
- package/dist/cjs/utils/date.d.ts +2 -1
- package/dist/esm/AddressDisplay/AddressDisplay.mjs +2 -2
- package/dist/esm/AddressDisplay/AddressDisplay.mjs.map +1 -1
- package/dist/esm/AddressInput/AddressInput.mjs +9 -9
- package/dist/esm/AddressInput/AddressInput.mjs.map +1 -1
- package/dist/esm/AnnotationInput/AnnotationInput.mjs +2 -2
- package/dist/esm/AnnotationInput/AnnotationInput.mjs.map +1 -1
- package/dist/esm/AsyncAutocomplete/AsyncAutocomplete.mjs +2 -2
- package/dist/esm/AsyncAutocomplete/AsyncAutocomplete.mjs.map +1 -1
- package/dist/esm/AttachmentArrayDisplay/AttachmentArrayDisplay.mjs +4 -4
- package/dist/esm/AttachmentArrayDisplay/AttachmentArrayDisplay.mjs.map +1 -1
- package/dist/esm/AttachmentArrayInput/AttachmentArrayInput.mjs +20 -19
- package/dist/esm/AttachmentArrayInput/AttachmentArrayInput.mjs.map +1 -1
- package/dist/esm/AttachmentButton/AttachmentButton.mjs +3 -3
- package/dist/esm/AttachmentButton/AttachmentButton.mjs.map +1 -1
- package/dist/esm/AttachmentDisplay/AttachmentDisplay.mjs +9 -9
- package/dist/esm/AttachmentDisplay/AttachmentDisplay.mjs.map +1 -1
- package/dist/esm/AttachmentInput/AttachmentInput.mjs +5 -5
- package/dist/esm/AttachmentInput/AttachmentInput.mjs.map +1 -1
- package/dist/esm/BackboneElementDisplay/BackboneElementDisplay.mjs +6 -6
- package/dist/esm/BackboneElementDisplay/BackboneElementDisplay.mjs.map +1 -1
- package/dist/esm/BackboneElementInput/BackboneElementInput.mjs +7 -7
- package/dist/esm/BackboneElementInput/BackboneElementInput.mjs.map +1 -1
- package/dist/esm/CalendarInput/CalendarInput.mjs +18 -18
- package/dist/esm/CalendarInput/CalendarInput.mjs.map +1 -1
- package/dist/esm/CheckboxFormSection/CheckboxFormSection.mjs +5 -5
- package/dist/esm/CheckboxFormSection/CheckboxFormSection.mjs.map +1 -1
- package/dist/esm/CodeInput/CodeInput.mjs +2 -2
- package/dist/esm/CodeInput/CodeInput.mjs.map +1 -1
- package/dist/esm/CodeableConceptDisplay/CodeableConceptDisplay.mjs +2 -2
- package/dist/esm/CodeableConceptDisplay/CodeableConceptDisplay.mjs.map +1 -1
- package/dist/esm/CodeableConceptInput/CodeableConceptInput.mjs +2 -2
- package/dist/esm/CodeableConceptInput/CodeableConceptInput.mjs.map +1 -1
- package/dist/esm/CodingDisplay/CodingDisplay.mjs +2 -2
- package/dist/esm/CodingDisplay/CodingDisplay.mjs.map +1 -1
- package/dist/esm/CodingInput/CodingInput.mjs +2 -2
- package/dist/esm/CodingInput/CodingInput.mjs.map +1 -1
- package/dist/esm/ContactDetailDisplay/ContactDetailDisplay.mjs +3 -3
- package/dist/esm/ContactDetailDisplay/ContactDetailDisplay.mjs.map +1 -1
- package/dist/esm/ContactDetailInput/ContactDetailInput.mjs +4 -4
- package/dist/esm/ContactDetailInput/ContactDetailInput.mjs.map +1 -1
- package/dist/esm/ContactPointDisplay/ContactPointDisplay.mjs +2 -2
- package/dist/esm/ContactPointDisplay/ContactPointDisplay.mjs.map +1 -1
- package/dist/esm/ContactPointInput/ContactPointInput.mjs +5 -5
- package/dist/esm/ContactPointInput/ContactPointInput.mjs.map +1 -1
- package/dist/esm/Container/Container.mjs +2 -2
- package/dist/esm/Container/Container.mjs.map +1 -1
- package/dist/esm/DateTimeInput/DateTimeInput.mjs +2 -2
- package/dist/esm/DateTimeInput/DateTimeInput.mjs.map +1 -1
- package/dist/esm/DefaultResourceTimeline/DefaultResourceTimeline.mjs +3 -7
- package/dist/esm/DefaultResourceTimeline/DefaultResourceTimeline.mjs.map +1 -1
- package/dist/esm/DescriptionList/DescriptionList.mjs +5 -5
- package/dist/esm/DescriptionList/DescriptionList.mjs.map +1 -1
- package/dist/esm/DiagnosticReportDisplay/DiagnosticReportDisplay.mjs +49 -49
- package/dist/esm/DiagnosticReportDisplay/DiagnosticReportDisplay.mjs.map +1 -1
- package/dist/esm/Document/Document.mjs +3 -3
- package/dist/esm/Document/Document.mjs.map +1 -1
- package/dist/esm/EncounterTimeline/EncounterTimeline.mjs +7 -7
- package/dist/esm/EncounterTimeline/EncounterTimeline.mjs.map +1 -1
- package/dist/esm/ErrorBoundary/ErrorBoundary.mjs +4 -4
- package/dist/esm/ErrorBoundary/ErrorBoundary.mjs.map +1 -1
- package/dist/esm/ExtensionInput/ExtensionInput.mjs +2 -2
- package/dist/esm/ExtensionInput/ExtensionInput.mjs.map +1 -1
- package/dist/esm/FhirPathDisplay/FhirPathDisplay.mjs +2 -2
- package/dist/esm/FhirPathDisplay/FhirPathDisplay.mjs.map +1 -1
- package/dist/esm/FhirPathTable/FhirPathTable.mjs +19 -19
- package/dist/esm/FhirPathTable/FhirPathTable.mjs.map +1 -1
- package/dist/esm/Form/Form.mjs +2 -2
- package/dist/esm/Form/Form.mjs.map +1 -1
- package/dist/esm/FormSection/FormSection.mjs +2 -2
- package/dist/esm/FormSection/FormSection.mjs.map +1 -1
- package/dist/esm/GoogleButton/GoogleButton.mjs +4 -4
- package/dist/esm/GoogleButton/GoogleButton.mjs.map +1 -1
- package/dist/esm/HumanNameDisplay/HumanNameDisplay.mjs +2 -2
- package/dist/esm/HumanNameDisplay/HumanNameDisplay.mjs.map +1 -1
- package/dist/esm/HumanNameInput/HumanNameInput.mjs +7 -7
- package/dist/esm/HumanNameInput/HumanNameInput.mjs.map +1 -1
- package/dist/esm/IdentifierDisplay/IdentifierDisplay.mjs +2 -2
- package/dist/esm/IdentifierDisplay/IdentifierDisplay.mjs.map +1 -1
- package/dist/esm/IdentifierInput/IdentifierInput.mjs +4 -4
- package/dist/esm/IdentifierInput/IdentifierInput.mjs.map +1 -1
- package/dist/esm/Logo/Logo.mjs +8 -8
- package/dist/esm/Logo/Logo.mjs.map +1 -1
- package/dist/esm/MedplumLink/MedplumLink.mjs +2 -2
- package/dist/esm/MedplumLink/MedplumLink.mjs.map +1 -1
- package/dist/esm/MedplumProvider/MedplumProvider.mjs +2 -2
- package/dist/esm/MedplumProvider/MedplumProvider.mjs.map +1 -1
- package/dist/esm/MoneyDisplay/MoneyDisplay.mjs +2 -2
- package/dist/esm/MoneyDisplay/MoneyDisplay.mjs.map +1 -1
- package/dist/esm/MoneyInput/MoneyInput.mjs +4 -4
- package/dist/esm/MoneyInput/MoneyInput.mjs.map +1 -1
- package/dist/esm/NoteDisplay/NoteDisplay.mjs +2 -2
- package/dist/esm/NoteDisplay/NoteDisplay.mjs.map +1 -1
- package/dist/esm/OperationOutcomeAlert/OperationOutcomeAlert.d.ts +2 -1
- package/dist/esm/OperationOutcomeAlert/OperationOutcomeAlert.mjs +5 -4
- package/dist/esm/OperationOutcomeAlert/OperationOutcomeAlert.mjs.map +1 -1
- package/dist/esm/Panel/Panel.mjs +2 -2
- package/dist/esm/Panel/Panel.mjs.map +1 -1
- package/dist/esm/PatientTimeline/PatientTimeline.mjs +12 -12
- package/dist/esm/PatientTimeline/PatientTimeline.mjs.map +1 -1
- package/dist/esm/PeriodInput/PeriodInput.mjs +4 -4
- package/dist/esm/PeriodInput/PeriodInput.mjs.map +1 -1
- package/dist/esm/PlanDefinitionBuilder/PlanDefinitionBuilder.mjs +34 -34
- package/dist/esm/PlanDefinitionBuilder/PlanDefinitionBuilder.mjs.map +1 -1
- package/dist/esm/QuantityDisplay/QuantityDisplay.mjs +2 -2
- package/dist/esm/QuantityDisplay/QuantityDisplay.mjs.map +1 -1
- package/dist/esm/QuantityInput/QuantityInput.mjs +5 -5
- package/dist/esm/QuantityInput/QuantityInput.mjs.map +1 -1
- package/dist/esm/QuestionnaireBuilder/QuestionnaireBuilder.mjs +31 -31
- package/dist/esm/QuestionnaireBuilder/QuestionnaireBuilder.mjs.map +1 -1
- package/dist/esm/QuestionnaireForm/QuestionnaireForm.mjs +32 -32
- package/dist/esm/QuestionnaireForm/QuestionnaireForm.mjs.map +1 -1
- package/dist/esm/RangeDisplay/RangeDisplay.mjs +2 -2
- package/dist/esm/RangeDisplay/RangeDisplay.mjs.map +1 -1
- package/dist/esm/RangeInput/RangeInput.mjs +4 -4
- package/dist/esm/RangeInput/RangeInput.mjs.map +1 -1
- package/dist/esm/RatioDisplay/RatioDisplay.mjs +4 -4
- package/dist/esm/RatioDisplay/RatioDisplay.mjs.map +1 -1
- package/dist/esm/RatioInput/RatioInput.mjs +4 -4
- package/dist/esm/RatioInput/RatioInput.mjs.map +1 -1
- package/dist/esm/ReferenceDisplay/ReferenceDisplay.mjs +3 -3
- package/dist/esm/ReferenceDisplay/ReferenceDisplay.mjs.map +1 -1
- package/dist/esm/ReferenceInput/ReferenceInput.mjs +4 -4
- package/dist/esm/ReferenceInput/ReferenceInput.mjs.map +1 -1
- package/dist/esm/ReferenceRangeEditor/ReferenceRangeEditor.mjs +32 -31
- package/dist/esm/ReferenceRangeEditor/ReferenceRangeEditor.mjs.map +1 -1
- package/dist/esm/RequestGroupDisplay/RequestGroupDisplay.mjs +16 -15
- package/dist/esm/RequestGroupDisplay/RequestGroupDisplay.mjs.map +1 -1
- package/dist/esm/ResourceArrayDisplay/ResourceArrayDisplay.mjs +3 -3
- package/dist/esm/ResourceArrayDisplay/ResourceArrayDisplay.mjs.map +1 -1
- package/dist/esm/ResourceArrayInput/ResourceArrayInput.mjs +19 -18
- package/dist/esm/ResourceArrayInput/ResourceArrayInput.mjs.map +1 -1
- package/dist/esm/ResourceAvatar/ResourceAvatar.mjs +4 -4
- package/dist/esm/ResourceAvatar/ResourceAvatar.mjs.map +1 -1
- package/dist/esm/ResourceBadge/ResourceBadge.mjs +4 -4
- package/dist/esm/ResourceBadge/ResourceBadge.mjs.map +1 -1
- package/dist/esm/ResourceBlame/ResourceBlame.mjs +13 -13
- package/dist/esm/ResourceBlame/ResourceBlame.mjs.map +1 -1
- package/dist/esm/ResourceDiff/ResourceDiff.mjs +7 -7
- package/dist/esm/ResourceDiff/ResourceDiff.mjs.map +1 -1
- package/dist/esm/ResourceDiffTable/ResourceDiffTable.mjs +18 -18
- package/dist/esm/ResourceDiffTable/ResourceDiffTable.mjs.map +1 -1
- package/dist/esm/ResourceDiffTable/ResourceDiffTable.stories.d.ts +5 -0
- package/dist/esm/ResourceForm/ResourceForm.mjs +12 -12
- package/dist/esm/ResourceForm/ResourceForm.mjs.map +1 -1
- package/dist/esm/ResourceHistoryTable/ResourceHistoryTable.mjs +17 -17
- package/dist/esm/ResourceHistoryTable/ResourceHistoryTable.mjs.map +1 -1
- package/dist/esm/ResourceInput/ResourceInput.mjs +8 -8
- package/dist/esm/ResourceInput/ResourceInput.mjs.map +1 -1
- package/dist/esm/ResourceName/ResourceName.mjs +2 -2
- package/dist/esm/ResourceName/ResourceName.mjs.map +1 -1
- package/dist/esm/ResourcePropertyDisplay/ResourcePropertyDisplay.mjs +26 -26
- package/dist/esm/ResourcePropertyDisplay/ResourcePropertyDisplay.mjs.map +1 -1
- package/dist/esm/ResourcePropertyInput/ResourcePropertyInput.mjs +34 -34
- package/dist/esm/ResourcePropertyInput/ResourcePropertyInput.mjs.map +1 -1
- package/dist/esm/ResourceTable/ResourceTable.d.ts +13 -0
- package/dist/esm/ResourceTable/ResourceTable.mjs +5 -2
- package/dist/esm/ResourceTable/ResourceTable.mjs.map +1 -1
- package/dist/esm/ResourceTimeline/ResourceTimeline.d.ts +2 -2
- package/dist/esm/ResourceTimeline/ResourceTimeline.mjs +105 -76
- package/dist/esm/ResourceTimeline/ResourceTimeline.mjs.map +1 -1
- package/dist/esm/Scheduler/Scheduler.mjs +22 -22
- package/dist/esm/Scheduler/Scheduler.mjs.map +1 -1
- package/dist/esm/SearchControl/SearchControl.mjs +55 -49
- package/dist/esm/SearchControl/SearchControl.mjs.map +1 -1
- package/dist/esm/SearchControl/SearchUtils.mjs +4 -4
- package/dist/esm/SearchControl/SearchUtils.mjs.map +1 -1
- package/dist/esm/SearchFieldEditor/SearchFieldEditor.mjs +25 -25
- package/dist/esm/SearchFieldEditor/SearchFieldEditor.mjs.map +1 -1
- package/dist/esm/SearchFilterEditor/SearchFilterEditor.mjs +37 -37
- package/dist/esm/SearchFilterEditor/SearchFilterEditor.mjs.map +1 -1
- package/dist/esm/SearchFilterValueDialog/SearchFilterValueDialog.mjs +6 -6
- package/dist/esm/SearchFilterValueDialog/SearchFilterValueDialog.mjs.map +1 -1
- package/dist/esm/SearchFilterValueDisplay/SearchFilterValueDisplay.mjs +4 -4
- package/dist/esm/SearchFilterValueDisplay/SearchFilterValueDisplay.mjs.map +1 -1
- package/dist/esm/SearchFilterValueInput/SearchFilterValueInput.mjs +8 -8
- package/dist/esm/SearchFilterValueInput/SearchFilterValueInput.mjs.map +1 -1
- package/dist/esm/SearchPopupMenu/SearchPopupMenu.mjs +75 -62
- package/dist/esm/SearchPopupMenu/SearchPopupMenu.mjs.map +1 -1
- package/dist/esm/ServiceRequestTimeline/ServiceRequestTimeline.mjs +8 -8
- package/dist/esm/ServiceRequestTimeline/ServiceRequestTimeline.mjs.map +1 -1
- package/dist/esm/StatusBadge/StatusBadge.mjs +2 -2
- package/dist/esm/StatusBadge/StatusBadge.mjs.map +1 -1
- package/dist/esm/Timeline/Timeline.mjs +20 -20
- package/dist/esm/Timeline/Timeline.mjs.map +1 -1
- package/dist/esm/TimingInput/TimingInput.mjs +19 -19
- package/dist/esm/TimingInput/TimingInput.mjs.map +1 -1
- package/dist/esm/ValueSetAutocomplete/ValueSetAutocomplete.mjs +2 -2
- package/dist/esm/ValueSetAutocomplete/ValueSetAutocomplete.mjs.map +1 -1
- package/dist/esm/auth/AuthenticationForm.d.ts +2 -1
- package/dist/esm/auth/AuthenticationForm.mjs +23 -23
- package/dist/esm/auth/AuthenticationForm.mjs.map +1 -1
- package/dist/esm/auth/ChooseProfileForm.mjs +11 -11
- package/dist/esm/auth/ChooseProfileForm.mjs.map +1 -1
- package/dist/esm/auth/ChooseScopeForm.mjs +9 -9
- package/dist/esm/auth/ChooseScopeForm.mjs.map +1 -1
- package/dist/esm/auth/MfaForm.mjs +12 -12
- package/dist/esm/auth/MfaForm.mjs.map +1 -1
- package/dist/esm/auth/NewProjectForm.mjs +12 -12
- package/dist/esm/auth/NewProjectForm.mjs.map +1 -1
- package/dist/esm/auth/NewUserForm.mjs +22 -22
- package/dist/esm/auth/NewUserForm.mjs.map +1 -1
- package/dist/esm/auth/RegisterForm.mjs +5 -5
- package/dist/esm/auth/RegisterForm.mjs.map +1 -1
- package/dist/esm/auth/SignInForm.d.ts +1 -0
- package/dist/esm/auth/SignInForm.mjs +8 -8
- package/dist/esm/auth/SignInForm.mjs.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.min.mjs +1 -1
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/createReactComponent.mjs +69 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/createReactComponent.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/defaultAttributes.mjs +18 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/defaultAttributes.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.mjs +24 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertCircle.mjs +14 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAlertCircle.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBleach.mjs +18 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBleach.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBleachOff.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBleachOff.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.mjs +25 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContain.mjs +16 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContain.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBucket.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBucket.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBucketOff.mjs +26 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconBucketOff.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendar.mjs +23 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCalendar.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.mjs +12 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCheckbox.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCheckbox.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleMinus.mjs +13 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCircleMinus.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCirclePlus.mjs +14 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCirclePlus.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudUpload.mjs +20 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCloudUpload.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconColumns.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollar.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollar.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconDots.mjs +14 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconDots.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.mjs +26 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEqual.mjs +13 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEqual.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEqualNot.mjs +14 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconEqualNot.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFileAlert.mjs +21 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFileAlert.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePlus.mjs +21 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFilePlus.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFilter.mjs +18 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconFilter.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconListDetails.mjs +29 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconListDetails.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMathGreater.mjs +12 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMathGreater.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMathLower.mjs +12 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMathLower.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage.mjs +20 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconMessage.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconPin.mjs +20 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconPin.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconPinnedOff.mjs +21 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconPinnedOff.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSettings.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSettings.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscending.mjs +16 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSortAscending.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescending.mjs +16 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSortDescending.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare.mjs +18 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconSquare.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconTableExport.mjs +18 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconTableExport.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.mjs +19 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconTrash.mjs.map +1 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconX.mjs +13 -0
- package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconX.mjs.map +1 -0
- package/dist/esm/useResource/useResource.d.ts +2 -2
- package/dist/esm/useResource/useResource.mjs +62 -42
- package/dist/esm/useResource/useResource.mjs.map +1 -1
- package/dist/esm/utils/date.d.ts +2 -1
- package/dist/esm/utils/date.mjs +31 -25
- package/dist/esm/utils/date.mjs.map +1 -1
- package/icons-unique.txt +36 -0
- package/icons.txt +44 -0
- package/package.json +13 -13
- package/dist/esm/node_modules/@tabler/icons/icons-react/dist/index.esm.mjs +0 -6
- package/dist/esm/node_modules/@tabler/icons/icons-react/dist/index.esm.mjs.map +0 -1
package/dist/esm/index.mjs
CHANGED
|
@@ -43,6 +43,7 @@ export { MedplumLink } from './MedplumLink/MedplumLink.mjs';
|
|
|
43
43
|
export { MedplumProvider, useMedplum, useMedplumContext, useMedplumNavigate, useMedplumProfile } from './MedplumProvider/MedplumProvider.mjs';
|
|
44
44
|
export { MoneyDisplay } from './MoneyDisplay/MoneyDisplay.mjs';
|
|
45
45
|
export { MoneyInput } from './MoneyInput/MoneyInput.mjs';
|
|
46
|
+
export { OperationOutcomeAlert } from './OperationOutcomeAlert/OperationOutcomeAlert.mjs';
|
|
46
47
|
export { Panel } from './Panel/Panel.mjs';
|
|
47
48
|
export { PatientTimeline } from './PatientTimeline/PatientTimeline.mjs';
|
|
48
49
|
export { PlanDefinitionBuilder } from './PlanDefinitionBuilder/PlanDefinitionBuilder.mjs';
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { forwardRef, createElement } from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import defaultAttributes from './defaultAttributes.mjs';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
var __defProp = Object.defineProperty;
|
|
10
|
+
var __defProps = Object.defineProperties;
|
|
11
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
12
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
13
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
15
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
16
|
+
var __spreadValues = (a, b) => {
|
|
17
|
+
for (var prop in b || (b = {}))
|
|
18
|
+
if (__hasOwnProp.call(b, prop))
|
|
19
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20
|
+
if (__getOwnPropSymbols)
|
|
21
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
22
|
+
if (__propIsEnum.call(b, prop))
|
|
23
|
+
__defNormalProp(a, prop, b[prop]);
|
|
24
|
+
}
|
|
25
|
+
return a;
|
|
26
|
+
};
|
|
27
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
28
|
+
var __objRest = (source, exclude) => {
|
|
29
|
+
var target = {};
|
|
30
|
+
for (var prop in source)
|
|
31
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
32
|
+
target[prop] = source[prop];
|
|
33
|
+
if (source != null && __getOwnPropSymbols)
|
|
34
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
35
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
36
|
+
target[prop] = source[prop];
|
|
37
|
+
}
|
|
38
|
+
return target;
|
|
39
|
+
};
|
|
40
|
+
var createReactComponent = (iconName, iconNamePascal, iconNode) => {
|
|
41
|
+
const Component = forwardRef(
|
|
42
|
+
(_a, ref) => {
|
|
43
|
+
var _b = _a, { color = "currentColor", size = 24, stroke = 2, children } = _b, rest = __objRest(_b, ["color", "size", "stroke", "children"]);
|
|
44
|
+
return createElement(
|
|
45
|
+
"svg",
|
|
46
|
+
__spreadValues(__spreadProps(__spreadValues({
|
|
47
|
+
ref
|
|
48
|
+
}, defaultAttributes), {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: stroke,
|
|
53
|
+
className: `tabler-icon tabler-icon-${iconName}`
|
|
54
|
+
}), rest),
|
|
55
|
+
[...iconNode.map(([tag, attrs]) => createElement(tag, attrs)), ...children || []]
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
Component.propTypes = {
|
|
60
|
+
color: PropTypes.string,
|
|
61
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
62
|
+
stroke: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
63
|
+
};
|
|
64
|
+
Component.displayName = `${iconNamePascal}`;
|
|
65
|
+
return Component;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export { createReactComponent as default };
|
|
69
|
+
//# sourceMappingURL=createReactComponent.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createReactComponent.mjs","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/createReactComponent.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport { forwardRef, createElement } from 'react';\nimport PropTypes from 'prop-types';\nimport defaultAttributes from './defaultAttributes.js';\n\nvar __defProp = Object.defineProperty;\nvar __defProps = Object.defineProperties;\nvar __getOwnPropDescs = Object.getOwnPropertyDescriptors;\nvar __getOwnPropSymbols = Object.getOwnPropertySymbols;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __propIsEnum = Object.prototype.propertyIsEnumerable;\nvar __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;\nvar __spreadValues = (a, b) => {\n for (var prop in b || (b = {}))\n if (__hasOwnProp.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n if (__getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(b)) {\n if (__propIsEnum.call(b, prop))\n __defNormalProp(a, prop, b[prop]);\n }\n return a;\n};\nvar __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));\nvar __objRest = (source, exclude) => {\n var target = {};\n for (var prop in source)\n if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)\n target[prop] = source[prop];\n if (source != null && __getOwnPropSymbols)\n for (var prop of __getOwnPropSymbols(source)) {\n if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))\n target[prop] = source[prop];\n }\n return target;\n};\nvar createReactComponent = (iconName, iconNamePascal, iconNode) => {\n const Component = forwardRef(\n (_a, ref) => {\n var _b = _a, { color = \"currentColor\", size = 24, stroke = 2, children } = _b, rest = __objRest(_b, [\"color\", \"size\", \"stroke\", \"children\"]);\n return createElement(\n \"svg\",\n __spreadValues(__spreadProps(__spreadValues({\n ref\n }, defaultAttributes), {\n width: size,\n height: size,\n stroke: color,\n strokeWidth: stroke,\n className: `tabler-icon tabler-icon-${iconName}`\n }), rest),\n [...iconNode.map(([tag, attrs]) => createElement(tag, attrs)), ...children || []]\n );\n }\n );\n Component.propTypes = {\n color: PropTypes.string,\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),\n stroke: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n };\n Component.displayName = `${iconNamePascal}`;\n return Component;\n};\n\nexport { createReactComponent as default };\n//# sourceMappingURL=createReactComponent.js.map\n"],"names":[],"mappings":";;;;AAAA;AACA;AACA;AAKA;AACA,IAAI,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC;AACtC,IAAI,UAAU,GAAG,MAAM,CAAC,gBAAgB,CAAC;AACzC,IAAI,iBAAiB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AACzD,IAAI,mBAAmB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACvD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC;AACnD,IAAI,YAAY,GAAG,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC;AACzD,IAAI,eAAe,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,KAAK,GAAG,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAChK,IAAI,cAAc,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK;AAC/B,EAAE,KAAK,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;AAChC,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AAClC,MAAM,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AACxC,EAAE,IAAI,mBAAmB;AACzB,IAAI,KAAK,IAAI,IAAI,IAAI,mBAAmB,CAAC,CAAC,CAAC,EAAE;AAC7C,MAAM,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC;AACpC,QAAQ,eAAe,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC1C,KAAK;AACL,EAAE,OAAO,CAAC,CAAC;AACX,CAAC,CAAC;AACF,IAAI,aAAa,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK,UAAU,CAAC,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAClE,IAAI,SAAS,GAAG,CAAC,MAAM,EAAE,OAAO,KAAK;AACrC,EAAE,IAAI,MAAM,GAAG,EAAE,CAAC;AAClB,EAAE,KAAK,IAAI,IAAI,IAAI,MAAM;AACzB,IAAI,IAAI,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC;AACpE,MAAM,MAAM,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;AAClC,EAAE,IAAI,MAAM,IAAI,IAAI,IAAI,mBAAmB;AAC3C,IAAI,KAAK,IAAI,IAAI,IAAI,mBAAmB,CAAC,MAAM,CAAC,EAAE;AAClD,MAAM,IAAI,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC;AACtE,QAAQ,MAAM,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;AACpC,KAAK;AACL,EAAE,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AACC,IAAC,oBAAoB,GAAG,CAAC,QAAQ,EAAE,cAAc,EAAE,QAAQ,KAAK;AACnE,EAAE,MAAM,SAAS,GAAG,UAAU;AAC9B,IAAI,CAAC,EAAE,EAAE,GAAG,KAAK;AACjB,MAAM,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,KAAK,GAAG,cAAc,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,EAAE,IAAI,GAAG,SAAS,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC,CAAC;AACnJ,MAAM,OAAO,aAAa;AAC1B,QAAQ,KAAK;AACb,QAAQ,cAAc,CAAC,aAAa,CAAC,cAAc,CAAC;AACpD,UAAU,GAAG;AACb,SAAS,EAAE,iBAAiB,CAAC,EAAE;AAC/B,UAAU,KAAK,EAAE,IAAI;AACrB,UAAU,MAAM,EAAE,IAAI;AACtB,UAAU,MAAM,EAAE,KAAK;AACvB,UAAU,WAAW,EAAE,MAAM;AAC7B,UAAU,SAAS,EAAE,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC;AAC1D,SAAS,CAAC,EAAE,IAAI,CAAC;AACjB,QAAQ,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,KAAK,aAAa,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,EAAE,GAAG,QAAQ,IAAI,EAAE,CAAC;AACzF,OAAO,CAAC;AACR,KAAK;AACL,GAAG,CAAC;AACJ,EAAE,SAAS,CAAC,SAAS,GAAG;AACxB,IAAI,KAAK,EAAE,SAAS,CAAC,MAAM;AAC3B,IAAI,IAAI,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;AACnE,IAAI,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;AACrE,GAAG,CAAC;AACJ,EAAE,SAAS,CAAC,WAAW,GAAG,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC;AAC9C,EAAE,OAAO,SAAS,CAAC;AACnB;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
var defaultAttributes = {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round"
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { defaultAttributes as default };
|
|
18
|
+
//# sourceMappingURL=defaultAttributes.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaultAttributes.mjs","sources":["../../../../../../../node_modules/@tabler/icons-react/dist/esm/defaultAttributes.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nvar defaultAttributes = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: 2,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n};\n\nexport { defaultAttributes as default };\n//# sourceMappingURL=defaultAttributes.js.map\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACG,IAAC,iBAAiB,GAAG;AACxB,EAAE,KAAK,EAAE,4BAA4B;AACrC,EAAE,KAAK,EAAE,EAAE;AACX,EAAE,MAAM,EAAE,EAAE;AACZ,EAAE,OAAO,EAAE,WAAW;AACtB,EAAE,IAAI,EAAE,MAAM;AACd,EAAE,MAAM,EAAE,cAAc;AACxB,EAAE,WAAW,EAAE,CAAC;AAChB,EAAE,aAAa,EAAE,OAAO;AACxB,EAAE,cAAc,EAAE,OAAO;AACzB;;;;"}
|
package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.mjs
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconAdjustmentsHorizontal = createReactComponent(
|
|
8
|
+
"adjustments-horizontal",
|
|
9
|
+
"IconAdjustmentsHorizontal",
|
|
10
|
+
[
|
|
11
|
+
["path", { d: "M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-0" }],
|
|
12
|
+
["path", { d: "M4 6l8 0", key: "svg-1" }],
|
|
13
|
+
["path", { d: "M16 6l4 0", key: "svg-2" }],
|
|
14
|
+
["path", { d: "M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-3" }],
|
|
15
|
+
["path", { d: "M4 12l2 0", key: "svg-4" }],
|
|
16
|
+
["path", { d: "M10 12l10 0", key: "svg-5" }],
|
|
17
|
+
["path", { d: "M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0", key: "svg-6" }],
|
|
18
|
+
["path", { d: "M4 18l11 0", key: "svg-7" }],
|
|
19
|
+
["path", { d: "M19 18l1 0", key: "svg-8" }]
|
|
20
|
+
]
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export { IconAdjustmentsHorizontal as default };
|
|
24
|
+
//# sourceMappingURL=IconAdjustmentsHorizontal.mjs.map
|
package/dist/esm/node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAdjustmentsHorizontal.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconAdjustmentsHorizontal.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconAdjustmentsHorizontal = createReactComponent(\n \"adjustments-horizontal\",\n \"IconAdjustmentsHorizontal\",\n [\n [\"path\", { d: \"M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M4 6l8 0\", key: \"svg-1\" }],\n [\"path\", { d: \"M16 6l4 0\", key: \"svg-2\" }],\n [\"path\", { d: \"M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\", key: \"svg-3\" }],\n [\"path\", { d: \"M4 12l2 0\", key: \"svg-4\" }],\n [\"path\", { d: \"M10 12l10 0\", key: \"svg-5\" }],\n [\"path\", { d: \"M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0\", key: \"svg-6\" }],\n [\"path\", { d: \"M4 18l11 0\", key: \"svg-7\" }],\n [\"path\", { d: \"M19 18l1 0\", key: \"svg-8\" }]\n ]\n);\n\nexport { IconAdjustmentsHorizontal as default };\n//# sourceMappingURL=IconAdjustmentsHorizontal.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,yBAAyB,GAAG,oBAAoB;AACpD,EAAE,wBAAwB;AAC1B,EAAE,2BAA2B;AAC7B,EAAE;AACF,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,yCAAyC,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5E,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC9C,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,yCAAyC,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5E,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC9C,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAChD,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0CAA0C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7E,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC/C,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC/C,GAAG;AACH;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconAlertCircle = createReactComponent("alert-circle", "IconAlertCircle", [
|
|
8
|
+
["path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M12 8l0 4", key: "svg-1" }],
|
|
10
|
+
["path", { d: "M12 16l.01 0", key: "svg-2" }]
|
|
11
|
+
]);
|
|
12
|
+
|
|
13
|
+
export { IconAlertCircle as default };
|
|
14
|
+
//# sourceMappingURL=IconAlertCircle.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAlertCircle.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconAlertCircle.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconAlertCircle = createReactComponent(\"alert-circle\", \"IconAlertCircle\", [\n [\"path\", { d: \"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M12 8l0 4\", key: \"svg-1\" }],\n [\"path\", { d: \"M12 16l.01 0\", key: \"svg-2\" }]\n]);\n\nexport { IconAlertCircle as default };\n//# sourceMappingURL=IconAlertCircle.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,eAAe,GAAG,oBAAoB,CAAC,cAAc,EAAE,iBAAiB,EAAE;AAC9E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,4CAA4C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC/C,CAAC;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBleach = createReactComponent("bleach", "IconBleach", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
]);
|
|
16
|
+
|
|
17
|
+
export { IconBleach as default };
|
|
18
|
+
//# sourceMappingURL=IconBleach.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBleach.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBleach.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBleach = createReactComponent(\"bleach\", \"IconBleach\", [\n [\n \"path\",\n {\n d: \"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75\",\n key: \"svg-0\"\n }\n ]\n]);\n\nexport { IconBleach as default };\n//# sourceMappingURL=IconBleach.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,UAAU,GAAG,oBAAoB,CAAC,QAAQ,EAAE,YAAY,EAAE;AAC9D,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,2FAA2F;AACpG,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBleachOff = createReactComponent("bleach-off", "IconBleachOff", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
["path", { d: "M3 3l18 18", key: "svg-1" }]
|
|
16
|
+
]);
|
|
17
|
+
|
|
18
|
+
export { IconBleachOff as default };
|
|
19
|
+
//# sourceMappingURL=IconBleachOff.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBleachOff.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBleachOff.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBleachOff = createReactComponent(\"bleach-off\", \"IconBleachOff\", [\n [\n \"path\",\n {\n d: \"M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75\",\n key: \"svg-0\"\n }\n ],\n [\"path\", { d: \"M3 3l18 18\", key: \"svg-1\" }]\n]);\n\nexport { IconBleachOff as default };\n//# sourceMappingURL=IconBleachOff.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,aAAa,GAAG,oBAAoB,CAAC,YAAY,EAAE,eAAe,EAAE;AACxE,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,oIAAoI;AAC7I,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,CAAC;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBoxMultiple = createReactComponent("box-multiple", "IconBoxMultiple", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
[
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2",
|
|
19
|
+
key: "svg-1"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
]);
|
|
23
|
+
|
|
24
|
+
export { IconBoxMultiple as default };
|
|
25
|
+
//# sourceMappingURL=IconBoxMultiple.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBoxMultiple.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBoxMultiple.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBoxMultiple = createReactComponent(\"box-multiple\", \"IconBoxMultiple\", [\n [\n \"path\",\n {\n d: \"M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z\",\n key: \"svg-0\"\n }\n ],\n [\n \"path\",\n {\n d: \"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\",\n key: \"svg-1\"\n }\n ]\n]);\n\nexport { IconBoxMultiple as default };\n//# sourceMappingURL=IconBoxMultiple.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,eAAe,GAAG,oBAAoB,CAAC,cAAc,EAAE,iBAAiB,EAAE;AAC9E,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,iFAAiF;AAC1F,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,kEAAkE;AAC3E,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBracketsContain = createReactComponent("brackets-contain", "IconBracketsContain", [
|
|
8
|
+
["path", { d: "M7 4h-4v16h4", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M17 4h4v16h-4", key: "svg-1" }],
|
|
10
|
+
["path", { d: "M8 16h.01", key: "svg-2" }],
|
|
11
|
+
["path", { d: "M12 16h.01", key: "svg-3" }],
|
|
12
|
+
["path", { d: "M16 16h.01", key: "svg-4" }]
|
|
13
|
+
]);
|
|
14
|
+
|
|
15
|
+
export { IconBracketsContain as default };
|
|
16
|
+
//# sourceMappingURL=IconBracketsContain.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBracketsContain.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBracketsContain.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBracketsContain = createReactComponent(\"brackets-contain\", \"IconBracketsContain\", [\n [\"path\", { d: \"M7 4h-4v16h4\", key: \"svg-0\" }],\n [\"path\", { d: \"M17 4h4v16h-4\", key: \"svg-1\" }],\n [\"path\", { d: \"M8 16h.01\", key: \"svg-2\" }],\n [\"path\", { d: \"M12 16h.01\", key: \"svg-3\" }],\n [\"path\", { d: \"M16 16h.01\", key: \"svg-4\" }]\n]);\n\nexport { IconBracketsContain as default };\n//# sourceMappingURL=IconBracketsContain.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,mBAAmB,GAAG,oBAAoB,CAAC,kBAAkB,EAAE,qBAAqB,EAAE;AAC1F,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC/C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,eAAe,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAChD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,CAAC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBucket = createReactComponent("bucket", "IconBucket", [
|
|
8
|
+
["path", { d: "M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0", key: "svg-0" }],
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965",
|
|
13
|
+
key: "svg-1"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
]);
|
|
17
|
+
|
|
18
|
+
export { IconBucket as default };
|
|
19
|
+
//# sourceMappingURL=IconBucket.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBucket.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBucket.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBucket = createReactComponent(\"bucket\", \"IconBucket\", [\n [\"path\", { d: \"M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0\", key: \"svg-0\" }],\n [\n \"path\",\n {\n d: \"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965\",\n key: \"svg-1\"\n }\n ]\n]);\n\nexport { IconBucket as default };\n//# sourceMappingURL=IconBucket.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,UAAU,GAAG,oBAAoB,CAAC,QAAQ,EAAE,YAAY,EAAE;AAC9D,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,2CAA2C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5E,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,+IAA+I;AACxJ,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconBucketOff = createReactComponent("bucket-off", "IconBucketOff", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
[
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965",
|
|
19
|
+
key: "svg-1"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
["path", { d: "M3 3l18 18", key: "svg-2" }]
|
|
23
|
+
]);
|
|
24
|
+
|
|
25
|
+
export { IconBucketOff as default };
|
|
26
|
+
//# sourceMappingURL=IconBucketOff.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconBucketOff.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconBucketOff.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconBucketOff = createReactComponent(\"bucket-off\", \"IconBucketOff\", [\n [\n \"path\",\n {\n d: \"M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643\",\n key: \"svg-0\"\n }\n ],\n [\n \"path\",\n {\n d: \"M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965\",\n key: \"svg-1\"\n }\n ],\n [\"path\", { d: \"M3 3l18 18\", key: \"svg-2\" }]\n]);\n\nexport { IconBucketOff as default };\n//# sourceMappingURL=IconBucketOff.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,aAAa,GAAG,oBAAoB,CAAC,YAAY,EAAE,eAAe,EAAE;AACxE,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,wLAAwL;AACjM,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,yLAAyL;AAClM,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,CAAC;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCalendar = createReactComponent("calendar", "IconCalendar", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
["path", { d: "M16 3l0 4", key: "svg-1" }],
|
|
16
|
+
["path", { d: "M8 3l0 4", key: "svg-2" }],
|
|
17
|
+
["path", { d: "M4 11l16 0", key: "svg-3" }],
|
|
18
|
+
["path", { d: "M11 15l1 0", key: "svg-4" }],
|
|
19
|
+
["path", { d: "M12 15l0 3", key: "svg-5" }]
|
|
20
|
+
]);
|
|
21
|
+
|
|
22
|
+
export { IconCalendar as default };
|
|
23
|
+
//# sourceMappingURL=IconCalendar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCalendar.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCalendar.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCalendar = createReactComponent(\"calendar\", \"IconCalendar\", [\n [\n \"path\",\n {\n d: \"M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z\",\n key: \"svg-0\"\n }\n ],\n [\"path\", { d: \"M16 3l0 4\", key: \"svg-1\" }],\n [\"path\", { d: \"M8 3l0 4\", key: \"svg-2\" }],\n [\"path\", { d: \"M4 11l16 0\", key: \"svg-3\" }],\n [\"path\", { d: \"M11 15l1 0\", key: \"svg-4\" }],\n [\"path\", { d: \"M12 15l0 3\", key: \"svg-5\" }]\n]);\n\nexport { IconCalendar as default };\n//# sourceMappingURL=IconCalendar.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,YAAY,GAAG,oBAAoB,CAAC,UAAU,EAAE,cAAc,EAAE;AACpE,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,iFAAiF;AAC1F,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC3C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,CAAC;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCheck = createReactComponent("check", "IconCheck", [
|
|
8
|
+
["path", { d: "M5 12l5 5l10 -10", key: "svg-0" }]
|
|
9
|
+
]);
|
|
10
|
+
|
|
11
|
+
export { IconCheck as default };
|
|
12
|
+
//# sourceMappingURL=IconCheck.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCheck.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCheck.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCheck = createReactComponent(\"check\", \"IconCheck\", [\n [\"path\", { d: \"M5 12l5 5l10 -10\", key: \"svg-0\" }]\n]);\n\nexport { IconCheck as default };\n//# sourceMappingURL=IconCheck.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,SAAS,GAAG,oBAAoB,CAAC,OAAO,EAAE,WAAW,EAAE;AAC3D,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,kBAAkB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACnD,CAAC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCheckbox = createReactComponent("checkbox", "IconCheckbox", [
|
|
8
|
+
["path", { d: "M9 11l3 3l8 -8", key: "svg-0" }],
|
|
9
|
+
[
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
d: "M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9",
|
|
13
|
+
key: "svg-1"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
]);
|
|
17
|
+
|
|
18
|
+
export { IconCheckbox as default };
|
|
19
|
+
//# sourceMappingURL=IconCheckbox.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCheckbox.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCheckbox.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCheckbox = createReactComponent(\"checkbox\", \"IconCheckbox\", [\n [\"path\", { d: \"M9 11l3 3l8 -8\", key: \"svg-0\" }],\n [\n \"path\",\n {\n d: \"M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9\",\n key: \"svg-1\"\n }\n ]\n]);\n\nexport { IconCheckbox as default };\n//# sourceMappingURL=IconCheckbox.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,YAAY,GAAG,oBAAoB,CAAC,UAAU,EAAE,cAAc,EAAE;AACpE,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,kEAAkE;AAC3E,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,CAAC;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCircleMinus = createReactComponent("circle-minus", "IconCircleMinus", [
|
|
8
|
+
["path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M9 12l6 0", key: "svg-1" }]
|
|
10
|
+
]);
|
|
11
|
+
|
|
12
|
+
export { IconCircleMinus as default };
|
|
13
|
+
//# sourceMappingURL=IconCircleMinus.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCircleMinus.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCircleMinus.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCircleMinus = createReactComponent(\"circle-minus\", \"IconCircleMinus\", [\n [\"path\", { d: \"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M9 12l6 0\", key: \"svg-1\" }]\n]);\n\nexport { IconCircleMinus as default };\n//# sourceMappingURL=IconCircleMinus.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,eAAe,GAAG,oBAAoB,CAAC,cAAc,EAAE,iBAAiB,EAAE;AAC9E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,4CAA4C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,CAAC;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCirclePlus = createReactComponent("circle-plus", "IconCirclePlus", [
|
|
8
|
+
["path", { d: "M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M9 12l6 0", key: "svg-1" }],
|
|
10
|
+
["path", { d: "M12 9l0 6", key: "svg-2" }]
|
|
11
|
+
]);
|
|
12
|
+
|
|
13
|
+
export { IconCirclePlus as default };
|
|
14
|
+
//# sourceMappingURL=IconCirclePlus.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCirclePlus.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCirclePlus.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCirclePlus = createReactComponent(\"circle-plus\", \"IconCirclePlus\", [\n [\"path\", { d: \"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M9 12l6 0\", key: \"svg-1\" }],\n [\"path\", { d: \"M12 9l0 6\", key: \"svg-2\" }]\n]);\n\nexport { IconCirclePlus as default };\n//# sourceMappingURL=IconCirclePlus.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,cAAc,GAAG,oBAAoB,CAAC,aAAa,EAAE,gBAAgB,EAAE;AAC3E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,4CAA4C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,CAAC;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCloudUpload = createReactComponent("cloud-upload", "IconCloudUpload", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
["path", { d: "M9 15l3 -3l3 3", key: "svg-1" }],
|
|
16
|
+
["path", { d: "M12 12l0 9", key: "svg-2" }]
|
|
17
|
+
]);
|
|
18
|
+
|
|
19
|
+
export { IconCloudUpload as default };
|
|
20
|
+
//# sourceMappingURL=IconCloudUpload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCloudUpload.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCloudUpload.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCloudUpload = createReactComponent(\"cloud-upload\", \"IconCloudUpload\", [\n [\n \"path\",\n {\n d: \"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1\",\n key: \"svg-0\"\n }\n ],\n [\"path\", { d: \"M9 15l3 -3l3 3\", key: \"svg-1\" }],\n [\"path\", { d: \"M12 12l0 9\", key: \"svg-2\" }]\n]);\n\nexport { IconCloudUpload as default };\n//# sourceMappingURL=IconCloudUpload.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,eAAe,GAAG,oBAAoB,CAAC,cAAc,EAAE,iBAAiB,EAAE;AAC9E,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,kEAAkE;AAC3E,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,CAAC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconColumns = createReactComponent("columns", "IconColumns", [
|
|
8
|
+
["path", { d: "M4 6l5.5 0", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M4 10l5.5 0", key: "svg-1" }],
|
|
10
|
+
["path", { d: "M4 14l5.5 0", key: "svg-2" }],
|
|
11
|
+
["path", { d: "M4 18l5.5 0", key: "svg-3" }],
|
|
12
|
+
["path", { d: "M14.5 6l5.5 0", key: "svg-4" }],
|
|
13
|
+
["path", { d: "M14.5 10l5.5 0", key: "svg-5" }],
|
|
14
|
+
["path", { d: "M14.5 14l5.5 0", key: "svg-6" }],
|
|
15
|
+
["path", { d: "M14.5 18l5.5 0", key: "svg-7" }]
|
|
16
|
+
]);
|
|
17
|
+
|
|
18
|
+
export { IconColumns as default };
|
|
19
|
+
//# sourceMappingURL=IconColumns.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconColumns.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconColumns.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconColumns = createReactComponent(\"columns\", \"IconColumns\", [\n [\"path\", { d: \"M4 6l5.5 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M4 10l5.5 0\", key: \"svg-1\" }],\n [\"path\", { d: \"M4 14l5.5 0\", key: \"svg-2\" }],\n [\"path\", { d: \"M4 18l5.5 0\", key: \"svg-3\" }],\n [\"path\", { d: \"M14.5 6l5.5 0\", key: \"svg-4\" }],\n [\"path\", { d: \"M14.5 10l5.5 0\", key: \"svg-5\" }],\n [\"path\", { d: \"M14.5 14l5.5 0\", key: \"svg-6\" }],\n [\"path\", { d: \"M14.5 18l5.5 0\", key: \"svg-7\" }]\n]);\n\nexport { IconColumns as default };\n//# sourceMappingURL=IconColumns.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,WAAW,GAAG,oBAAoB,CAAC,SAAS,EAAE,aAAa,EAAE;AACjE,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC7C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC9C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC9C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC9C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,eAAe,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAChD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,CAAC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconCurrencyDollar = createReactComponent("currency-dollar", "IconCurrencyDollar", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
["path", { d: "M12 3v3m0 12v3", key: "svg-1" }]
|
|
16
|
+
]);
|
|
17
|
+
|
|
18
|
+
export { IconCurrencyDollar as default };
|
|
19
|
+
//# sourceMappingURL=IconCurrencyDollar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCurrencyDollar.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconCurrencyDollar.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconCurrencyDollar = createReactComponent(\"currency-dollar\", \"IconCurrencyDollar\", [\n [\n \"path\",\n {\n d: \"M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2\",\n key: \"svg-0\"\n }\n ],\n [\"path\", { d: \"M12 3v3m0 12v3\", key: \"svg-1\" }]\n]);\n\nexport { IconCurrencyDollar as default };\n//# sourceMappingURL=IconCurrencyDollar.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,kBAAkB,GAAG,oBAAoB,CAAC,iBAAiB,EAAE,oBAAoB,EAAE;AACvF,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,iFAAiF;AAC1F,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AACjD,CAAC;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconDots = createReactComponent("dots", "IconDots", [
|
|
8
|
+
["path", { d: "M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-1" }],
|
|
10
|
+
["path", { d: "M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0", key: "svg-2" }]
|
|
11
|
+
]);
|
|
12
|
+
|
|
13
|
+
export { IconDots as default };
|
|
14
|
+
//# sourceMappingURL=IconDots.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconDots.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconDots.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconDots = createReactComponent(\"dots\", \"IconDots\", [\n [\"path\", { d: \"M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", key: \"svg-0\" }],\n [\"path\", { d: \"M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", key: \"svg-1\" }],\n [\"path\", { d: \"M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0\", key: \"svg-2\" }]\n]);\n\nexport { IconDots as default };\n//# sourceMappingURL=IconDots.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,QAAQ,GAAG,oBAAoB,CAAC,MAAM,EAAE,UAAU,EAAE;AACxD,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,yCAAyC,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC1E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0CAA0C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC3E,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,0CAA0C,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC3E,CAAC;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconEdit = createReactComponent("edit", "IconEdit", [
|
|
8
|
+
[
|
|
9
|
+
"path",
|
|
10
|
+
{
|
|
11
|
+
d: "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",
|
|
12
|
+
key: "svg-0"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
[
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z",
|
|
19
|
+
key: "svg-1"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
["path", { d: "M16 5l3 3", key: "svg-2" }]
|
|
23
|
+
]);
|
|
24
|
+
|
|
25
|
+
export { IconEdit as default };
|
|
26
|
+
//# sourceMappingURL=IconEdit.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconEdit.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconEdit.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconEdit = createReactComponent(\"edit\", \"IconEdit\", [\n [\n \"path\",\n {\n d: \"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1\",\n key: \"svg-0\"\n }\n ],\n [\n \"path\",\n {\n d: \"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z\",\n key: \"svg-1\"\n }\n ],\n [\"path\", { d: \"M16 5l3 3\", key: \"svg-2\" }]\n]);\n\nexport { IconEdit as default };\n//# sourceMappingURL=IconEdit.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,QAAQ,GAAG,oBAAoB,CAAC,MAAM,EAAE,UAAU,EAAE;AACxD,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,4DAA4D;AACrE,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE;AACF,IAAI,MAAM;AACV,IAAI;AACJ,MAAM,CAAC,EAAE,wEAAwE;AACjF,MAAM,GAAG,EAAE,OAAO;AAClB,KAAK;AACL,GAAG;AACH,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC5C,CAAC;;;;"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent.mjs';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @tabler/icons-react v2.4.0 - MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
var IconEqual = createReactComponent("equal", "IconEqual", [
|
|
8
|
+
["path", { d: "M5 10h14", key: "svg-0" }],
|
|
9
|
+
["path", { d: "M5 14h14", key: "svg-1" }]
|
|
10
|
+
]);
|
|
11
|
+
|
|
12
|
+
export { IconEqual as default };
|
|
13
|
+
//# sourceMappingURL=IconEqual.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconEqual.mjs","sources":["../../../../../../../../node_modules/@tabler/icons-react/dist/esm/icons/IconEqual.js"],"sourcesContent":["/**\n * @tabler/icons-react v2.4.0 - MIT\n */\n\nimport createReactComponent from '../createReactComponent.js';\n\nvar IconEqual = createReactComponent(\"equal\", \"IconEqual\", [\n [\"path\", { d: \"M5 10h14\", key: \"svg-0\" }],\n [\"path\", { d: \"M5 14h14\", key: \"svg-1\" }]\n]);\n\nexport { IconEqual as default };\n//# sourceMappingURL=IconEqual.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AAGA;AACG,IAAC,SAAS,GAAG,oBAAoB,CAAC,OAAO,EAAE,WAAW,EAAE;AAC3D,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC3C,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC;AAC3C,CAAC;;;;"}
|