UNPKG

@atlaskit/icon-lab

Version:

An icon package for public icon contributions

14 lines (11 loc) 404 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::e8568442e23b24c95a3230a5c071baa6>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; declare const MilestoneMultipleIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default MilestoneMultipleIcon;