From 87fcf453cf26337b92f79f611720b503d0521d8e Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Mon, 27 Mar 2017 01:24:09 -0700 Subject: [PATCH] Add male and female icons --- CHANGELOG.md | 2 ++ icons-manifest.json | 2 ++ icons/female.svg | 5 +++++ icons/male.svg | 5 +++++ 4 files changed, 14 insertions(+) create mode 100644 icons/female.svg create mode 100644 icons/male.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index f923901..5cd4e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,12 +26,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `eye-off` - `facebook` - `feather` + - `female` - `filter` - `hash` - `headphones` - `home` - `info` - `instagram` + - `male` - `map-pin` - `mic-off` - `music` diff --git a/icons-manifest.json b/icons-manifest.json index 90baf35..a3823b1 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -69,6 +69,8 @@ "anchor", "globe", "zap", + "male", + "female", "loader", "clock", "printer", diff --git a/icons/female.svg b/icons/female.svg new file mode 100644 index 0000000..3b5acaf --- /dev/null +++ b/icons/female.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/male.svg b/icons/male.svg new file mode 100644 index 0000000..c964657 --- /dev/null +++ b/icons/male.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file