feat(LOY-291): New claim points flow for logged in users
* wip new flow
* More wip
* More wip
* Wip styling
* wip with a mutation
* Actually fetch booking data
* More styling wip
* Fix toast duration
* fix loading a11y maybe
* More stuff
* Add feature flag
* Add invalid state
* Clean up
* Add fields for missing user info
* Restructure files
* Add todos
* Disable warning
* Fix icon and border radius
Approved-by: Emma Zettervall
Approved-by: Matilda Landström
Wrap material icon in a empty suspense boundary
* Wrap material icon in a empty suspense boundary
* skip lazy loading icons
* remove suspense boundary
* Don't import lazy from react when generating icon file
Approved-by: Linus Flood
feat(SW-3695): use svg icons instead of font icons
* feat(icons): use svg instead of font icons
* feat(icons): use webpack/svgr for inlined svgs. Now support for isFilled again
* Merge master
* Remove old font icon
Approved-by: Joakim Jäderberg