﻿If you add, modify or delete anything in the SVG/ folder then do one of the following:

A) Run the command "npm run -s svg:build" in the console.
B) Open the "Task Runner Explorer" in Visual Studio and run the "svg:build" task.

If it is not working then you probably need to get NPM up-to-date first:

    npm install

Enjoy.
