import type { TIconsStorageKeys } from '../iconsStorage'; export interface IIconProps { iconName: TIconsStorageKeys; ariaLabel: string; iconTitle: string; color: string; size: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; }