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