@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
6 lines (5 loc) • 398 B
TypeScript
export { default as IconNew } from './components/icon-new';
export { sizeMap as size, sizes } from './constants';
export { default as Skeleton } from './components/skeleton';
export { default as IconTile } from './components/icon-tile';
export type { Size, IconSize, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewCoreIconProps, IconTileProps, } from './types';