From e0e5c10eb325d35602a83e0b74f3bf39ca147669 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 2 May 2017 09:20:45 -0700 Subject: [PATCH] Add rotate icons --- CHANGELOG.md | 2 ++ icons-manifest.json | 2 ++ icons/rotate-ccw.svg | 4 ++++ icons/rotate-cw.svg | 4 ++++ 4 files changed, 12 insertions(+) create mode 100644 icons/rotate-ccw.svg create mode 100644 icons/rotate-cw.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbd476..af9cde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `moon` - `plus` - `printer` + - `rotate-ccw` + - `rotate-cw` - `search` - `star` - `unlock` diff --git a/icons-manifest.json b/icons-manifest.json index 28066d1..1fe60cb 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -99,6 +99,8 @@ "pie-chart", "edit", "cog", + "rotate-ccw", + "rotate-cw", "map", "life-buoy", "flag", diff --git a/icons/rotate-ccw.svg b/icons/rotate-ccw.svg new file mode 100644 index 0000000..13c71d3 --- /dev/null +++ b/icons/rotate-ccw.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/rotate-cw.svg b/icons/rotate-cw.svg new file mode 100644 index 0000000..9e194af --- /dev/null +++ b/icons/rotate-cw.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file