The default export here replaces Expo's <Iconicons/>, <Fontawesome/>,
etc. components with <Icon/> in a first step away from the Expo
ecosystem.
Using PNG images greatly limits our access to unique colours, but since
there only should realistically be using two colours, #000 and #666, in
the interface, hopefully this won't be a problem. At least not until
there's a dark theme. Rendering more PNGs from the SVGs is tedious.
Curiously, the context menu doesn't seem to open when tested in FireFox
while live reloading is active; it only works when the page loading
has been interrupted. Presumably this won't be an issue when run
on a device but something to look into nonetheless as it does kind of
throw off debugging