@volverjs/ui-vue 0.0.13-beta.8 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -0
- package/bin/icons.cjs +2 -2
- package/bin/icons.js +44 -43
- package/dist/components/VvAccordion/VvAccordion.es.js +158 -158
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +243 -243
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAction/VvAction.es.js +82 -87
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +136 -137
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +133 -134
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +68 -71
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +85 -88
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +67 -70
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +113 -118
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +125 -130
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +79 -83
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvCard/VvCard.es.js +78 -81
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +200 -204
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +183 -187
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +834 -825
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +99 -102
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +224 -225
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +126 -130
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +77 -81
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +55 -58
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +99 -103
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +33 -35
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +320 -325
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +485 -486
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvNav/VvNav.es.js +131 -136
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +113 -118
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +74 -77
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +167 -171
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +188 -192
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +203 -206
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvTab/VvTab.es.js +160 -165
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +386 -387
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.es.js +69 -72
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +1852 -1835
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/index.es.js +121 -116
- package/dist/composables/index.umd.js +2 -2
- package/dist/directives/index.es.js +172 -597
- package/dist/directives/index.umd.js +1 -420
- package/dist/directives/v-contextmenu.es.js +45 -468
- package/dist/directives/v-contextmenu.umd.js +1 -420
- package/dist/directives/v-tooltip.es.js +62 -65
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +18 -21
- package/dist/icons.umd.js +1 -1
- package/dist/index.es.js +90 -90
- package/dist/index.umd.js +1 -1
- package/dist/json-render/index.es.js +5346 -0
- package/dist/json-render/index.umd.js +1 -0
- package/package.json +79 -49
- package/src/Volver.ts +326 -0
- package/src/assets/icons/detailed/add-circle.svg +12 -0
- package/src/assets/icons/detailed/add.svg +8 -0
- package/src/assets/icons/detailed/align-center.svg +12 -0
- package/src/assets/icons/detailed/align-justify.svg +12 -0
- package/src/assets/icons/detailed/align-left.svg +12 -0
- package/src/assets/icons/detailed/align-right.svg +12 -0
- package/src/assets/icons/detailed/analysis-2.svg +20 -0
- package/src/assets/icons/detailed/analysis-3.svg +8 -0
- package/src/assets/icons/detailed/analysis.svg +16 -0
- package/src/assets/icons/detailed/apple.svg +16 -0
- package/src/assets/icons/detailed/arrow-down.svg +8 -0
- package/src/assets/icons/detailed/arrow-left.svg +8 -0
- package/src/assets/icons/detailed/arrow-right.svg +8 -0
- package/src/assets/icons/detailed/arrow-up.svg +8 -0
- package/src/assets/icons/detailed/attachment.svg +8 -0
- package/src/assets/icons/detailed/back-to-front.svg +17 -0
- package/src/assets/icons/detailed/bell-active.svg +14 -0
- package/src/assets/icons/detailed/bell.svg +14 -0
- package/src/assets/icons/detailed/bold.svg +8 -0
- package/src/assets/icons/detailed/bookmark-active.svg +12 -0
- package/src/assets/icons/detailed/bookmark.svg +12 -0
- package/src/assets/icons/detailed/building.svg +26 -0
- package/src/assets/icons/detailed/bullet-list.svg +22 -0
- package/src/assets/icons/detailed/calendar.svg +26 -0
- package/src/assets/icons/detailed/camera-off.svg +12 -0
- package/src/assets/icons/detailed/camera-on.svg +17 -0
- package/src/assets/icons/detailed/catalog.svg +15 -0
- package/src/assets/icons/detailed/certificate.svg +10 -0
- package/src/assets/icons/detailed/chat.svg +6 -0
- package/src/assets/icons/detailed/check-badge.svg +9 -0
- package/src/assets/icons/detailed/check-circle.svg +10 -0
- package/src/assets/icons/detailed/check.svg +6 -0
- package/src/assets/icons/detailed/checkbox.svg +8 -0
- package/src/assets/icons/detailed/chevron-down-circle.svg +10 -0
- package/src/assets/icons/detailed/chevron-down.svg +6 -0
- package/src/assets/icons/detailed/chevron-left-circle.svg +10 -0
- package/src/assets/icons/detailed/chevron-left.svg +6 -0
- package/src/assets/icons/detailed/chevron-right-circle.svg +7 -0
- package/src/assets/icons/detailed/chevron-up-circle.svg +10 -0
- package/src/assets/icons/detailed/chevron-up.svg +6 -0
- package/src/assets/icons/detailed/circle.svg +8 -0
- package/src/assets/icons/detailed/classroom.svg +38 -0
- package/src/assets/icons/detailed/clear-field.svg +14 -0
- package/src/assets/icons/detailed/clear-style.svg +9 -0
- package/src/assets/icons/detailed/close-circle.svg +14 -0
- package/src/assets/icons/detailed/close-loader.svg +6 -0
- package/src/assets/icons/detailed/close.svg +8 -0
- package/src/assets/icons/detailed/coffee.svg +21 -0
- package/src/assets/icons/detailed/color.svg +20 -0
- package/src/assets/icons/detailed/contact-us.svg +27 -0
- package/src/assets/icons/detailed/copy.svg +10 -0
- package/src/assets/icons/detailed/courses.svg +22 -0
- package/src/assets/icons/detailed/dashboard.svg +20 -0
- package/src/assets/icons/detailed/download.svg +10 -0
- package/src/assets/icons/detailed/drag.svg +10 -0
- package/src/assets/icons/detailed/duplicate.svg +23 -0
- package/src/assets/icons/detailed/edit.svg +16 -0
- package/src/assets/icons/detailed/elearning.svg +13 -0
- package/src/assets/icons/detailed/email.svg +11 -0
- package/src/assets/icons/detailed/error-2.svg +8 -0
- package/src/assets/icons/detailed/error.svg +12 -0
- package/src/assets/icons/detailed/exercise.svg +26 -0
- package/src/assets/icons/detailed/external-link.svg +11 -0
- package/src/assets/icons/detailed/extract.svg +20 -0
- package/src/assets/icons/detailed/eye-off.svg +15 -0
- package/src/assets/icons/detailed/eye-on.svg +8 -0
- package/src/assets/icons/detailed/fail.svg +11 -0
- package/src/assets/icons/detailed/fast-back.svg +20 -0
- package/src/assets/icons/detailed/fast-forward.svg +20 -0
- package/src/assets/icons/detailed/file-add.svg +19 -0
- package/src/assets/icons/detailed/file-duplicate.svg +16 -0
- package/src/assets/icons/detailed/file-remove.svg +17 -0
- package/src/assets/icons/detailed/file-required.svg +23 -0
- package/src/assets/icons/detailed/file.svg +13 -0
- package/src/assets/icons/detailed/filter-2.svg +22 -0
- package/src/assets/icons/detailed/filter-active.svg +12 -0
- package/src/assets/icons/detailed/filter.svg +12 -0
- package/src/assets/icons/detailed/flag.svg +11 -0
- package/src/assets/icons/detailed/folder.svg +14 -0
- package/src/assets/icons/detailed/full-width.svg +11 -0
- package/src/assets/icons/detailed/go-to-back.svg +19 -0
- package/src/assets/icons/detailed/grid.svg +20 -0
- package/src/assets/icons/detailed/group-add.svg +24 -0
- package/src/assets/icons/detailed/group.svg +16 -0
- package/src/assets/icons/detailed/heart-active.svg +12 -0
- package/src/assets/icons/detailed/heart.svg +12 -0
- package/src/assets/icons/detailed/highlighter.svg +10 -0
- package/src/assets/icons/detailed/home.svg +12 -0
- package/src/assets/icons/detailed/hourglass.svg +12 -0
- package/src/assets/icons/detailed/image.svg +15 -0
- package/src/assets/icons/detailed/info-badge.svg +9 -0
- package/src/assets/icons/detailed/information.svg +12 -0
- package/src/assets/icons/detailed/italic.svg +10 -0
- package/src/assets/icons/detailed/key.svg +5 -0
- package/src/assets/icons/detailed/language.svg +14 -0
- package/src/assets/icons/detailed/learning-path.svg +7 -0
- package/src/assets/icons/detailed/light-off.svg +10 -0
- package/src/assets/icons/detailed/light-on.svg +18 -0
- package/src/assets/icons/detailed/link.svg +12 -0
- package/src/assets/icons/detailed/lock.svg +13 -0
- package/src/assets/icons/detailed/login.svg +11 -0
- package/src/assets/icons/detailed/logout.svg +11 -0
- package/src/assets/icons/detailed/maximaze.svg +12 -0
- package/src/assets/icons/detailed/menu.svg +9 -0
- package/src/assets/icons/detailed/merge.svg +20 -0
- package/src/assets/icons/detailed/minimize.svg +14 -0
- package/src/assets/icons/detailed/mixed-class.svg +40 -0
- package/src/assets/icons/detailed/more-horizontal.svg +7 -0
- package/src/assets/icons/detailed/more-vertical.svg +7 -0
- package/src/assets/icons/detailed/news.svg +12 -0
- package/src/assets/icons/detailed/no-prerequisites.svg +13 -0
- package/src/assets/icons/detailed/notes.svg +14 -0
- package/src/assets/icons/detailed/number-code.svg +34 -0
- package/src/assets/icons/detailed/numbered-list.svg +18 -0
- package/src/assets/icons/detailed/on-site.svg +22 -0
- package/src/assets/icons/detailed/order-down.svg +12 -0
- package/src/assets/icons/detailed/order-up.svg +12 -0
- package/src/assets/icons/detailed/paste.svg +14 -0
- package/src/assets/icons/detailed/pausa.svg +8 -0
- package/src/assets/icons/detailed/pdf.svg +12 -0
- package/src/assets/icons/detailed/phone.svg +10 -0
- package/src/assets/icons/detailed/pin-map.svg +12 -0
- package/src/assets/icons/detailed/pin.svg +15 -0
- package/src/assets/icons/detailed/pizza.svg +17 -0
- package/src/assets/icons/detailed/play.svg +11 -0
- package/src/assets/icons/detailed/plug-in.svg +10 -0
- package/src/assets/icons/detailed/pointer.svg +12 -0
- package/src/assets/icons/detailed/printer.svg +26 -0
- package/src/assets/icons/detailed/profile-add.svg +20 -0
- package/src/assets/icons/detailed/profile.svg +10 -0
- package/src/assets/icons/detailed/push-pin-off.svg +11 -0
- package/src/assets/icons/detailed/push-pin-on.svg +9 -0
- package/src/assets/icons/detailed/qrcode.svg +28 -0
- package/src/assets/icons/detailed/question-badge.svg +10 -0
- package/src/assets/icons/detailed/radio.svg +8 -0
- package/src/assets/icons/detailed/redo.svg +9 -0
- package/src/assets/icons/detailed/relations.svg +32 -0
- package/src/assets/icons/detailed/reload.svg +13 -0
- package/src/assets/icons/detailed/remove-circle.svg +10 -0
- package/src/assets/icons/detailed/remove.svg +5 -0
- package/src/assets/icons/detailed/reorder.svg +12 -0
- package/src/assets/icons/detailed/repeat.svg +12 -0
- package/src/assets/icons/detailed/repository.svg +18 -0
- package/src/assets/icons/detailed/request-form.svg +18 -0
- package/src/assets/icons/detailed/resize-100%.svg +15 -0
- package/src/assets/icons/detailed/resize-height.svg +12 -0
- package/src/assets/icons/detailed/resize-width.svg +12 -0
- package/src/assets/icons/detailed/search.svg +12 -0
- package/src/assets/icons/detailed/sequential-prerequisites.svg +20 -0
- package/src/assets/icons/detailed/settings.svg +14 -0
- package/src/assets/icons/detailed/share.svg +20 -0
- package/src/assets/icons/detailed/sketch.svg +12 -0
- package/src/assets/icons/detailed/skills.svg +20 -0
- package/src/assets/icons/detailed/skip-back.svg +12 -0
- package/src/assets/icons/detailed/skip-forward.svg +13 -0
- package/src/assets/icons/detailed/sms.svg +18 -0
- package/src/assets/icons/detailed/sso-access.svg +18 -0
- package/src/assets/icons/detailed/star-active.svg +6 -0
- package/src/assets/icons/detailed/star.svg +6 -0
- package/src/assets/icons/detailed/success.svg +10 -0
- package/src/assets/icons/detailed/sun.svg +24 -0
- package/src/assets/icons/detailed/sunrise.svg +18 -0
- package/src/assets/icons/detailed/support.svg +18 -0
- package/src/assets/icons/detailed/survey.svg +24 -0
- package/src/assets/icons/detailed/table.svg +11 -0
- package/src/assets/icons/detailed/tematic-channels.svg +12 -0
- package/src/assets/icons/detailed/test.svg +14 -0
- package/src/assets/icons/detailed/text-body.svg +8 -0
- package/src/assets/icons/detailed/text-edit.svg +11 -0
- package/src/assets/icons/detailed/text-style.svg +10 -0
- package/src/assets/icons/detailed/time.svg +10 -0
- package/src/assets/icons/detailed/toilet-piper.svg +15 -0
- package/src/assets/icons/detailed/training-points.svg +16 -0
- package/src/assets/icons/detailed/trash.svg +19 -0
- package/src/assets/icons/detailed/underline.svg +8 -0
- package/src/assets/icons/detailed/undo.svg +9 -0
- package/src/assets/icons/detailed/unlock.svg +13 -0
- package/src/assets/icons/detailed/upload.svg +10 -0
- package/src/assets/icons/detailed/user-add.svg +16 -0
- package/src/assets/icons/detailed/user-badge.svg +11 -0
- package/src/assets/icons/detailed/user.svg +8 -0
- package/src/assets/icons/detailed/video-off.svg +17 -0
- package/src/assets/icons/detailed/video-on.svg +16 -0
- package/src/assets/icons/detailed/video-rec.svg +19 -0
- package/src/assets/icons/detailed/view-card.svg +12 -0
- package/src/assets/icons/detailed/view-list.svg +20 -0
- package/src/assets/icons/detailed/view.svg +7 -0
- package/src/assets/icons/detailed/voice-off.svg +14 -0
- package/src/assets/icons/detailed/voice-on.svg +16 -0
- package/src/assets/icons/detailed/volume-down.svg +14 -0
- package/src/assets/icons/detailed/volume-off.svg +19 -0
- package/src/assets/icons/detailed/volume-up.svg +16 -0
- package/src/assets/icons/detailed/warning.svg +16 -0
- package/src/assets/icons/detailed/webinar.svg +57 -0
- package/src/assets/icons/detailed/whiteboard.svg +16 -0
- package/src/assets/icons/detailed/wine.svg +22 -0
- package/src/assets/icons/detailed/zip.svg +17 -0
- package/src/assets/icons/detailed/zoom-in.svg +18 -0
- package/src/assets/icons/detailed/zoom-out.svg +16 -0
- package/src/assets/icons/detailed.json +1 -0
- package/src/assets/icons/normal/add-circle.svg +12 -0
- package/src/assets/icons/normal/add.svg +4 -0
- package/src/assets/icons/normal/align-center.svg +11 -0
- package/src/assets/icons/normal/align-justify.svg +11 -0
- package/src/assets/icons/normal/align-left.svg +11 -0
- package/src/assets/icons/normal/align-right.svg +11 -0
- package/src/assets/icons/normal/analysis-2.svg +18 -0
- package/src/assets/icons/normal/analysis-3.svg +8 -0
- package/src/assets/icons/normal/analysis.svg +14 -0
- package/src/assets/icons/normal/apple.svg +16 -0
- package/src/assets/icons/normal/arrow-down.svg +8 -0
- package/src/assets/icons/normal/arrow-left.svg +8 -0
- package/src/assets/icons/normal/arrow-right.svg +8 -0
- package/src/assets/icons/normal/arrow-up.svg +8 -0
- package/src/assets/icons/normal/attachment.svg +6 -0
- package/src/assets/icons/normal/back-to-front.svg +15 -0
- package/src/assets/icons/normal/bell-active.svg +14 -0
- package/src/assets/icons/normal/bell.svg +14 -0
- package/src/assets/icons/normal/bold.svg +8 -0
- package/src/assets/icons/normal/bookmark active.svg +12 -0
- package/src/assets/icons/normal/bookmark.svg +10 -0
- package/src/assets/icons/normal/building.svg +21 -0
- package/src/assets/icons/normal/bulleted-list.svg +23 -0
- package/src/assets/icons/normal/calendar.svg +20 -0
- package/src/assets/icons/normal/camera-off.svg +17 -0
- package/src/assets/icons/normal/camera-on.svg +16 -0
- package/src/assets/icons/normal/catalog.svg +13 -0
- package/src/assets/icons/normal/certificate.svg +12 -0
- package/src/assets/icons/normal/chat.svg +6 -0
- package/src/assets/icons/normal/check-badge.svg +9 -0
- package/src/assets/icons/normal/check-circle.svg +10 -0
- package/src/assets/icons/normal/check.svg +4 -0
- package/src/assets/icons/normal/checkbox.svg +8 -0
- package/src/assets/icons/normal/chevron-down-circle.svg +10 -0
- package/src/assets/icons/normal/chevron-down.svg +6 -0
- package/src/assets/icons/normal/chevron-left-circle.svg +10 -0
- package/src/assets/icons/normal/chevron-left.svg +6 -0
- package/src/assets/icons/normal/chevron-right-circle.svg +10 -0
- package/src/assets/icons/normal/chevron-right.svg +7 -0
- package/src/assets/icons/normal/chevron-up-circle.svg +10 -0
- package/src/assets/icons/normal/chevron-up.svg +6 -0
- package/src/assets/icons/normal/circle.svg +8 -0
- package/src/assets/icons/normal/classroom.svg +36 -0
- package/src/assets/icons/normal/clear-field.svg +14 -0
- package/src/assets/icons/normal/clear-style.svg +18 -0
- package/src/assets/icons/normal/close-circle.svg +14 -0
- package/src/assets/icons/normal/close-loader.svg +6 -0
- package/src/assets/icons/normal/close.svg +8 -0
- package/src/assets/icons/normal/coffee.svg +26 -0
- package/src/assets/icons/normal/color.svg +18 -0
- package/src/assets/icons/normal/contact-us.svg +29 -0
- package/src/assets/icons/normal/copy.svg +10 -0
- package/src/assets/icons/normal/courses.svg +22 -0
- package/src/assets/icons/normal/dashboard.svg +18 -0
- package/src/assets/icons/normal/download.svg +10 -0
- package/src/assets/icons/normal/drag.svg +5 -0
- package/src/assets/icons/normal/duplicate.svg +22 -0
- package/src/assets/icons/normal/edit.svg +16 -0
- package/src/assets/icons/normal/elearning.svg +16 -0
- package/src/assets/icons/normal/email.svg +11 -0
- package/src/assets/icons/normal/error-2.svg +8 -0
- package/src/assets/icons/normal/error.svg +12 -0
- package/src/assets/icons/normal/exercise.svg +26 -0
- package/src/assets/icons/normal/external-link.svg +11 -0
- package/src/assets/icons/normal/extract.svg +14 -0
- package/src/assets/icons/normal/eye-off.svg +14 -0
- package/src/assets/icons/normal/eye-on.svg +16 -0
- package/src/assets/icons/normal/fail.svg +11 -0
- package/src/assets/icons/normal/fast-back.svg +19 -0
- package/src/assets/icons/normal/fast-forward.svg +17 -0
- package/src/assets/icons/normal/file-add.svg +16 -0
- package/src/assets/icons/normal/file-duplicate.svg +22 -0
- package/src/assets/icons/normal/file-remove.svg +14 -0
- package/src/assets/icons/normal/file-required.svg +24 -0
- package/src/assets/icons/normal/file.svg +13 -0
- package/src/assets/icons/normal/filter-2.svg +20 -0
- package/src/assets/icons/normal/filter-active.svg +12 -0
- package/src/assets/icons/normal/filter.svg +12 -0
- package/src/assets/icons/normal/flag.svg +10 -0
- package/src/assets/icons/normal/folder.svg +12 -0
- package/src/assets/icons/normal/full-width.svg +9 -0
- package/src/assets/icons/normal/go-to-back.svg +19 -0
- package/src/assets/icons/normal/grid.svg +20 -0
- package/src/assets/icons/normal/group-add.svg +18 -0
- package/src/assets/icons/normal/group.svg +14 -0
- package/src/assets/icons/normal/heart-active.svg +10 -0
- package/src/assets/icons/normal/heart.svg +10 -0
- package/src/assets/icons/normal/highlighter.svg +11 -0
- package/src/assets/icons/normal/home.svg +12 -0
- package/src/assets/icons/normal/hourglass.svg +8 -0
- package/src/assets/icons/normal/image.svg +15 -0
- package/src/assets/icons/normal/info-badge.svg +9 -0
- package/src/assets/icons/normal/information.svg +12 -0
- package/src/assets/icons/normal/italic.svg +10 -0
- package/src/assets/icons/normal/key.svg +8 -0
- package/src/assets/icons/normal/language.svg +14 -0
- package/src/assets/icons/normal/learning-path.svg +7 -0
- package/src/assets/icons/normal/light-off.svg +10 -0
- package/src/assets/icons/normal/light-on.svg +17 -0
- package/src/assets/icons/normal/link.svg +12 -0
- package/src/assets/icons/normal/lock.svg +12 -0
- package/src/assets/icons/normal/login.svg +10 -0
- package/src/assets/icons/normal/logout.svg +10 -0
- package/src/assets/icons/normal/maximize.svg +10 -0
- package/src/assets/icons/normal/menu.svg +8 -0
- package/src/assets/icons/normal/merge.svg +20 -0
- package/src/assets/icons/normal/minimize.svg +12 -0
- package/src/assets/icons/normal/mixed-class.svg +36 -0
- package/src/assets/icons/normal/more-horizontal.svg +7 -0
- package/src/assets/icons/normal/more-vertical.svg +7 -0
- package/src/assets/icons/normal/news.svg +9 -0
- package/src/assets/icons/normal/no-prerequisites.svg +12 -0
- package/src/assets/icons/normal/notes.svg +15 -0
- package/src/assets/icons/normal/number-code.svg +34 -0
- package/src/assets/icons/normal/numbered-list.svg +19 -0
- package/src/assets/icons/normal/on-site.svg +18 -0
- package/src/assets/icons/normal/order-down.svg +12 -0
- package/src/assets/icons/normal/order-up.svg +11 -0
- package/src/assets/icons/normal/paste.svg +14 -0
- package/src/assets/icons/normal/pausa.svg +7 -0
- package/src/assets/icons/normal/pdf.svg +12 -0
- package/src/assets/icons/normal/phone.svg +10 -0
- package/src/assets/icons/normal/pin-map.svg +10 -0
- package/src/assets/icons/normal/pin.svg +12 -0
- package/src/assets/icons/normal/pizza.svg +17 -0
- package/src/assets/icons/normal/play.svg +9 -0
- package/src/assets/icons/normal/plug-in.svg +10 -0
- package/src/assets/icons/normal/pointer.svg +12 -0
- package/src/assets/icons/normal/printer.svg +28 -0
- package/src/assets/icons/normal/profile-add.svg +28 -0
- package/src/assets/icons/normal/profile.svg +15 -0
- package/src/assets/icons/normal/push pin on.svg +9 -0
- package/src/assets/icons/normal/push-pin-off.svg +23 -0
- package/src/assets/icons/normal/qrcode.svg +26 -0
- package/src/assets/icons/normal/question-badge.svg +10 -0
- package/src/assets/icons/normal/radio.svg +8 -0
- package/src/assets/icons/normal/redo.svg +9 -0
- package/src/assets/icons/normal/relations.svg +28 -0
- package/src/assets/icons/normal/reload.svg +12 -0
- package/src/assets/icons/normal/remove-circle.svg +10 -0
- package/src/assets/icons/normal/remove.svg +4 -0
- package/src/assets/icons/normal/reorder.svg +12 -0
- package/src/assets/icons/normal/repeat.svg +12 -0
- package/src/assets/icons/normal/repository.svg +18 -0
- package/src/assets/icons/normal/request-form.svg +18 -0
- package/src/assets/icons/normal/resize-100%.svg +17 -0
- package/src/assets/icons/normal/resize-height.svg +12 -0
- package/src/assets/icons/normal/resize-width.svg +12 -0
- package/src/assets/icons/normal/search.svg +10 -0
- package/src/assets/icons/normal/sequential-prerequisites.svg +20 -0
- package/src/assets/icons/normal/settings.svg +14 -0
- package/src/assets/icons/normal/share.svg +20 -0
- package/src/assets/icons/normal/sketch.svg +11 -0
- package/src/assets/icons/normal/skills.svg +16 -0
- package/src/assets/icons/normal/skip-back.svg +12 -0
- package/src/assets/icons/normal/skip-forward.svg +13 -0
- package/src/assets/icons/normal/sms.svg +20 -0
- package/src/assets/icons/normal/sso-access.svg +20 -0
- package/src/assets/icons/normal/star-active.svg +4 -0
- package/src/assets/icons/normal/star.svg +4 -0
- package/src/assets/icons/normal/success.svg +10 -0
- package/src/assets/icons/normal/sun.svg +24 -0
- package/src/assets/icons/normal/sunrise.svg +18 -0
- package/src/assets/icons/normal/support.svg +18 -0
- package/src/assets/icons/normal/survey.svg +24 -0
- package/src/assets/icons/normal/table.svg +11 -0
- package/src/assets/icons/normal/tematic-channels.svg +10 -0
- package/src/assets/icons/normal/test.svg +15 -0
- package/src/assets/icons/normal/text-body.svg +8 -0
- package/src/assets/icons/normal/text-edit.svg +11 -0
- package/src/assets/icons/normal/text-style.svg +10 -0
- package/src/assets/icons/normal/time.svg +10 -0
- package/src/assets/icons/normal/toilet-paper.svg +15 -0
- package/src/assets/icons/normal/training-points.svg +16 -0
- package/src/assets/icons/normal/trash.svg +19 -0
- package/src/assets/icons/normal/underline.svg +8 -0
- package/src/assets/icons/normal/undo.svg +9 -0
- package/src/assets/icons/normal/unlock.svg +13 -0
- package/src/assets/icons/normal/upload.svg +10 -0
- package/src/assets/icons/normal/user-add.svg +14 -0
- package/src/assets/icons/normal/user-badge.svg +11 -0
- package/src/assets/icons/normal/user.svg +5 -0
- package/src/assets/icons/normal/video-off.svg +11 -0
- package/src/assets/icons/normal/video-on.svg +20 -0
- package/src/assets/icons/normal/video-rec.svg +23 -0
- package/src/assets/icons/normal/view-card.svg +10 -0
- package/src/assets/icons/normal/view-list.svg +18 -0
- package/src/assets/icons/normal/view.svg +8 -0
- package/src/assets/icons/normal/voice-off.svg +18 -0
- package/src/assets/icons/normal/voice-on.svg +15 -0
- package/src/assets/icons/normal/volume-down.svg +14 -0
- package/src/assets/icons/normal/volume-off.svg +18 -0
- package/src/assets/icons/normal/volume-up.svg +16 -0
- package/src/assets/icons/normal/warning.svg +16 -0
- package/src/assets/icons/normal/webinar.svg +36 -0
- package/src/assets/icons/normal/whiteboard.svg +17 -0
- package/src/assets/icons/normal/wine.svg +22 -0
- package/src/assets/icons/normal/zip.svg +19 -0
- package/src/assets/icons/normal/zoom-in.svg +16 -0
- package/src/assets/icons/normal/zoom-out.svg +14 -0
- package/src/assets/icons/normal.json +1 -0
- package/src/assets/icons/simple/add-circle.svg +12 -0
- package/src/assets/icons/simple/add.svg +8 -0
- package/src/assets/icons/simple/align-center.svg +12 -0
- package/src/assets/icons/simple/align-justify.svg +12 -0
- package/src/assets/icons/simple/align-left.svg +12 -0
- package/src/assets/icons/simple/align-right.svg +12 -0
- package/src/assets/icons/simple/analysis-2.svg +21 -0
- package/src/assets/icons/simple/analysis-3.svg +8 -0
- package/src/assets/icons/simple/analysis.svg +16 -0
- package/src/assets/icons/simple/apple.svg +18 -0
- package/src/assets/icons/simple/arrow-down.svg +8 -0
- package/src/assets/icons/simple/arrow-left.svg +8 -0
- package/src/assets/icons/simple/arrow-right.svg +8 -0
- package/src/assets/icons/simple/arrow-up.svg +8 -0
- package/src/assets/icons/simple/attachment.svg +10 -0
- package/src/assets/icons/simple/bck-to-front.svg +19 -0
- package/src/assets/icons/simple/bell-active.svg +14 -0
- package/src/assets/icons/simple/bell.svg +14 -0
- package/src/assets/icons/simple/bold.svg +8 -0
- package/src/assets/icons/simple/bookmark-active.svg +12 -0
- package/src/assets/icons/simple/bookmark.svg +12 -0
- package/src/assets/icons/simple/building.svg +25 -0
- package/src/assets/icons/simple/bulleted-list.svg +22 -0
- package/src/assets/icons/simple/calendar.svg +22 -0
- package/src/assets/icons/simple/camera-off.svg +12 -0
- package/src/assets/icons/simple/camera-on.svg +16 -0
- package/src/assets/icons/simple/catalog.svg +14 -0
- package/src/assets/icons/simple/certificate.svg +15 -0
- package/src/assets/icons/simple/chat.svg +9 -0
- package/src/assets/icons/simple/check-badge.svg +9 -0
- package/src/assets/icons/simple/check-circle.svg +10 -0
- package/src/assets/icons/simple/check.svg +6 -0
- package/src/assets/icons/simple/checkbox.svg +6 -0
- package/src/assets/icons/simple/chevron-down-circle.svg +10 -0
- package/src/assets/icons/simple/chevron-down.svg +6 -0
- package/src/assets/icons/simple/chevron-left-circle.svg +10 -0
- package/src/assets/icons/simple/chevron-left.svg +6 -0
- package/src/assets/icons/simple/chevron-right-circle.svg +10 -0
- package/src/assets/icons/simple/chevron-right.svg +7 -0
- package/src/assets/icons/simple/chevron-up-circle.svg +10 -0
- package/src/assets/icons/simple/chevron-up.svg +6 -0
- package/src/assets/icons/simple/circle.svg +8 -0
- package/src/assets/icons/simple/classroom.svg +38 -0
- package/src/assets/icons/simple/clear-field.svg +11 -0
- package/src/assets/icons/simple/clear-style.svg +15 -0
- package/src/assets/icons/simple/close-circle.svg +14 -0
- package/src/assets/icons/simple/close-loader.svg +6 -0
- package/src/assets/icons/simple/close.svg +10 -0
- package/src/assets/icons/simple/coffee.svg +28 -0
- package/src/assets/icons/simple/color.svg +20 -0
- package/src/assets/icons/simple/contact-us.svg +26 -0
- package/src/assets/icons/simple/copy.svg +10 -0
- package/src/assets/icons/simple/courses.svg +21 -0
- package/src/assets/icons/simple/dashboard.svg +20 -0
- package/src/assets/icons/simple/download.svg +10 -0
- package/src/assets/icons/simple/drag.svg +10 -0
- package/src/assets/icons/simple/duplicate.svg +24 -0
- package/src/assets/icons/simple/edit.svg +17 -0
- package/src/assets/icons/simple/elearning.svg +17 -0
- package/src/assets/icons/simple/email.svg +11 -0
- package/src/assets/icons/simple/error-2.svg +8 -0
- package/src/assets/icons/simple/error.svg +12 -0
- package/src/assets/icons/simple/exercise.svg +30 -0
- package/src/assets/icons/simple/external-link.svg +13 -0
- package/src/assets/icons/simple/extract.svg +17 -0
- package/src/assets/icons/simple/eye-off.svg +13 -0
- package/src/assets/icons/simple/eye-on.svg +11 -0
- package/src/assets/icons/simple/fail.svg +11 -0
- package/src/assets/icons/simple/fast-back.svg +20 -0
- package/src/assets/icons/simple/fast-forward.svg +19 -0
- package/src/assets/icons/simple/file-add.svg +20 -0
- package/src/assets/icons/simple/file-duplicate.svg +22 -0
- package/src/assets/icons/simple/file-remove.svg +18 -0
- package/src/assets/icons/simple/file-required.svg +24 -0
- package/src/assets/icons/simple/file.svg +14 -0
- package/src/assets/icons/simple/filter-2.svg +24 -0
- package/src/assets/icons/simple/filter-active.svg +13 -0
- package/src/assets/icons/simple/filter.svg +12 -0
- package/src/assets/icons/simple/flag.svg +12 -0
- package/src/assets/icons/simple/folder.svg +14 -0
- package/src/assets/icons/simple/full-width.svg +11 -0
- package/src/assets/icons/simple/go-to-back.svg +18 -0
- package/src/assets/icons/simple/grid.svg +20 -0
- package/src/assets/icons/simple/group-add.svg +24 -0
- package/src/assets/icons/simple/group.svg +18 -0
- package/src/assets/icons/simple/heart-active.svg +12 -0
- package/src/assets/icons/simple/heart.svg +12 -0
- package/src/assets/icons/simple/highlighter.svg +12 -0
- package/src/assets/icons/simple/home.svg +13 -0
- package/src/assets/icons/simple/hourglass.svg +11 -0
- package/src/assets/icons/simple/image.svg +15 -0
- package/src/assets/icons/simple/info-badge.svg +9 -0
- package/src/assets/icons/simple/information.svg +12 -0
- package/src/assets/icons/simple/italic.svg +12 -0
- package/src/assets/icons/simple/key.svg +11 -0
- package/src/assets/icons/simple/language.svg +12 -0
- package/src/assets/icons/simple/learning-path.svg +9 -0
- package/src/assets/icons/simple/light-off.svg +7 -0
- package/src/assets/icons/simple/light-on.svg +18 -0
- package/src/assets/icons/simple/link.svg +14 -0
- package/src/assets/icons/simple/lock.svg +13 -0
- package/src/assets/icons/simple/login.svg +11 -0
- package/src/assets/icons/simple/logout.svg +11 -0
- package/src/assets/icons/simple/maximaze.svg +12 -0
- package/src/assets/icons/simple/menu.svg +10 -0
- package/src/assets/icons/simple/merge.svg +20 -0
- package/src/assets/icons/simple/minimaze.svg +12 -0
- package/src/assets/icons/simple/mixed-class.svg +40 -0
- package/src/assets/icons/simple/more-horizontal.svg +8 -0
- package/src/assets/icons/simple/more-vertical.svg +8 -0
- package/src/assets/icons/simple/news.svg +12 -0
- package/src/assets/icons/simple/no-prerequisites.svg +17 -0
- package/src/assets/icons/simple/notes.svg +14 -0
- package/src/assets/icons/simple/number-code.svg +29 -0
- package/src/assets/icons/simple/numbered-list.svg +18 -0
- package/src/assets/icons/simple/on-site.svg +18 -0
- package/src/assets/icons/simple/order-down.svg +12 -0
- package/src/assets/icons/simple/order-up.svg +12 -0
- package/src/assets/icons/simple/paste.svg +14 -0
- package/src/assets/icons/simple/pausa.svg +8 -0
- package/src/assets/icons/simple/pdf.svg +12 -0
- package/src/assets/icons/simple/phone.svg +10 -0
- package/src/assets/icons/simple/pin-map.svg +13 -0
- package/src/assets/icons/simple/pin.svg +14 -0
- package/src/assets/icons/simple/pizza.svg +17 -0
- package/src/assets/icons/simple/play.svg +10 -0
- package/src/assets/icons/simple/plug-in.svg +10 -0
- package/src/assets/icons/simple/pointer.svg +6 -0
- package/src/assets/icons/simple/printer.svg +28 -0
- package/src/assets/icons/simple/profile-add.svg +28 -0
- package/src/assets/icons/simple/profile.svg +13 -0
- package/src/assets/icons/simple/push-pin-off.svg +11 -0
- package/src/assets/icons/simple/push-pin-on.svg +12 -0
- package/src/assets/icons/simple/qrcode.svg +26 -0
- package/src/assets/icons/simple/question-badge.svg +10 -0
- package/src/assets/icons/simple/radio.svg +8 -0
- package/src/assets/icons/simple/redo.svg +9 -0
- package/src/assets/icons/simple/relations.svg +28 -0
- package/src/assets/icons/simple/reload.svg +12 -0
- package/src/assets/icons/simple/remove-circle.svg +10 -0
- package/src/assets/icons/simple/remove.svg +6 -0
- package/src/assets/icons/simple/repeart.svg +14 -0
- package/src/assets/icons/simple/repository.svg +18 -0
- package/src/assets/icons/simple/request-form.svg +20 -0
- package/src/assets/icons/simple/resize-100%.svg +15 -0
- package/src/assets/icons/simple/resize-height.svg +12 -0
- package/src/assets/icons/simple/resize-width.svg +14 -0
- package/src/assets/icons/simple/search.svg +10 -0
- package/src/assets/icons/simple/sequential-prerequisites.svg +22 -0
- package/src/assets/icons/simple/settings.svg +17 -0
- package/src/assets/icons/simple/share.svg +21 -0
- package/src/assets/icons/simple/sketch.svg +13 -0
- package/src/assets/icons/simple/skills.svg +17 -0
- package/src/assets/icons/simple/skip-back.svg +14 -0
- package/src/assets/icons/simple/skip-forward.svg +14 -0
- package/src/assets/icons/simple/sms.svg +22 -0
- package/src/assets/icons/simple/sso-access.svg +20 -0
- package/src/assets/icons/simple/star-active.svg +6 -0
- package/src/assets/icons/simple/star.svg +6 -0
- package/src/assets/icons/simple/success.svg +12 -0
- package/src/assets/icons/simple/sun.svg +22 -0
- package/src/assets/icons/simple/sunrise.svg +18 -0
- package/src/assets/icons/simple/support.svg +18 -0
- package/src/assets/icons/simple/survey.svg +32 -0
- package/src/assets/icons/simple/table.svg +11 -0
- package/src/assets/icons/simple/tematic-channels.svg +15 -0
- package/src/assets/icons/simple/test.svg +23 -0
- package/src/assets/icons/simple/text-body.svg +7 -0
- package/src/assets/icons/simple/text-edit.svg +11 -0
- package/src/assets/icons/simple/text-style.svg +10 -0
- package/src/assets/icons/simple/time.svg +10 -0
- package/src/assets/icons/simple/toilet-paper.svg +17 -0
- package/src/assets/icons/simple/training-points.svg +18 -0
- package/src/assets/icons/simple/trash.svg +20 -0
- package/src/assets/icons/simple/underline.svg +9 -0
- package/src/assets/icons/simple/undo.svg +9 -0
- package/src/assets/icons/simple/unlock.svg +15 -0
- package/src/assets/icons/simple/upload.svg +10 -0
- package/src/assets/icons/simple/user-add.svg +18 -0
- package/src/assets/icons/simple/user-badge.svg +12 -0
- package/src/assets/icons/simple/user.svg +8 -0
- package/src/assets/icons/simple/video-off.svg +17 -0
- package/src/assets/icons/simple/video-on.svg +17 -0
- package/src/assets/icons/simple/video-rec.svg +20 -0
- package/src/assets/icons/simple/view-card.svg +12 -0
- package/src/assets/icons/simple/view-list.svg +20 -0
- package/src/assets/icons/simple/view.svg +17 -0
- package/src/assets/icons/simple/voice-off.svg +16 -0
- package/src/assets/icons/simple/voice-on.svg +16 -0
- package/src/assets/icons/simple/volume-down.svg +15 -0
- package/src/assets/icons/simple/volume-off.svg +16 -0
- package/src/assets/icons/simple/volume-up.svg +16 -0
- package/src/assets/icons/simple/warning.svg +14 -0
- package/src/assets/icons/simple/webinar.svg +19 -0
- package/src/assets/icons/simple/whiteboard.svg +16 -0
- package/src/assets/icons/simple/wine.svg +24 -0
- package/src/assets/icons/simple/zip.svg +22 -0
- package/src/assets/icons/simple/zoom-in.svg +18 -0
- package/src/assets/icons/simple/zoom-out.svg +17 -0
- package/src/assets/icons/simple.json +1 -0
- package/src/components/VvAccordion/VvAccordion.vue +181 -0
- package/src/components/VvAccordion/index.ts +81 -0
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +237 -0
- package/src/components/VvAccordionGroup/index.ts +50 -0
- package/src/components/VvAction/VvAction.vue +163 -0
- package/src/components/VvAction/index.ts +5 -0
- package/src/components/VvAlert/VvAlert.vue +82 -0
- package/src/components/VvAlert/index.ts +170 -0
- package/src/components/VvAlertGroup/VvAlertGroup.vue +65 -0
- package/src/components/VvAlertGroup/index.ts +116 -0
- package/src/components/VvAvatar/VvAvatar.vue +27 -0
- package/src/components/VvAvatar/index.ts +9 -0
- package/src/components/VvAvatarGroup/VvAvatarGroup.vue +70 -0
- package/src/components/VvAvatarGroup/index.ts +28 -0
- package/src/components/VvBadge/VvBadge.vue +21 -0
- package/src/components/VvBadge/index.ts +6 -0
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +56 -0
- package/src/components/VvBreadcrumb/index.ts +7 -0
- package/src/components/VvButton/VvButton.vue +178 -0
- package/src/components/VvButton/index.ts +125 -0
- package/src/components/VvButtonGroup/VvButtonGroup.vue +82 -0
- package/src/components/VvButtonGroup/index.ts +29 -0
- package/src/components/VvCard/VvCard.vue +37 -0
- package/src/components/VvCard/index.ts +6 -0
- package/src/components/VvCheckbox/VvCheckbox.vue +196 -0
- package/src/components/VvCheckbox/index.ts +65 -0
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +103 -0
- package/src/components/VvCheckboxGroup/index.ts +5 -0
- package/src/components/VvCombobox/VvCombobox.vue +754 -0
- package/src/components/VvCombobox/index.ts +249 -0
- package/src/components/VvDialog/VvDialog.vue +159 -0
- package/src/components/VvDialog/index.ts +48 -0
- package/src/components/VvDropdown/VvDropdown.vue +532 -0
- package/src/components/VvDropdown/VvDropdownAction.vue +44 -0
- package/src/components/VvDropdown/VvDropdownItem.vue +36 -0
- package/src/components/VvDropdown/VvDropdownOptgroup.vue +21 -0
- package/src/components/VvDropdown/VvDropdownOption.vue +55 -0
- package/src/components/VvDropdown/index.ts +66 -0
- package/src/components/VvIcon/README.md +76 -0
- package/src/components/VvIcon/VvIcon.vue +140 -0
- package/src/components/VvIcon/index.ts +90 -0
- package/src/components/VvInputFile/VvInputFile.vue +428 -0
- package/src/components/VvInputFile/index.ts +150 -0
- package/src/components/VvInputText/VvInputText.vue +809 -0
- package/src/components/VvInputText/VvInputTextActions.ts +100 -0
- package/src/components/VvInputText/index.ts +234 -0
- package/src/components/VvNav/VvNav.vue +48 -0
- package/src/components/VvNav/VvNavItem.vue +20 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +8 -0
- package/src/components/VvProgress/VvProgress.vue +34 -0
- package/src/components/VvProgress/index.ts +32 -0
- package/src/components/VvRadio/VvRadio.vue +126 -0
- package/src/components/VvRadio/index.ts +46 -0
- package/src/components/VvRadioGroup/VvRadioGroup.vue +107 -0
- package/src/components/VvRadioGroup/index.ts +5 -0
- package/src/components/VvSelect/VvSelect.vue +273 -0
- package/src/components/VvSelect/index.ts +97 -0
- package/src/components/VvTab/VvTab.vue +87 -0
- package/src/components/VvTab/index.ts +19 -0
- package/src/components/VvTextarea/VvTextarea.vue +333 -0
- package/src/components/VvTextarea/index.ts +82 -0
- package/src/components/VvTooltip/VvTooltip.vue +29 -0
- package/src/components/VvTooltip/index.ts +18 -0
- package/src/components/VvVirtualScroll/VvVirtualScroll.vue +123 -0
- package/src/components/common/HintSlot.ts +174 -0
- package/src/components/common/VvInputClearAction.ts +61 -0
- package/src/components/common/VvInputPasswordAction.ts +77 -0
- package/src/components/common/VvInputStepAction.ts +54 -0
- package/src/components/index.ts +34 -0
- package/src/composables/alert/useAlerInject.ts +8 -0
- package/src/composables/alert/useAlert.ts +106 -0
- package/src/composables/alert/useAlertProvide.ts +23 -0
- package/src/composables/dropdown/useDropdownContextmenu.ts +23 -0
- package/src/composables/dropdown/useDropdownInject.ts +26 -0
- package/src/composables/dropdown/useDropdownProvide.ts +96 -0
- package/src/composables/dropdown/useDropdownVirtualElement.ts +54 -0
- package/src/composables/group/useGroupStateInject.ts +55 -0
- package/src/composables/group/useGroupStateProvide.ts +14 -0
- package/src/composables/index.ts +5 -0
- package/src/composables/useBlurhash.ts +79 -0
- package/src/composables/useComponentFocus.ts +16 -0
- package/src/composables/useComponentIcon.ts +42 -0
- package/src/composables/useDebouncedInput.ts +32 -0
- package/src/composables/useDefaults.ts +89 -0
- package/src/composables/useModifiers.ts +36 -0
- package/src/composables/useOptions.ts +56 -0
- package/src/composables/usePersistence.ts +77 -0
- package/src/composables/useTextCount.ts +54 -0
- package/src/composables/useUniqueId.ts +6 -0
- package/src/composables/useVirtualScroll.ts +89 -0
- package/src/composables/useVolver.ts +8 -0
- package/src/constants.ts +153 -0
- package/src/directives/index.ts +4 -0
- package/src/directives/v-contextmenu.ts +32 -0
- package/src/directives/v-tooltip.ts +25 -0
- package/src/icons.ts +7 -0
- package/src/index.ts +14 -0
- package/src/json-render/catalog.ts +31 -0
- package/src/json-render/components.ts +308 -0
- package/src/json-render/definitions.ts +440 -0
- package/src/json-render/index.ts +127 -0
- package/src/json-render/registry.ts +40 -0
- package/src/props/index.ts +597 -0
- package/src/resolvers/unplugin.ts +179 -0
- package/src/shims.d.ts +12 -0
- package/src/stories/Accordion/Accordion.settings.ts +58 -0
- package/src/stories/Accordion/Accordion.stories.ts +45 -0
- package/src/stories/Accordion/Accordion.test.ts +67 -0
- package/src/stories/Accordion/AccordionSlots.stories.ts +29 -0
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +89 -0
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +64 -0
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +56 -0
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +54 -0
- package/src/stories/Alert/Alert.settings.ts +123 -0
- package/src/stories/Alert/Alert.stories.ts +60 -0
- package/src/stories/Alert/Alert.test.ts +97 -0
- package/src/stories/Alert/AlertModifiers.stories.ts +78 -0
- package/src/stories/Alert/AlertSlots.stories.ts +75 -0
- package/src/stories/AlertGroup/AlertGroup.settings.ts +112 -0
- package/src/stories/AlertGroup/AlertGroup.stories.ts +50 -0
- package/src/stories/AlertGroup/AlertGroup.test.ts +87 -0
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +104 -0
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +68 -0
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +116 -0
- package/src/stories/Avatar/Avatar.settings.ts +36 -0
- package/src/stories/Avatar/Avatar.stories.ts +43 -0
- package/src/stories/Avatar/Avatar.test.ts +32 -0
- package/src/stories/Avatar/AvatarBadge.stories.ts +36 -0
- package/src/stories/Avatar/AvatarModifiers.stories.ts +100 -0
- package/src/stories/Avatar/AvatarSlots.stories.ts +34 -0
- package/src/stories/AvatarGroup/AvatarGroup.settings.ts +61 -0
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +35 -0
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +34 -0
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +31 -0
- package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +39 -0
- package/src/stories/Badge/Badge.settings.ts +27 -0
- package/src/stories/Badge/Badge.stories.ts +43 -0
- package/src/stories/Badge/Badge.test.ts +12 -0
- package/src/stories/Badge/BadgeSlots.stories.ts +23 -0
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +215 -0
- package/src/stories/Breadcrumb/Breadcrumb.settings.ts +41 -0
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +41 -0
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +52 -0
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +37 -0
- package/src/stories/Button/Button.settings.ts +155 -0
- package/src/stories/Button/Button.stories.ts +38 -0
- package/src/stories/Button/Button.test.ts +46 -0
- package/src/stories/Button/ButtonIcon.stories.ts +67 -0
- package/src/stories/Button/ButtonLink.stories.ts +40 -0
- package/src/stories/Button/ButtonLoading.stories.ts +41 -0
- package/src/stories/Button/ButtonModifiers.stories.ts +148 -0
- package/src/stories/Button/ButtonSlots.stories.ts +87 -0
- package/src/stories/Button/ButtonState.stories.ts +42 -0
- package/src/stories/Button/ButtonToggle.stories.ts +52 -0
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +41 -0
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +39 -0
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +31 -0
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +39 -0
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +38 -0
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +41 -0
- package/src/stories/Card/Card.settings.ts +56 -0
- package/src/stories/Card/Card.stories.ts +46 -0
- package/src/stories/Card/Card.test.ts +21 -0
- package/src/stories/Card/CardSlots.stories.ts +81 -0
- package/src/stories/Checkbox/Checkbox.settings.ts +42 -0
- package/src/stories/Checkbox/Checkbox.stories.ts +97 -0
- package/src/stories/Checkbox/Checkbox.test.ts +77 -0
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +33 -0
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +31 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +15 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +87 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +79 -0
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +53 -0
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +47 -0
- package/src/stories/Combobox/Combobox.settings.ts +446 -0
- package/src/stories/Combobox/Combobox.stories.ts +249 -0
- package/src/stories/Combobox/Combobox.test.ts +108 -0
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +44 -0
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +51 -0
- package/src/stories/Combobox/ComboboxOptions.stories.ts +111 -0
- package/src/stories/Combobox/ComboboxSlots.stories.ts +105 -0
- package/src/stories/Dialog/Dialog.settings.ts +54 -0
- package/src/stories/Dialog/Dialog.stories.ts +51 -0
- package/src/stories/Dialog/Dialog.test.ts +64 -0
- package/src/stories/Dialog/DialogModifiers.stories.ts +42 -0
- package/src/stories/Dialog/DialogSlots.stories.ts +39 -0
- package/src/stories/Dropdown/Dropdown.settings.ts +70 -0
- package/src/stories/Dropdown/Dropdown.stories.ts +107 -0
- package/src/stories/Dropdown/Dropdown.test.ts +17 -0
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +48 -0
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +61 -0
- package/src/stories/Dropdown/DropdownSlots.stories.ts +95 -0
- package/src/stories/Icon/Icon.settings.ts +73 -0
- package/src/stories/Icon/Icon.stories.ts +47 -0
- package/src/stories/Icon/IconsCollection.stories.ts +53 -0
- package/src/stories/InputFile/InputFile.settings.ts +37 -0
- package/src/stories/InputFile/InputFile.stories.ts +97 -0
- package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
- package/src/stories/InputFile/InputFileSlots.stories.ts +34 -0
- package/src/stories/InputText/InputText.settings.ts +262 -0
- package/src/stories/InputText/InputText.stories.ts +149 -0
- package/src/stories/InputText/InputText.test.ts +184 -0
- package/src/stories/InputText/InputTextIconPosition.stories.ts +43 -0
- package/src/stories/InputText/InputTextIso.stories.ts +69 -0
- package/src/stories/InputText/InputTextLength.stories.ts +58 -0
- package/src/stories/InputText/InputTextMask.stories.ts +122 -0
- package/src/stories/InputText/InputTextMinMax.stories.ts +51 -0
- package/src/stories/InputText/InputTextSlots.stories.ts +39 -0
- package/src/stories/InputText/InputTextSuggestions.stories.ts +118 -0
- package/src/stories/InputText/InputTextType.stories.ts +119 -0
- package/src/stories/Nav/Nav.settings.ts +35 -0
- package/src/stories/Nav/Nav.stories.ts +33 -0
- package/src/stories/Nav/Nav.test.ts +19 -0
- package/src/stories/Nav/NavModifiers.stories.ts +47 -0
- package/src/stories/Progress/Progress.settings.ts +31 -0
- package/src/stories/Progress/Progress.stories.ts +41 -0
- package/src/stories/Progress/Progress.test.ts +9 -0
- package/src/stories/Radio/Radio.settings.ts +15 -0
- package/src/stories/Radio/Radio.stories.ts +81 -0
- package/src/stories/Radio/Radio.test.ts +66 -0
- package/src/stories/Radio/RadioSlots.stories.ts +31 -0
- package/src/stories/RadioGroup/RadioGroup.settings.ts +15 -0
- package/src/stories/RadioGroup/RadioGroup.stories.ts +87 -0
- package/src/stories/RadioGroup/RadioGroup.test.ts +79 -0
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +53 -0
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +47 -0
- package/src/stories/Select/Select.settings.ts +81 -0
- package/src/stories/Select/Select.stories.ts +126 -0
- package/src/stories/Select/Select.test.ts +81 -0
- package/src/stories/Select/SelectIconPosition.stories.ts +44 -0
- package/src/stories/Select/SelectOptions.stories.ts +77 -0
- package/src/stories/Select/SelectSlots.stories.ts +40 -0
- package/src/stories/Tab/Tab.settings.ts +41 -0
- package/src/stories/Tab/Tab.stories.ts +70 -0
- package/src/stories/Tab/Tab.test.ts +27 -0
- package/src/stories/Textarea/Textarea.settings.ts +90 -0
- package/src/stories/Textarea/Textarea.stories.ts +107 -0
- package/src/stories/Textarea/Textarea.test.ts +86 -0
- package/src/stories/Textarea/TextareaLength.stories.ts +58 -0
- package/src/stories/Textarea/TextareaSlots.stories.ts +39 -0
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +43 -0
- package/src/stories/Tooltip/Tooltip.settings.ts +24 -0
- package/src/stories/Tooltip/Tooltip.stories.ts +40 -0
- package/src/stories/Tooltip/Tooltip.test.ts +58 -0
- package/src/stories/Tooltip/TooltipDirective.stories.ts +68 -0
- package/src/stories/VirtualScroll/VirtualScroll.settings.ts +7 -0
- package/src/stories/VirtualScroll/VirtualScroll.stories.ts +72 -0
- package/src/stories/VirtualScroll/VirtualScroll.test.ts +53 -0
- package/src/stories/VirtualScroll/VirtualScrollWithComposable.stories.ts +92 -0
- package/src/stories/argTypes.ts +563 -0
- package/src/test/expect.ts +83 -0
- package/src/test/options.ts +16 -0
- package/src/test/sleep.ts +3 -0
- package/src/test/types.d.ts +17 -0
- package/src/types/alert.ts +24 -0
- package/src/types/blurhash.ts +21 -0
- package/src/types/floating-ui.ts +18 -0
- package/src/types/generic.ts +5 -0
- package/src/types/group.ts +52 -0
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +10 -0
- package/src/types/nav.ts +18 -0
- package/src/utils/DateUtilities.ts +120 -0
- package/src/utils/DomUtilities.ts +15 -0
- package/src/utils/FileUtilities.ts +104 -0
- package/src/utils/ObjectUtilities.ts +289 -0
- package/src/workers/blurhash.ts +9 -0
- package/dist/Volver.d.ts +0 -121
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +0 -68
- package/dist/components/VvAccordion/index.d.ts +0 -47
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +0 -98
- package/dist/components/VvAccordionGroup/index.d.ts +0 -54
- package/dist/components/VvAction/VvAction.vue.d.ts +0 -110
- package/dist/components/VvAction/index.d.ts +0 -45
- package/dist/components/VvAlert/VvAlert.vue.d.ts +0 -124
- package/dist/components/VvAlert/index.d.ts +0 -104
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +0 -97
- package/dist/components/VvAlertGroup/index.d.ts +0 -47
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +0 -24
- package/dist/components/VvAvatar/index.d.ts +0 -10
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +0 -50
- package/dist/components/VvAvatarGroup/index.d.ts +0 -28
- package/dist/components/VvBadge/VvBadge.vue.d.ts +0 -24
- package/dist/components/VvBadge/index.d.ts +0 -7
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +0 -39
- package/dist/components/VvBreadcrumb/index.d.ts +0 -8
- package/dist/components/VvButton/VvButton.vue.d.ts +0 -221
- package/dist/components/VvButton/index.d.ts +0 -131
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +0 -84
- package/dist/components/VvButtonGroup/index.d.ts +0 -37
- package/dist/components/VvCard/VvCard.vue.d.ts +0 -30
- package/dist/components/VvCard/index.d.ts +0 -7
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +0 -187
- package/dist/components/VvCheckbox/index.d.ts +0 -94
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +0 -212
- package/dist/components/VvCheckboxGroup/index.d.ts +0 -79
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +0 -346
- package/dist/components/VvCombobox/index.d.ts +0 -694
- package/dist/components/VvDialog/VvDialog.vue.d.ts +0 -73
- package/dist/components/VvDialog/index.d.ts +0 -45
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +0 -346
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +0 -118
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +0 -22
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +0 -22
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +0 -82
- package/dist/components/VvDropdown/index.d.ts +0 -120
- package/dist/components/VvIcon/VvIcon.vue.d.ts +0 -6
- package/dist/components/VvIcon/index.d.ts +0 -86
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +0 -361
- package/dist/components/VvInputFile/index.d.ts +0 -204
- package/dist/components/VvInputText/VvInputText.vue.d.ts +0 -524
- package/dist/components/VvInputText/VvInputTextActions.d.ts +0 -4
- package/dist/components/VvInputText/index.d.ts +0 -313
- package/dist/components/VvNav/VvNav.vue.d.ts +0 -48
- package/dist/components/VvNav/VvNavItem.vue.d.ts +0 -14
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +0 -3
- package/dist/components/VvNav/index.d.ts +0 -11
- package/dist/components/VvProgress/VvProgress.vue.d.ts +0 -38
- package/dist/components/VvProgress/index.d.ts +0 -33
- package/dist/components/VvRadio/VvRadio.vue.d.ts +0 -179
- package/dist/components/VvRadio/index.d.ts +0 -80
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +0 -212
- package/dist/components/VvRadioGroup/index.d.ts +0 -79
- package/dist/components/VvSelect/VvSelect.vue.d.ts +0 -183
- package/dist/components/VvSelect/index.d.ts +0 -298
- package/dist/components/VvTab/VvTab.vue.d.ts +0 -64
- package/dist/components/VvTab/index.d.ts +0 -19
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +0 -384
- package/dist/components/VvTextarea/index.d.ts +0 -190
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +0 -37
- package/dist/components/VvTooltip/index.d.ts +0 -19
- package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +0 -51
- package/dist/components/common/HintSlot.d.ts +0 -57
- package/dist/components/common/VvInputClearAction.d.ts +0 -52
- package/dist/components/common/VvInputPasswordAction.d.ts +0 -71
- package/dist/components/common/VvInputStepAction.d.ts +0 -50
- package/dist/components/index.d.ts +0 -34
- package/dist/composables/alert/useAlerInject.d.ts +0 -4
- package/dist/composables/alert/useAlert.d.ts +0 -92
- package/dist/composables/alert/useAlertProvide.d.ts +0 -10
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +0 -18
- package/dist/composables/dropdown/useDropdownInject.d.ts +0 -12
- package/dist/composables/dropdown/useDropdownProvide.d.ts +0 -40
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +0 -17
- package/dist/composables/group/useGroupStateInject.d.ts +0 -9
- package/dist/composables/group/useGroupStateProvide.d.ts +0 -6
- package/dist/composables/index.d.ts +0 -5
- package/dist/composables/useBlurhash.d.ts +0 -7
- package/dist/composables/useComponentFocus.d.ts +0 -4
- package/dist/composables/useComponentIcon.d.ts +0 -11
- package/dist/composables/useDebouncedInput.d.ts +0 -5
- package/dist/composables/useDefaults.d.ts +0 -2
- package/dist/composables/useModifiers.d.ts +0 -2
- package/dist/composables/useOptions.d.ts +0 -8
- package/dist/composables/usePersistence.d.ts +0 -3
- package/dist/composables/useTextCount.d.ts +0 -10
- package/dist/composables/useUniqueId.d.ts +0 -2
- package/dist/composables/useVirtualScroll.d.ts +0 -35
- package/dist/composables/useVolver.d.ts +0 -4
- package/dist/constants.d.ts +0 -104
- package/dist/directives/index.d.ts +0 -3
- package/dist/directives/v-contextmenu.d.ts +0 -3
- package/dist/directives/v-tooltip.d.ts +0 -3
- package/dist/icons.d.ts +0 -1892
- package/dist/index.d.ts +0 -10
- package/dist/props/index.d.ts +0 -959
- package/dist/resolvers/unplugin.d.ts +0 -38
- package/dist/stories/Accordion/Accordion.settings.d.ts +0 -9
- package/dist/stories/Accordion/Accordion.stories.d.ts +0 -7
- package/dist/stories/Accordion/Accordion.test.d.ts +0 -2
- package/dist/stories/Accordion/AccordionSlots.stories.d.ts +0 -7
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +0 -13
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +0 -9
- package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +0 -2
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +0 -1788
- package/dist/stories/Alert/Alert.settings.d.ts +0 -4
- package/dist/stories/Alert/Alert.stories.d.ts +0 -9
- package/dist/stories/Alert/Alert.test.d.ts +0 -2
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +0 -13
- package/dist/stories/Alert/AlertSlots.stories.d.ts +0 -10
- package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +0 -14
- package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +0 -8
- package/dist/stories/AlertGroup/AlertGroup.test.d.ts +0 -2
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +0 -14
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +0 -8
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +0 -4
- package/dist/stories/Avatar/Avatar.settings.d.ts +0 -5
- package/dist/stories/Avatar/Avatar.stories.d.ts +0 -7
- package/dist/stories/Avatar/Avatar.test.d.ts +0 -2
- package/dist/stories/Avatar/AvatarBadge.stories.d.ts +0 -6
- package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +0 -13
- package/dist/stories/Avatar/AvatarSlots.stories.d.ts +0 -6
- package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +0 -14
- package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +0 -6
- package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +0 -2
- package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +0 -7
- package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +0 -6
- package/dist/stories/Badge/Badge.settings.d.ts +0 -5
- package/dist/stories/Badge/Badge.stories.d.ts +0 -7
- package/dist/stories/Badge/Badge.test.d.ts +0 -2
- package/dist/stories/Badge/BadgeSlots.stories.d.ts +0 -6
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +0 -4
- package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +0 -13
- package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +0 -7
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +0 -2
- package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +0 -6
- package/dist/stories/Button/Button.settings.d.ts +0 -4
- package/dist/stories/Button/Button.stories.d.ts +0 -6
- package/dist/stories/Button/Button.test.d.ts +0 -2
- package/dist/stories/Button/ButtonIcon.stories.d.ts +0 -10
- package/dist/stories/Button/ButtonLink.stories.d.ts +0 -7
- package/dist/stories/Button/ButtonLoading.stories.d.ts +0 -8
- package/dist/stories/Button/ButtonModifiers.stories.d.ts +0 -17
- package/dist/stories/Button/ButtonSlots.stories.d.ts +0 -9
- package/dist/stories/Button/ButtonState.stories.d.ts +0 -8
- package/dist/stories/Button/ButtonToggle.stories.d.ts +0 -9
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +0 -5
- package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +0 -6
- package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +0 -2
- package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +0 -8
- package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +0 -6
- package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +0 -8
- package/dist/stories/Card/Card.settings.d.ts +0 -6
- package/dist/stories/Card/Card.stories.d.ts +0 -6
- package/dist/stories/Card/Card.test.d.ts +0 -2
- package/dist/stories/Card/CardSlots.stories.d.ts +0 -9
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +0 -15
- package/dist/stories/Checkbox/Checkbox.stories.d.ts +0 -13
- package/dist/stories/Checkbox/Checkbox.test.d.ts +0 -2
- package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +0 -7
- package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +0 -7
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +0 -12
- package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +0 -12
- package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +0 -2
- package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +0 -8
- package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +0 -7
- package/dist/stories/Combobox/Combobox.settings.d.ts +0 -4
- package/dist/stories/Combobox/Combobox.stories.d.ts +0 -24
- package/dist/stories/Combobox/Combobox.test.d.ts +0 -2
- package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +0 -8
- package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +0 -9
- package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +0 -11
- package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +0 -10
- package/dist/stories/Dialog/Dialog.settings.d.ts +0 -10
- package/dist/stories/Dialog/Dialog.stories.d.ts +0 -7
- package/dist/stories/Dialog/Dialog.test.d.ts +0 -2
- package/dist/stories/Dialog/DialogModifiers.stories.d.ts +0 -8
- package/dist/stories/Dialog/DialogSlots.stories.d.ts +0 -8
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +0 -5
- package/dist/stories/Dropdown/Dropdown.stories.d.ts +0 -9
- package/dist/stories/Dropdown/Dropdown.test.d.ts +0 -2
- package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +0 -6
- package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +0 -6
- package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +0 -8
- package/dist/stories/Icon/Icon.settings.d.ts +0 -7
- package/dist/stories/Icon/Icon.stories.d.ts +0 -8
- package/dist/stories/Icon/IconsCollection.stories.d.ts +0 -6
- package/dist/stories/InputFile/InputFile.settings.d.ts +0 -6
- package/dist/stories/InputFile/InputFile.stories.d.ts +0 -13
- package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +0 -9
- package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +0 -8
- package/dist/stories/InputFile/InputFileSlots.stories.d.ts +0 -7
- package/dist/stories/InputText/InputText.settings.d.ts +0 -11
- package/dist/stories/InputText/InputText.stories.d.ts +0 -16
- package/dist/stories/InputText/InputText.test.d.ts +0 -5
- package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +0 -8
- package/dist/stories/InputText/InputTextIso.stories.d.ts +0 -10
- package/dist/stories/InputText/InputTextLength.stories.d.ts +0 -10
- package/dist/stories/InputText/InputTextMask.stories.d.ts +0 -12
- package/dist/stories/InputText/InputTextMinMax.stories.d.ts +0 -9
- package/dist/stories/InputText/InputTextSlots.stories.d.ts +0 -8
- package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +0 -8
- package/dist/stories/InputText/InputTextType.stories.d.ts +0 -18
- package/dist/stories/Nav/Nav.settings.d.ts +0 -4
- package/dist/stories/Nav/Nav.stories.d.ts +0 -6
- package/dist/stories/Nav/Nav.test.d.ts +0 -2
- package/dist/stories/Nav/NavModifiers.stories.d.ts +0 -9
- package/dist/stories/Progress/Progress.settings.d.ts +0 -7
- package/dist/stories/Progress/Progress.stories.d.ts +0 -7
- package/dist/stories/Progress/Progress.test.d.ts +0 -2
- package/dist/stories/Radio/Radio.settings.d.ts +0 -12
- package/dist/stories/Radio/Radio.stories.d.ts +0 -11
- package/dist/stories/Radio/Radio.test.d.ts +0 -2
- package/dist/stories/Radio/RadioSlots.stories.d.ts +0 -7
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +0 -12
- package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +0 -12
- package/dist/stories/RadioGroup/RadioGroup.test.d.ts +0 -2
- package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +0 -8
- package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +0 -7
- package/dist/stories/Select/Select.settings.d.ts +0 -8
- package/dist/stories/Select/Select.stories.d.ts +0 -16
- package/dist/stories/Select/Select.test.d.ts +0 -2
- package/dist/stories/Select/SelectIconPosition.stories.d.ts +0 -8
- package/dist/stories/Select/SelectOptions.stories.d.ts +0 -9
- package/dist/stories/Select/SelectSlots.stories.d.ts +0 -8
- package/dist/stories/Tab/Tab.settings.d.ts +0 -4
- package/dist/stories/Tab/Tab.stories.d.ts +0 -6
- package/dist/stories/Tab/Tab.test.d.ts +0 -2
- package/dist/stories/Textarea/Textarea.settings.d.ts +0 -9
- package/dist/stories/Textarea/Textarea.stories.d.ts +0 -14
- package/dist/stories/Textarea/Textarea.test.d.ts +0 -2
- package/dist/stories/Textarea/TextareaLength.stories.d.ts +0 -10
- package/dist/stories/Textarea/TextareaSlots.stories.d.ts +0 -8
- package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +0 -8
- package/dist/stories/Tooltip/Tooltip.settings.d.ts +0 -5
- package/dist/stories/Tooltip/Tooltip.stories.d.ts +0 -6
- package/dist/stories/Tooltip/Tooltip.test.d.ts +0 -2
- package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +0 -10
- package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +0 -5
- package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +0 -7
- package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +0 -2
- package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +0 -4
- package/dist/stories/argTypes.d.ts +0 -56
- package/dist/test/expect.d.ts +0 -18
- package/dist/test/options.d.ts +0 -1
- package/dist/test/sleep.d.ts +0 -1
- package/dist/types/alert.d.ts +0 -15
- package/dist/types/blurhash.d.ts +0 -12
- package/dist/types/floating-ui.d.ts +0 -6
- package/dist/types/generic.d.ts +0 -4
- package/dist/types/group.d.ts +0 -59
- package/dist/types/index.d.ts +0 -7
- package/dist/types/input-file.d.ts +0 -9
- package/dist/types/nav.d.ts +0 -17
- package/dist/utils/DateUtilities.d.ts +0 -14
- package/dist/utils/DomUtilities.d.ts +0 -1
- package/dist/utils/FileUtilities.d.ts +0 -14
- package/dist/utils/ObjectUtilities.d.ts +0 -82
- package/dist/workers/blurhash.d.ts +0 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.333 1.334)">
|
|
3
|
+
<g transform="translate(0.667 -1.333)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
4
|
+
<rect width="10" height="14" rx="2" stroke="none" />
|
|
5
|
+
<rect x="0.5" y="0.5" width="9" height="13" rx="1.5" fill="none" />
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M9.5,18.5H4c-1.1,0-1.5-.4-1.5-1.5V8.5" transform="translate(-3.333 -4.334)" fill="none" stroke="#000"
|
|
8
|
+
stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" />
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(0 1.775)">
|
|
3
|
+
<g transform="translate(53 -7.438)" fill="none" stroke-miterlimit="10">
|
|
4
|
+
<path
|
|
5
|
+
d="M-37.272,11.679l-7.49-3.957a.51.51,0,0,0-.476,0l-7.49,3.957a.509.509,0,0,0,0,.9L-50,14.072v3.592a1.8,1.8,0,0,0,2,2h6a1.8,1.8,0,0,0,2-2V14.072l2.728-1.493A.509.509,0,0,0-37.272,11.679Z"
|
|
6
|
+
stroke="none" />
|
|
7
|
+
<path
|
|
8
|
+
d="M -45.00037002563477 8.726720809936523 L -51.45432662963867 12.13645839691162 L -49.00000381469727 13.47955322265625 L -49.00000381469727 17.6640625 C -49.00000381469727 18.41172409057617 -48.74766540527344 18.6640625 -48.00000381469727 18.6640625 L -42.00000381469727 18.6640625 C -41.25234222412109 18.6640625 -41.00000381469727 18.41172409057617 -41.00000381469727 17.6640625 L -41.00000381469727 13.47963333129883 L -38.54629516601562 12.13652324676514 L -45.00037002563477 8.726720809936523 M -45.00037002563477 7.662500381469727 C -44.91853713989258 7.662500381469727 -44.83670806884766 7.682157516479492 -44.76237487792969 7.721473693847656 L -37.2719841003418 11.67878246307373 C -36.91000366210938 11.87002277374268 -36.91000366210938 12.38776302337646 -37.2719841003418 12.57899284362793 L -40.00000381469727 14.07226276397705 L -40.00000381469727 17.6640625 C -40.00000381469727 18.96406173706055 -40.70000457763672 19.6640625 -42.00000381469727 19.6640625 L -48.00000381469727 19.6640625 C -49.29507446289062 19.6640625 -50.00000381469727 18.96878242492676 -50.00000381469727 17.6640625 L -50.00000381469727 14.07226276397705 L -52.72875213623047 12.57899284362793 C -53.09074401855469 12.38776302337646 -53.09074401855469 11.87002277374268 -52.72875213623047 11.67878246307373 L -45.23836517333984 7.721473693847656 C -45.16402816772461 7.682157516479492 -45.08219909667969 7.662500381469727 -45.00037002563477 7.662500381469727 Z"
|
|
9
|
+
stroke="none" fill="#000" />
|
|
10
|
+
</g>
|
|
11
|
+
<g transform="translate(53 -7.436)" fill="none" stroke-miterlimit="10">
|
|
12
|
+
<path
|
|
13
|
+
d="M-45.238,16.6l-7.49-3.987a.514.514,0,0,1,0-.907l7.49-3.987a.506.506,0,0,1,.476,0l7.49,3.987a.514.514,0,0,1,0,.907l-7.49,3.987A.506.506,0,0,1-45.238,16.6Z"
|
|
14
|
+
stroke="none" />
|
|
15
|
+
<path
|
|
16
|
+
d="M -45.0003662109375 15.59692192077637 L -38.54824829101562 12.16250038146973 L -45.00037002563477 8.728068351745605 L -51.45248031616211 12.16250419616699 L -45.0003662109375 15.59692192077637 M -45.00037002563477 16.66250228881836 C -45.08219909667969 16.66250228881836 -45.16402816772461 16.6426944732666 -45.23836517333984 16.60308074951172 L -52.72875213623047 12.61599063873291 C -53.09074401855469 12.42331027984619 -53.09074401855469 11.90167999267578 -52.72875213623047 11.70901012420654 L -45.23836517333984 7.72191047668457 C -45.08968353271484 7.642688751220703 -44.91103363037109 7.642692089080811 -44.76237487792969 7.72191047668457 L -37.2719841003418 11.70901012420654 C -36.91000366210938 11.90167999267578 -36.91000366210938 12.42331027984619 -37.2719841003418 12.61599063873291 L -44.76237487792969 16.60308074951172 C -44.83670806884766 16.6426944732666 -44.91853713989258 16.66250228881836 -45.00037002563477 16.66250228881836 Z"
|
|
17
|
+
stroke="none" fill="#000" />
|
|
18
|
+
</g>
|
|
19
|
+
<rect width="1" height="5" rx="0.5" transform="translate(15 4.226)" />
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(0.667 -0.4)">
|
|
3
|
+
<g transform="translate(0.333 0.4)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
4
|
+
<rect width="6" height="6" rx="1" stroke="none" />
|
|
5
|
+
<rect x="0.5" y="0.5" width="5" height="5" rx="0.5" fill="none" />
|
|
6
|
+
</g>
|
|
7
|
+
<g transform="translate(8.333 10.4)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
8
|
+
<rect width="6" height="6" rx="1" stroke="none" />
|
|
9
|
+
<rect x="0.5" y="0.5" width="5" height="5" rx="0.5" fill="none" />
|
|
10
|
+
</g>
|
|
11
|
+
<g transform="translate(8.333 0.4)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
12
|
+
<rect width="6" height="9" rx="1" stroke="none" />
|
|
13
|
+
<rect x="0.5" y="0.5" width="5" height="8" rx="0.5" fill="none" />
|
|
14
|
+
</g>
|
|
15
|
+
<g transform="translate(0.333 7.4)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
16
|
+
<rect width="6" height="9" rx="1" stroke="none" />
|
|
17
|
+
<rect x="0.5" y="0.5" width="5" height="8" rx="0.5" fill="none" />
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(2.667 2.666)">
|
|
3
|
+
<path d="M135.648,24.4l3,3,3-3" transform="translate(-133.315 -18.564)" fill="none" stroke="#000"
|
|
4
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
5
|
+
<line y1="10" transform="translate(5.333 -1.166)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
7
|
+
<path d="M16-3V0H1V-3" transform="translate(-3.167 11.833)" fill="none" stroke="#000" stroke-linecap="round"
|
|
8
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(5.333 0.166)">
|
|
3
|
+
<line y2="15" transform="translate(5.667 0.334)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-width="1" />
|
|
5
|
+
<line y2="15" transform="translate(2.667 0.334)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-width="1" />
|
|
7
|
+
<line y2="15" transform="translate(-0.333 0.334)" fill="none" stroke="#000" stroke-linecap="round"
|
|
8
|
+
stroke-width="1" />
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.002" viewBox="0 0 16 16.002">
|
|
2
|
+
<rect transform="translate(0 0.002)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(-0.157 -1.154)">
|
|
4
|
+
<g transform="translate(-12908 -20860)" fill="rgba(0,0,0,0)" stroke-miterlimit="10">
|
|
5
|
+
<path
|
|
6
|
+
d="M 12917.154296875 20876.65625 L 12910.1552734375 20876.65625 C 12909.330078125 20876.65625 12908.658203125 20875.982421875 12908.658203125 20875.154296875 L 12908.658203125 20868.154296875 C 12908.658203125 20867.328125 12909.330078125 20866.654296875 12910.1552734375 20866.654296875 L 12913.1572265625 20866.654296875 L 12913.6572265625 20866.654296875 L 12913.6572265625 20866.154296875 L 12913.6572265625 20863.15625 C 12913.6572265625 20862.328125 12914.330078125 20861.654296875 12915.158203125 20861.654296875 L 12922.158203125 20861.654296875 C 12922.9833984375 20861.654296875 12923.654296875 20862.328125 12923.654296875 20863.15625 L 12923.654296875 20870.15625 C 12923.654296875 20870.984375 12922.9833984375 20871.658203125 12922.158203125 20871.658203125 L 12919.15625 20871.658203125 L 12918.65625 20871.658203125 L 12918.65625 20872.158203125 L 12918.65625 20875.154296875 C 12918.65625 20875.982421875 12917.982421875 20876.65625 12917.154296875 20876.65625 Z"
|
|
7
|
+
stroke="none" />
|
|
8
|
+
<path
|
|
9
|
+
d="M 12917.154296875 20876.15625 C 12917.70703125 20876.15625 12918.15625 20875.70703125 12918.15625 20875.154296875 L 12918.15625 20871.158203125 L 12922.158203125 20871.158203125 C 12922.70703125 20871.158203125 12923.154296875 20870.708984375 12923.154296875 20870.15625 L 12923.154296875 20863.15625 C 12923.154296875 20862.603515625 12922.70703125 20862.154296875 12922.158203125 20862.154296875 L 12915.158203125 20862.154296875 C 12914.6064453125 20862.154296875 12914.1572265625 20862.603515625 12914.1572265625 20863.15625 L 12914.1572265625 20867.154296875 L 12910.1552734375 20867.154296875 C 12909.60546875 20867.154296875 12909.158203125 20867.603515625 12909.158203125 20868.154296875 L 12909.158203125 20875.154296875 C 12909.158203125 20875.70703125 12909.60546875 20876.15625 12910.1552734375 20876.15625 L 12917.154296875 20876.15625 M 12917.154296875 20877.15625 L 12910.1552734375 20877.15625 C 12909.0546875 20877.15625 12908.158203125 20876.259765625 12908.158203125 20875.154296875 L 12908.158203125 20868.154296875 C 12908.158203125 20867.048828125 12909.0546875 20866.154296875 12910.1552734375 20866.154296875 L 12913.1572265625 20866.154296875 L 12913.1572265625 20863.15625 C 12913.1572265625 20862.05078125 12914.052734375 20861.154296875 12915.158203125 20861.154296875 L 12922.158203125 20861.154296875 C 12923.263671875 20861.154296875 12924.154296875 20862.05078125 12924.154296875 20863.15625 L 12924.154296875 20870.15625 C 12924.154296875 20871.26171875 12923.263671875 20872.158203125 12922.158203125 20872.158203125 L 12919.15625 20872.158203125 L 12919.15625 20875.154296875 C 12919.15625 20876.259765625 12918.2607421875 20877.15625 12917.154296875 20877.15625 Z"
|
|
10
|
+
stroke="none" fill="#000" />
|
|
11
|
+
</g>
|
|
12
|
+
<g transform="translate(5.157 1.156)" fill="rgba(0,0,0,0)" stroke="#000" stroke-miterlimit="10"
|
|
13
|
+
stroke-width="1">
|
|
14
|
+
<rect width="11" height="11" rx="2" stroke="none" />
|
|
15
|
+
<rect x="0.5" y="0.5" width="10" height="10" rx="1.5" fill="none" />
|
|
16
|
+
</g>
|
|
17
|
+
<g transform="translate(9.03 4.283)">
|
|
18
|
+
<line x2="4" transform="translate(-0.373 2.373)" fill="none" stroke="#000" stroke-linecap="round"
|
|
19
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
20
|
+
<line y2="4" transform="translate(1.627 0.373)" fill="none" stroke="#000" stroke-linecap="round"
|
|
21
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.011" viewBox="0 0 16 16.011">
|
|
2
|
+
<rect transform="translate(0 0.011)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(0 0.011)">
|
|
4
|
+
<line x2="3" y2="3" transform="translate(10 3)" fill="none" stroke="#000" stroke-miterlimit="10"
|
|
5
|
+
stroke-width="1" />
|
|
6
|
+
<line x2="4" y2="4" transform="translate(2 10)" fill="none" stroke="#000" stroke-miterlimit="10"
|
|
7
|
+
stroke-width="1" />
|
|
8
|
+
<g transform="translate(180.729 -66.831)" fill="none" stroke-miterlimit="10">
|
|
9
|
+
<path
|
|
10
|
+
d="M-166.873,67.546l1.414,1.414a1.719,1.719,0,0,1,.132,2.7l-9.45,9.45a1.174,1.174,0,0,1-.683.334l-4.206,1.193a.793.793,0,0,1-.86-.861l1.215-4.274a1.173,1.173,0,0,1,.336-.68l9.406-9.406a1.716,1.716,0,0,1,2.7.132Z"
|
|
11
|
+
stroke="none" />
|
|
12
|
+
<path
|
|
13
|
+
d="M -168.3228149414062 67.82054901123047 C -168.5205383300781 67.82054901123047 -168.7257385253906 67.98423767089844 -168.8630523681641 68.12155914306641 L -178.2751312255859 77.53357696533203 C -178.3054504394531 77.56334686279297 -178.317138671875 77.60749816894531 -178.3215942382812 77.63928985595703 L -178.3311767578125 77.70747375488281 L -179.4166259765625 81.52448272705078 L -175.6658935546875 80.46072387695312 L -175.5963745117188 80.45118713378906 C -175.5641479492188 80.44676971435547 -175.5195465087891 80.43524169921875 -175.4901123046875 80.40538024902344 L -175.4851226806641 80.40035247802734 L -166.0346374511719 70.94998168945312 C -165.7197723388672 70.63512420654297 -165.5123443603516 70.32128143310547 -166.1662292480469 69.66738128662109 L -167.5804901123047 68.25315093994141 C -167.8594512939453 67.97418212890625 -168.1230773925781 67.82054901123047 -168.3228149414062 67.82054901123047 M -168.3228149414062 66.82054901123047 C -167.8462066650391 66.82054901123047 -167.3568267822266 67.06258392333984 -166.8733673095703 67.54605865478516 L -166.8733520507812 67.54605865478516 L -165.4591369628906 68.96027374267578 C -164.5407257080078 69.87867736816406 -164.4969024658203 70.82646942138672 -165.3275299072266 71.65708923339844 L -174.7780151367188 81.10746002197266 C -174.9573059082031 81.28931427001953 -175.1948394775391 81.40548706054688 -175.4605407714844 81.44191741943359 L -179.6668090820312 82.63488006591797 C -180.1388549804688 82.69935607910156 -180.5934448242188 82.24393463134766 -180.5272979736328 81.77425384521484 L -179.3118743896484 77.50018310546875 C -179.2746124267578 77.23493194580078 -179.1574859619141 76.99857330322266 -178.9759216308594 76.82021331787109 L -169.5701599121094 67.41445159912109 C -169.174072265625 67.01837158203125 -168.753662109375 66.82054901123047 -168.3228149414062 66.82054901123047 Z"
|
|
14
|
+
stroke="none" fill="#000" />
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.002" viewBox="0 0 16 16.002">
|
|
2
|
+
<rect transform="translate(0 0.002)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(1.334 1.334)">
|
|
4
|
+
<g transform="translate(-1.333 -1.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
5
|
+
<rect width="16" height="11" rx="2" stroke="none" />
|
|
6
|
+
<rect x="0.5" y="0.5" width="15" height="10" rx="1.5" fill="none" />
|
|
7
|
+
</g>
|
|
8
|
+
<line x2="13" transform="translate(0.167 13.166)" fill="none" stroke="#000" stroke-linecap="round"
|
|
9
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
10
|
+
<g transform="translate(1.667 11.666)" fill="none" stroke="#000" stroke-width="1">
|
|
11
|
+
<circle cx="1.5" cy="1.5" r="1.5" stroke="none" />
|
|
12
|
+
<circle cx="1.5" cy="1.5" r="1" fill="none" />
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M2.106,1.789a1,1,0,0,1,1.789,0L5.276,4.553A1,1,0,0,1,4.382,6H1.618A1,1,0,0,1,.724,4.553Z"
|
|
15
|
+
transform="translate(10.666 1.166) rotate(90)" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-0.667 2.001)">
|
|
3
|
+
<g transform="translate(16.667 -0.001) rotate(90)" fill="none" stroke="#000" stroke-miterlimit="10"
|
|
4
|
+
stroke-width="1">
|
|
5
|
+
<rect width="12" height="16" rx="2" stroke="none" />
|
|
6
|
+
<rect x="0.5" y="0.5" width="11" height="15" rx="1.5" fill="none" />
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M377.771-362.477l7,4.5,7-4.5" transform="translate(-376.104 363.477)" fill="none" stroke="#000"
|
|
9
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-0.334 -0.334)">
|
|
3
|
+
<line y2="8" transform="translate(8.334 1.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
5
|
+
<line y2="2" transform="translate(8.334 12.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-0.334 -0.334)">
|
|
3
|
+
<line y2="5" transform="translate(8.333 3.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
5
|
+
<line y2="1" transform="translate(8.333 11.833)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
7
|
+
<g transform="translate(0.334 0.334)" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1">
|
|
8
|
+
<circle cx="8" cy="8" r="8" stroke="none" />
|
|
9
|
+
<circle cx="8" cy="8" r="7.5" fill="none" />
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.667 2)">
|
|
3
|
+
<g transform="translate(-1.667 -2)">
|
|
4
|
+
<g transform="translate(-42.668 3.725)" fill="none" stroke-miterlimit="10">
|
|
5
|
+
<path
|
|
6
|
+
d="M45.668,12.029a.632.632,0,0,1-1,0,11.769,11.769,0,0,1-2-3.713V-2.347A1.4,1.4,0,0,1,44.1-3.725h2.141a1.4,1.4,0,0,1,1.43,1.378V8.317A11.769,11.769,0,0,1,45.668,12.029Z"
|
|
7
|
+
stroke="none" />
|
|
8
|
+
<path
|
|
9
|
+
d="M 45.16794204711914 11.049485206604 C 45.77964019775391 10.20328521728516 46.56356048583984 8.69914436340332 46.66796493530273 8.26326847076416 L 46.66800308227539 -2.347212076187134 C 46.66800308227539 -2.555521965026855 46.47510528564453 -2.72500205039978 46.23799514770508 -2.72500205039978 L 44.09728240966797 -2.72500205039978 C 43.86057281494141 -2.72500205039978 43.66800308227539 -2.555521965026855 43.66800308227539 -2.347212076187134 L 43.66796493530273 8.263269424438477 C 43.77238464355469 8.699199676513672 44.55646896362305 10.20363521575928 45.16794204711914 11.049485206604 M 45.16769790649414 12.27500057220459 C 44.98974990844727 12.27500057220459 44.81189346313477 12.19308280944824 44.66796493530273 12.02924823760986 C 43.93225479125977 11.19075775146484 42.66796493530273 8.847098350524902 42.66796493530273 8.316557884216309 L 42.66800308227539 -2.347212076187134 C 42.66800308227539 -3.108351945877075 43.3079948425293 -3.72500205039978 44.09728240966797 -3.72500205039978 L 46.23799514770508 -3.72500205039978 C 47.02799224853516 -3.72500205039978 47.66800308227539 -3.108351945877075 47.66800308227539 -2.347212076187134 L 47.66796493530273 8.316557884216309 C 47.66796493530273 8.847098350524902 46.40368270874023 11.19075775146484 45.66796493530273 12.02924823760986 C 45.52367782592773 12.19308280944824 45.34564590454102 12.27500057220459 45.16769790649414 12.27500057220459 Z"
|
|
10
|
+
stroke="none" fill="#000" />
|
|
11
|
+
</g>
|
|
12
|
+
<line x2="3" transform="translate(1 4.014)" fill="none" stroke="#000" stroke-linecap="round"
|
|
13
|
+
stroke-width="1" />
|
|
14
|
+
</g>
|
|
15
|
+
<g transform="translate(5.333 0)">
|
|
16
|
+
<g transform="translate(0 -2)" fill="none">
|
|
17
|
+
<path d="M0,0H5V16H0Z" stroke="none" />
|
|
18
|
+
<path d="M 1 1 L 1 15 L 4 15 L 4 1 L 1 1 M 0 0 L 5 0 L 5 16 L 0 16 L 0 0 Z" stroke="none" fill="#000" />
|
|
19
|
+
</g>
|
|
20
|
+
<line x2="2" transform="translate(0.5 1.5)" fill="none" stroke="#000" stroke-linecap="round"
|
|
21
|
+
stroke-width="1" />
|
|
22
|
+
<line x2="2" transform="translate(0.5 4.5)" fill="none" stroke="#000" stroke-linecap="round"
|
|
23
|
+
stroke-width="1" />
|
|
24
|
+
<line x2="2" transform="translate(0.5 7.5)" fill="none" stroke="#000" stroke-linecap="round"
|
|
25
|
+
stroke-width="1" />
|
|
26
|
+
<line x2="2" transform="translate(0.5 10.5)" fill="none" stroke="#000" stroke-linecap="round"
|
|
27
|
+
stroke-width="1" />
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16.207" height="16.708" viewBox="0 0 16.207 16.708">
|
|
2
|
+
<g transform="translate(0 0.207)">
|
|
3
|
+
<g transform="translate(2 0.668)">
|
|
4
|
+
<path d="M-539,78.667v4a2.1,2.1,0,0,1-2,2h-10a2.1,2.1,0,0,1-2-2v-10a2.1,2.1,0,0,1,2-2h4"
|
|
5
|
+
transform="translate(551.5 -69.334)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
7
|
+
<path d="M-538.333,67h4v4" transform="translate(547.833 -67.168)" fill="none" stroke="#000"
|
|
8
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
9
|
+
<line y1="8" x2="8" transform="translate(5.5 -0.168)" fill="none" stroke="#000" stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(2.666 3.332)">
|
|
3
|
+
<line x2="7" transform="translate(1.834 3.166)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-width="1" />
|
|
5
|
+
<line x2="4" transform="translate(1.834 6.166)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-width="1" />
|
|
7
|
+
<path d="M-2871.324,225.505v-4h-4" transform="translate(2883.157 -223.339)" fill="none" stroke="#000"
|
|
8
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
9
|
+
<path d="M-2875.273,239.905h4v-4" transform="translate(2883.108 -228.738)" fill="none" stroke="#000"
|
|
10
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
11
|
+
<path d="M-2892.122,221.558h-4v4" transform="translate(2894.957 -223.392)" fill="none" stroke="#000"
|
|
12
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
13
|
+
<path d="M-2896.071,235.958v4h4" transform="translate(2894.905 -228.791)" fill="none" stroke="#000"
|
|
14
|
+
stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
15
|
+
<circle cx="1.5" cy="1.5" r="1.5" transform="translate(10.334 9.666)" />
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16.002" height="16" viewBox="0 0 16.002 16">
|
|
2
|
+
<rect transform="translate(0.001)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(2.668 2.666)">
|
|
4
|
+
<path
|
|
5
|
+
d="M12793.834,21130.836a2.991,2.991,0,0,1-.779-.1l.9-.9a2,2,0,0,0,1.872-1.871l.9-.9a3,3,0,0,1-2.9,3.779Zm-2.9-2.225v0a2.923,2.923,0,0,1-.1-.775,3,3,0,0,1,3.776-2.9l-.9.9a2,2,0,0,0-1.869,1.869l-.9.9Z"
|
|
6
|
+
transform="translate(-12788.5 -21122.5)" fill="#040405" />
|
|
7
|
+
<path
|
|
8
|
+
d="M12793.834,21132.836a10.545,10.545,0,0,1-2.576-.307l.843-.842a10.108,10.108,0,0,0,1.733.145,8.81,8.81,0,0,0,3.507-.668,6.782,6.782,0,0,0,2.8-2.232,5.814,5.814,0,0,0,.642-1.088,6.942,6.942,0,0,0-2.223-2.619l.717-.717a7.954,7.954,0,0,1,.864.742,7.439,7.439,0,0,1,1.665,2.445.378.378,0,0,1,.006.266,6.326,6.326,0,0,1-.859,1.564,7.846,7.846,0,0,1-3.215,2.557A9.822,9.822,0,0,1,12793.834,21132.836Zm-5.472-1.652v0a7.51,7.51,0,0,1-.887-.766,6.879,6.879,0,0,1-1.618-2.455.377.377,0,0,1,0-.266,6.847,6.847,0,0,1,.9-1.555,8.052,8.052,0,0,1,3.23-2.551,9.485,9.485,0,0,1,3.846-.754h.011a10.309,10.309,0,0,1,2.56.311l-.838.838a9.646,9.646,0,0,0-1.722-.15h-.011a8.581,8.581,0,0,0-3.448.668,7.056,7.056,0,0,0-2.827,2.238,1.662,1.662,0,0,0,.631,2.971,6.651,6.651,0,0,0,.9.754l-.717.717Z"
|
|
9
|
+
transform="translate(-12788.5 -21122.5)" />
|
|
10
|
+
<line y1="14" x2="14" transform="translate(-1.667 -1.666)" fill="none" stroke="#000" stroke-linecap="round"
|
|
11
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="17.003" height="16" viewBox="0 0 17.003 16">
|
|
2
|
+
<g transform="translate(0.502)">
|
|
3
|
+
<rect transform="translate(0)" fill="#fff" opacity="0" />
|
|
4
|
+
<g transform="translate(0 2.001)">
|
|
5
|
+
<path
|
|
6
|
+
d="M20.48,13.363a7.364,7.364,0,0,0-1.669-2.445,8.014,8.014,0,0,0-2.457-1.665A9.537,9.537,0,0,0,12.5,8.5a9.534,9.534,0,0,0-3.85.753,8.021,8.021,0,0,0-3.23,2.553,6.641,6.641,0,0,0-.9,1.557.4.4,0,0,0,0,.264A7.005,7.005,0,0,0,6.146,16.08,7.817,7.817,0,0,0,8.6,17.747a9.738,9.738,0,0,0,3.9.753,9.738,9.738,0,0,0,3.9-.753,7.772,7.772,0,0,0,3.213-2.558,6.334,6.334,0,0,0,.861-1.562A.4.4,0,0,0,20.48,13.363Z"
|
|
7
|
+
transform="translate(-4.504 -7.5)" fill="none" stroke="#000" stroke-width="1" />
|
|
8
|
+
<circle cx="3" cy="3" r="3" transform="translate(5 3)" fill="none" stroke="#000" stroke-width="1" />
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.009" viewBox="0 0 16 16.009">
|
|
2
|
+
<rect transform="translate(16 16) rotate(180)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(0.5 1.5)">
|
|
4
|
+
<rect width="3" height="8" rx="1" transform="translate(12 0)" fill="none" stroke="#000" stroke-linejoin="round"
|
|
5
|
+
stroke-width="1" />
|
|
6
|
+
<path
|
|
7
|
+
d="M11.788,10.656h.749l-.059.4h-.69a.978.978,0,1,0,0,1.956h1.5l3.5-.013s-.918,3.612,1.3,4.8c1.424.686,1.7-.6,1.7-.6V14.5l1-.5s1.992-1.2,2-2.5v-6a1.314,1.314,0,0,0-1.5-1.5h-8a1.1,1.1,0,0,0-1.12.978.993.993,0,0,0,1,.978h.068l-.059.4h-.7a.978.978,0,1,0,0,1.955h.408l-.059.4H11.788a.978.978,0,1,0,0,1.956Z"
|
|
8
|
+
transform="translate(-10.786 -3.997)" fill="none" stroke="#000" stroke-linecap="round"
|
|
9
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<rect transform="translate(0)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(0 3)">
|
|
4
|
+
<g transform="translate(15.999 10.002) rotate(180)" fill="none">
|
|
5
|
+
<path
|
|
6
|
+
d="M6,1.625v.359L2.5.2A1.7,1.7,0,0,0,0,1.625V8.377A1.7,1.7,0,0,0,2.5,9.8L6,8.02v.357A1.7,1.7,0,0,0,8.5,9.8l6.6-3.373a1.588,1.588,0,0,0,0-2.857L8.5.2A1.775,1.775,0,0,0,7.7,0,1.665,1.665,0,0,0,6,1.625Z"
|
|
7
|
+
stroke="none" />
|
|
8
|
+
<path
|
|
9
|
+
d="M 7.701175689697266 1 C 7.363955497741699 1 6.999996185302734 1.238949775695801 6.999996185302734 1.625 L 6.999996185302734 3.619639873504639 L 2.04909610748291 1.085399627685547 C 1.938705444335938 1.02886962890625 1.822065353393555 1.000209808349609 1.702415466308594 1.000209808349609 C 1.364605903625488 1.000209808349609 0.9999961853027344 1.239080429077148 0.9999961853027344 1.625 L 0.9999961853027344 8.376950263977051 C 0.9999961853027344 8.761670112609863 1.36452579498291 8.999810218811035 1.702256202697754 8.999810218811035 C 1.821986198425293 8.999810218811035 1.938685417175293 8.971139907836914 2.050025939941406 8.914130210876465 L 6.999996185302734 6.385879993438721 L 6.999996185302734 8.376950263977051 C 6.999996185302734 8.761670112609863 7.363696098327637 8.999810218811035 7.700665473937988 8.999810218811035 C 7.821075439453125 8.999810218811035 7.938715934753418 8.970930099487305 8.049785614013672 8.914250373840332 L 14.64741611480713 5.542220115661621 C 14.96583557128906 5.378570079803467 14.99972534179688 5.108230113983154 14.99951553344727 4.999589920043945 C 14.99930572509766 4.892230033874512 14.96491622924805 4.625259876251221 14.64876556396484 4.464340209960938 L 8.052366256713867 1.08705997467041 C 7.938515663146973 1.029290199279785 7.820365905761719 1 7.701175689697266 1 M 7.701175689697266 0 C 7.967775344848633 0 8.243165969848633 0.0625 8.504885673522949 0.1953096389770508 L 15.10449600219727 3.574220180511475 C 16.29785537719727 4.181640148162842 16.29785537719727 5.818359851837158 15.10449600219727 6.431639671325684 L 8.504885673522949 9.804690361022949 C 7.368165016174316 10.38477039337158 5.999996185302734 9.601559638977051 5.999996185302734 8.376950263977051 L 5.999996185302734 8.019530296325684 L 2.504885673522949 9.804690361022949 C 1.372066497802734 10.38476943969727 -3.814697265625e-06 9.601560592651367 -3.814697265625e-06 8.376950263977051 L -3.814697265625e-06 1.625 C -3.814697265625e-06 0.3984403610229492 1.372067451477051 -0.3847675323486328 2.504885673522949 0.1953096389770508 L 5.999996185302734 1.984370231628418 L 5.999996185302734 1.625 C 5.999996185302734 0.6816396713256836 6.809565544128418 0 7.701175689697266 0 Z"
|
|
10
|
+
stroke="none" fill="#000" />
|
|
11
|
+
</g>
|
|
12
|
+
<g transform="translate(15.999) rotate(90)" fill="none">
|
|
13
|
+
<path d="M3.57,9.1a1.589,1.589,0,0,0,2.861,0L9.805,2.5A1.7,1.7,0,0,0,8.375,0H1.625A1.7,1.7,0,0,0,.195,2.5Z"
|
|
14
|
+
stroke="none" />
|
|
15
|
+
<path
|
|
16
|
+
d="M 4.999999046325684 9.000006675720215 C 5.108179092407227 9.000006675720215 5.377368927001953 8.965657234191895 5.540069103240967 8.647486686706543 L 8.915079116821289 2.047487020492554 C 9.036998748779297 1.809057116508484 9.026759147644043 1.530997037887573 8.887688636779785 1.303677082061768 C 8.818299293518066 1.190267086029053 8.659428596496582 0.999997079372406 8.375019073486328 0.999997079372406 L 1.624989032745361 0.999997079372406 C 1.340569019317627 0.999997079372406 1.18169903755188 1.190267086029053 1.112309098243713 1.30368709564209 C 0.9732390642166138 1.531007051467896 0.9629990458488464 1.809057116508484 1.084919095039368 2.047487020492554 L 4.4599289894104 8.647477149963379 C 4.622639179229736 8.965657234191895 4.891819000244141 9.000006675720215 4.999999046325684 9.000006675720215 M 4.999999046325684 10.00000190734863 C 4.437731742858887 10.00000190734863 3.875463962554932 9.700926780700684 3.569589138031006 9.102777481079102 L 0.1945790499448776 2.502777099609375 C -0.3845309615135193 1.370297074317932 0.3986290395259857 -2.913513071689522e-06 1.624989032745361 -2.913513071689522e-06 L 8.375019073486328 -2.913513071689522e-06 C 9.60136890411377 -2.913513071689522e-06 10.38452911376953 1.370297074317932 9.805418968200684 2.502777099609375 L 6.430408954620361 9.102777481079102 C 6.124534130096436 9.700926780700684 5.56226634979248 10.00000190734863 4.999999046325684 10.00000190734863 Z"
|
|
17
|
+
stroke="none" fill="#000" />
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(1.999 3.332)">
|
|
3
|
+
<g transform="translate(-12668 -18787)" fill="none">
|
|
4
|
+
<path
|
|
5
|
+
d="M12672,18795.045v-.359l-3.5,1.789a1.7,1.7,0,0,1-2.5-1.43v-6.752a1.7,1.7,0,0,1,2.5-1.428l3.5,1.785v-.357a1.7,1.7,0,0,1,2.5-1.428l6.6,3.373a1.588,1.588,0,0,1,0,2.857l-6.6,3.379a1.775,1.775,0,0,1-.8.2A1.665,1.665,0,0,1,12672,18795.045Z"
|
|
6
|
+
stroke="none" />
|
|
7
|
+
<path
|
|
8
|
+
d="M 12673.7021484375 18795.669921875 C 12673.8212890625 18795.669921875 12673.939453125 18795.640625 12674.0498046875 18795.583984375 L 12680.6513671875 18792.205078125 C 12680.9658203125 18792.044921875 12681 18791.77734375 12681.0009765625 18791.669921875 C 12681.0009765625 18791.5625 12680.966796875 18791.291015625 12680.650390625 18791.12890625 L 12674.0517578125 18787.755859375 C 12673.939453125 18787.69921875 12673.822265625 18787.669921875 12673.701171875 18787.669921875 C 12673.3642578125 18787.669921875 12673.0009765625 18787.908203125 12673.0009765625 18788.29296875 L 12673.0009765625 18790.283203125 L 12668.0498046875 18787.755859375 C 12667.939453125 18787.69921875 12667.8232421875 18787.669921875 12667.703125 18787.669921875 C 12667.365234375 18787.669921875 12667.0009765625 18787.908203125 12667.0009765625 18788.29296875 L 12667.0009765625 18795.044921875 C 12667.0009765625 18795.212890625 12667.06640625 18795.357421875 12667.1943359375 18795.474609375 C 12667.330078125 18795.59765625 12667.515625 18795.669921875 12667.703125 18795.669921875 C 12667.8232421875 18795.669921875 12667.939453125 18795.640625 12668.0498046875 18795.583984375 L 12673.0009765625 18793.05078125 L 12673.0009765625 18795.044921875 C 12673.0009765625 18795.431640625 12673.365234375 18795.669921875 12673.7021484375 18795.669921875 M 12673.7021484375 18796.669921875 C 12672.810546875 18796.669921875 12672.0009765625 18795.98828125 12672.0009765625 18795.044921875 L 12672.0009765625 18794.685546875 L 12668.505859375 18796.474609375 C 12667.373046875 18797.056640625 12666 18796.271484375 12666.0009765625 18795.044921875 L 12666.0009765625 18788.29296875 C 12666.001953125 18787.0703125 12667.3740234375 18786.28515625 12668.505859375 18786.865234375 L 12672.0009765625 18788.650390625 L 12672.0009765625 18788.29296875 C 12672.001953125 18787.0703125 12673.3681640625 18786.28515625 12674.505859375 18786.865234375 L 12681.10546875 18790.23828125 C 12682.298828125 18790.8515625 12682.298828125 18792.48828125 12681.10546875 18793.095703125 L 12674.505859375 18796.474609375 C 12674.244140625 18796.607421875 12673.96875 18796.669921875 12673.7021484375 18796.669921875 Z"
|
|
9
|
+
stroke="none" fill="#000" />
|
|
10
|
+
</g>
|
|
11
|
+
<g transform="translate(8.001 -0.332) rotate(90)" fill="none">
|
|
12
|
+
<path d="M3.57.9A1.589,1.589,0,0,1,6.43.9L9.805,7.5A1.7,1.7,0,0,1,8.375,10H1.625A1.7,1.7,0,0,1,.195,7.5Z"
|
|
13
|
+
stroke="none" />
|
|
14
|
+
<path
|
|
15
|
+
d="M 4.999999046325684 0.9999933242797852 C 4.891819000244141 0.9999933242797852 4.622629165649414 1.034342765808105 4.4599289894104 1.352513313293457 L 1.084918975830078 7.952512741088867 C 0.9629993438720703 8.190942764282227 0.9732389450073242 8.468993186950684 1.112309455871582 8.69631290435791 C 1.181698799133301 8.809732437133789 1.340569496154785 9.000002861022949 1.62498950958252 9.000002861022949 L 8.375019073486328 9.000002861022949 C 8.659429550170898 9.000002861022949 8.818299293518066 8.809732437133789 8.887688636779785 8.696323394775391 C 9.026759147644043 8.469002723693848 9.036998748779297 8.190942764282227 8.915079116821289 7.952512741088867 L 5.540069103240967 1.352522850036621 C 5.377358913421631 1.034342765808105 5.108179092407227 0.9999933242797852 4.999999046325684 0.9999933242797852 M 4.999999046325684 -1.9073486328125e-06 C 5.56226634979248 -1.9073486328125e-06 6.124534130096436 0.2990732192993164 6.430408954620361 0.8972225189208984 L 9.805418968200684 7.497222900390625 C 10.38452911376953 8.629702568054199 9.60136890411377 10.00000286102295 8.375019073486328 10.00000286102295 L 1.62498950958252 10.00000286102295 C 0.3986291885375977 10.00000286102295 -0.3845310211181641 8.629702568054199 0.1945791244506836 7.497222900390625 L 3.569589138031006 0.8972225189208984 C 3.875463962554932 0.2990732192993164 4.437731742858887 -1.9073486328125e-06 4.999999046325684 -1.9073486328125e-06 Z"
|
|
16
|
+
stroke="none" fill="#000" />
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.334 2)">
|
|
3
|
+
<path d="M1,0H6" transform="translate(1.166 7.001)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-width="1" />
|
|
5
|
+
<line y2="5" transform="translate(4.666 4.5)" fill="none" stroke="#000" stroke-linecap="round"
|
|
6
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
7
|
+
<g transform="translate(-0.001)">
|
|
8
|
+
<g transform="translate(-132.648 -7)" fill="none" stroke-linejoin="round">
|
|
9
|
+
<path
|
|
10
|
+
d="M143.315,9V19.222A1.621,1.621,0,0,1,141.6,21h-8.572a1.621,1.621,0,0,1-1.714-1.778V6.778A1.621,1.621,0,0,1,133.029,5h6.287Z"
|
|
11
|
+
stroke="none" />
|
|
12
|
+
<path
|
|
13
|
+
d="M 133.0288238525391 6.000001907348633 C 132.6755676269531 6.000001907348633 132.3144378662109 6.092411041259766 132.3144378662109 6.777780532836914 L 132.3144378662109 19.22222137451172 C 132.3144378662109 19.90759086608887 132.6755676269531 20 133.0288238525391 20 L 141.6006927490234 20 C 141.9539489746094 20 142.3150787353516 19.90759086608887 142.3150787353516 19.22219085693359 L 142.3154144287109 9.414207458496094 L 138.9012145996094 6.000001907348633 L 133.0288238525391 6.000001907348633 M 133.0288238525391 5.000001907348633 L 139.3154296875 5.000001907348633 L 143.3154296875 9.000001907348633 L 143.3150787353516 19.22222137451172 C 143.3150787353516 20.32695007324219 142.6500549316406 21 141.6006927490234 21 L 133.0288238525391 21 C 131.9794616699219 21 131.3144378662109 20.32695007324219 131.3144378662109 19.22222137451172 L 131.3144378662109 6.777780532836914 C 131.3144378662109 5.673051834106445 131.9794616699219 5.000001907348633 133.0288238525391 5.000001907348633 Z"
|
|
14
|
+
stroke="none" fill="#000" />
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M146.478,9.917h-4v-4Z" transform="translate(-136.312 -7.415)" stroke="#000" stroke-linejoin="round"
|
|
17
|
+
stroke-width="1" />
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-232 -5782)">
|
|
3
|
+
<path
|
|
4
|
+
d="M13261.284,23185.5a.731.731,0,0,1-.786-.832v-9.332a.732.732,0,0,1,.786-.838h4.219v-3.166a.727.727,0,0,1,.785-.832h4.5l2.712,2.705v7.461a.731.731,0,0,1-.792.832h-4.213v3.17a.727.727,0,0,1-.785.832Z"
|
|
5
|
+
transform="translate(-13027 -17388)" fill="rgba(0,0,0,0)" stroke="#000" stroke-linejoin="round"
|
|
6
|
+
stroke-width="1" />
|
|
7
|
+
<g transform="translate(234.333 5788)">
|
|
8
|
+
<g transform="translate(-132.648 -7)" fill="none" stroke-linejoin="round">
|
|
9
|
+
<path
|
|
10
|
+
d="M140.315,8v7.667A1.216,1.216,0,0,1,139.029,17H132.6a1.216,1.216,0,0,1-1.286-1.333V6.333A1.216,1.216,0,0,1,132.6,5h4.715Z"
|
|
11
|
+
stroke="none" />
|
|
12
|
+
<path
|
|
13
|
+
d="M 132.6002197265625 6.000001907348633 C 132.4343109130859 6.000001907348633 132.3144226074219 6.000001907348633 132.3144226074219 6.333331108093262 L 132.3144226074219 15.66667079925537 C 132.3144226074219 16 132.4343109130859 16 132.6002197265625 16 L 139.0291137695312 16 C 139.1950378417969 16 139.3149108886719 16 139.3149108886719 15.66663074493408 L 139.3151702880859 8.414206504821777 L 136.9009704589844 6.000001907348633 L 132.6002197265625 6.000001907348633 M 132.6002197265625 5.000001907348633 L 137.315185546875 5.000001907348633 L 140.315185546875 8.000000953674316 L 140.3149108886719 15.66667079925537 C 140.3149108886719 16.49521064758301 139.8161468505859 17 139.0291137695312 17 L 132.6002197265625 17 C 131.8132019042969 17 131.3144226074219 16.49521064758301 131.3144226074219 15.66667079925537 L 131.3144226074219 6.333331108093262 C 131.3144226074219 5.504791259765625 131.8132019042969 5.000001907348633 132.6002197265625 5.000001907348633 Z"
|
|
14
|
+
stroke="none" fill="#000" />
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M145.478,8.917h-3v-3Z" transform="translate(-138.312 -7.416)" stroke="#000" stroke-linejoin="round"
|
|
17
|
+
stroke-width="1" />
|
|
18
|
+
</g>
|
|
19
|
+
<path d="M145.478,8.917h-3v-3Z" transform="translate(101.021 5776.584)" stroke="#000" stroke-linejoin="round"
|
|
20
|
+
stroke-width="1" />
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.334 2)">
|
|
3
|
+
<path d="M1,0H6" transform="translate(1.166 7)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-width="1" />
|
|
5
|
+
<g transform="translate(-0.001)">
|
|
6
|
+
<g transform="translate(-132.648 -7)" fill="none" stroke-linejoin="round">
|
|
7
|
+
<path
|
|
8
|
+
d="M143.315,9V19.222A1.621,1.621,0,0,1,141.6,21h-8.572a1.621,1.621,0,0,1-1.714-1.778V6.778A1.621,1.621,0,0,1,133.029,5h6.287Z"
|
|
9
|
+
stroke="none" />
|
|
10
|
+
<path
|
|
11
|
+
d="M 133.0288238525391 6.000001907348633 C 132.6755676269531 6.000001907348633 132.3144378662109 6.092411041259766 132.3144378662109 6.777780532836914 L 132.3144378662109 19.22222137451172 C 132.3144378662109 19.90759086608887 132.6755676269531 20 133.0288238525391 20 L 141.6006927490234 20 C 141.9539489746094 20 142.3150787353516 19.90759086608887 142.3150787353516 19.22219085693359 L 142.3154144287109 9.414207458496094 L 138.9012145996094 6.000001907348633 L 133.0288238525391 6.000001907348633 M 133.0288238525391 5.000001907348633 L 139.3154296875 5.000001907348633 L 143.3154296875 9.000001907348633 L 143.3150787353516 19.22222137451172 C 143.3150787353516 20.32695007324219 142.6500549316406 21 141.6006927490234 21 L 133.0288238525391 21 C 131.9794616699219 21 131.3144378662109 20.32695007324219 131.3144378662109 19.22222137451172 L 131.3144378662109 6.777780532836914 C 131.3144378662109 5.673051834106445 131.9794616699219 5.000001907348633 133.0288238525391 5.000001907348633 Z"
|
|
12
|
+
stroke="none" fill="#000" />
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M146.478,9.917h-4v-4Z" transform="translate(-136.312 -7.415)" stroke="#000" stroke-linejoin="round"
|
|
15
|
+
stroke-width="1" />
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(1.667 2)">
|
|
3
|
+
<g transform="translate(10 -1.5)">
|
|
4
|
+
<line y2="5" transform="translate(0.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
5
|
+
stroke-width="1" />
|
|
6
|
+
<line x1="4" y2="3" transform="translate(-1.167 1)" fill="none" stroke="#000" stroke-linecap="round"
|
|
7
|
+
stroke-width="1" />
|
|
8
|
+
<line x2="4" y2="3" transform="translate(-1.167 1)" fill="none" stroke="#000" stroke-linecap="round"
|
|
9
|
+
stroke-width="1" />
|
|
10
|
+
</g>
|
|
11
|
+
<g transform="translate(0.666 4)">
|
|
12
|
+
<g transform="translate(-132.648 -7)" fill="none" stroke-linejoin="round">
|
|
13
|
+
<path
|
|
14
|
+
d="M140.315,8v7.667A1.216,1.216,0,0,1,139.029,17H132.6a1.216,1.216,0,0,1-1.286-1.333V6.333A1.216,1.216,0,0,1,132.6,5h4.715Z"
|
|
15
|
+
stroke="none" />
|
|
16
|
+
<path
|
|
17
|
+
d="M 132.6002197265625 6.000001907348633 C 132.4343109130859 6.000001907348633 132.3144226074219 6.000001907348633 132.3144226074219 6.333331108093262 L 132.3144226074219 15.66667079925537 C 132.3144226074219 16 132.4343109130859 16 132.6002197265625 16 L 139.0291137695312 16 C 139.1950378417969 16 139.3149108886719 16 139.3149108886719 15.66663074493408 L 139.3151702880859 8.414206504821777 L 136.9009704589844 6.000001907348633 L 132.6002197265625 6.000001907348633 M 132.6002197265625 5.000001907348633 L 137.315185546875 5.000001907348633 L 140.315185546875 8.000000953674316 L 140.3149108886719 15.66667079925537 C 140.3149108886719 16.49521064758301 139.8161468505859 17 139.0291137695312 17 L 132.6002197265625 17 C 131.8132019042969 17 131.3144226074219 16.49521064758301 131.3144226074219 15.66667079925537 L 131.3144226074219 6.333331108093262 C 131.3144226074219 5.504791259765625 131.8132019042969 5.000001907348633 132.6002197265625 5.000001907348633 Z"
|
|
18
|
+
stroke="none" fill="#000" />
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M145.478,8.917h-3v-3Z" transform="translate(-138.312 -7.416)" stroke="#000" stroke-linejoin="round"
|
|
21
|
+
stroke-width="1" />
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.333 2)">
|
|
3
|
+
<g transform="translate(-132.648 -7)" fill="none" stroke-linejoin="round">
|
|
4
|
+
<path
|
|
5
|
+
d="M143.315,9V19.222A1.621,1.621,0,0,1,141.6,21h-8.572a1.621,1.621,0,0,1-1.714-1.778V6.778A1.621,1.621,0,0,1,133.029,5h6.287Z"
|
|
6
|
+
stroke="none" />
|
|
7
|
+
<path
|
|
8
|
+
d="M 133.0288238525391 6.000001907348633 C 132.6755676269531 6.000001907348633 132.3144378662109 6.092411041259766 132.3144378662109 6.777780532836914 L 132.3144378662109 19.22222137451172 C 132.3144378662109 19.90759086608887 132.6755676269531 20 133.0288238525391 20 L 141.6006927490234 20 C 141.9539489746094 20 142.3150787353516 19.90759086608887 142.3150787353516 19.22219085693359 L 142.3154144287109 9.414207458496094 L 138.9012145996094 6.000001907348633 L 133.0288238525391 6.000001907348633 M 133.0288238525391 5.000001907348633 L 139.3154296875 5.000001907348633 L 143.3154296875 9.000001907348633 L 143.3150787353516 19.22222137451172 C 143.3150787353516 20.32695007324219 142.6500549316406 21 141.6006927490234 21 L 133.0288238525391 21 C 131.9794616699219 21 131.3144378662109 20.32695007324219 131.3144378662109 19.22222137451172 L 131.3144378662109 6.777780532836914 C 131.3144378662109 5.673051834106445 131.9794616699219 5.000001907348633 133.0288238525391 5.000001907348633 Z"
|
|
9
|
+
stroke="none" fill="#000" />
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M146.478,9.917h-4v-4Z" transform="translate(-136.312 -7.415)" stroke="#000" stroke-linejoin="round"
|
|
12
|
+
stroke-width="1" />
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(3.333 4.666)">
|
|
3
|
+
<g transform="translate(0 -4)">
|
|
4
|
+
<line x2="9" transform="translate(-2.833 10.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
5
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
6
|
+
<line x2="2" transform="translate(10.167 10.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
7
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
8
|
+
<g transform="translate(5.667 8.334)" fill="none" stroke="#000" stroke-width="1">
|
|
9
|
+
<circle cx="2.5" cy="2.5" r="2.5" stroke="none" />
|
|
10
|
+
<circle cx="2.5" cy="2.5" r="2" fill="none" />
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<g transform="translate(0 -11)">
|
|
14
|
+
<line x2="2" transform="translate(-2.833 10.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
15
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
16
|
+
<line x2="9" transform="translate(3.167 10.834)" fill="none" stroke="#000" stroke-linecap="round"
|
|
17
|
+
stroke-miterlimit="10" stroke-width="1" />
|
|
18
|
+
<g transform="translate(-1.333 8.334)" fill="none" stroke="#000" stroke-width="1">
|
|
19
|
+
<circle cx="2.5" cy="2.5" r="2.5" stroke="none" />
|
|
20
|
+
<circle cx="2.5" cy="2.5" r="2" fill="none" />
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.009" viewBox="0 0 16 16.009">
|
|
2
|
+
<rect transform="translate(0 0.001)" fill="#fff" opacity="0" />
|
|
3
|
+
<g transform="translate(3.333 2.001)">
|
|
4
|
+
<g transform="translate(673.419 -67.961)" stroke-linejoin="round">
|
|
5
|
+
<path
|
|
6
|
+
d="M -666.623779296875 81.46867370605469 C -666.70947265625 81.46867370605469 -666.788330078125 81.44034576416016 -666.8580322265625 81.38449096679688 L -666.88818359375 81.36032867431641 L -666.9216918945312 81.34108734130859 L -670.8352661132812 79.09435272216797 C -671.1005249023438 78.86886596679688 -671.251953125 78.54673767089844 -671.251953125 78.205078125 L -671.251953125 73.93792724609375 C -671.251953125 73.73109436035156 -671.3007202148438 73.26187896728516 -671.4853515625 72.96644592285156 L -671.4918212890625 72.95611572265625 L -671.498779296875 72.94610595703125 L -675.1333618164062 67.7154541015625 C -675.2872314453125 67.46045684814453 -675.2926635742188 67.16593933105469 -675.1478881835938 66.90561676025391 C -674.9935913085938 66.62825012207031 -674.7057495117188 66.46265411376953 -674.3779296875 66.46265411376953 L -663.1260375976562 66.45998382568359 C -662.7977294921875 66.45998382568359 -662.509521484375 66.62615966796875 -662.3552856445312 66.90449523925781 C -662.21044921875 67.165771484375 -662.216796875 67.46089172363281 -662.3721923828125 67.71567535400391 L -666.0053100585938 73.00754547119141 L -666.0114135742188 73.01646423339844 L -666.0171508789062 73.02565002441406 C -666.1707763671875 73.27154541015625 -666.251953125 73.55392456054688 -666.251953125 73.84224700927734 L -666.251953125 81.123046875 C -666.251953125 81.3614501953125 -666.4693603515625 81.46867370605469 -666.623779296875 81.46867370605469 Z"
|
|
7
|
+
stroke="none" />
|
|
8
|
+
<path
|
|
9
|
+
d="M -663.1260986328125 66.95998382568359 L -663.1259155273438 66.95998382568359 L -674.3779296875 66.96265411376953 C -674.5850830078125 66.96265411376953 -674.6798095703125 67.09273529052734 -674.7109375 67.14866638183594 C -674.7493896484375 67.21779632568359 -674.779541015625 67.32441711425781 -674.711669921875 67.44607543945312 L -671.088134765625 72.66078948974609 C -671.078857421875 72.67414093017578 -671.0699462890625 72.68769836425781 -671.0613403320312 72.70148468017578 C -670.7606201171875 73.18267059326172 -670.751953125 73.86204528808594 -670.751953125 73.93792724609375 L -670.751953125 78.205078125 C -670.751953125 78.38613128662109 -670.67578125 78.55857849121094 -670.5411376953125 78.68667602539062 L -666.751953125 80.86200714111328 L -666.751953125 73.84224700927734 C -666.751953125 73.46012878417969 -666.6444702148438 73.08613586425781 -666.441162109375 72.76070404052734 C -666.4335327148438 72.74848937988281 -666.4256591796875 72.73643493652344 -666.41748046875 72.72455596923828 L -662.793701171875 67.44622802734375 C -662.7238159179688 67.32410430908203 -662.7539672851562 67.21654510498047 -662.7926025390625 67.14689636230469 C -662.82373046875 67.0906982421875 -662.9185791015625 66.96000671386719 -663.1260986328125 66.95998382568359 M -663.1261596679688 65.95998382568359 C -662.0560302734375 65.95998382568359 -661.3973999023438 67.09939575195312 -661.9533081054688 67.98892974853516 L -665.5930786132812 73.29055023193359 C -665.6971435546875 73.45713043212891 -665.751953125 73.64768981933594 -665.751953125 73.84224700927734 L -665.751953125 81.123046875 C -665.751953125 81.83664703369141 -666.6050415039062 82.22783660888672 -667.170654296875 81.77470397949219 L -671.1206665039062 79.50704956054688 C -671.5203857421875 79.18655395507812 -671.751953125 78.70879364013672 -671.751953125 78.205078125 L -671.751953125 73.93792724609375 C -671.751953125 73.74403381347656 -671.8060913085938 73.39667510986328 -671.9093627929688 73.23141479492188 L -675.5521850585938 67.98892974853516 C -676.1047973632812 67.09872436523438 -675.4468383789062 65.96265411376953 -674.3779296875 65.96265411376953 L -663.1261596679688 65.95998382568359 Z"
|
|
10
|
+
stroke="none" fill="#000" />
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16.009" viewBox="0 0 16 16.009">
|
|
2
|
+
<g transform="translate(1.999 0)">
|
|
3
|
+
<g transform="translate(674.752 -65.96)" fill="none" stroke-linejoin="round">
|
|
4
|
+
<path
|
|
5
|
+
d="M-674.378,65.963l11.252,0a1.335,1.335,0,0,1,1.173,2.029l-3.64,5.3a1.04,1.04,0,0,0-.159.552v7.281a.87.87,0,0,1-1.419.652l-3.95-2.268a1.67,1.67,0,0,1-.631-1.3V73.938a1.652,1.652,0,0,0-.157-.707l-3.643-5.242A1.335,1.335,0,0,1-674.378,65.963Z"
|
|
6
|
+
stroke="none" />
|
|
7
|
+
<path
|
|
8
|
+
d="M -663.1260986328125 66.95998382568359 L -663.1259155273438 66.95998382568359 L -674.3779296875 66.96265411376953 C -674.5850830078125 66.96265411376953 -674.6798095703125 67.09273529052734 -674.7109375 67.14866638183594 C -674.7493896484375 67.21779632568359 -674.779541015625 67.32441711425781 -674.711669921875 67.44607543945312 L -671.088134765625 72.66078948974609 C -671.078857421875 72.67414093017578 -671.0699462890625 72.68769836425781 -671.0613403320312 72.70148468017578 C -670.7606201171875 73.18267059326172 -670.751953125 73.86204528808594 -670.751953125 73.93792724609375 L -670.751953125 78.205078125 C -670.751953125 78.38613128662109 -670.67578125 78.55857849121094 -670.5411376953125 78.68667602539062 L -666.751953125 80.86200714111328 L -666.751953125 73.84224700927734 C -666.751953125 73.46012878417969 -666.6444702148438 73.08613586425781 -666.441162109375 72.76070404052734 C -666.4335327148438 72.74848937988281 -666.4256591796875 72.73643493652344 -666.41748046875 72.72455596923828 L -662.793701171875 67.44622802734375 C -662.7238159179688 67.32410430908203 -662.7539672851562 67.21654510498047 -662.7926025390625 67.14689636230469 C -662.82373046875 67.0906982421875 -662.9185791015625 66.96000671386719 -663.1260986328125 66.95998382568359 M -663.1261596679688 65.95998382568359 C -662.0560302734375 65.95998382568359 -661.3973999023438 67.09939575195312 -661.9533081054688 67.98892974853516 L -665.5930786132812 73.29055023193359 C -665.6971435546875 73.45713043212891 -665.751953125 73.64768981933594 -665.751953125 73.84224700927734 L -665.751953125 81.123046875 C -665.751953125 81.83664703369141 -666.6050415039062 82.22783660888672 -667.170654296875 81.77470397949219 L -671.1206665039062 79.50704956054688 C -671.5203857421875 79.18655395507812 -671.751953125 78.70879364013672 -671.751953125 78.205078125 L -671.751953125 73.93792724609375 C -671.751953125 73.74403381347656 -671.8060913085938 73.39667510986328 -671.9093627929688 73.23141479492188 L -675.5521850585938 67.98892974853516 C -676.1047973632812 67.09872436523438 -675.4468383789062 65.96265411376953 -674.3779296875 65.96265411376953 L -663.1261596679688 65.95998382568359 Z"
|
|
9
|
+
stroke="none" fill="#000" />
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(1.049 1.199)">
|
|
3
|
+
<path
|
|
4
|
+
d="M8.976-830.507c1.962.461,3.088,1.5,3.088,2.861,0,1.76-2.636,3.139-6,3.139s-6-1.379-6-3.139c0-1.358,1.126-2.4,3.088-2.861"
|
|
5
|
+
transform="translate(0.387 838.808)" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10"
|
|
6
|
+
stroke-width="1" />
|
|
7
|
+
<g transform="translate(5.785 -1.033)">
|
|
8
|
+
<path d="M7.451,11.879V.379h7l-3,2.5,3,2.5h-7" transform="translate(-6.785 -0.045)" fill="none"
|
|
9
|
+
stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" />
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-0.156 1.518)">
|
|
3
|
+
<g transform="translate(0.156 0.482)" fill="none">
|
|
4
|
+
<path
|
|
5
|
+
d="M2,12a2,2,0,0,1-2-2V3c0-.02,0-.04,0-.06V.6A1.638,1.638,0,0,1,1.43-1l5,0,.693,0L8.559,1H14a2,2,0,0,1,2,2v7a2,2,0,0,1-2,2Z"
|
|
6
|
+
stroke="none" />
|
|
7
|
+
<path
|
|
8
|
+
d="M 14.00040054321289 10.99970054626465 C 14.55169010162354 10.99970054626465 15.00020027160645 10.55079078674316 15.00020027160645 9.999000549316406 L 15.00020027160645 2.999700307846069 C 15.00020027160645 2.447910308837891 14.55169010162354 1.999000310897827 14.00040054321289 1.999000310897827 L 8.046740531921387 1.999000310897827 L 6.609145641326904 0.000567753566429019 L 6.429960250854492 0.0001003410361590795 L 1.435529828071594 0.001898515853099525 C 1.313629150390625 0.01016018912196159 1.001800298690796 0.3027100265026093 1.001800298690796 0.6039003133773804 L 1.001370310783386 2.969350337982178 C 1.001080274581909 2.979450225830078 1.000900268554688 2.989530324935913 1.000900268554688 2.999700307846069 L 1.000900268554688 9.999000549316406 C 1.000900268554688 10.55079078674316 1.449410319328308 10.99970054626465 2.000700235366821 10.99970054626465 L 14.00040054321289 10.99970054626465 M 14.00040054321289 11.99970054626465 L 2.000700235366821 11.99970054626465 C 0.8964002728462219 11.99970054626465 0.0009002700680866838 11.10420036315918 0.0009002700680866838 9.999000549316406 L 0.0009002700680866838 2.999700307846069 C 0.0009002700680866838 2.979730367660522 0.001220270060002804 2.959940433502197 0.001800270052626729 2.940110445022583 C 0.001800270052626729 2.634180307388306 0.001800270052626729 1.307190299034119 0.001800270052626729 0.6039003133773804 C 0.001800270052626729 -0.1970996558666229 0.7128002643585205 -0.994499683380127 1.430100321769714 -0.998099684715271 L 6.429600238800049 -0.999899685382843 L 7.122600078582764 -0.998099684715271 L 8.559240341186523 0.9990003705024719 L 14.00040054321289 0.9990003705024719 C 15.10470008850098 0.9990003705024719 16.00020027160645 1.894500374794006 16.00020027160645 2.999700307846069 L 16.00020027160645 9.999000549316406 C 16.00020027160645 11.10420036315918 15.10470008850098 11.99970054626465 14.00040054321289 11.99970054626465 Z"
|
|
9
|
+
stroke="none" fill="#000" />
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M3.1,16.588l4-5.5h10" transform="translate(-1.947 -5.105)" fill="none" stroke="#000"
|
|
12
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<g transform="translate(-0.333 1.6)">
|
|
3
|
+
<line y2="11" transform="translate(11.833 0.899)" fill="none" stroke="#000" stroke-linecap="round"
|
|
4
|
+
stroke-linejoin="round" stroke-width="1" />
|
|
5
|
+
<g transform="translate(0.333 0.399)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"
|
|
6
|
+
stroke-width="1">
|
|
7
|
+
<rect width="16" height="12" rx="2" stroke="none" />
|
|
8
|
+
<rect x="0.5" y="0.5" width="15" height="11" rx="1.5" fill="none" />
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|