Add a custom SVG icon file

You can add your own new icon file.

Before you begin

Complete the following task: Install and configure Node.js

About this task

SVG icons must first be converted to a font glyph. PolicyCenter uses the Node.js open source tool to do the conversion.

Procedure

  1. Place your new SVG file into the following directory: PolicyCenter/modules/configuration/webresources/sass/icons/svg/customer
  2. Open a command prompt and change to the following directory: PolicyCenter/modules/configuration/webresources/sass/icons
  3. Run the following commands:
    npm run font
    npm run png-customer
  4. In Guidewire Studio, click Tools > Web Resources.

What to do next

See also