@scalar/components 0.20.12 → 0.21.1
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/_virtual/_plugin-vue_export-helper.js +8 -0
- package/dist/_virtual/_rolldown/runtime.js +13 -0
- package/dist/components/ScalarButton/ScalarButton.vue.js +7 -0
- package/dist/components/ScalarButton/ScalarButton.vue.js.map +1 -0
- package/dist/components/ScalarButton/ScalarButton.vue.script.js +97 -0
- package/dist/components/ScalarButton/ScalarButton.vue.script.js.map +1 -0
- package/dist/components/ScalarButton/constants.js +17 -0
- package/dist/components/ScalarButton/constants.js.map +1 -0
- package/dist/components/ScalarButton/index.d.ts +1 -1
- package/dist/components/ScalarCard/ScalarCard.vue.js +7 -0
- package/dist/components/ScalarCard/ScalarCard.vue.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCard.vue.script.js +27 -0
- package/dist/components/ScalarCard/ScalarCard.vue.script.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.js +7 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.script.js +20 -0
- package/dist/components/ScalarCard/ScalarCardFooter.vue.script.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.js +7 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.script.js +32 -0
- package/dist/components/ScalarCard/ScalarCardHeader.vue.script.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.js +7 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.js.map +1 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.script.js +16 -0
- package/dist/components/ScalarCard/ScalarCardSection.vue.script.js.map +1 -0
- package/dist/components/ScalarCard/index.d.ts +4 -4
- package/dist/components/ScalarCard/useCardHeading.js +29 -0
- package/dist/components/ScalarCard/useCardHeading.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.d.ts +8 -1
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.d.ts.map +1 -1
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.js +7 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.script.js +32 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckbox.vue.script.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.js +7 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.script.js +41 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.d.ts +8 -1
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.d.ts.map +1 -1
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.js +7 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.script.js +55 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxInput.vue.script.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.js +7 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.script.js +42 -0
- package/dist/components/ScalarCheckboxInput/ScalarCheckboxRadioGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarCheckboxInput/index.d.ts +4 -4
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js +8 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.js.map +1 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.script.js +82 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlock.vue.script.js.map +1 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js +7 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.js.map +1 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.script.js +55 -0
- package/dist/components/ScalarCodeBlock/ScalarCodeBlockCopy.vue.script.js.map +1 -0
- package/dist/components/ScalarCodeBlock/constants.js +57 -0
- package/dist/components/ScalarCodeBlock/constants.js.map +1 -0
- package/dist/components/ScalarCodeBlock/index.d.ts +2 -2
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +7 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.script.js +33 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.script.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +7 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.script.js +32 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.script.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +9 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.script.js +38 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.script.js.map +1 -0
- package/dist/components/ScalarColorModeToggle/index.d.ts +3 -3
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts +9 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.script.js +87 -0
- package/dist/components/ScalarCombobox/ScalarCombobox.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts +9 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.script.js +92 -0
- package/dist/components/ScalarCombobox/ScalarComboboxMultiselect.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.script.js +43 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOption.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.script.js +36 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptionGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts +11 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.script.js +176 -0
- package/dist/components/ScalarCombobox/ScalarComboboxOptions.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js +7 -0
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.js.map +1 -0
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.script.js +65 -0
- package/dist/components/ScalarCombobox/ScalarComboboxPopover.vue.script.js.map +1 -0
- package/dist/components/ScalarCombobox/filter-by-option-label.d.ts +3 -0
- package/dist/components/ScalarCombobox/filter-by-option-label.d.ts.map +1 -0
- package/dist/components/ScalarCombobox/filter-by-option-label.js +10 -0
- package/dist/components/ScalarCombobox/filter-by-option-label.js.map +1 -0
- package/dist/components/ScalarCombobox/index.d.ts +3 -3
- package/dist/components/ScalarCombobox/index.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/types.d.ts +15 -0
- package/dist/components/ScalarCombobox/types.d.ts.map +1 -1
- package/dist/components/ScalarCombobox/types.js +14 -0
- package/dist/components/ScalarCombobox/types.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopy.vue.js +7 -0
- package/dist/components/ScalarCopy/ScalarCopy.vue.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopy.vue.script.js +64 -0
- package/dist/components/ScalarCopy/ScalarCopy.vue.script.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.js +7 -0
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.script.js +16 -0
- package/dist/components/ScalarCopy/ScalarCopyBackdrop.vue.script.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.js +7 -0
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.js.map +1 -0
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.script.js +88 -0
- package/dist/components/ScalarCopy/ScalarCopyButton.vue.script.js.map +1 -0
- package/dist/components/ScalarCopy/index.d.ts +3 -3
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js +7 -0
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.script.js +170 -0
- package/dist/components/ScalarDropdown/ScalarDropdown.vue.script.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +9 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.script.js +49 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.script.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +13 -0
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.script.js +22 -0
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.script.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js +9 -0
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.script.js +36 -0
- package/dist/components/ScalarDropdown/ScalarDropdownItem.vue.script.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js +7 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.js.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.script.js +24 -0
- package/dist/components/ScalarDropdown/ScalarDropdownMenu.vue.script.js.map +1 -0
- package/dist/components/ScalarDropdown/index.d.ts +5 -5
- package/dist/components/ScalarDropdown/useDropdown.js +20 -0
- package/dist/components/ScalarDropdown/useDropdown.js.map +1 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js +7 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js.map +1 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.script.js +30 -0
- package/dist/components/ScalarErrorBoundary/ScalarErrorBoundary.vue.script.js.map +1 -0
- package/dist/components/ScalarErrorBoundary/index.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.script.js +116 -0
- package/dist/components/ScalarFileUpload/ScalarFileUpload.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.script.js +20 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadDropTarget.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.script.js +17 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadError.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.script.js +53 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadFileList.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.script.js +37 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInput.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.d.ts +1 -1
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.script.js +28 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadInputCompact.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.js +7 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.js.map +1 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.script.js +21 -0
- package/dist/components/ScalarFileUpload/ScalarFileUploadLoading.vue.script.js.map +1 -0
- package/dist/components/ScalarFileUpload/index.d.ts +7 -7
- package/dist/components/ScalarFileUpload/types.js +11 -0
- package/dist/components/ScalarFileUpload/types.js.map +1 -0
- package/dist/components/ScalarFloating/ScalarFloating.vue.js +7 -0
- package/dist/components/ScalarFloating/ScalarFloating.vue.js.map +1 -0
- package/dist/components/ScalarFloating/ScalarFloating.vue.script.js +91 -0
- package/dist/components/ScalarFloating/ScalarFloating.vue.script.js.map +1 -0
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js +7 -0
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.js.map +1 -0
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.script.js +16 -0
- package/dist/components/ScalarFloating/ScalarFloatingBackdrop.vue.script.js.map +1 -0
- package/dist/components/ScalarFloating/index.d.ts +2 -2
- package/dist/components/ScalarFloating/useResizeWithTarget.js +28 -0
- package/dist/components/ScalarFloating/useResizeWithTarget.js.map +1 -0
- package/dist/components/ScalarForm/ScalarForm.vue.js +7 -0
- package/dist/components/ScalarForm/ScalarForm.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarForm.vue.script.js +17 -0
- package/dist/components/ScalarForm/ScalarForm.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormError.vue.js +7 -0
- package/dist/components/ScalarForm/ScalarFormError.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormError.vue.script.js +36 -0
- package/dist/components/ScalarForm/ScalarFormError.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormField.vue.js +7 -0
- package/dist/components/ScalarForm/ScalarFormField.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormField.vue.script.js +32 -0
- package/dist/components/ScalarForm/ScalarFormField.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormInput.vue.js +7 -0
- package/dist/components/ScalarForm/ScalarFormInput.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormInput.vue.script.js +35 -0
- package/dist/components/ScalarForm/ScalarFormInput.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.js +7 -0
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.script.js +22 -0
- package/dist/components/ScalarForm/ScalarFormInputGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormSection.vue.js +15 -0
- package/dist/components/ScalarForm/ScalarFormSection.vue.js.map +1 -0
- package/dist/components/ScalarForm/ScalarFormSection.vue.script.js +17 -0
- package/dist/components/ScalarForm/ScalarFormSection.vue.script.js.map +1 -0
- package/dist/components/ScalarForm/index.d.ts +6 -6
- package/dist/components/ScalarForm/useFormGroups.js +26 -0
- package/dist/components/ScalarForm/useFormGroups.js.map +1 -0
- package/dist/components/ScalarHeader/ScalarHeader.vue.js +7 -0
- package/dist/components/ScalarHeader/ScalarHeader.vue.js.map +1 -0
- package/dist/components/ScalarHeader/ScalarHeader.vue.script.js +23 -0
- package/dist/components/ScalarHeader/ScalarHeader.vue.script.js.map +1 -0
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.js +7 -0
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.js.map +1 -0
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.script.js +30 -0
- package/dist/components/ScalarHeader/ScalarHeaderButton.vue.script.js.map +1 -0
- package/dist/components/ScalarHeader/index.d.ts +2 -2
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.js +7 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.js.map +1 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.script.js +30 -0
- package/dist/components/ScalarHotkey/ScalarHotkey.vue.script.js.map +1 -0
- package/dist/components/ScalarHotkey/constants.js +34 -0
- package/dist/components/ScalarHotkey/constants.js.map +1 -0
- package/dist/components/ScalarHotkey/formatHotkey.js +24 -0
- package/dist/components/ScalarHotkey/formatHotkey.js.map +1 -0
- package/dist/components/ScalarHotkey/index.d.ts +2 -2
- package/dist/components/ScalarIcon/ScalarIcon.vue.js +9 -0
- package/dist/components/ScalarIcon/ScalarIcon.vue.js.map +1 -0
- package/dist/components/ScalarIcon/ScalarIcon.vue.script.js +39 -0
- package/dist/components/ScalarIcon/ScalarIcon.vue.script.js.map +1 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.d.ts +1 -1
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js +7 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.js.map +1 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.script.js +33 -0
- package/dist/components/ScalarIcon/ScalarIconLegacyAdapter.vue.script.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Add.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Add.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/AddTab.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/AddTab.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Alert.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Alert.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ArrowLeft.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ArrowLeft.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ArrowRight.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ArrowRight.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Brackets.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Brackets.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Branch.svg.virtual.js +40 -0
- package/dist/components/ScalarIcon/icons/Branch.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Changelog.svg.virtual.js +27 -0
- package/dist/components/ScalarIcon/icons/Changelog.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Checkmark.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Checkmark.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ChevronDown.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ChevronDown.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ChevronLeft.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ChevronLeft.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ChevronRight.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ChevronRight.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ChevronUp.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ChevronUp.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Clipboard.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Clipboard.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Close.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Close.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/CloseTab.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/CloseTab.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/CloseTabs.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/CloseTabs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Cloud.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Cloud.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/CodeFolder.svg.virtual.js +31 -0
- package/dist/components/ScalarIcon/icons/CodeFolder.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Cog.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Cog.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Collection.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Collection.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Cookie.svg.virtual.js +28 -0
- package/dist/components/ScalarIcon/icons/Cookie.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/DarkMode.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/DarkMode.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Delete.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Delete.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Discord.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Discord.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/DocsPage.svg.virtual.js +31 -0
- package/dist/components/ScalarIcon/icons/DocsPage.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Download.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Download.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Duplicate.svg.virtual.js +30 -0
- package/dist/components/ScalarIcon/icons/Duplicate.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Edit.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Edit.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Ellipses.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Ellipses.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Email.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Email.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Error.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Error.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Example.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Example.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/ExternalLink.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/ExternalLink.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/FilterList.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/FilterList.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Folder.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Folder.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/GitHub.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/GitHub.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/GitHubLine.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/GitHubLine.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Globe.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Globe.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Google.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/Google.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Help.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Help.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Hide.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Hide.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/History.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/History.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/House.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/House.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Import.svg.virtual.js +27 -0
- package/dist/components/ScalarIcon/icons/Import.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Info.svg.virtual.js +39 -0
- package/dist/components/ScalarIcon/icons/Info.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Key.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Key.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Leave.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Leave.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/LightDarkModeToggle.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/LightMode.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/LightMode.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Link.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Link.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Lock.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Lock.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Logo.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Logo.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Magic.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Magic.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Markdown.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Markdown.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Menu.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Menu.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/NotAllowed.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/NotAllowed.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Page.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Page.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Pencil.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Pencil.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Play.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Play.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Refresh.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Refresh.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Roadmap.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Roadmap.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Scribble.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Scribble.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Search.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Search.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Server.svg.virtual.js +37 -0
- package/dist/components/ScalarIcon/icons/Server.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Settings.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Settings.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Show.svg.virtual.js +30 -0
- package/dist/components/ScalarIcon/icons/Show.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Sort.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Sort.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Terminal.svg.virtual.js +31 -0
- package/dist/components/ScalarIcon/icons/Terminal.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Trash.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Trash.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Unlock.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Unlock.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Unwatch.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Unwatch.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Upload.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Upload.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/User.svg.virtual.js +27 -0
- package/dist/components/ScalarIcon/icons/User.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/UserSwitch.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/UserSwitch.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Users.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Users.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Versions.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Versions.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Wallet.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Wallet.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Watch.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/Watch.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/Workspace.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/Workspace.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-framework-angular.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-framework-astro.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/programming-framework-laravel.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-framework-nextdotjs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-react.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-framework-react.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-framework-vuedotjs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-c.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-c.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-clojure.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-csharp.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-css3.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-css3.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-dart.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-dart.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-fsharp.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-go.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-go.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-html5.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-html5.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-http.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-http.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-java.svg.virtual.js +24 -0
- package/dist/components/ScalarIcon/icons/programming-language-java.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-javascript.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-json.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-json.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-kotlin.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-node.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-node.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-objc.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-objc.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-ocaml.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-php.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-php.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.virtual.js +24 -0
- package/dist/components/ScalarIcon/icons/programming-language-powershell.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-python.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-python.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-r.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/programming-language-r.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-ruby.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-rust.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/icons/programming-language-rust.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-scala.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-scala.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-shell.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-shell.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-swift.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-swift.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-language-typescript.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-script-code.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/icons/programming-script-code.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-tool-git.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-tool-git.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/icons/programming-tool-tailwindcss.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/index.d.ts +3 -3
- package/dist/components/ScalarIcon/logos/Adonisjs.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/logos/Adonisjs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Astro.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Astro.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Docusaurus.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Docusaurus.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Dotnet.svg.virtual.js +26 -0
- package/dist/components/ScalarIcon/logos/Dotnet.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Elysiajs.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Elysiajs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Express.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Express.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Fastapi.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Fastapi.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Fastify.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Fastify.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Go.svg.virtual.js +26 -0
- package/dist/components/ScalarIcon/logos/Go.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Hono.svg.virtual.js +27 -0
- package/dist/components/ScalarIcon/logos/Hono.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Laravel.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Laravel.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Litestar.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Litestar.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Nestjs.svg.virtual.js +25 -0
- package/dist/components/ScalarIcon/logos/Nestjs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Nextjs.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Nextjs.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Nitro.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Nitro.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Nuxt.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Nuxt.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Openapi.svg.virtual.js +20 -0
- package/dist/components/ScalarIcon/logos/Openapi.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Platformatic.svg.virtual.js +31 -0
- package/dist/components/ScalarIcon/logos/Platformatic.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/React.svg.virtual.js +40 -0
- package/dist/components/ScalarIcon/logos/React.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Rust.svg.virtual.js +23 -0
- package/dist/components/ScalarIcon/logos/Rust.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Svelte.svg.virtual.js +26 -0
- package/dist/components/ScalarIcon/logos/Svelte.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/logos/Vue.svg.virtual.js +26 -0
- package/dist/components/ScalarIcon/logos/Vue.svg.virtual.js.map +1 -0
- package/dist/components/ScalarIcon/types.d.ts +2 -2
- package/dist/components/ScalarIcon/utils/index.js +309 -0
- package/dist/components/ScalarIcon/utils/index.js.map +1 -0
- package/dist/components/ScalarIcon/variants.js +22 -0
- package/dist/components/ScalarIcon/variants.js.map +1 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js +7 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.js.map +1 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.script.js +81 -0
- package/dist/components/ScalarIconButton/ScalarIconButton.vue.script.js.map +1 -0
- package/dist/components/ScalarIconButton/index.d.ts +1 -1
- package/dist/components/ScalarListbox/ScalarListbox.vue.js +7 -0
- package/dist/components/ScalarListbox/ScalarListbox.vue.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListbox.vue.script.js +75 -0
- package/dist/components/ScalarListbox/ScalarListbox.vue.script.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js +7 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.script.js +23 -0
- package/dist/components/ScalarListbox/ScalarListboxCheckbox.vue.script.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.js +7 -0
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.script.js +21 -0
- package/dist/components/ScalarListbox/ScalarListboxInput.vue.script.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.js +7 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.js.map +1 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.script.js +48 -0
- package/dist/components/ScalarListbox/ScalarListboxItem.vue.script.js.map +1 -0
- package/dist/components/ScalarListbox/index.d.ts +4 -4
- package/dist/components/ScalarLoading/ScalarLoading.vue.js +9 -0
- package/dist/components/ScalarLoading/ScalarLoading.vue.js.map +1 -0
- package/dist/components/ScalarLoading/ScalarLoading.vue.script.js +50 -0
- package/dist/components/ScalarLoading/ScalarLoading.vue.script.js.map +1 -0
- package/dist/components/ScalarLoading/index.d.ts +2 -2
- package/dist/components/ScalarLoading/useLoadingState.js +55 -0
- package/dist/components/ScalarLoading/useLoadingState.js.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js +8 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.js.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.script.js +54 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdown.vue.script.js.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js +8 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.js.map +1 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.script.js +68 -0
- package/dist/components/ScalarMarkdown/ScalarMarkdownSummary.vue.script.js.map +1 -0
- package/dist/components/ScalarMarkdown/index.d.ts +2 -2
- package/dist/components/ScalarMenu/ScalarMenu.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenu.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenu.vue.script.js +58 -0
- package/dist/components/ScalarMenu/ScalarMenu.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.script.js +30 -0
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.script.js +46 -0
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.script.js +38 -0
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.script.js +79 -0
- package/dist/components/ScalarMenu/ScalarMenuProducts.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.script.js +46 -0
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.script.js +16 -0
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.script.js +35 -0
- package/dist/components/ScalarMenu/ScalarMenuSupport.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.script.js +90 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.script.js +41 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js +7 -0
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.js.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.script.js +96 -0
- package/dist/components/ScalarMenu/ScalarMenuWorkspacePicker.vue.script.js.map +1 -0
- package/dist/components/ScalarMenu/index.d.ts +11 -11
- package/dist/components/ScalarMenu/types.d.ts +1 -1
- package/dist/components/ScalarModal/ScalarModal.vue.js +9 -0
- package/dist/components/ScalarModal/ScalarModal.vue.js.map +1 -0
- package/dist/components/ScalarModal/ScalarModal.vue.script.js +120 -0
- package/dist/components/ScalarModal/ScalarModal.vue.script.js.map +1 -0
- package/dist/components/ScalarModal/index.d.ts +1 -1
- package/dist/components/ScalarPopover/ScalarPopover.vue.js +7 -0
- package/dist/components/ScalarPopover/ScalarPopover.vue.js.map +1 -0
- package/dist/components/ScalarPopover/ScalarPopover.vue.script.js +55 -0
- package/dist/components/ScalarPopover/ScalarPopover.vue.script.js.map +1 -0
- package/dist/components/ScalarPopover/index.d.ts +1 -1
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js +7 -0
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.js.map +1 -0
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.script.js +65 -0
- package/dist/components/ScalarSearchInput/ScalarSearchInput.vue.script.js.map +1 -0
- package/dist/components/ScalarSearchInput/index.d.ts +1 -1
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js +7 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.js.map +1 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.script.js +46 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultItem.vue.script.js.map +1 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js +7 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.js.map +1 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.script.js +21 -0
- package/dist/components/ScalarSearchResults/ScalarSearchResultList.vue.script.js.map +1 -0
- package/dist/components/ScalarSearchResults/index.d.ts +2 -2
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.script.js +16 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.script.js +83 -0
- package/dist/components/ScalarSidebar/ScalarSidebarButton.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.script.js +24 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.script.js +115 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.script.js +43 -0
- package/dist/components/ScalarSidebar/ScalarSidebarGroupToggle.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js +9 -0
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.script.js +38 -0
- package/dist/components/ScalarSidebar/ScalarSidebarIndent.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.script.js +48 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItem.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js +8 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.script.js +22 -0
- package/dist/components/ScalarSidebar/ScalarSidebarItems.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.d.ts.map +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.script.js +126 -0
- package/dist/components/ScalarSidebar/ScalarSidebarNestedItems.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.script.js +30 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchButton.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.script.js +66 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSearchInput.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js +8 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.script.js +53 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSection.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.d.ts +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js +7 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.js.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.script.js +18 -0
- package/dist/components/ScalarSidebar/ScalarSidebarSpacer.vue.script.js.map +1 -0
- package/dist/components/ScalarSidebar/findScrollContainer.js +29 -0
- package/dist/components/ScalarSidebar/findScrollContainer.js.map +1 -0
- package/dist/components/ScalarSidebar/index.d.ts +13 -13
- package/dist/components/ScalarSidebar/types.d.ts +1 -1
- package/dist/components/ScalarSidebar/useSidebarGroups.js +26 -0
- package/dist/components/ScalarSidebar/useSidebarGroups.js.map +1 -0
- package/dist/components/ScalarSidebar/useSidebarNestedItems.js +31 -0
- package/dist/components/ScalarSidebar/useSidebarNestedItems.js.map +1 -0
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.js +7 -0
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.js.map +1 -0
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.script.js +32 -0
- package/dist/components/ScalarTeleport/ScalarTeleport.vue.script.js.map +1 -0
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js +7 -0
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.js.map +1 -0
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.script.js +22 -0
- package/dist/components/ScalarTeleport/ScalarTeleportRoot.vue.script.js.map +1 -0
- package/dist/components/ScalarTeleport/index.d.ts +3 -3
- package/dist/components/ScalarTeleport/useTeleport.js +29 -0
- package/dist/components/ScalarTeleport/useTeleport.js.map +1 -0
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.js +7 -0
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.js.map +1 -0
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.script.js +38 -0
- package/dist/components/ScalarTextArea/ScalarTextArea.vue.script.js.map +1 -0
- package/dist/components/ScalarTextArea/index.d.ts +1 -1
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.js +7 -0
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.js.map +1 -0
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.script.js +71 -0
- package/dist/components/ScalarTextInput/ScalarTextInput.vue.script.js.map +1 -0
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.js +7 -0
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.js.map +1 -0
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.script.js +66 -0
- package/dist/components/ScalarTextInput/ScalarTextInputCopy.vue.script.js.map +1 -0
- package/dist/components/ScalarTextInput/index.d.ts +2 -2
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.js +7 -0
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.js.map +1 -0
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.script.js +31 -0
- package/dist/components/ScalarThemeSwatches/ScalarThemeSwatches.vue.script.js.map +1 -0
- package/dist/components/ScalarThemeSwatches/index.d.ts +2 -2
- package/dist/components/ScalarThemeSwatches/useThemeSwatches.js +44 -0
- package/dist/components/ScalarThemeSwatches/useThemeSwatches.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggle.vue.js +7 -0
- package/dist/components/ScalarToggle/ScalarToggle.vue.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggle.vue.script.js +54 -0
- package/dist/components/ScalarToggle/ScalarToggle.vue.script.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.js +7 -0
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.script.js +33 -0
- package/dist/components/ScalarToggle/ScalarToggleGroup.vue.script.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.js +7 -0
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.js.map +1 -0
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.script.js +33 -0
- package/dist/components/ScalarToggle/ScalarToggleInput.vue.script.js.map +1 -0
- package/dist/components/ScalarToggle/index.d.ts +3 -3
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js +7 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.js.map +1 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.script.js +51 -0
- package/dist/components/ScalarTooltip/ScalarHotkeyTooltip.vue.script.js.map +1 -0
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.js +8 -0
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.js.map +1 -0
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.script.js +32 -0
- package/dist/components/ScalarTooltip/ScalarTooltip.vue.script.js.map +1 -0
- package/dist/components/ScalarTooltip/constants.js +9 -0
- package/dist/components/ScalarTooltip/constants.js.map +1 -0
- package/dist/components/ScalarTooltip/index.d.ts +3 -3
- package/dist/components/ScalarTooltip/useTooltip.js +167 -0
- package/dist/components/ScalarTooltip/useTooltip.js.map +1 -0
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +7 -0
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js.map +1 -0
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.script.js +84 -0
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.script.js.map +1 -0
- package/dist/components/ScalarVirtualText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js +7 -0
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.js.map +1 -0
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.script.js +32 -0
- package/dist/components/ScalarWrappingText/ScalarWrappingText.vue.script.js.map +1 -0
- package/dist/components/ScalarWrappingText/constants.js +12 -0
- package/dist/components/ScalarWrappingText/constants.js.map +1 -0
- package/dist/components/ScalarWrappingText/index.d.ts +1 -1
- package/dist/components/ScalarWrappingText/types.d.ts +1 -1
- package/dist/helpers/add-scalar-classes.js +33 -0
- package/dist/helpers/add-scalar-classes.js.map +1 -0
- package/dist/helpers/index.d.ts +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +106 -7816
- package/dist/index.js.map +1 -1
- package/dist/style.css +3185 -3193
- package/package.json +6 -6
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts +0 -27
- package/dist/components/ScalarContextMenu/ScalarContextMenu.vue.d.ts.map +0 -1
- package/dist/components/ScalarContextMenu/index.d.ts +0 -2
- package/dist/components/ScalarContextMenu/index.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Download.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Download.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M12.001 3.75v12m-4.5-4.5 4.5 4.5 4.5-4.5m6.75 4.5v1.5a3 3 0 0 1-3 3h-16.5a3 3 0 0 1-3-3v-1.5\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,gGAAgG,EAAE,MAAM,GAAG,CAC7I,EAAG,CAAC;;AAEP,IAAA,mBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Duplicate.svg?component
|
|
4
|
+
var Duplicate_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Duplicate_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M7.42 16.58H3.25a.83.83 0 0 1-.83-.83V3.25a.83.83 0 0 1 .83-.83h12.5a.83.83 0 0 1 .83.83v4.17"
|
|
19
|
+
}, null, -1), createElementVNode("path", {
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
d: "M8.25 7.42h12.5s.83 0 .83.83v12.5s0 .83-.83.83H8.25s-.83 0-.83-.83V8.25s0-.83.83-.83"
|
|
24
|
+
}, null, -1)])]);
|
|
25
|
+
}
|
|
26
|
+
var Duplicate_default = { render: render$1 };
|
|
27
|
+
//#endregion
|
|
28
|
+
export { Duplicate_exports };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=Duplicate.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Duplicate.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Duplicate.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M7.42 16.58H3.25a.83.83 0 0 1-.83-.83V3.25a.83.83 0 0 1 .83-.83h12.5a.83.83 0 0 1 .83.83v4.17\"\n }, null, -1),\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M8.25 7.42h12.5s.83 0 .83.83v12.5s0 .83-.83.83H8.25s-.83 0-.83-.83V8.25s0-.83.83-.83\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,EACZA,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,oBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Edit.svg?component
|
|
4
|
+
var Edit_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Edit_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var Edit_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Edit_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=Edit.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Edit.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Edit.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M14 3H5.571A2.57 2.57 0 0 0 3 5.571V18.43A2.57 2.57 0 0 0 5.571 21H18.43A2.57 2.57 0 0 0 21 18.429V10m.96-5.35a1.845 1.845 0 0 0-2.61-2.61l-6.644 6.647a1.3 1.3 0 0 0-.328.543l-.864 2.849a.327.327 0 0 0 .408.407l2.849-.864c.205-.062.391-.174.543-.325l6.645-6.647Z\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,eAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Ellipses.svg?component
|
|
4
|
+
var Ellipses_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Ellipses_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M6 11c-.5 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.5-1-1-1m12 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-6 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var Ellipses_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { Ellipses_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=Ellipses.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ellipses.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Ellipses.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M6 11c-.5 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.5-1-1-1m12 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-6 0c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,iJAAiJ,EAAE,MAAM,GAAG,CAC9L,EAAG,CAAC;;AAEP,IAAA,mBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Email.svg?component
|
|
4
|
+
var Email_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Email_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5m13.437 5.475L19.5 13.5M8.313 9.975 4.5 13.5" }, null, -1), createElementVNode("path", { d: "m22.88 5.014-9.513 6.56a2.41 2.41 0 0 1-2.734 0L1.12 5.014" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var Email_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { Email_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=Email.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Email.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Email.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M2.25 4.5h19.5s1.5 0 1.5 1.5v12s0 1.5-1.5 1.5H2.25s-1.5 0-1.5-1.5V6s0-1.5 1.5-1.5m13.437 5.475L19.5 13.5M8.313 9.975 4.5 13.5\" }, null, -1),\n _createElementVNode(\"path\", { d: \"m22.88 5.014-9.513 6.56a2.41 2.41 0 0 1-2.734 0L1.12 5.014\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,iIAAiI,EAAE,MAAM,GAAG,EAC7KA,mBAAoB,QAAQ,EAAE,GAAG,8DAA8D,EAAE,MAAM,GAAG,CAC3G,EAAG,CAAC;;AAEP,IAAA,gBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Error.svg?component
|
|
4
|
+
var Error_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Error_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M12 17.6c-.2 0-.4-.2-.4-.4s.2-.4.4-.4m0 .8c.2 0 .4-.2.4-.4s-.2-.4-.4-.4m0-3V5.6" }, null, -1), createElementVNode("path", { d: "M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var Error_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { Error_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=Error.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Error.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Error.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M12 17.6c-.2 0-.4-.2-.4-.4s.2-.4.4-.4m0 .8c.2 0 .4-.2.4-.4s-.2-.4-.4-.4m0-3V5.6\" }, null, -1),\n _createElementVNode(\"path\", { d: \"M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,mFAAmF,EAAE,MAAM,GAAG,EAC/HA,mBAAoB,QAAQ,EAAE,GAAG,iEAAiE,EAAE,MAAM,GAAG,CAC9G,EAAG,CAAC;;AAEP,IAAA,gBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Example.svg?component
|
|
4
|
+
var Example_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Example_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "m18.59 15.3 2.9-2.91a1.32 1.32 0 0 0 0-1.87l-1.85-1.85a3.3 3.3 0 1 1-4.31-4.31L13.48 2.5a1.32 1.32 0 0 0-1.87 0l-2.9 2.91a3.3 3.3 0 1 0-3.3 3.3l-2.9 2.9a1.32 1.32 0 0 0 0 1.87l1.85 1.85a3.3 3.3 0 1 1 4.31 4.31l1.85 1.85a1.32 1.32 0 0 0 1.87 0l2.9-2.9a3.3 3.3 0 1 0 3.3-3.3Z"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var Example_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Example_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=Example.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Example.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Example.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"m18.59 15.3 2.9-2.91a1.32 1.32 0 0 0 0-1.87l-1.85-1.85a3.3 3.3 0 1 1-4.31-4.31L13.48 2.5a1.32 1.32 0 0 0-1.87 0l-2.9 2.91a3.3 3.3 0 1 0-3.3 3.3l-2.9 2.9a1.32 1.32 0 0 0 0 1.87l1.85 1.85a3.3 3.3 0 1 1 4.31 4.31l1.85 1.85a1.32 1.32 0 0 0 1.87 0l2.9-2.9a3.3 3.3 0 1 0 3.3-3.3Z\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,kBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/ExternalLink.svg?component
|
|
4
|
+
var ExternalLink_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => ExternalLink_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M6.4 4H20v13.59M4 20 20 4"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var ExternalLink_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { ExternalLink_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=ExternalLink.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalLink.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/ExternalLink.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M6.4 4H20v13.59M4 20 20 4\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,uBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/FilterList.svg?component
|
|
4
|
+
var FilterList_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => FilterList_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M4 6h16M7.556 12h8.888m-6.222 6h3.556"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var FilterList_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { FilterList_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=FilterList.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterList.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/FilterList.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M4 6h16M7.556 12h8.888m-6.222 6h3.556\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,qBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Folder.svg?component
|
|
4
|
+
var Folder_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Folder_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var Folder_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Folder_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=Folder.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Folder.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Folder.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,iBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/GitHub.svg?component
|
|
4
|
+
var GitHub_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => GitHub_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
viewBox: "0 0 1024 1024"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0" }, null, -1)])]);
|
|
15
|
+
}
|
|
16
|
+
var GitHub_default = { render: render$1 };
|
|
17
|
+
//#endregion
|
|
18
|
+
export { GitHub_exports };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=GitHub.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitHub.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/GitHub.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"currentColor\",\n viewBox: \"0 0 1024 1024\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M512 0a512 512 0 0 0-162 998c26 4 35-11 35-25l-1-95c-128 23-161-32-172-60-6-15-31-61-52-73-18-10-44-33-1-33 40-1 69 37 78 52 46 78 120 56 149 43 5-33 18-56 33-69-114-13-234-56-234-253 0-56 20-101 53-137-5-13-23-65 5-136 0 0 43-13 141 53a487 487 0 0 1 256 0c98-66 141-53 141-53 28 71 10 123 5 136 33 36 53 81 53 137 0 197-120 240-234 253 18 16 35 47 35 95l-1 140c0 14 9 30 35 25A512 512 0 0 0 512 0\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,iZAAiZ,EAAE,MAAM,GAAG,CAC9b,EAAG,CAAC;;AAEP,IAAA,iBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/GitHubLine.svg?component
|
|
4
|
+
var GitHubLine_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => GitHubLine_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M16.643 22.94v-3.135a3.68 3.68 0 0 0-1.026-2.852c3.43-.382 7.036-1.682 7.036-7.648a5.94 5.94 0 0 0-1.64-4.097 5.54 5.54 0 0 0-.097-4.12s-1.29-.382-4.272 1.618a14.6 14.6 0 0 0-7.649 0c-2.982-2-4.272-1.617-4.272-1.617a5.54 5.54 0 0 0-.098 4.119 5.94 5.94 0 0 0-1.639 4.13c0 5.922 3.606 7.222 7.036 7.648a3.68 3.68 0 0 0-1.027 2.819v3.136m0-2.186c-3.277 1.064-6.009 0-7.648-3.278" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var GitHubLine_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { GitHubLine_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=GitHubLine.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitHubLine.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/GitHubLine.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M16.643 22.94v-3.135a3.68 3.68 0 0 0-1.026-2.852c3.43-.382 7.036-1.682 7.036-7.648a5.94 5.94 0 0 0-1.64-4.097 5.54 5.54 0 0 0-.097-4.12s-1.29-.382-4.272 1.618a14.6 14.6 0 0 0-7.649 0c-2.982-2-4.272-1.617-4.272-1.617a5.54 5.54 0 0 0-.098 4.119 5.94 5.94 0 0 0-1.639 4.13c0 5.922 3.606 7.222 7.036 7.648a3.68 3.68 0 0 0-1.027 2.819v3.136m0-2.186c-3.277 1.064-6.009 0-7.648-3.278\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,4XAA4X,EAAE,MAAM,GAAG,CACza,EAAG,CAAC;;AAEP,IAAA,qBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Globe.svg?component
|
|
4
|
+
var Globe_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Globe_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10H2m10 10C6.477 22 2 17.523 2 12m10 10a14.5 14.5 0 0 1 0-20m0 20a14.5 14.5 0 0 0 0-20M2 12C2 6.477 6.477 2 12 2"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var Globe_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Globe_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=Globe.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Globe.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Globe.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10H2m10 10C6.477 22 2 17.523 2 12m10 10a14.5 14.5 0 0 1 0-20m0 20a14.5 14.5 0 0 0 0-20M2 12C2 6.477 6.477 2 12 2\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,gBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Google.svg?component
|
|
4
|
+
var Google_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Google_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M23.93 10.67a.76.76 0 0 0-.75-.67H12.75a.76.76 0 0 0-.75.75v3.5a.76.76 0 0 0 .75.75h5.58A7 7 0 1 1 12 5a7 7 0 0 1 4.23 1.42.74.74 0 0 0 1-.07l2.47-2.49a.75.75 0 0 0 .22-.57.77.77 0 0 0-.27-.54A12 12 0 1 0 24 12a12 12 0 0 0-.07-1.33" }, null, -1)])]);
|
|
15
|
+
}
|
|
16
|
+
var Google_default = { render: render$1 };
|
|
17
|
+
//#endregion
|
|
18
|
+
export { Google_exports };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=Google.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Google.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Google.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"currentColor\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M23.93 10.67a.76.76 0 0 0-.75-.67H12.75a.76.76 0 0 0-.75.75v3.5a.76.76 0 0 0 .75.75h5.58A7 7 0 1 1 12 5a7 7 0 0 1 4.23 1.42.74.74 0 0 0 1-.07l2.47-2.49a.75.75 0 0 0 .22-.57.77.77 0 0 0-.27-.54A12 12 0 1 0 24 12a12 12 0 0 0-.07-1.33\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,2OAA2O,EAAE,MAAM,GAAG,CACxR,EAAG,CAAC;;AAEP,IAAA,iBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Help.svg?component
|
|
4
|
+
var Help_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Help_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4" }, null, -1), createElementVNode("path", { d: "M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var Help_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { Help_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=Help.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Help.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Help.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M9.2 9.2c0-.5.1-1 .4-1.5s.6-.8 1.1-1q.75-.3 1.5-.3c.75 0 1 .2 1.4.5s.7.7 1 1.2c.2.5.3 1 .2 1.5s-.3 1-.6 1.4-.8.7-1.2.9c-.255.128-.5.3-.7.5s-.3.5-.3.8v.9m0 3.5c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4\" }, null, -1),\n _createElementVNode(\"path\", { d: \"M12 22c5.524 0 10-4.476 10-10S17.524 2 12 2 2 6.476 2 12s4.476 10 10 10\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,iNAAiN,EAAE,MAAM,GAAG,EAC7PA,mBAAoB,QAAQ,EAAE,GAAG,2EAA2E,EAAE,MAAM,GAAG,CACxH,EAAG,CAAC;;AAEP,IAAA,eAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Hide.svg?component
|
|
4
|
+
var Hide_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Hide_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", {
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
d: "M9.88 14.12a3 3 0 1 1 4.24-4.24m-3.39 9.04q.632.079 1.27.08c7 0 10-7 10-7a13.2 13.2 0 0 0-1.67-2.68M6.61 17.39A13.5 13.5 0 0 1 2 12s3-7 10-7a9.74 9.74 0 0 1 5.39 1.61M2 22 22 2"
|
|
19
|
+
}, null, -1)])]);
|
|
20
|
+
}
|
|
21
|
+
var Hide_default = { render: render$1 };
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Hide_exports };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=Hide.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hide.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Hide.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n d: \"M9.88 14.12a3 3 0 1 1 4.24-4.24m-3.39 9.04q.632.079 1.27.08c7 0 10-7 10-7a13.2 13.2 0 0 0-1.67-2.68M6.61 17.39A13.5 13.5 0 0 1 2 12s3-7 10-7a9.74 9.74 0 0 1 5.39 1.61M2 22 22 2\"\n }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ;EAC1B,QAAQ;EACR,kBAAkB;EAClB,mBAAmB;EACnB,GAAG;EACJ,EAAE,MAAM,GAAG,CACb,EAAG,CAAC;;AAEP,IAAA,eAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/History.svg?component
|
|
4
|
+
var History_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => History_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M12.9 6.8v6.1h4.7" }, null, -1), createElementVNode("path", { d: "M6.1 17.2c1.6 2.2 4.2 3.6 7.1 3.6 4.8 0 8.8-3.9 8.8-8.8s-3.9-8.8-8.8-8.8-8.8 4-8.8 8.8v1.7M2 11.3l2.4 2.4 2.4-2.4" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var History_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { History_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=History.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"History.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/History.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M12.9 6.8v6.1h4.7\" }, null, -1),\n _createElementVNode(\"path\", { d: \"M6.1 17.2c1.6 2.2 4.2 3.6 7.1 3.6 4.8 0 8.8-3.9 8.8-8.8s-3.9-8.8-8.8-8.8-8.8 4-8.8 8.8v1.7M2 11.3l2.4 2.4 2.4-2.4\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,qBAAqB,EAAE,MAAM,GAAG,EACjEA,mBAAoB,QAAQ,EAAE,GAAG,qHAAqH,EAAE,MAAM,GAAG,CAClK,EAAG,CAAC;;AAEP,IAAA,kBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/House.svg?component
|
|
4
|
+
var House_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => House_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("path", { d: "M22.1 9.2 12 1.5 1.8 9.2c-.2.2-.3.5-.4.7v11.7c0 .5.4.9.9.9h6.1v-4.9c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5v4.9h6.1c.5 0 .9-.4.9-.9V9.9c0-.3-.1-.6-.4-.7z" }, null, -1)])]);
|
|
18
|
+
}
|
|
19
|
+
var House_default = { render: render$1 };
|
|
20
|
+
//#endregion
|
|
21
|
+
export { House_exports };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=House.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"House.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/House.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M22.1 9.2 12 1.5 1.8 9.2c-.2.2-.3.5-.4.7v11.7c0 .5.4.9.9.9h6.1v-4.9c0-1.9 1.6-3.5 3.5-3.5s3.5 1.6 3.5 3.5v4.9h6.1c.5 0 .9-.4.9-.9V9.9c0-.3-.1-.6-.4-.7z\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK,CAC1FC,mBAAoB,QAAQ,EAAE,GAAG,2JAA2J,EAAE,MAAM,GAAG,CACxM,EAAG,CAAC;;AAEP,IAAA,gBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Import.svg?component
|
|
4
|
+
var Import_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Import_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
"stroke-linecap": "round",
|
|
13
|
+
"stroke-linejoin": "round",
|
|
14
|
+
viewBox: "0 0 24 24"
|
|
15
|
+
};
|
|
16
|
+
function render$1(_ctx, _cache) {
|
|
17
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
18
|
+
createElementVNode("path", { d: "M12 10.67v7.98M14.66 16 12 18.64 9.34 16" }, null, -1),
|
|
19
|
+
createElementVNode("path", { d: "M3.35 7.34h17.3s1.33 0 1.33 1.33v11.98s0 1.33-1.33 1.33H3.35s-1.33 0-1.33-1.33V8.67s0-1.33 1.33-1.33" }, null, -1),
|
|
20
|
+
createElementVNode("path", { d: "m2.2 8 2.13-5.19a1.33 1.33 0 0 1 1.22-.79h12.9a1.33 1.33 0 0 1 1.22.8l2.08 5.1M12 7.34V2.02" }, null, -1)
|
|
21
|
+
])]);
|
|
22
|
+
}
|
|
23
|
+
var Import_default = { render: render$1 };
|
|
24
|
+
//#endregion
|
|
25
|
+
export { Import_exports };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=Import.svg.virtual.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Import.svg.virtual.js","names":["render","_openBlock","_createElementBlock","_createElementVNode"],"sources":["../../../../src/components/ScalarIcon/icons/Import.svg?component"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n viewBox: \"0 0 24 24\"\n}\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, [...(_cache[0] || (_cache[0] = [\n _createElementVNode(\"path\", { d: \"M12 10.67v7.98M14.66 16 12 18.64 9.34 16\" }, null, -1),\n _createElementVNode(\"path\", { d: \"M3.35 7.34h17.3s1.33 0 1.33 1.33v11.98s0 1.33-1.33 1.33H3.35s-1.33 0-1.33-1.33V8.67s0-1.33 1.33-1.33\" }, null, -1),\n _createElementVNode(\"path\", { d: \"m2.2 8 2.13-5.19a1.33 1.33 0 0 1 1.22-.79h12.9a1.33 1.33 0 0 1 1.22.8l2.08 5.1M12 7.34V2.02\" }, null, -1)\n ]))]))\n}\nexport default { render: render }"],"mappings":";;;;;;;AAEA,IAAM,aAAa;CACjB,OAAO;CACP,MAAM;CACN,QAAQ;CACR,kBAAkB;CAClB,mBAAmB;CACnB,SAAS;CACV;AAED,SAAgBA,SAAO,MAAM,QAAQ;AACnC,QAAQC,WAAY,EAAEC,mBAAoB,OAAO,YAAY,CAAC,GAAI,OAAO,OAAO,OAAO,KAAK;EAC1FC,mBAAoB,QAAQ,EAAE,GAAG,4CAA4C,EAAE,MAAM,GAAG;EACxFA,mBAAoB,QAAQ,EAAE,GAAG,wGAAwG,EAAE,MAAM,GAAG;EACpJA,mBAAoB,QAAQ,EAAE,GAAG,+FAA+F,EAAE,MAAM,GAAG;EAC5I,EAAG,CAAC;;AAEP,IAAA,iBAAe,EAAE,QAAQH,UAAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
|
|
2
|
+
import { createElementBlock, createElementVNode, openBlock } from "vue";
|
|
3
|
+
//#region src/components/ScalarIcon/icons/Info.svg?component
|
|
4
|
+
var Info_exports = /* @__PURE__ */ __exportAll({
|
|
5
|
+
default: () => Info_default,
|
|
6
|
+
render: () => render$1
|
|
7
|
+
});
|
|
8
|
+
var _hoisted_1 = {
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
fill: "none",
|
|
11
|
+
viewBox: "0 0 24 24"
|
|
12
|
+
};
|
|
13
|
+
function render$1(_ctx, _cache) {
|
|
14
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
|
|
15
|
+
createElementVNode("path", {
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round",
|
|
19
|
+
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10"
|
|
20
|
+
}, null, -1),
|
|
21
|
+
createElementVNode("path", {
|
|
22
|
+
stroke: "currentColor",
|
|
23
|
+
"stroke-linecap": "round",
|
|
24
|
+
"stroke-linejoin": "round",
|
|
25
|
+
d: "M12 17v-6 0a.5.5 0 0 0-.5-.5l-.5.001h-1M12 17h-2m2 0h2"
|
|
26
|
+
}, null, -1),
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
"fill-rule": "evenodd",
|
|
30
|
+
d: "M10.75 7.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0",
|
|
31
|
+
"clip-rule": "evenodd"
|
|
32
|
+
}, null, -1)
|
|
33
|
+
])]);
|
|
34
|
+
}
|
|
35
|
+
var Info_default = { render: render$1 };
|
|
36
|
+
//#endregion
|
|
37
|
+
export { Info_exports };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=Info.svg.virtual.js.map
|