Add male and female icons

This commit is contained in:
Cole Bemis 2017-03-27 01:24:09 -07:00
parent 99d3e02104
commit 87fcf453cf
4 changed files with 14 additions and 0 deletions

View File

@ -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`

View File

@ -69,6 +69,8 @@
"anchor",
"globe",
"zap",
"male",
"female",
"loader",
"clock",
"printer",

5
icons/female.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="8" r="7"/>
<line x1="12" y1="23" x2="12" y2="15"/>
<line x1="9" y1="20" x2="15" y2="20"/>
</svg>

After

Width:  |  Height:  |  Size: 296 B

5
icons/male.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="10" cy="14" r="7"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="21" y1="3" x2="15" y2="9"/>
</svg>

After

Width:  |  Height:  |  Size: 292 B