diff --git a/CHANGELOG.md b/CHANGELOG.md
index 171ae4223..7373ebc44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
## 1.0.0-rc.6
+### Added
+- new icons (not added to font yet):
+ - calendar
+ - grid
+ - sort-ascending
+ - sort-descending
+
### Fixed
- Fixed Modal content not being left aligned in I.E. and Edge browsers text-align:start is not supported in I.E. changed it to text-algin:left
diff --git a/lib/img/icons/ui/calculator.svg b/lib/img/icons/ui/calculator.svg
index df5069d0d..b6dc85268 100644
--- a/lib/img/icons/ui/calculator.svg
+++ b/lib/img/icons/ui/calculator.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/lib/img/icons/ui/grid.svg b/lib/img/icons/ui/grid.svg
index 485d46c01..9908d4d4d 100644
--- a/lib/img/icons/ui/grid.svg
+++ b/lib/img/icons/ui/grid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/lib/img/icons/ui/sort-ascending.svg b/lib/img/icons/ui/sort-ascending.svg
index 8c1e7c5ba..39bd58575 100644
--- a/lib/img/icons/ui/sort-ascending.svg
+++ b/lib/img/icons/ui/sort-ascending.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/lib/img/icons/ui/sort-descending.svg b/lib/img/icons/ui/sort-descending.svg
index 4cb0749b0..f8d85f4b3 100644
--- a/lib/img/icons/ui/sort-descending.svg
+++ b/lib/img/icons/ui/sort-descending.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file