first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
9
node_modules/@vuepic/vue-datepicker/src/VueDatePicker/components/Icons/ChevronUpIcon.vue
generated
vendored
Normal file
9
node_modules/@vuepic/vue-datepicker/src/VueDatePicker/components/Icons/ChevronUpIcon.vue
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="dp__icon">
|
||||
<path
|
||||
d="M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"
|
||||
></path>
|
||||
</svg>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue