UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

17 lines (14 loc) 534 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::b706ce1e1f9a034b2af6f814a6a2c9a4>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core” */ declare const BorderWeightThinIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default BorderWeightThinIcon;