UNPKG

@payfit/unity-components

Version:

2 lines (1 loc) 103 B
export type IconName<T extends string> = T extends `${infer Base}${'Filled' | 'Outlined'}` ? Base : T;