/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
@import "./variables";

@mixin uicore-icons-small {
  width: $uicore-icons-small;
  height: $uicore-icons-small;
}

@mixin uicore-icons-medium {
  width: $uicore-icons-medium;
  height: $uicore-icons-medium;
}

@mixin uicore-icons-large {
  width: $uicore-icons-large;
  height: $uicore-icons-large;
}

@mixin uicore-icons-x-large {
  width: $uicore-icons-x-large;
  height: $uicore-icons-x-large;
}
