UNPKG

@tolokoban/ui

Version:

React components with theme

9 lines 306 B
import { Icon } from "../generic/generic-icon.js"; interface IconDefinition { value: string; keywords: string[]; } export declare function getIconsDefinitions(): IconDefinition[]; export declare function getIconById(id: string): Icon | undefined; export {}; //# sourceMappingURL=icons-list.d.ts.map