File "spritesvg.js"

Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/depicter/resources/scripts/frontend/spritesvg.js
File size: 164 B (164 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

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

// Automatically load all SVG files in the sprite-svg directory.
icons.keys().forEach(icons);