From 51c6d5d76dde5aea4434bff028277db018c8a1ec Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 3 Mar 2017 00:35:37 -0800 Subject: [PATCH] Rename phone-outgoing to outgoing-call --- CHANGELOG.md | 2 +- icons-manifest.json | 2 +- icons/{phone-outgoing.svg => outgoing-call.svg} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename icons/{phone-outgoing.svg => outgoing-call.svg} (100%) 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