Refactors Auth components to use data prop which contain all needed data props in single object (going to refactor other components to this structure in future)
Refactors icon declarations (the main idea is to use interfaces to provide correct resource instead of restricting it to uri)
Please read and mark the following check list before creating a pull request:
[x] I read and followed the CONTRIBUTING.md guide.
Short description of what this resolves:
Auth
components to usedata
prop which contain all needed data props in single object (going to refactor other components to this structure in future)uri
)