//------------------------------------------------------------------------------------------------
// ICONS
//------------------------------------------------------------------------------------------------

/*
Stores icon sizes used with icon object
*/

$icon-sizes: (
	'micro': 15px,
	'tiny': 20px,
	'small': 25px,
	'regular': 30px,
	'increased': 35px,
	'large': 40px,
	'huge': 50px
) !default;
