Структура данных иконки

interface IconDataItem {
    content: string;
    svg: SVGAttributes<SVGElement>;
}

Properties

Properties

content: string
svg: SVGAttributes<SVGElement>