@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (14 loc) • 541 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::68054f261a3d4a84a198d34b2c93b429>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “@atlaskit/icon/core”
*/
declare const BorderWeightMediumIcon: {
(props: NewCoreIconProps): JSX.Element;
displayName: string;
};
export default BorderWeightMediumIcon;