mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add male and female icons
This commit is contained in:
parent
99d3e02104
commit
87fcf453cf
@ -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`
|
||||
|
@ -69,6 +69,8 @@
|
||||
"anchor",
|
||||
"globe",
|
||||
"zap",
|
||||
"male",
|
||||
"female",
|
||||
"loader",
|
||||
"clock",
|
||||
"printer",
|
||||
|
5
icons/female.svg
Normal file
5
icons/female.svg
Normal 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
5
icons/male.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user