@bolt/components-icon

Pega branded icon system.

Usage no npm install needed!

<script type="module">
  import boltComponentsIcon from 'https://cdn.skypack.dev/@bolt/components-icon';
</script>

README

A symbolic image. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.

Install via NPM
npm install @bolt/components-icon

Tips for custom icons:

  • Filenames for any custom icons should be all lowercase.
  • Only use dashes in the filename to separate out words. No underscores or spaces!
  • To automatically disable color replacement, make sure the SVG icon ends with -colored.svg.

For example: bolt-logo.svg would get colors stripped while bolt-logo-colored.svg would not!