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