diff --git a/icons/circle.svg b/icons/circle.svg
index 03e898a..93648b2 100644
--- a/icons/circle.svg
+++ b/icons/circle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/rectangle-horizontal.svg b/icons/rectangle-horizontal.svg
new file mode 100644
index 0000000..cea6309
--- /dev/null
+++ b/icons/rectangle-horizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/rectangle-vertical.svg b/icons/rectangle-vertical.svg
new file mode 100644
index 0000000..1c64212
--- /dev/null
+++ b/icons/rectangle-vertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 34b5905..02d3abc 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,9 @@
const data = {
icons: [
'square',
- 'circle'
+ 'circle',
+ 'rectangle-vertical',
+ 'rectangle-horizontal'
]
};