While compiling my project copying icons take too much time especially Dripicons.ttf which I don't use. I only use FontAwesomeSolid.ttf. Is it possible to move icons to different pods so we can opt out like:
pod 'SwiftIcons', '~> 2.3.2'
pod 'SwiftIcons/FontAwesomeSolid'
While compiling my project copying icons take too much time especially
Dripicons.ttfwhich I don't use. I only useFontAwesomeSolid.ttf. Is it possible to move icons to different pods so we can opt out like: