From 41d661cb5225e2187ff8e64ecfd948269979b956 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 13 May 2017 16:41:30 -0700 Subject: [PATCH] Add chevron icons --- CHANGELOG.md | 4 ++++ icons/chevron-down.svg | 3 +++ icons/chevron-left.svg | 3 +++ icons/chevron-right.svg | 3 +++ icons/chevron-up.svg | 3 +++ 5 files changed, 16 insertions(+) create mode 100644 icons/chevron-down.svg create mode 100644 icons/chevron-left.svg create mode 100644 icons/chevron-right.svg create mode 100644 icons/chevron-up.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 82af3d0..de76c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `bell-off` - `bluetooth` - `camera-off` + - `chevron-down` + - `chevron-left` + - `chevron-right` + - `chevron-up` - `circle` - `cloud-off` - `comment-circle` diff --git a/icons/chevron-down.svg b/icons/chevron-down.svg new file mode 100644 index 0000000..51d25f1 --- /dev/null +++ b/icons/chevron-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/chevron-left.svg b/icons/chevron-left.svg new file mode 100644 index 0000000..c53807d --- /dev/null +++ b/icons/chevron-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/chevron-right.svg b/icons/chevron-right.svg new file mode 100644 index 0000000..4ac09ce --- /dev/null +++ b/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/chevron-up.svg b/icons/chevron-up.svg new file mode 100644 index 0000000..eccabe8 --- /dev/null +++ b/icons/chevron-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file