@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
8 lines (7 loc) • 540 B
TypeScript
export { default } from './components/icon';
export { default as IconNew } from './components/icon-new';
export { default as SVG } from './components/svg';
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, NewCoreIconSize, SkeletonProps, IconProps, GlyphProps, CustomGlyphProps, SVGProps, NewIconProps, NewUtilityIconProps, NewCoreIconProps, IconMigrationMap, IconTileProps, } from './types';