/*---------------------------------------------------------------------------------------------
 * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
 * See LICENSE.md in the project root for license terms and full copyright notice.
 *--------------------------------------------------------------------------------------------*/
.core-icons-svgPath {
  display: inline-block;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  padding: auto;
  overflow: hidden;
  vertical-align: top;
  fill: currentColor;
  stroke: transparent;
}
