diff --git a/CHANGELOG.md b/CHANGELOG.md index b276f16..b540b6e 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 587e393..96f3a49 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -20,7 +20,7 @@ "phone", "phone-off", "phone-call", - "outgoing-call", + "phone-outgoing", "incoming-call", "square", "circle" diff --git a/icons/outgoing-call.svg b/icons/phone-outgoing.svg similarity index 100% rename from icons/outgoing-call.svg rename to icons/phone-outgoing.svg