expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

Could you add "iOS dismiss bar" icon? #158

Closed QiYuNew closed 3 years ago

QiYuNew commented 3 years ago

The icon looks like the one in the following post: The little single-bar with smooth edges link

Thank you very much!

3Omar3 commented 3 years ago

you can do a div or view styled like that and export then as a component

QiYuNew commented 3 years ago

you can do a div or view styled like that and export then as a component

I mean I want that "drag handle" /"bar" like icon

brentvatne commented 3 years ago

<View style={{width: 100, height: 10, borderRadius: 5, backgroundColor: "rgba(255,255,255,0.6)" /> or something like that should be fine. you don't need an icon for this