From d92181296ec131129e5db3ccf5cdfd9dc4232f66 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 3 May 2017 22:53:05 -0700 Subject: [PATCH] Add move icon --- CHANGELOG.md | 1 + icons-manifest.json | 1 + icons/move.svg | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 icons/move.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c2eac..c4c91db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `minimize-2` - `minus` - `moon` + - `move` - `pause` - `play` - `plus` diff --git a/icons-manifest.json b/icons-manifest.json index 2e22f53..5cd4d89 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -77,6 +77,7 @@ "star", "award", "tag", + "move", "umbrella", "droplet", "cloud", diff --git a/icons/move.svg b/icons/move.svg new file mode 100644 index 0000000..b3151dc --- /dev/null +++ b/icons/move.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file