@koobiq/icons 11.4.0 → 11.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+
8
+ export interface KbqIconsMetadata {
9
+ [k: string]: KbqIconMeta;
10
+ }
11
+ /**
12
+ * An icon entry keyed by its name (e.g. 'aix_16')
13
+ */
14
+ export interface KbqIconMeta {
15
+ /**
16
+ * Unicode codepoint assigned to the icon in the font (e.g. '0xF501')
17
+ */
18
+ codepoint: string;
19
+ /**
20
+ * Human-readable description of the icon
21
+ */
22
+ description?: string;
23
+ /**
24
+ * Search keywords associated with the icon
25
+ */
26
+ tags?: string[];
27
+ }
Binary file