// * ---------------------------------------------------------------------------    
// 
//       __ __  __
//     /  /   /   /     __/__/__
//     \ /   /   /  __   /  /  __  (/__
//      /   /   / /  /  /  /  /__) /  /
//     /   /   / (__/__/_ /__/____/  /_/
//             \
//               SOLUTIONS
// 
// 
//	=Component - Icon
//
// 	A basic icon
//
// ---------------------------------------------------------------------------- */


// Import the component vars
@import 'inc/c.icon-vars';


// ------------------------------------------------
//	Enable config and features
// ------------------------------------------------
// Config
// @include mk-add-icon-config( configname, key, value );

// Features
// @include mk-add-icon-feature( featurename, key, value );



// Output the component 'features' we've enabled
@import 'inc/c.icon-features';



// Project specific styles
#{ $mk-component-icon-selector } {

	// Styles here

}