Changes:
- Read SVG assets from the assets dir instead of priv. Thanks to @mhanberg
This changes the default directory frompriv/static/svg
toassets/static/svg
Note For migrating from v1.3.x you will need to remove theotp_app
from theuse PhoenixInlineSvg.Helpers
- Fix a bug where the app could crash if the SVG directory does not exist.