Web Component Usage
  Bolt Icon is a web component. You can simply use <bolt-icon> in the markup to make it render.
  
  
    <bolt-icon name="calendar"></bolt-icon>
  
Prop Usage
  Configure the icon with the properties specified in the schema.
  
  
    <bolt-icon name="calendar" size="xlarge" background="square" color="orange"></bolt-icon>
  
        
      
    
        
        
      
    
  
  
  
  
  
      
        
  Debug Panel