danielma / unsplash-react

React Unsplash Components
22 stars 16 forks source link

Fixes ArrowIcon function name and implements use of style props. #3

Closed alexandervalencia closed 6 years ago

alexandervalencia commented 6 years ago

Once again, nice work on the component!

I noticed that ArrowIcon hadn't been renamed after copy/paste from SearchIcon so I named the function properly and also implemented the props that were being passed in but not used. (height, style, & width)

On the assumption you wanted to have the icon at 14px I also set the new size in src/index.js.

Let me know if there are any issues here.

danielma commented 6 years ago

🤗 thanks!