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