Preparing search index...

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

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

    Properties

    Properties

    content: string
    svg: SVGAttributes<SVGElement>