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