# depicter/1.2.0/resources/scripts/frontend/spritesvg.js

Depicter — Popup &amp; Slider Builder, version 1.2.0. 5 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/resources/scripts/frontend/spritesvg.js
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/resources/scripts/frontend/spritesvg.js
- Modified: 2022-06-01T06:26:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.2.0/code/resources/scripts/frontend/spritesvg.js#L10-L20`.

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

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

```
