diff --git a/web/src/assets/Icons/index.ts b/web/src/assets/Icons/index.ts index 46a27bd..3410309 100644 --- a/web/src/assets/Icons/index.ts +++ b/web/src/assets/Icons/index.ts @@ -1,3 +1,4 @@ +export { default as ChevronLeftIcon } from "./svg/heroicons/ChevronLeftIcon.svg?component"; export { default as ExclamationTriangleIcon } from "./svg/heroicons/ExclamationTriangleIcon.svg?component"; export { default as microphone } from "./svg/heroicons/MicrophoneIcon.svg?component"; export { default as PaperAirplaneIcon } from "./svg/heroicons/PaperAirplaneIcon.svg?component"; diff --git a/web/src/assets/Icons/svg/heroicons/ChevronLeftIcon.svg b/web/src/assets/Icons/svg/heroicons/ChevronLeftIcon.svg new file mode 100644 index 0000000..eb55f6e --- /dev/null +++ b/web/src/assets/Icons/svg/heroicons/ChevronLeftIcon.svg @@ -0,0 +1,3 @@ + + + diff --git a/web/src/layouts/BasicLayout.vue b/web/src/layouts/BasicLayout.vue index a7e626a..d2c6c0d 100644 --- a/web/src/layouts/BasicLayout.vue +++ b/web/src/layouts/BasicLayout.vue @@ -1,15 +1,31 @@