From 7ce70f6c625c97ed6ec751f3117625ddb939f130 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 28 Jan 2017 13:21:40 -0800 Subject: [PATCH] Add new icons --- icons/circle.svg | 2 +- icons/rectangle-horizontal.svg | 1 + icons/rectangle-vertical.svg | 1 + index.html | 4 +++- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 icons/rectangle-horizontal.svg create mode 100644 icons/rectangle-vertical.svg 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' ] };