Since you can create vector image assets in Xcode with PDFs and SVGs, is it possible to download a PDF/SVG from a remote url (storage) and create a vector UIImage from that? I want to avoid having multiple sizes of the same picture stored, but am unsure if its possible to create a vector resource from a remote download.
let image = UIImage(data: [*download_data*])