gulp-iconify
gulp-iconify copied to clipboard
svg dimensions from viewBox if no width/height.
Added simple non-breaking addition to look up SVG's viewBox property in case there no width/height properties. It's a crime to not event attemp to do that as ViewBox is used rather often (i had some screwed up icons in my scss due them having no width/height but viewBox).