// Icon Sizes
//-------------------------------------------------------------------

$icon-sizes: (
  'x-large': space(10),
  'large': space(5),
  'medium': space(2.5),
  'small': space(2),
  'x-small': space(1.5),
  'xx-small': space(1),
);

// Icon Library
//-------------------------------------------------------------------
// List out each icon file to generate a CSS class

$icon-list: ('plus', 'error');
