// Code generated by @carbon/layout. DO NOT EDIT.
//
// Copyright IBM Corp. 2018, 2023
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

/// @type Number
/// @access public
/// @group @carbon/layout
$icon-size-01: 1rem !default;

/// @type Number
/// @access public
/// @group @carbon/layout
$icon-size-02: 1.25rem !default;

/// @type Map
/// @access public
/// @group @carbon/layout
$icon-size: (
  icon-size-01: $icon-size-01,
  icon-size-02: $icon-size-02,
);
