diff --git a/CHANGELOG.md b/CHANGELOG.md
index 972fb76..d09ccf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,6 +67,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
- Change # icons:
- `anchor`
+ - `arrow-down`
+ - `arrow-left`
+ - `arrow-right`
+ - `arrow-up`
- `bell`
- `bookmark`
- `camera`
diff --git a/icons-manifest.json b/icons-manifest.json
index d347197..be988da 100644
--- a/icons-manifest.json
+++ b/icons-manifest.json
@@ -78,6 +78,10 @@
"edit",
"cog",
"map",
+ "arrow-up",
+ "arrow-down",
+ "arrow-left",
+ "arrow-right",
"octagon",
"triangle",
"square",
diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg
new file mode 100644
index 0000000..39baaf5
--- /dev/null
+++ b/icons/arrow-down.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg
new file mode 100644
index 0000000..0b0730a
--- /dev/null
+++ b/icons/arrow-left.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg
new file mode 100644
index 0000000..a6c4a28
--- /dev/null
+++ b/icons/arrow-right.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg
new file mode 100644
index 0000000..3a61556
--- /dev/null
+++ b/icons/arrow-up.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file