import { SystemIconPartProps } from './SystemIcon.part.types'; import type { SystemIconName } from './SystemIcon.constants'; export type { LargeSystemIconName, MediumSystemIconName, SmallSystemIconName, SocialSystemIconName, SystemIconName, } from './SystemIcon.constants'; export interface SystemIconProps extends SystemIconPartProps { name: SystemIconName; } export type { SystemIconPartProps } from './SystemIcon.part.types';