////
/// Core Setting : Icon
/// @group core
////

/// $icon-size-map
$icon-size-map: (
  xs: 3v,
  sm: 4v,
  md: 6v,
  lg: 8v
);
