Overview 
        Icon. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.
Install via NPM
npm install @bolt/components-icon
Usage 
        {% include "@bolt-components-icon/icon.twig" with {
  name: "add-open",
  background: "circle",
  size: "medium",
} only %}
  Schema 
      Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case.
| Prop Name | Description | Type | Default Value | Option(s) | 
|---|---|---|---|---|
|  | A Drupal-style attributes object with extra attributes to append to this component. | object | — | 
 | 
|  | Icon name. | string | — | 
 | 
|  | Background shape. This applies only to 'xlarge' icons. | string | — | 
 | 
|  | Icon size. | string | — | 
 | 
|  | Icon color. Currently only support default (black) and teal. | string | — | 
 |