Same SVG icon is loaded many times instead of once

The client is loading svg icons over http each time an icon is displayed.

Expected behaviour is to load an icon just once and then use some sort of cache.

This problem no longer exists in master branch, but is still happening in older releases.

Solved by upgrading @origam/components package, which already uses newer version of react-inlinesvg library, which implements deduplication and caching of SVG data.