diff --git a/CHANGELOG.md b/CHANGELOG.md index b540b6e..b276f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `home` - `incoming-call` - `map-pin` + - `outgoing-call` - `phone` - `phone-call` - `phone-off` - - `phone-outgoing` - `scissors` - `square` - `thumbs-down` diff --git a/icons-manifest.json b/icons-manifest.json index 96f3a49..587e393 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -20,7 +20,7 @@ "phone", "phone-off", "phone-call", - "phone-outgoing", + "outgoing-call", "incoming-call", "square", "circle" diff --git a/icons/phone-outgoing.svg b/icons/outgoing-call.svg similarity index 100% rename from icons/phone-outgoing.svg rename to icons/outgoing-call.svg