Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function svgJar(assetId, svgAttrs) { return makeSVG(assetId, svgAttrs, getInlineAsset); }
Best way to use SVG images in Ember applications