Viewing File: /home/maglabs/valvtec1/wp-content/plugins/depicter/resources/scripts/frontend/spritesvg.js

const icons = require.context('@images/sprite-svg', true, /\.svg$/);

// Automatically load all SVG files in the sprite-svg directory.
icons.keys().forEach(icons);
Back to Directory File Manager