diff --git a/src/app/data/icons.ts b/src/app/data/icons.ts new file mode 100644 index 00000000..832e1373 --- /dev/null +++ b/src/app/data/icons.ts @@ -0,0 +1,44 @@ +export const fileDownloadIcon = ` +`; + +export const viewMoreIcon = ` + +`; + +export const fullScreenIcon = ` + +`; + +export const exitFullScreenIcon = ` + +`; \ No newline at end of file diff --git a/src/app/views/home/home.component.html b/src/app/views/home/home.component.html index 4d71d41f..87fc4fb0 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -1,42 +1,85 @@ -