@idealyst/mcp-server 1.0.92 → 1.0.94
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.
- package/dist/data/cli-commands.d.ts +2 -0
- package/dist/data/cli-commands.d.ts.map +1 -0
- package/dist/data/cli-commands.js +100 -0
- package/dist/data/cli-commands.js.map +1 -0
- package/dist/data/components/Accordion.d.ts +15 -0
- package/dist/data/components/Accordion.d.ts.map +1 -0
- package/{src/data/components/Accordion.ts → dist/data/components/Accordion.js} +26 -28
- package/dist/data/components/Accordion.js.map +1 -0
- package/dist/data/components/ActivityIndicator.d.ts +15 -0
- package/dist/data/components/ActivityIndicator.d.ts.map +1 -0
- package/{src/data/components/ActivityIndicator.ts → dist/data/components/ActivityIndicator.js} +26 -28
- package/dist/data/components/ActivityIndicator.js.map +1 -0
- package/dist/data/components/Alert.d.ts +15 -0
- package/dist/data/components/Alert.d.ts.map +1 -0
- package/{src/data/components/Alert.ts → dist/data/components/Alert.js} +28 -30
- package/dist/data/components/Alert.js.map +1 -0
- package/dist/data/components/Avatar.d.ts +15 -0
- package/dist/data/components/Avatar.d.ts.map +1 -0
- package/{src/data/components/Avatar.ts → dist/data/components/Avatar.js} +26 -28
- package/dist/data/components/Avatar.js.map +1 -0
- package/dist/data/components/Badge.d.ts +15 -0
- package/dist/data/components/Badge.d.ts.map +1 -0
- package/{src/data/components/Badge.ts → dist/data/components/Badge.js} +16 -15
- package/dist/data/components/Badge.js.map +1 -0
- package/dist/data/components/Breadcrumb.d.ts +15 -0
- package/dist/data/components/Breadcrumb.d.ts.map +1 -0
- package/{src/data/components/Breadcrumb.ts → dist/data/components/Breadcrumb.js} +27 -29
- package/dist/data/components/Breadcrumb.js.map +1 -0
- package/dist/data/components/Button.d.ts +15 -0
- package/dist/data/components/Button.d.ts.map +1 -0
- package/{src/data/components/Button.ts → dist/data/components/Button.js} +18 -17
- package/dist/data/components/Button.js.map +1 -0
- package/dist/data/components/Card.d.ts +15 -0
- package/dist/data/components/Card.d.ts.map +1 -0
- package/{src/data/components/Card.ts → dist/data/components/Card.js} +16 -15
- package/dist/data/components/Card.js.map +1 -0
- package/dist/data/components/Checkbox.d.ts +15 -0
- package/dist/data/components/Checkbox.d.ts.map +1 -0
- package/{src/data/components/Checkbox.ts → dist/data/components/Checkbox.js} +27 -29
- package/dist/data/components/Checkbox.js.map +1 -0
- package/dist/data/components/Chip.d.ts +15 -0
- package/dist/data/components/Chip.d.ts.map +1 -0
- package/{src/data/components/Chip.ts → dist/data/components/Chip.js} +19 -18
- package/dist/data/components/Chip.js.map +1 -0
- package/dist/data/components/Dialog.d.ts +15 -0
- package/dist/data/components/Dialog.d.ts.map +1 -0
- package/{src/data/components/Dialog.ts → dist/data/components/Dialog.js} +18 -17
- package/dist/data/components/Dialog.js.map +1 -0
- package/dist/data/components/Divider.d.ts +15 -0
- package/dist/data/components/Divider.d.ts.map +1 -0
- package/{src/data/components/Divider.ts → dist/data/components/Divider.js} +26 -28
- package/dist/data/components/Divider.js.map +1 -0
- package/dist/data/components/Icon.d.ts +15 -0
- package/dist/data/components/Icon.d.ts.map +1 -0
- package/{src/data/components/Icon.ts → dist/data/components/Icon.js} +26 -28
- package/dist/data/components/Icon.js.map +1 -0
- package/dist/data/components/Image.d.ts +15 -0
- package/dist/data/components/Image.d.ts.map +1 -0
- package/{src/data/components/Image.ts → dist/data/components/Image.js} +29 -31
- package/dist/data/components/Image.js.map +1 -0
- package/dist/data/components/Input.d.ts +15 -0
- package/dist/data/components/Input.d.ts.map +1 -0
- package/{src/data/components/Input.ts → dist/data/components/Input.js} +20 -19
- package/dist/data/components/Input.js.map +1 -0
- package/dist/data/components/List.d.ts +15 -0
- package/dist/data/components/List.d.ts.map +1 -0
- package/{src/data/components/List.ts → dist/data/components/List.js} +18 -17
- package/dist/data/components/List.js.map +1 -0
- package/dist/data/components/Menu.d.ts +15 -0
- package/dist/data/components/Menu.d.ts.map +1 -0
- package/{src/data/components/Menu.ts → dist/data/components/Menu.js} +27 -29
- package/dist/data/components/Menu.js.map +1 -0
- package/dist/data/components/Popover.d.ts +15 -0
- package/dist/data/components/Popover.d.ts.map +1 -0
- package/{src/data/components/Popover.ts → dist/data/components/Popover.js} +28 -30
- package/dist/data/components/Popover.js.map +1 -0
- package/dist/data/components/Pressable.d.ts +15 -0
- package/dist/data/components/Pressable.d.ts.map +1 -0
- package/{src/data/components/Pressable.ts → dist/data/components/Pressable.js} +27 -29
- package/dist/data/components/Pressable.js.map +1 -0
- package/dist/data/components/Progress.d.ts +15 -0
- package/dist/data/components/Progress.d.ts.map +1 -0
- package/{src/data/components/Progress.ts → dist/data/components/Progress.js} +27 -29
- package/dist/data/components/Progress.js.map +1 -0
- package/dist/data/components/RadioButton.d.ts +15 -0
- package/dist/data/components/RadioButton.d.ts.map +1 -0
- package/{src/data/components/RadioButton.ts → dist/data/components/RadioButton.js} +28 -30
- package/dist/data/components/RadioButton.js.map +1 -0
- package/dist/data/components/SVGImage.d.ts +15 -0
- package/dist/data/components/SVGImage.d.ts.map +1 -0
- package/{src/data/components/SVGImage.ts → dist/data/components/SVGImage.js} +27 -29
- package/dist/data/components/SVGImage.js.map +1 -0
- package/dist/data/components/Screen.d.ts +15 -0
- package/dist/data/components/Screen.d.ts.map +1 -0
- package/{src/data/components/Screen.ts → dist/data/components/Screen.js} +27 -29
- package/dist/data/components/Screen.js.map +1 -0
- package/dist/data/components/Select.d.ts +15 -0
- package/dist/data/components/Select.d.ts.map +1 -0
- package/{src/data/components/Select.ts → dist/data/components/Select.js} +30 -32
- package/dist/data/components/Select.js.map +1 -0
- package/dist/data/components/Skeleton.d.ts +15 -0
- package/dist/data/components/Skeleton.d.ts.map +1 -0
- package/{src/data/components/Skeleton.ts → dist/data/components/Skeleton.js} +27 -29
- package/dist/data/components/Skeleton.js.map +1 -0
- package/dist/data/components/Slider.d.ts +15 -0
- package/dist/data/components/Slider.d.ts.map +1 -0
- package/{src/data/components/Slider.ts → dist/data/components/Slider.js} +31 -33
- package/dist/data/components/Slider.js.map +1 -0
- package/dist/data/components/Switch.d.ts +15 -0
- package/dist/data/components/Switch.d.ts.map +1 -0
- package/{src/data/components/Switch.ts → dist/data/components/Switch.js} +28 -30
- package/dist/data/components/Switch.js.map +1 -0
- package/dist/data/components/TabBar.d.ts +15 -0
- package/dist/data/components/TabBar.d.ts.map +1 -0
- package/{src/data/components/TabBar.ts → dist/data/components/TabBar.js} +27 -29
- package/dist/data/components/TabBar.js.map +1 -0
- package/dist/data/components/Table.d.ts +15 -0
- package/dist/data/components/Table.d.ts.map +1 -0
- package/{src/data/components/Table.ts → dist/data/components/Table.js} +29 -31
- package/dist/data/components/Table.js.map +1 -0
- package/dist/data/components/Tabs.d.ts +15 -0
- package/dist/data/components/Tabs.d.ts.map +1 -0
- package/{src/data/components/Tabs.ts → dist/data/components/Tabs.js} +28 -30
- package/dist/data/components/Tabs.js.map +1 -0
- package/dist/data/components/Text.d.ts +15 -0
- package/dist/data/components/Text.d.ts.map +1 -0
- package/{src/data/components/Text.ts → dist/data/components/Text.js} +27 -29
- package/dist/data/components/Text.js.map +1 -0
- package/dist/data/components/TextArea.d.ts +15 -0
- package/dist/data/components/TextArea.d.ts.map +1 -0
- package/{src/data/components/TextArea.ts → dist/data/components/TextArea.js} +31 -33
- package/dist/data/components/TextArea.js.map +1 -0
- package/dist/data/components/Tooltip.d.ts +15 -0
- package/dist/data/components/Tooltip.d.ts.map +1 -0
- package/{src/data/components/Tooltip.ts → dist/data/components/Tooltip.js} +28 -30
- package/dist/data/components/Tooltip.js.map +1 -0
- package/dist/data/components/Video.d.ts +15 -0
- package/dist/data/components/Video.d.ts.map +1 -0
- package/{src/data/components/Video.ts → dist/data/components/Video.js} +31 -33
- package/dist/data/components/Video.js.map +1 -0
- package/dist/data/components/View.d.ts +15 -0
- package/dist/data/components/View.d.ts.map +1 -0
- package/{src/data/components/View.ts → dist/data/components/View.js} +28 -30
- package/dist/data/components/View.js.map +1 -0
- package/dist/data/components/index.d.ts +37 -0
- package/dist/data/components/index.d.ts.map +1 -0
- package/{src/data/components/index.ts → dist/data/components/index.js} +37 -38
- package/dist/data/components/index.js.map +1 -0
- package/dist/data/framework-guides.d.ts +2 -0
- package/dist/data/framework-guides.d.ts.map +1 -0
- package/{src/data/framework-guides.ts → dist/data/framework-guides.js} +307 -8
- package/dist/data/framework-guides.js.map +1 -0
- package/dist/data/icon-guide.d.ts +2 -0
- package/dist/data/icon-guide.d.ts.map +1 -0
- package/{src/data/icon-guide.ts → dist/data/icon-guide.js} +1 -0
- package/dist/data/icon-guide.js.map +1 -0
- package/dist/data/icons.json +7452 -0
- package/dist/data/navigation-guides.d.ts +2 -0
- package/dist/data/navigation-guides.d.ts.map +1 -0
- package/{src/data/navigation-guides.ts → dist/data/navigation-guides.js} +7 -10
- package/dist/data/navigation-guides.js.map +1 -0
- package/dist/generated/types.json +2556 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -0
- package/dist/tools/get-types.d.ts +26 -0
- package/dist/tools/get-types.d.ts.map +1 -0
- package/dist/tools/get-types.js +123 -0
- package/dist/tools/get-types.js.map +1 -0
- package/package.json +10 -5
- package/ARCHITECTURE.md +0 -313
- package/TYPE-SYSTEM.md +0 -397
- package/scripts/extract-types.ts +0 -71
- package/scripts/type-extractor.ts +0 -286
- package/scripts/validate-examples.ts +0 -142
- package/src/data/cli-commands.ts +0 -103
- package/src/data/icons.json +0 -7452
- package/src/index.ts +0 -653
- package/src/tools/get-types.ts +0 -169
- package/test-client.js +0 -86
- package/tsconfig.examples.json +0 -14
- package/tsconfig.json +0 -20
|
@@ -0,0 +1,2556 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.87",
|
|
3
|
+
"extractedAt": "2025-11-07T19:12:10.473Z",
|
|
4
|
+
"components": {
|
|
5
|
+
"Accordion": {
|
|
6
|
+
"name": "Accordion",
|
|
7
|
+
"propsInterface": "AccordionProps",
|
|
8
|
+
"props": [
|
|
9
|
+
{
|
|
10
|
+
"name": "items",
|
|
11
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Accordion/types\").AccordionItem[]",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "allowMultiple",
|
|
16
|
+
"type": "boolean | undefined",
|
|
17
|
+
"required": false
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "defaultExpanded",
|
|
21
|
+
"type": "string[] | undefined",
|
|
22
|
+
"required": false
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "type",
|
|
26
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Accordion/types\").AccordionType | undefined",
|
|
27
|
+
"required": false
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "size",
|
|
31
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
32
|
+
"required": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "style",
|
|
36
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
37
|
+
"required": false
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "testID",
|
|
41
|
+
"type": "string | undefined",
|
|
42
|
+
"required": false
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"typeDefinition": "export interface AccordionProps {\n items: AccordionItem[];\n allowMultiple?: boolean;\n defaultExpanded?: string[];\n type?: AccordionType;\n size?: AccordionSizeVariant;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
46
|
+
"relatedTypes": {
|
|
47
|
+
"AccordionType": "export type AccordionType = 'standard' | 'separated' | 'bordered';",
|
|
48
|
+
"AccordionSizeVariant": "export type AccordionSizeVariant = Size;",
|
|
49
|
+
"AccordionItem": "export interface AccordionItem {\n id: string;\n title: string;\n content: React.ReactNode;\n disabled?: boolean;\n}"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"ActivityIndicator": {
|
|
53
|
+
"name": "ActivityIndicator",
|
|
54
|
+
"propsInterface": "ActivityIndicatorProps",
|
|
55
|
+
"props": [
|
|
56
|
+
{
|
|
57
|
+
"name": "animating",
|
|
58
|
+
"type": "boolean | undefined",
|
|
59
|
+
"required": false,
|
|
60
|
+
"description": "Whether the indicator is animating (visible)"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "size",
|
|
64
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
65
|
+
"required": false,
|
|
66
|
+
"description": "The size of the indicator"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "intent",
|
|
70
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
71
|
+
"required": false,
|
|
72
|
+
"description": "The color/intent of the indicator"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "color",
|
|
76
|
+
"type": "string | undefined",
|
|
77
|
+
"required": false,
|
|
78
|
+
"description": "Custom color to override intent"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "style",
|
|
82
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "Additional styles to apply to the container"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "testID",
|
|
88
|
+
"type": "string | undefined",
|
|
89
|
+
"required": false,
|
|
90
|
+
"description": "Test identifier for testing"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "hidesWhenStopped",
|
|
94
|
+
"type": "boolean | undefined",
|
|
95
|
+
"required": false,
|
|
96
|
+
"description": "Whether to hide the indicator when not animating"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"typeDefinition": "export interface ActivityIndicatorProps {\n /**\n * Whether the indicator is animating (visible)\n * @default true\n */\n animating?: boolean;\n\n /**\n * The size of the indicator\n * @default \"medium\"\n */\n size?: ActivityIndicatorSizeVariant;\n\n /**\n * The color/intent of the indicator\n * @default \"primary\"\n */\n intent?: ActivityIndicatorIntentVariant;\n\n /**\n * Custom color to override intent\n */\n color?: string;\n\n /**\n * Additional styles to apply to the container\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test identifier for testing\n */\n testID?: string;\n\n /**\n * Whether to hide the indicator when not animating\n * @default true\n */\n hidesWhenStopped?: boolean;\n}",
|
|
100
|
+
"relatedTypes": {
|
|
101
|
+
"ActivityIndicatorIntentVariant": "export type ActivityIndicatorIntentVariant = Intent;",
|
|
102
|
+
"ActivityIndicatorSizeVariant": "export type ActivityIndicatorSizeVariant = Size;"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"Alert": {
|
|
106
|
+
"name": "Alert",
|
|
107
|
+
"propsInterface": "AlertProps",
|
|
108
|
+
"props": [
|
|
109
|
+
{
|
|
110
|
+
"name": "title",
|
|
111
|
+
"type": "string | undefined",
|
|
112
|
+
"required": false
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "message",
|
|
116
|
+
"type": "string | undefined",
|
|
117
|
+
"required": false
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "children",
|
|
121
|
+
"type": "React.ReactNode",
|
|
122
|
+
"required": false
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "intent",
|
|
126
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
127
|
+
"required": false
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "type",
|
|
131
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Alert/types\").AlertType | undefined",
|
|
132
|
+
"required": false
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "icon",
|
|
136
|
+
"type": "React.ReactNode",
|
|
137
|
+
"required": false
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "showIcon",
|
|
141
|
+
"type": "boolean | undefined",
|
|
142
|
+
"required": false
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "dismissible",
|
|
146
|
+
"type": "boolean | undefined",
|
|
147
|
+
"required": false
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "onDismiss",
|
|
151
|
+
"type": "(() => void) | undefined",
|
|
152
|
+
"required": false
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "actions",
|
|
156
|
+
"type": "React.ReactNode",
|
|
157
|
+
"required": false
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "style",
|
|
161
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
162
|
+
"required": false
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "testID",
|
|
166
|
+
"type": "string | undefined",
|
|
167
|
+
"required": false
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"typeDefinition": "export interface AlertProps {\n title?: string;\n message?: string;\n children?: React.ReactNode;\n intent?: AlertIntentVariant;\n type?: AlertType;\n icon?: React.ReactNode;\n showIcon?: boolean;\n dismissible?: boolean;\n onDismiss?: () => void;\n actions?: React.ReactNode;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
171
|
+
"relatedTypes": {
|
|
172
|
+
"AlertIntentVariant": "export type AlertIntentVariant = Intent;",
|
|
173
|
+
"AlertType": "export type AlertType= 'filled' | 'outlined' | 'soft';"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"Avatar": {
|
|
177
|
+
"name": "Avatar",
|
|
178
|
+
"propsInterface": "AvatarProps",
|
|
179
|
+
"props": [
|
|
180
|
+
{
|
|
181
|
+
"name": "src",
|
|
182
|
+
"type": "string | import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/Image/Image\").ImageSourcePropType | undefined",
|
|
183
|
+
"required": false,
|
|
184
|
+
"description": "Image source (URL or require())"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "alt",
|
|
188
|
+
"type": "string | undefined",
|
|
189
|
+
"required": false,
|
|
190
|
+
"description": "Alt text for the image"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "fallback",
|
|
194
|
+
"type": "string | undefined",
|
|
195
|
+
"required": false,
|
|
196
|
+
"description": "Fallback text (usually initials)"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "size",
|
|
200
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Avatar/types\").AvatarSizeVariant | undefined",
|
|
201
|
+
"required": false,
|
|
202
|
+
"description": "Size of the avatar"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "shape",
|
|
206
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Avatar/types\").AvatarShapeVariant | undefined",
|
|
207
|
+
"required": false,
|
|
208
|
+
"description": "Shape of the avatar"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "color",
|
|
212
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/color\").Color | undefined",
|
|
213
|
+
"required": false,
|
|
214
|
+
"description": "The color scheme of the avatar (for background when no image)"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "style",
|
|
218
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
219
|
+
"required": false,
|
|
220
|
+
"description": "Additional styles"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "testID",
|
|
224
|
+
"type": "string | undefined",
|
|
225
|
+
"required": false,
|
|
226
|
+
"description": "Test ID for testing"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"typeDefinition": "export interface AvatarProps {\n /**\n * Image source (URL or require())\n */\n src?: string | ImageSourcePropType;\n\n /**\n * Alt text for the image\n */\n alt?: string;\n\n /**\n * Fallback text (usually initials)\n */\n fallback?: string;\n\n /**\n * Size of the avatar\n */\n size?: AvatarSizeVariant;\n\n /**\n * Shape of the avatar\n */\n shape?: AvatarShapeVariant;\n\n /**\n * The color scheme of the avatar (for background when no image)\n */\n color?: AvatarColorVariant;\n\n /**\n * Additional styles\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
230
|
+
"relatedTypes": {
|
|
231
|
+
"AvatarColorVariant": "export type AvatarColorVariant = Color;",
|
|
232
|
+
"AvatarSizeVariant": "export type AvatarSizeVariant = 'sm' | 'md' | 'lg' | 'xl';",
|
|
233
|
+
"AvatarShapeVariant": "export type AvatarShapeVariant = 'circle' | 'square';"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"Badge": {
|
|
237
|
+
"name": "Badge",
|
|
238
|
+
"propsInterface": "BadgeProps",
|
|
239
|
+
"props": [
|
|
240
|
+
{
|
|
241
|
+
"name": "children",
|
|
242
|
+
"type": "React.ReactNode",
|
|
243
|
+
"required": false,
|
|
244
|
+
"description": "The content to display inside the badge"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "size",
|
|
248
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
249
|
+
"required": false,
|
|
250
|
+
"description": "The size of the badge"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "type",
|
|
254
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Badge/types\").BadgeType | undefined",
|
|
255
|
+
"required": false,
|
|
256
|
+
"description": "The visual style variant of the badge"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "color",
|
|
260
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/color\").Color | undefined",
|
|
261
|
+
"required": false,
|
|
262
|
+
"description": "The color scheme of the badge"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "icon",
|
|
266
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
267
|
+
"required": false,
|
|
268
|
+
"description": "Icon to display. Can be an icon name or custom component (ReactNode)"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "style",
|
|
272
|
+
"type": "React.CSSProperties | import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
273
|
+
"required": false,
|
|
274
|
+
"description": "Additional styles"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "testID",
|
|
278
|
+
"type": "string | undefined",
|
|
279
|
+
"required": false,
|
|
280
|
+
"description": "Test ID for testing"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"typeDefinition": "export interface BadgeProps {\n /**\n * The content to display inside the badge\n */\n children?: ReactNode;\n\n /**\n * The size of the badge\n */\n size?: BadgeSizeVariant;\n\n /**\n * The visual style variant of the badge\n */\n type?: BadgeType;\n\n /**\n * The color scheme of the badge\n */\n color?: BadgeColorVariant;\n\n /**\n * Icon to display. Can be an icon name or custom component (ReactNode)\n */\n icon?: IconName | ReactNode;\n\n /**\n * Additional styles\n */\n style?: CSSProperties | StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
284
|
+
"relatedTypes": {
|
|
285
|
+
"BadgeColorVariant": "export type BadgeColorVariant = Color;",
|
|
286
|
+
"BadgeSizeVariant": "export type BadgeSizeVariant = Size;",
|
|
287
|
+
"BadgeType": "export type BadgeType = 'filled' | 'outlined' | 'dot';"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"Breadcrumb": {
|
|
291
|
+
"name": "Breadcrumb",
|
|
292
|
+
"propsInterface": "BreadcrumbProps",
|
|
293
|
+
"props": [
|
|
294
|
+
{
|
|
295
|
+
"name": "items",
|
|
296
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Breadcrumb/types\").BreadcrumbItem[]",
|
|
297
|
+
"required": true,
|
|
298
|
+
"description": "Array of breadcrumb items"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "separator",
|
|
302
|
+
"type": "React.ReactNode",
|
|
303
|
+
"required": false,
|
|
304
|
+
"description": "Custom separator between items (default: '/')"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "maxItems",
|
|
308
|
+
"type": "number | undefined",
|
|
309
|
+
"required": false,
|
|
310
|
+
"description": "Maximum number of items to show before truncating"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "intent",
|
|
314
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Breadcrumb/types\").BreadcrumbIntentVariant | undefined",
|
|
315
|
+
"required": false,
|
|
316
|
+
"description": "Intent color for links"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "size",
|
|
320
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
321
|
+
"required": false,
|
|
322
|
+
"description": "Size of the breadcrumb text"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "style",
|
|
326
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
327
|
+
"required": false,
|
|
328
|
+
"description": "Custom container style"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "itemStyle",
|
|
332
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
333
|
+
"required": false,
|
|
334
|
+
"description": "Custom item style"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "separatorStyle",
|
|
338
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").TextStyle>",
|
|
339
|
+
"required": false,
|
|
340
|
+
"description": "Custom separator style"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "testID",
|
|
344
|
+
"type": "string | undefined",
|
|
345
|
+
"required": false,
|
|
346
|
+
"description": "Test ID for testing"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "responsive",
|
|
350
|
+
"type": "boolean | undefined",
|
|
351
|
+
"required": false,
|
|
352
|
+
"description": "Enable responsive collapsing on narrow screens"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "minVisibleItems",
|
|
356
|
+
"type": "number | undefined",
|
|
357
|
+
"required": false,
|
|
358
|
+
"description": "Minimum number of items to show before collapsing (default: 3)"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"typeDefinition": "export interface BreadcrumbProps {\n /** Array of breadcrumb items */\n items: BreadcrumbItem[];\n\n /** Custom separator between items (default: '/') */\n separator?: React.ReactNode;\n\n /** Maximum number of items to show before truncating */\n maxItems?: number;\n\n /** Intent color for links */\n intent?: BreadcrumbIntentVariant;\n\n /** Size of the breadcrumb text */\n size?: BreadcrumbSizeVariant;\n\n /** Custom container style */\n style?: StyleProp<ViewStyle>;\n\n /** Custom item style */\n itemStyle?: StyleProp<ViewStyle>;\n\n /** Custom separator style */\n separatorStyle?: StyleProp<TextStyle>;\n\n /** Test ID for testing */\n testID?: string;\n\n /** Enable responsive collapsing on narrow screens */\n responsive?: boolean;\n\n /** Minimum number of items to show before collapsing (default: 3) */\n minVisibleItems?: number;\n}",
|
|
362
|
+
"relatedTypes": {
|
|
363
|
+
"BreadcrumbIntentVariant": "export type BreadcrumbIntentVariant = 'primary' | 'neutral';",
|
|
364
|
+
"BreadcrumbSizeVariant": "export type BreadcrumbSizeVariant = Size;",
|
|
365
|
+
"BreadcrumbItem": "export interface BreadcrumbItem {\n /** Label text for the breadcrumb item */\n label: string;\n\n /** Optional icon to display before the label - can be an IconName or custom component */\n icon?: IconName | React.ReactNode;\n\n /** Click handler for the breadcrumb item */\n onPress?: () => void;\n\n /** Whether this item is disabled */\n disabled?: boolean;\n}"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"Button": {
|
|
369
|
+
"name": "Button",
|
|
370
|
+
"propsInterface": "ButtonProps",
|
|
371
|
+
"props": [
|
|
372
|
+
{
|
|
373
|
+
"name": "children",
|
|
374
|
+
"type": "React.ReactNode",
|
|
375
|
+
"required": false,
|
|
376
|
+
"description": "The text or content to display inside the button"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "title",
|
|
380
|
+
"type": "string | undefined",
|
|
381
|
+
"required": false,
|
|
382
|
+
"description": "The text title to display inside the button (for web)"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "onPress",
|
|
386
|
+
"type": "(() => void) | undefined",
|
|
387
|
+
"required": false,
|
|
388
|
+
"description": "Called when the button is pressed"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "disabled",
|
|
392
|
+
"type": "boolean | undefined",
|
|
393
|
+
"required": false,
|
|
394
|
+
"description": "Whether the button is disabled"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "type",
|
|
398
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Button/types\").ButtonType | undefined",
|
|
399
|
+
"required": false,
|
|
400
|
+
"description": "The visual style type of the button"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "intent",
|
|
404
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
405
|
+
"required": false,
|
|
406
|
+
"description": "The intent/color scheme of the button"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "size",
|
|
410
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
411
|
+
"required": false,
|
|
412
|
+
"description": "The size of the button"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "leftIcon",
|
|
416
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
417
|
+
"required": false,
|
|
418
|
+
"description": "Icon to display on the left side. Can be an icon name or custom component (ReactNode)"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"name": "rightIcon",
|
|
422
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
423
|
+
"required": false,
|
|
424
|
+
"description": "Icon to display on the right side. Can be an icon name or custom component (ReactNode)"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "style",
|
|
428
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
429
|
+
"required": false,
|
|
430
|
+
"description": "Additional styles (platform-specific)"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "testID",
|
|
434
|
+
"type": "string | undefined",
|
|
435
|
+
"required": false,
|
|
436
|
+
"description": "Test ID for testing"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"typeDefinition": "export interface ButtonProps {\n /**\n * The text or content to display inside the button\n */\n children?: ReactNode;\n\n /**\n * The text title to display inside the button (for web)\n */\n title?: string;\n\n /**\n * Called when the button is pressed\n */\n onPress?: () => void;\n\n /**\n * Whether the button is disabled\n */\n disabled?: boolean;\n\n /**\n * The visual style type of the button\n */\n type?: ButtonType;\n\n /**\n * The intent/color scheme of the button\n */\n intent?: ButtonIntentVariant;\n\n /**\n * The size of the button\n */\n size?: ButtonSizeVariant;\n\n /**\n * Icon to display on the left side. Can be an icon name or custom component (ReactNode)\n */\n leftIcon?: IconName | ReactNode;\n\n /**\n * Icon to display on the right side. Can be an icon name or custom component (ReactNode)\n */\n rightIcon?: IconName | ReactNode;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
440
|
+
"relatedTypes": {
|
|
441
|
+
"ButtonType": "export type ButtonType = 'contained' | 'outlined' | 'text';",
|
|
442
|
+
"ButtonIntentVariant": "export type ButtonIntentVariant = Intent;",
|
|
443
|
+
"ButtonSizeVariant": "export type ButtonSizeVariant = Size;"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"Card": {
|
|
447
|
+
"name": "Card",
|
|
448
|
+
"propsInterface": "CardProps",
|
|
449
|
+
"props": [
|
|
450
|
+
{
|
|
451
|
+
"name": "children",
|
|
452
|
+
"type": "React.ReactNode",
|
|
453
|
+
"required": false,
|
|
454
|
+
"description": "The content to display inside the card"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "type",
|
|
458
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Card/types\").CardType | undefined",
|
|
459
|
+
"required": false,
|
|
460
|
+
"description": "The visual style variant of the card"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "padding",
|
|
464
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Card/types\").CardPaddingVariant | undefined",
|
|
465
|
+
"required": false,
|
|
466
|
+
"description": "The padding size inside the card"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "radius",
|
|
470
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Card/types\").CardRadiusVariant | undefined",
|
|
471
|
+
"required": false,
|
|
472
|
+
"description": "The border radius of the card"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "intent",
|
|
476
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
477
|
+
"required": false,
|
|
478
|
+
"description": "The intent/color scheme of the card"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "clickable",
|
|
482
|
+
"type": "boolean | undefined",
|
|
483
|
+
"required": false,
|
|
484
|
+
"description": "Whether the card is clickable"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "onPress",
|
|
488
|
+
"type": "(() => void) | undefined",
|
|
489
|
+
"required": false,
|
|
490
|
+
"description": "Called when the card is pressed (if clickable)"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "disabled",
|
|
494
|
+
"type": "boolean | undefined",
|
|
495
|
+
"required": false,
|
|
496
|
+
"description": "Whether the card is disabled"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "style",
|
|
500
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
501
|
+
"required": false,
|
|
502
|
+
"description": "Additional styles (platform-specific)"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "testID",
|
|
506
|
+
"type": "string | undefined",
|
|
507
|
+
"required": false,
|
|
508
|
+
"description": "Test ID for testing"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "accessibilityLabel",
|
|
512
|
+
"type": "string | undefined",
|
|
513
|
+
"required": false,
|
|
514
|
+
"description": "Accessibility label"
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"typeDefinition": "export interface CardProps {\n /**\n * The content to display inside the card\n */\n children?: ReactNode;\n\n /**\n * The visual style variant of the card\n */\n type?: CardType;\n\n /**\n * The padding size inside the card\n */\n padding?: CardPaddingVariant;\n\n /**\n * The border radius of the card\n */\n radius?: CardRadiusVariant;\n\n /**\n * The intent/color scheme of the card\n */\n intent?: CardIntentVariant;\n\n /**\n * Whether the card is clickable\n */\n clickable?: boolean;\n\n /**\n * Called when the card is pressed (if clickable)\n */\n onPress?: () => void;\n\n /**\n * Whether the card is disabled\n */\n disabled?: boolean;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label\n */\n accessibilityLabel?: string;\n}",
|
|
518
|
+
"relatedTypes": {
|
|
519
|
+
"CardIntentVariant": "export type CardIntentVariant = Intent;",
|
|
520
|
+
"CardType": "export type CardType = 'default' | 'outlined' | 'elevated' | 'filled';",
|
|
521
|
+
"CardPaddingVariant": "export type CardPaddingVariant = 'none' | Size;",
|
|
522
|
+
"CardRadiusVariant": "export type CardRadiusVariant = 'none' | Size;"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"Checkbox": {
|
|
526
|
+
"name": "Checkbox",
|
|
527
|
+
"propsInterface": "CheckboxProps",
|
|
528
|
+
"props": [
|
|
529
|
+
{
|
|
530
|
+
"name": "checked",
|
|
531
|
+
"type": "boolean | undefined",
|
|
532
|
+
"required": false,
|
|
533
|
+
"description": "Whether the checkbox is checked"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "indeterminate",
|
|
537
|
+
"type": "boolean | undefined",
|
|
538
|
+
"required": false,
|
|
539
|
+
"description": "Whether the checkbox is in an indeterminate state"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "disabled",
|
|
543
|
+
"type": "boolean | undefined",
|
|
544
|
+
"required": false,
|
|
545
|
+
"description": "Whether the checkbox is disabled"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"name": "onCheckedChange",
|
|
549
|
+
"type": "((checked: boolean) => void) | undefined",
|
|
550
|
+
"required": false,
|
|
551
|
+
"description": "Called when the checkbox state changes"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "size",
|
|
555
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
556
|
+
"required": false,
|
|
557
|
+
"description": "The size of the checkbox"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "intent",
|
|
561
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
562
|
+
"required": false,
|
|
563
|
+
"description": "The intent/color scheme of the checkbox"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "variant",
|
|
567
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Checkbox/types\").CheckboxVariant | undefined",
|
|
568
|
+
"required": false,
|
|
569
|
+
"description": "The visual style variant of the checkbox"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "label",
|
|
573
|
+
"type": "string | undefined",
|
|
574
|
+
"required": false,
|
|
575
|
+
"description": "Label text to display next to the checkbox"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "children",
|
|
579
|
+
"type": "React.ReactNode",
|
|
580
|
+
"required": false,
|
|
581
|
+
"description": "Custom label content (ReactNode)"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "style",
|
|
585
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
586
|
+
"required": false,
|
|
587
|
+
"description": "Additional styles (platform-specific)"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "testID",
|
|
591
|
+
"type": "string | undefined",
|
|
592
|
+
"required": false,
|
|
593
|
+
"description": "Test ID for testing"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "accessibilityLabel",
|
|
597
|
+
"type": "string | undefined",
|
|
598
|
+
"required": false,
|
|
599
|
+
"description": "Accessibility label"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "required",
|
|
603
|
+
"type": "boolean | undefined",
|
|
604
|
+
"required": false,
|
|
605
|
+
"description": "Whether the checkbox is required"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "error",
|
|
609
|
+
"type": "string | undefined",
|
|
610
|
+
"required": false,
|
|
611
|
+
"description": "Error message to display"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "helperText",
|
|
615
|
+
"type": "string | undefined",
|
|
616
|
+
"required": false,
|
|
617
|
+
"description": "Helper text to display"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"typeDefinition": "export interface CheckboxProps {\n /**\n * Whether the checkbox is checked\n */\n checked?: boolean;\n\n /**\n * Whether the checkbox is in an indeterminate state\n */\n indeterminate?: boolean;\n\n /**\n * Whether the checkbox is disabled\n */\n disabled?: boolean;\n\n /**\n * Called when the checkbox state changes\n */\n onCheckedChange?: (checked: boolean) => void;\n\n /**\n * The size of the checkbox\n */\n size?: CheckboxSizeVariant;\n\n /**\n * The intent/color scheme of the checkbox\n */\n intent?: CheckboxIntentVariant;\n\n /**\n * The visual style variant of the checkbox\n */\n variant?: CheckboxVariant;\n\n /**\n * Label text to display next to the checkbox\n */\n label?: string;\n\n /**\n * Custom label content (ReactNode)\n */\n children?: ReactNode;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label\n */\n accessibilityLabel?: string;\n\n /**\n * Whether the checkbox is required\n */\n required?: boolean;\n\n /**\n * Error message to display\n */\n error?: string;\n\n /**\n * Helper text to display\n */\n helperText?: string;\n}",
|
|
621
|
+
"relatedTypes": {
|
|
622
|
+
"CheckboxIntentVariant": "export type CheckboxIntentVariant = Intent;",
|
|
623
|
+
"CheckboxSizeVariant": "export type CheckboxSizeVariant = Size;",
|
|
624
|
+
"CheckboxVariant": "export type CheckboxVariant = 'default' | 'outlined';"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"Chip": {
|
|
628
|
+
"name": "Chip",
|
|
629
|
+
"propsInterface": "ChipProps",
|
|
630
|
+
"props": [
|
|
631
|
+
{
|
|
632
|
+
"name": "label",
|
|
633
|
+
"type": "string",
|
|
634
|
+
"required": true,
|
|
635
|
+
"description": "The text content of the chip"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "type",
|
|
639
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Chip/types\").ChipType | undefined",
|
|
640
|
+
"required": false,
|
|
641
|
+
"description": "Visual style variant"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "intent",
|
|
645
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
646
|
+
"required": false,
|
|
647
|
+
"description": "Color intent/semantic meaning"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "size",
|
|
651
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
652
|
+
"required": false,
|
|
653
|
+
"description": "Size of the chip"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "icon",
|
|
657
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
658
|
+
"required": false,
|
|
659
|
+
"description": "Icon to display before the label. Can be an icon name (string) or a custom React element"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "deletable",
|
|
663
|
+
"type": "boolean | undefined",
|
|
664
|
+
"required": false,
|
|
665
|
+
"description": "Whether the chip can be deleted"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "onDelete",
|
|
669
|
+
"type": "(() => void) | undefined",
|
|
670
|
+
"required": false,
|
|
671
|
+
"description": "Callback when delete button is pressed"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "deleteIcon",
|
|
675
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
676
|
+
"required": false,
|
|
677
|
+
"description": "Icon to display in the delete button. Defaults to 'close'"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "selectable",
|
|
681
|
+
"type": "boolean | undefined",
|
|
682
|
+
"required": false,
|
|
683
|
+
"description": "Whether the chip is selectable"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "selected",
|
|
687
|
+
"type": "boolean | undefined",
|
|
688
|
+
"required": false,
|
|
689
|
+
"description": "Whether the chip is selected (when selectable)"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "onPress",
|
|
693
|
+
"type": "(() => void) | undefined",
|
|
694
|
+
"required": false,
|
|
695
|
+
"description": "Callback when chip is pressed"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "disabled",
|
|
699
|
+
"type": "boolean | undefined",
|
|
700
|
+
"required": false,
|
|
701
|
+
"description": "Whether the chip is disabled"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"name": "style",
|
|
705
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
706
|
+
"required": false,
|
|
707
|
+
"description": "Custom style"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"name": "testID",
|
|
711
|
+
"type": "string | undefined",
|
|
712
|
+
"required": false,
|
|
713
|
+
"description": "Test ID for testing"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"typeDefinition": "export interface ChipProps {\n /** The text content of the chip */\n label: string;\n\n /** Visual style variant */\n type?: ChipType;\n\n /** Color intent/semantic meaning */\n intent?: ChipIntent;\n\n /** Size of the chip */\n size?: ChipSize;\n\n /** Icon to display before the label. Can be an icon name (string) or a custom React element */\n icon?: IconName | React.ReactNode;\n\n /** Whether the chip can be deleted */\n deletable?: boolean;\n\n /** Callback when delete button is pressed */\n onDelete?: () => void;\n\n /** Icon to display in the delete button. Defaults to 'close' */\n deleteIcon?: IconName | React.ReactNode;\n\n /** Whether the chip is selectable */\n selectable?: boolean;\n\n /** Whether the chip is selected (when selectable) */\n selected?: boolean;\n\n /** Callback when chip is pressed */\n onPress?: () => void;\n\n /** Whether the chip is disabled */\n disabled?: boolean;\n\n /** Custom style */\n style?: StyleProp<ViewStyle>;\n\n /** Test ID for testing */\n testID?: string;\n}",
|
|
717
|
+
"relatedTypes": {
|
|
718
|
+
"ChipSize": "export type ChipSize = Size;",
|
|
719
|
+
"ChipType": "export type ChipType = 'filled' | 'outlined' | 'soft';",
|
|
720
|
+
"ChipIntent": "export type ChipIntent = Intent;"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"Dialog": {
|
|
724
|
+
"name": "Dialog",
|
|
725
|
+
"propsInterface": "DialogProps",
|
|
726
|
+
"props": [
|
|
727
|
+
{
|
|
728
|
+
"name": "open",
|
|
729
|
+
"type": "boolean",
|
|
730
|
+
"required": true,
|
|
731
|
+
"description": "Whether the dialog is open/visible"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "onOpenChange",
|
|
735
|
+
"type": "(open: boolean) => void",
|
|
736
|
+
"required": true,
|
|
737
|
+
"description": "Called when the dialog should be opened or closed"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "title",
|
|
741
|
+
"type": "string | undefined",
|
|
742
|
+
"required": false,
|
|
743
|
+
"description": "Optional title for the dialog"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "children",
|
|
747
|
+
"type": "React.ReactNode",
|
|
748
|
+
"required": true,
|
|
749
|
+
"description": "The content to display inside the dialog"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "size",
|
|
753
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Dialog/types\").DialogSizeVariant | undefined",
|
|
754
|
+
"required": false,
|
|
755
|
+
"description": "The size of the dialog"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"name": "type",
|
|
759
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Dialog/types\").DialogType | undefined",
|
|
760
|
+
"required": false,
|
|
761
|
+
"description": "The visual style variant of the dialog"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "showCloseButton",
|
|
765
|
+
"type": "boolean | undefined",
|
|
766
|
+
"required": false,
|
|
767
|
+
"description": "Whether to show the close button in the header"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "closeOnBackdropClick",
|
|
771
|
+
"type": "boolean | undefined",
|
|
772
|
+
"required": false,
|
|
773
|
+
"description": "Whether clicking the backdrop should close the dialog"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "closeOnEscapeKey",
|
|
777
|
+
"type": "boolean | undefined",
|
|
778
|
+
"required": false,
|
|
779
|
+
"description": "Whether pressing escape key should close the dialog (web only)"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "animationType",
|
|
783
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Dialog/types\").DialogAnimationType | undefined",
|
|
784
|
+
"required": false,
|
|
785
|
+
"description": "Animation type for the dialog (native only)"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "style",
|
|
789
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
790
|
+
"required": false,
|
|
791
|
+
"description": "Additional styles (platform-specific)"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"name": "testID",
|
|
795
|
+
"type": "string | undefined",
|
|
796
|
+
"required": false,
|
|
797
|
+
"description": "Test ID for testing"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"typeDefinition": "export interface DialogProps {\n /**\n * Whether the dialog is open/visible\n */\n open: boolean;\n\n /**\n * Called when the dialog should be opened or closed\n */\n onOpenChange: (open: boolean) => void;\n\n /**\n * Optional title for the dialog\n */\n title?: string;\n\n /**\n * The content to display inside the dialog\n */\n children: ReactNode;\n\n /**\n * The size of the dialog\n */\n size?: DialogSizeVariant;\n\n /**\n * The visual style variant of the dialog\n */\n type?: DialogType,\n\n /**\n * Whether to show the close button in the header\n */\n showCloseButton?: boolean;\n\n /**\n * Whether clicking the backdrop should close the dialog\n */\n closeOnBackdropClick?: boolean;\n\n /**\n * Whether pressing escape key should close the dialog (web only)\n */\n closeOnEscapeKey?: boolean;\n\n /**\n * Animation type for the dialog (native only)\n */\n animationType?: DialogAnimationType;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
801
|
+
"relatedTypes": {
|
|
802
|
+
"DialogSizeVariant": "export type DialogSizeVariant = 'sm' | 'md' | 'lg' | 'fullscreen';",
|
|
803
|
+
"DialogType": "export type DialogType = 'standard' | 'alert' | 'confirmation';",
|
|
804
|
+
"DialogAnimationType": "export type DialogAnimationType = 'slide' | 'fade' | 'none';"
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
"Divider": {
|
|
808
|
+
"name": "Divider",
|
|
809
|
+
"propsInterface": "DividerProps",
|
|
810
|
+
"props": [
|
|
811
|
+
{
|
|
812
|
+
"name": "orientation",
|
|
813
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Divider/types\").DividerOrientationVariant | undefined",
|
|
814
|
+
"required": false,
|
|
815
|
+
"description": "The orientation of the divider"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"name": "type",
|
|
819
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Divider/types\").DividerType | undefined",
|
|
820
|
+
"required": false,
|
|
821
|
+
"description": "The visual style type of the divider"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "thickness",
|
|
825
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Divider/types\").DividerThicknessVariant | undefined",
|
|
826
|
+
"required": false,
|
|
827
|
+
"description": "The thickness of the divider"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "intent",
|
|
831
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
832
|
+
"required": false,
|
|
833
|
+
"description": "The color intent of the divider"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "length",
|
|
837
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Divider/types\").DividerLengthVariant | undefined",
|
|
838
|
+
"required": false,
|
|
839
|
+
"description": "The length of the divider (percentage or fixed)"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "spacing",
|
|
843
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Divider/types\").DividerSpacingVariant | undefined",
|
|
844
|
+
"required": false,
|
|
845
|
+
"description": "Spacing around the divider"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "children",
|
|
849
|
+
"type": "React.ReactNode",
|
|
850
|
+
"required": false,
|
|
851
|
+
"description": "Content to display in the center of the divider (for horizontal dividers)"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "style",
|
|
855
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
856
|
+
"required": false,
|
|
857
|
+
"description": "Additional styles (platform-specific)"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "testID",
|
|
861
|
+
"type": "string | undefined",
|
|
862
|
+
"required": false,
|
|
863
|
+
"description": "Test ID for testing"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "accessibilityLabel",
|
|
867
|
+
"type": "string | undefined",
|
|
868
|
+
"required": false,
|
|
869
|
+
"description": "Accessibility label"
|
|
870
|
+
}
|
|
871
|
+
],
|
|
872
|
+
"typeDefinition": "export interface DividerProps {\n /**\n * The orientation of the divider\n */\n orientation?: DividerOrientationVariant;\n\n /**\n * The visual style type of the divider\n */\n type?: DividerType;\n\n /**\n * The thickness of the divider\n */\n thickness?: DividerThicknessVariant;\n\n /**\n * The color intent of the divider\n */\n intent?: DividerIntentVariant;\n\n /**\n * The length of the divider (percentage or fixed)\n */\n length?: DividerLengthVariant;\n\n /**\n * Spacing around the divider\n */\n spacing?: DividerSpacingVariant;\n\n /**\n * Content to display in the center of the divider (for horizontal dividers)\n */\n children?: ReactNode;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label\n */\n accessibilityLabel?: string;\n}",
|
|
873
|
+
"relatedTypes": {
|
|
874
|
+
"DividerIntentVariant": "export type DividerIntentVariant = Intent;",
|
|
875
|
+
"DividerOrientationVariant": "export type DividerOrientationVariant = 'horizontal' | 'vertical';",
|
|
876
|
+
"DividerType": "export type DividerType = 'solid' | 'dashed' | 'dotted';",
|
|
877
|
+
"DividerThicknessVariant": "export type DividerThicknessVariant = 'thin' | 'md' | 'thick';",
|
|
878
|
+
"DividerLengthVariant": "export type DividerLengthVariant = 'full' | 'auto' | number;",
|
|
879
|
+
"DividerSpacingVariant": "export type DividerSpacingVariant = 'none' | Size;"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"Icon": {
|
|
883
|
+
"name": "Icon",
|
|
884
|
+
"propsInterface": "IconProps",
|
|
885
|
+
"props": [
|
|
886
|
+
{
|
|
887
|
+
"name": "name",
|
|
888
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Icon/icon-types\").IconName | \"mdi:symbol\" | \"mdi:function\" | \"mdi:ab-testing\" | \"mdi:abacus\" | \"mdi:abjad-arabic\" | \"mdi:abjad-hebrew\" | \"mdi:abugida-devanagari\" | \"mdi:abugida-thai\" | \"mdi:access-point\" | \"mdi:access-point-check\" | \"mdi:access-point-minus\" | \"mdi:access-point-network\" | \"mdi:access-point-network-off\" | \"mdi:access-point-off\" | \"mdi:access-point-plus\" | \"mdi:access-point-remove\" | \"mdi:account\" | \"mdi:account-alert\" | \"mdi:account-alert-outline\" | \"mdi:account-arrow-down\" | \"mdi:account-arrow-down-outline\" | \"mdi:account-arrow-left\" | \"mdi:account-arrow-left-outline\" | \"mdi:account-arrow-right\" | \"mdi:account-arrow-right-outline\" | \"mdi:account-arrow-up\" | \"mdi:account-arrow-up-outline\" | \"mdi:account-badge\" | \"mdi:account-badge-outline\" | \"mdi:account-box\" | \"mdi:account-box-edit-outline\" | \"mdi:account-box-minus-outline\" | \"mdi:account-box-multiple\" | \"mdi:account-box-multiple-outline\" | \"mdi:account-box-outline\" | \"mdi:account-box-plus-outline\" | \"mdi:account-cancel\" | \"mdi:account-cancel-outline\" | \"mdi:account-card\" | \"mdi:account-card-outline\" | \"mdi:account-cash\" | \"mdi:account-cash-outline\" | \"mdi:account-check\" | \"mdi:account-check-outline\" | \"mdi:account-child\" | \"mdi:account-child-circle\" | \"mdi:account-child-outline\" | \"mdi:account-circle\" | \"mdi:account-circle-outline\" | \"mdi:account-clock\" | \"mdi:account-clock-outline\" | \"mdi:account-cog\" | \"mdi:account-cog-outline\" | \"mdi:account-convert\" | \"mdi:account-convert-outline\" | \"mdi:account-cowboy-hat\" | \"mdi:account-cowboy-hat-outline\" | \"mdi:account-credit-card\" | \"mdi:account-credit-card-outline\" | \"mdi:account-details\" | \"mdi:account-details-outline\" | \"mdi:account-edit\" | \"mdi:account-edit-outline\" | \"mdi:account-eye\" | \"mdi:account-eye-outline\" | \"mdi:account-file\" | \"mdi:account-file-outline\" | \"mdi:account-file-text\" | \"mdi:account-file-text-outline\" | \"mdi:account-filter\" | \"mdi:account-filter-outline\" | \"mdi:account-group\" | \"mdi:account-group-outline\" | \"mdi:account-hard-hat\" | \"mdi:account-hard-hat-outline\" | \"mdi:account-heart\" | \"mdi:account-heart-outline\" | \"mdi:account-injury\" | \"mdi:account-injury-outline\" | \"mdi:account-key\" | \"mdi:account-key-outline\" | \"mdi:account-lock\" | \"mdi:account-lock-open\" | \"mdi:account-lock-open-outline\" | \"mdi:account-lock-outline\" | \"mdi:account-minus\" | \"mdi:account-minus-outline\" | \"mdi:account-multiple\" | \"mdi:account-multiple-check\" | \"mdi:account-multiple-check-outline\" | \"mdi:account-multiple-minus\" | \"mdi:account-multiple-minus-outline\" | \"mdi:account-multiple-outline\" | \"mdi:account-multiple-plus\" | \"mdi:account-multiple-plus-outline\" | \"mdi:account-multiple-remove\" | \"mdi:account-multiple-remove-outline\" | \"mdi:account-music\" | \"mdi:account-music-outline\" | \"mdi:account-network\" | \"mdi:account-network-off\" | \"mdi:account-network-off-outline\" | \"mdi:account-network-outline\" | \"mdi:account-off\" | \"mdi:account-off-outline\" | \"mdi:account-outline\" | \"mdi:account-plus\" | \"mdi:account-plus-outline\" | \"mdi:account-question\" | \"mdi:account-question-outline\" | \"mdi:account-reactivate\" | \"mdi:account-reactivate-outline\" | \"mdi:account-remove\" | \"mdi:account-remove-outline\" | \"mdi:account-school\" | \"mdi:account-school-outline\" | \"mdi:account-search\" | \"mdi:account-search-outline\" | \"mdi:account-settings\" | \"mdi:account-settings-outline\" | \"mdi:account-star\" | \"mdi:account-star-outline\" | \"mdi:account-supervisor\" | \"mdi:account-supervisor-circle\" | \"mdi:account-supervisor-circle-outline\" | \"mdi:account-supervisor-outline\" | \"mdi:account-switch\" | \"mdi:account-switch-outline\" | \"mdi:account-sync\" | \"mdi:account-sync-outline\" | \"mdi:account-tag\" | \"mdi:account-tag-outline\" | \"mdi:account-tie\" | \"mdi:account-tie-hat\" | \"mdi:account-tie-hat-outline\" | \"mdi:account-tie-outline\" | \"mdi:account-tie-voice\" | \"mdi:account-tie-voice-off\" | \"mdi:account-tie-voice-off-outline\" | \"mdi:account-tie-voice-outline\" | \"mdi:account-tie-woman\" | \"mdi:account-voice\" | \"mdi:account-voice-off\" | \"mdi:account-wrench\" | \"mdi:account-wrench-outline\" | \"mdi:adjust\" | \"mdi:advertisements\" | \"mdi:advertisements-off\" | \"mdi:air-conditioner\" | \"mdi:air-filter\" | \"mdi:air-horn\" | \"mdi:air-humidifier\" | \"mdi:air-humidifier-off\" | \"mdi:air-purifier\" | \"mdi:air-purifier-off\" | \"mdi:airbag\" | \"mdi:airballoon\" | \"mdi:airballoon-outline\" | \"mdi:airplane\" | \"mdi:airplane-alert\" | \"mdi:airplane-check\" | \"mdi:airplane-clock\" | \"mdi:airplane-cog\" | \"mdi:airplane-edit\" | \"mdi:airplane-landing\" | \"mdi:airplane-marker\" | \"mdi:airplane-minus\" | \"mdi:airplane-off\" | \"mdi:airplane-plus\" | \"mdi:airplane-remove\" | \"mdi:airplane-search\" | \"mdi:airplane-settings\" | \"mdi:airplane-takeoff\" | \"mdi:airport\" | \"mdi:alarm\" | \"mdi:alarm-bell\" | \"mdi:alarm-check\" | \"mdi:alarm-light\" | \"mdi:alarm-light-off\" | \"mdi:alarm-light-off-outline\" | \"mdi:alarm-light-outline\" | \"mdi:alarm-multiple\" | \"mdi:alarm-note\" | \"mdi:alarm-note-off\" | \"mdi:alarm-off\" | \"mdi:alarm-panel\" | \"mdi:alarm-panel-outline\" | \"mdi:alarm-plus\" | \"mdi:alarm-snooze\" | \"mdi:album\" | \"mdi:alert\" | \"mdi:alert-box\" | \"mdi:alert-box-outline\" | \"mdi:alert-circle\" | \"mdi:alert-circle-check\" | \"mdi:alert-circle-check-outline\" | \"mdi:alert-circle-outline\" | \"mdi:alert-decagram\" | \"mdi:alert-decagram-outline\" | \"mdi:alert-minus\" | \"mdi:alert-minus-outline\" | \"mdi:alert-octagon\" | \"mdi:alert-octagon-outline\" | \"mdi:alert-octagram\" | \"mdi:alert-octagram-outline\" | \"mdi:alert-outline\" | \"mdi:alert-plus\" | \"mdi:alert-plus-outline\" | \"mdi:alert-remove\" | \"mdi:alert-remove-outline\" | \"mdi:alert-rhombus\" | \"mdi:alert-rhombus-outline\" | \"mdi:alien\" | \"mdi:alien-outline\" | \"mdi:align-horizontal-center\" | \"mdi:align-horizontal-distribute\" | \"mdi:align-horizontal-left\" | \"mdi:align-horizontal-right\" | \"mdi:align-vertical-bottom\" | \"mdi:align-vertical-center\" | \"mdi:align-vertical-distribute\" | \"mdi:align-vertical-top\" | \"mdi:all-inclusive\" | \"mdi:all-inclusive-box\" | \"mdi:all-inclusive-box-outline\" | \"mdi:allergy\" | \"mdi:alpha\" | \"mdi:alpha-a\" | \"mdi:alpha-a-box\" | \"mdi:alpha-a-box-outline\" | \"mdi:alpha-a-circle\" | \"mdi:alpha-a-circle-outline\" | \"mdi:alpha-b\" | \"mdi:alpha-b-box\" | \"mdi:alpha-b-box-outline\" | \"mdi:alpha-b-circle\" | \"mdi:alpha-b-circle-outline\" | \"mdi:alpha-c\" | \"mdi:alpha-c-box\" | \"mdi:alpha-c-box-outline\" | \"mdi:alpha-c-circle\" | \"mdi:alpha-c-circle-outline\" | \"mdi:alpha-d\" | \"mdi:alpha-d-box\" | \"mdi:alpha-d-box-outline\" | \"mdi:alpha-d-circle\" | \"mdi:alpha-d-circle-outline\" | \"mdi:alpha-e\" | \"mdi:alpha-e-box\" | \"mdi:alpha-e-box-outline\" | \"mdi:alpha-e-circle\" | \"mdi:alpha-e-circle-outline\" | \"mdi:alpha-f\" | \"mdi:alpha-f-box\" | \"mdi:alpha-f-box-outline\" | \"mdi:alpha-f-circle\" | \"mdi:alpha-f-circle-outline\" | \"mdi:alpha-g\" | \"mdi:alpha-g-box\" | \"mdi:alpha-g-box-outline\" | \"mdi:alpha-g-circle\" | \"mdi:alpha-g-circle-outline\" | \"mdi:alpha-h\" | \"mdi:alpha-h-box\" | \"mdi:alpha-h-box-outline\" | \"mdi:alpha-h-circle\" | \"mdi:alpha-h-circle-outline\" | \"mdi:alpha-i\" | \"mdi:alpha-i-box\" | \"mdi:alpha-i-box-outline\" | \"mdi:alpha-i-circle\" | \"mdi:alpha-i-circle-outline\" | \"mdi:alpha-j\" | \"mdi:alpha-j-box\" | \"mdi:alpha-j-box-outline\" | \"mdi:alpha-j-circle\" | \"mdi:alpha-j-circle-outline\" | \"mdi:alpha-k\" | \"mdi:alpha-k-box\" | \"mdi:alpha-k-box-outline\" | \"mdi:alpha-k-circle\" | \"mdi:alpha-k-circle-outline\" | \"mdi:alpha-l\" | \"mdi:alpha-l-box\" | \"mdi:alpha-l-box-outline\" | \"mdi:alpha-l-circle\" | \"mdi:alpha-l-circle-outline\" | \"mdi:alpha-m\" | \"mdi:alpha-m-box\" | \"mdi:alpha-m-box-outline\" | \"mdi:alpha-m-circle\" | \"mdi:alpha-m-circle-outline\" | \"mdi:alpha-n\" | \"mdi:alpha-n-box\" | \"mdi:alpha-n-box-outline\" | \"mdi:alpha-n-circle\" | \"mdi:alpha-n-circle-outline\" | \"mdi:alpha-o\" | \"mdi:alpha-o-box\" | \"mdi:alpha-o-box-outline\" | \"mdi:alpha-o-circle\" | \"mdi:alpha-o-circle-outline\" | \"mdi:alpha-p\" | \"mdi:alpha-p-box\" | \"mdi:alpha-p-box-outline\" | \"mdi:alpha-p-circle\" | \"mdi:alpha-p-circle-outline\" | \"mdi:alpha-q\" | \"mdi:alpha-q-box\" | \"mdi:alpha-q-box-outline\" | \"mdi:alpha-q-circle\" | \"mdi:alpha-q-circle-outline\" | \"mdi:alpha-r\" | \"mdi:alpha-r-box\" | \"mdi:alpha-r-box-outline\" | \"mdi:alpha-r-circle\" | \"mdi:alpha-r-circle-outline\" | \"mdi:alpha-s\" | \"mdi:alpha-s-box\" | \"mdi:alpha-s-box-outline\" | \"mdi:alpha-s-circle\" | \"mdi:alpha-s-circle-outline\" | \"mdi:alpha-t\" | \"mdi:alpha-t-box\" | \"mdi:alpha-t-box-outline\" | \"mdi:alpha-t-circle\" | \"mdi:alpha-t-circle-outline\" | \"mdi:alpha-u\" | \"mdi:alpha-u-box\" | \"mdi:alpha-u-box-outline\" | \"mdi:alpha-u-circle\" | \"mdi:alpha-u-circle-outline\" | \"mdi:alpha-v\" | \"mdi:alpha-v-box\" | \"mdi:alpha-v-box-outline\" | \"mdi:alpha-v-circle\" | \"mdi:alpha-v-circle-outline\" | \"mdi:alpha-w\" | \"mdi:alpha-w-box\" | \"mdi:alpha-w-box-outline\" | \"mdi:alpha-w-circle\" | \"mdi:alpha-w-circle-outline\" | \"mdi:alpha-x\" | \"mdi:alpha-x-box\" | \"mdi:alpha-x-box-outline\" | \"mdi:alpha-x-circle\" | \"mdi:alpha-x-circle-outline\" | \"mdi:alpha-y\" | \"mdi:alpha-y-box\" | \"mdi:alpha-y-box-outline\" | \"mdi:alpha-y-circle\" | \"mdi:alpha-y-circle-outline\" | \"mdi:alpha-z\" | \"mdi:alpha-z-box\" | \"mdi:alpha-z-box-outline\" | \"mdi:alpha-z-circle\" | \"mdi:alpha-z-circle-outline\" | \"mdi:alphabet-aurebesh\" | \"mdi:alphabet-cyrillic\" | \"mdi:alphabet-greek\" | \"mdi:alphabet-latin\" | \"mdi:alphabet-piqad\" | \"mdi:alphabet-tengwar\" | \"mdi:alphabetical\" | \"mdi:alphabetical-off\" | \"mdi:alphabetical-variant\" | \"mdi:alphabetical-variant-off\" | \"mdi:altimeter\" | \"mdi:ambulance\" | \"mdi:ammunition\" | \"mdi:ampersand\" | \"mdi:amplifier\" | \"mdi:amplifier-off\" | \"mdi:anchor\" | \"mdi:android\" | \"mdi:android-studio\" | \"mdi:angle-acute\" | \"mdi:angle-obtuse\" | \"mdi:angle-right\" | \"mdi:angular\" | \"mdi:angularjs\" | \"mdi:animation\" | \"mdi:animation-outline\" | \"mdi:animation-play\" | \"mdi:animation-play-outline\" | \"mdi:ansible\" | \"mdi:antenna\" | \"mdi:anvil\" | \"mdi:apache-kafka\" | \"mdi:api\" | \"mdi:api-off\" | \"mdi:apple\" | \"mdi:apple-finder\" | \"mdi:apple-icloud\" | \"mdi:apple-ios\" | \"mdi:apple-keyboard-caps\" | \"mdi:apple-keyboard-command\" | \"mdi:apple-keyboard-control\" | \"mdi:apple-keyboard-option\" | \"mdi:apple-keyboard-shift\" | \"mdi:apple-safari\" | \"mdi:application\" | \"mdi:application-array\" | \"mdi:application-array-outline\" | \"mdi:application-braces\" | \"mdi:application-braces-outline\" | \"mdi:application-brackets\" | \"mdi:application-brackets-outline\" | \"mdi:application-cog\" | \"mdi:application-cog-outline\" | \"mdi:application-edit\" | \"mdi:application-edit-outline\" | \"mdi:application-export\" | \"mdi:application-import\" | \"mdi:application-outline\" | \"mdi:application-parentheses\" | \"mdi:application-parentheses-outline\" | \"mdi:application-settings\" | \"mdi:application-settings-outline\" | \"mdi:application-variable\" | \"mdi:application-variable-outline\" | \"mdi:approximately-equal\" | \"mdi:approximately-equal-box\" | \"mdi:apps\" | \"mdi:apps-box\" | \"mdi:arch\" | \"mdi:archive\" | \"mdi:archive-alert\" | \"mdi:archive-alert-outline\" | \"mdi:archive-arrow-down\" | \"mdi:archive-arrow-down-outline\" | \"mdi:archive-arrow-up\" | \"mdi:archive-arrow-up-outline\" | \"mdi:archive-cancel\" | \"mdi:archive-cancel-outline\" | \"mdi:archive-check\" | \"mdi:archive-check-outline\" | \"mdi:archive-clock\" | \"mdi:archive-clock-outline\" | \"mdi:archive-cog\" | \"mdi:archive-cog-outline\" | \"mdi:archive-edit\" | \"mdi:archive-edit-outline\" | \"mdi:archive-eye\" | \"mdi:archive-eye-outline\" | \"mdi:archive-lock\" | \"mdi:archive-lock-open\" | \"mdi:archive-lock-open-outline\" | \"mdi:archive-lock-outline\" | \"mdi:archive-marker\" | \"mdi:archive-marker-outline\" | \"mdi:archive-minus\" | \"mdi:archive-minus-outline\" | \"mdi:archive-music\" | \"mdi:archive-music-outline\" | \"mdi:archive-off\" | \"mdi:archive-off-outline\" | \"mdi:archive-outline\" | \"mdi:archive-plus\" | \"mdi:archive-plus-outline\" | \"mdi:archive-refresh\" | \"mdi:archive-refresh-outline\" | \"mdi:archive-remove\" | \"mdi:archive-remove-outline\" | \"mdi:archive-search\" | \"mdi:archive-search-outline\" | \"mdi:archive-settings\" | \"mdi:archive-settings-outline\" | \"mdi:archive-star\" | \"mdi:archive-star-outline\" | \"mdi:archive-sync\" | \"mdi:archive-sync-outline\" | \"mdi:arm-flex\" | \"mdi:arm-flex-outline\" | \"mdi:arrange-bring-forward\" | \"mdi:arrange-bring-to-front\" | \"mdi:arrange-send-backward\" | \"mdi:arrange-send-to-back\" | \"mdi:arrow-all\" | \"mdi:arrow-bottom-left\" | \"mdi:arrow-bottom-left-bold-box\" | \"mdi:arrow-bottom-left-bold-box-outline\" | \"mdi:arrow-bottom-left-bold-outline\" | \"mdi:arrow-bottom-left-thick\" | \"mdi:arrow-bottom-left-thin\" | \"mdi:arrow-bottom-left-thin-circle-outline\" | \"mdi:arrow-bottom-right\" | \"mdi:arrow-bottom-right-bold-box\" | \"mdi:arrow-bottom-right-bold-box-outline\" | \"mdi:arrow-bottom-right-bold-outline\" | \"mdi:arrow-bottom-right-thick\" | \"mdi:arrow-bottom-right-thin\" | \"mdi:arrow-bottom-right-thin-circle-outline\" | \"mdi:arrow-collapse\" | \"mdi:arrow-collapse-all\" | \"mdi:arrow-collapse-down\" | \"mdi:arrow-collapse-horizontal\" | \"mdi:arrow-collapse-left\" | \"mdi:arrow-collapse-right\" | \"mdi:arrow-collapse-up\" | \"mdi:arrow-collapse-vertical\" | \"mdi:arrow-decision\" | \"mdi:arrow-decision-auto\" | \"mdi:arrow-decision-auto-outline\" | \"mdi:arrow-decision-outline\" | \"mdi:arrow-down\" | \"mdi:arrow-down-bold\" | \"mdi:arrow-down-bold-box\" | \"mdi:arrow-down-bold-box-outline\" | \"mdi:arrow-down-bold-circle\" | \"mdi:arrow-down-bold-circle-outline\" | \"mdi:arrow-down-bold-hexagon-outline\" | \"mdi:arrow-down-bold-outline\" | \"mdi:arrow-down-box\" | \"mdi:arrow-down-circle\" | \"mdi:arrow-down-circle-outline\" | \"mdi:arrow-down-drop-circle\" | \"mdi:arrow-down-drop-circle-outline\" | \"mdi:arrow-down-left\" | \"mdi:arrow-down-left-bold\" | \"mdi:arrow-down-right\" | \"mdi:arrow-down-right-bold\" | \"mdi:arrow-down-thick\" | \"mdi:arrow-down-thin\" | \"mdi:arrow-down-thin-circle-outline\" | \"mdi:arrow-expand\" | \"mdi:arrow-expand-all\" | \"mdi:arrow-expand-down\" | \"mdi:arrow-expand-horizontal\" | \"mdi:arrow-expand-left\" | \"mdi:arrow-expand-right\" | \"mdi:arrow-expand-up\" | \"mdi:arrow-expand-vertical\" | \"mdi:arrow-horizontal-lock\" | \"mdi:arrow-left\" | \"mdi:arrow-left-bold\" | \"mdi:arrow-left-bold-box\" | \"mdi:arrow-left-bold-box-outline\" | \"mdi:arrow-left-bold-circle\" | \"mdi:arrow-left-bold-circle-outline\" | \"mdi:arrow-left-bold-hexagon-outline\" | \"mdi:arrow-left-bold-outline\" | \"mdi:arrow-left-bottom\" | \"mdi:arrow-left-bottom-bold\" | \"mdi:arrow-left-box\" | \"mdi:arrow-left-circle\" | \"mdi:arrow-left-circle-outline\" | \"mdi:arrow-left-drop-circle\" | \"mdi:arrow-left-drop-circle-outline\" | \"mdi:arrow-left-right\" | \"mdi:arrow-left-right-bold\" | \"mdi:arrow-left-right-bold-outline\" | \"mdi:arrow-left-thick\" | \"mdi:arrow-left-thin\" | \"mdi:arrow-left-thin-circle-outline\" | \"mdi:arrow-left-top\" | \"mdi:arrow-left-top-bold\" | \"mdi:arrow-oscillating\" | \"mdi:arrow-oscillating-off\" | \"mdi:arrow-projectile\" | \"mdi:arrow-projectile-multiple\" | \"mdi:arrow-right\" | \"mdi:arrow-right-bold\" | \"mdi:arrow-right-bold-box\" | \"mdi:arrow-right-bold-box-outline\" | \"mdi:arrow-right-bold-circle\" | \"mdi:arrow-right-bold-circle-outline\" | \"mdi:arrow-right-bold-hexagon-outline\" | \"mdi:arrow-right-bold-outline\" | \"mdi:arrow-right-bottom\" | \"mdi:arrow-right-bottom-bold\" | \"mdi:arrow-right-box\" | \"mdi:arrow-right-circle\" | \"mdi:arrow-right-circle-outline\" | \"mdi:arrow-right-drop-circle\" | \"mdi:arrow-right-drop-circle-outline\" | \"mdi:arrow-right-thick\" | \"mdi:arrow-right-thin\" | \"mdi:arrow-right-thin-circle-outline\" | \"mdi:arrow-right-top\" | \"mdi:arrow-right-top-bold\" | \"mdi:arrow-split-horizontal\" | \"mdi:arrow-split-vertical\" | \"mdi:arrow-top-left\" | \"mdi:arrow-top-left-bold-box\" | \"mdi:arrow-top-left-bold-box-outline\" | \"mdi:arrow-top-left-bold-outline\" | \"mdi:arrow-top-left-bottom-right\" | \"mdi:arrow-top-left-bottom-right-bold\" | \"mdi:arrow-top-left-thick\" | \"mdi:arrow-top-left-thin\" | \"mdi:arrow-top-left-thin-circle-outline\" | \"mdi:arrow-top-right\" | \"mdi:arrow-top-right-bold-box\" | \"mdi:arrow-top-right-bold-box-outline\" | \"mdi:arrow-top-right-bold-outline\" | \"mdi:arrow-top-right-bottom-left\" | \"mdi:arrow-top-right-bottom-left-bold\" | \"mdi:arrow-top-right-thick\" | \"mdi:arrow-top-right-thin\" | \"mdi:arrow-top-right-thin-circle-outline\" | \"mdi:arrow-u-down-left\" | \"mdi:arrow-u-down-left-bold\" | \"mdi:arrow-u-down-right\" | \"mdi:arrow-u-down-right-bold\" | \"mdi:arrow-u-left-bottom\" | \"mdi:arrow-u-left-bottom-bold\" | \"mdi:arrow-u-left-top\" | \"mdi:arrow-u-left-top-bold\" | \"mdi:arrow-u-right-bottom\" | \"mdi:arrow-u-right-bottom-bold\" | \"mdi:arrow-u-right-top\" | \"mdi:arrow-u-right-top-bold\" | \"mdi:arrow-u-up-left\" | \"mdi:arrow-u-up-left-bold\" | \"mdi:arrow-u-up-right\" | \"mdi:arrow-u-up-right-bold\" | \"mdi:arrow-up\" | \"mdi:arrow-up-bold\" | \"mdi:arrow-up-bold-box\" | \"mdi:arrow-up-bold-box-outline\" | \"mdi:arrow-up-bold-circle\" | \"mdi:arrow-up-bold-circle-outline\" | \"mdi:arrow-up-bold-hexagon-outline\" | \"mdi:arrow-up-bold-outline\" | \"mdi:arrow-up-box\" | \"mdi:arrow-up-circle\" | \"mdi:arrow-up-circle-outline\" | \"mdi:arrow-up-down\" | \"mdi:arrow-up-down-bold\" | \"mdi:arrow-up-down-bold-outline\" | \"mdi:arrow-up-drop-circle\" | \"mdi:arrow-up-drop-circle-outline\" | \"mdi:arrow-up-left\" | \"mdi:arrow-up-left-bold\" | \"mdi:arrow-up-right\" | \"mdi:arrow-up-right-bold\" | \"mdi:arrow-up-thick\" | \"mdi:arrow-up-thin\" | \"mdi:arrow-up-thin-circle-outline\" | \"mdi:arrow-vertical-lock\" | \"mdi:artboard\" | \"mdi:artstation\" | \"mdi:aspect-ratio\" | \"mdi:assistant\" | \"mdi:asterisk\" | \"mdi:asterisk-circle-outline\" | \"mdi:at\" | \"mdi:atlassian\" | \"mdi:atm\" | \"mdi:atom\" | \"mdi:atom-variant\" | \"mdi:attachment\" | \"mdi:attachment-check\" | \"mdi:attachment-lock\" | \"mdi:attachment-minus\" | \"mdi:attachment-off\" | \"mdi:attachment-plus\" | \"mdi:attachment-remove\" | \"mdi:atv\" | \"mdi:audio-input-rca\" | \"mdi:audio-input-stereo-minijack\" | \"mdi:audio-input-xlr\" | \"mdi:audio-video\" | \"mdi:audio-video-off\" | \"mdi:augmented-reality\" | \"mdi:aurora\" | \"mdi:auto-download\" | \"mdi:auto-fix\" | \"mdi:auto-mode\" | \"mdi:auto-upload\" | \"mdi:autorenew\" | \"mdi:autorenew-off\" | \"mdi:av-timer\" | \"mdi:awning\" | \"mdi:awning-outline\" | \"mdi:aws\" | \"mdi:axe\" | \"mdi:axe-battle\" | \"mdi:axis\" | \"mdi:axis-arrow\" | \"mdi:axis-arrow-info\" | \"mdi:axis-arrow-lock\" | \"mdi:axis-lock\" | \"mdi:axis-x-arrow\" | \"mdi:axis-x-arrow-lock\" | \"mdi:axis-x-rotate-clockwise\" | \"mdi:axis-x-rotate-counterclockwise\" | \"mdi:axis-x-y-arrow-lock\" | \"mdi:axis-y-arrow\" | \"mdi:axis-y-arrow-lock\" | \"mdi:axis-y-rotate-clockwise\" | \"mdi:axis-y-rotate-counterclockwise\" | \"mdi:axis-z-arrow\" | \"mdi:axis-z-arrow-lock\" | \"mdi:axis-z-rotate-clockwise\" | \"mdi:axis-z-rotate-counterclockwise\" | \"mdi:babel\" | \"mdi:baby\" | \"mdi:baby-bottle\" | \"mdi:baby-bottle-outline\" | \"mdi:baby-buggy\" | \"mdi:baby-buggy-off\" | \"mdi:baby-carriage\" | \"mdi:baby-carriage-off\" | \"mdi:baby-face\" | \"mdi:baby-face-outline\" | \"mdi:backburger\" | \"mdi:backspace\" | \"mdi:backspace-outline\" | \"mdi:backspace-reverse\" | \"mdi:backspace-reverse-outline\" | \"mdi:backup-restore\" | \"mdi:bacteria\" | \"mdi:bacteria-outline\" | \"mdi:badge-account\" | \"mdi:badge-account-alert\" | \"mdi:badge-account-alert-outline\" | \"mdi:badge-account-horizontal\" | \"mdi:badge-account-horizontal-outline\" | \"mdi:badge-account-outline\" | \"mdi:badminton\" | \"mdi:bag-carry-on\" | \"mdi:bag-carry-on-check\" | \"mdi:bag-carry-on-off\" | \"mdi:bag-checked\" | \"mdi:bag-personal\" | \"mdi:bag-personal-off\" | \"mdi:bag-personal-off-outline\" | \"mdi:bag-personal-outline\" | \"mdi:bag-personal-plus\" | \"mdi:bag-personal-plus-outline\" | \"mdi:bag-personal-tag\" | \"mdi:bag-personal-tag-outline\" | \"mdi:bag-suitcase\" | \"mdi:bag-suitcase-off\" | \"mdi:bag-suitcase-off-outline\" | \"mdi:bag-suitcase-outline\" | \"mdi:baguette\" | \"mdi:balcony\" | \"mdi:balloon\" | \"mdi:ballot\" | \"mdi:ballot-outline\" | \"mdi:ballot-recount\" | \"mdi:ballot-recount-outline\" | \"mdi:bandage\" | \"mdi:bank\" | \"mdi:bank-check\" | \"mdi:bank-circle\" | \"mdi:bank-circle-outline\" | \"mdi:bank-minus\" | \"mdi:bank-off\" | \"mdi:bank-off-outline\" | \"mdi:bank-outline\" | \"mdi:bank-plus\" | \"mdi:bank-remove\" | \"mdi:bank-transfer\" | \"mdi:bank-transfer-in\" | \"mdi:bank-transfer-out\" | \"mdi:barcode\" | \"mdi:barcode-off\" | \"mdi:barcode-scan\" | \"mdi:barley\" | \"mdi:barley-off\" | \"mdi:barn\" | \"mdi:barrel\" | \"mdi:barrel-outline\" | \"mdi:baseball\" | \"mdi:baseball-bat\" | \"mdi:baseball-diamond\" | \"mdi:baseball-diamond-outline\" | \"mdi:baseball-outline\" | \"mdi:bash\" | \"mdi:basket\" | \"mdi:basket-check\" | \"mdi:basket-check-outline\" | \"mdi:basket-fill\" | \"mdi:basket-minus\" | \"mdi:basket-minus-outline\" | \"mdi:basket-off\" | \"mdi:basket-off-outline\" | \"mdi:basket-outline\" | \"mdi:basket-plus\" | \"mdi:basket-plus-outline\" | \"mdi:basket-remove\" | \"mdi:basket-remove-outline\" | \"mdi:basket-unfill\" | \"mdi:basketball\" | \"mdi:basketball-hoop\" | \"mdi:basketball-hoop-outline\" | \"mdi:bat\" | \"mdi:bathtub\" | \"mdi:bathtub-outline\" | \"mdi:battery\" | \"mdi:battery-10\" | \"mdi:battery-10-bluetooth\" | \"mdi:battery-20\" | \"mdi:battery-20-bluetooth\" | \"mdi:battery-30\" | \"mdi:battery-30-bluetooth\" | \"mdi:battery-40\" | \"mdi:battery-40-bluetooth\" | \"mdi:battery-50\" | \"mdi:battery-50-bluetooth\" | \"mdi:battery-60\" | \"mdi:battery-60-bluetooth\" | \"mdi:battery-70\" | \"mdi:battery-70-bluetooth\" | \"mdi:battery-80\" | \"mdi:battery-80-bluetooth\" | \"mdi:battery-90\" | \"mdi:battery-90-bluetooth\" | \"mdi:battery-alert\" | \"mdi:battery-alert-bluetooth\" | \"mdi:battery-alert-variant\" | \"mdi:battery-alert-variant-outline\" | \"mdi:battery-arrow-down\" | \"mdi:battery-arrow-down-outline\" | \"mdi:battery-arrow-up\" | \"mdi:battery-arrow-up-outline\" | \"mdi:battery-bluetooth\" | \"mdi:battery-bluetooth-variant\" | \"mdi:battery-charging\" | \"mdi:battery-charging-10\" | \"mdi:battery-charging-100\" | \"mdi:battery-charging-20\" | \"mdi:battery-charging-30\" | \"mdi:battery-charging-40\" | \"mdi:battery-charging-50\" | \"mdi:battery-charging-60\" | \"mdi:battery-charging-70\" | \"mdi:battery-charging-80\" | \"mdi:battery-charging-90\" | \"mdi:battery-charging-high\" | \"mdi:battery-charging-low\" | \"mdi:battery-charging-medium\" | \"mdi:battery-charging-outline\" | \"mdi:battery-charging-wireless\" | \"mdi:battery-charging-wireless-10\" | \"mdi:battery-charging-wireless-20\" | \"mdi:battery-charging-wireless-30\" | \"mdi:battery-charging-wireless-40\" | \"mdi:battery-charging-wireless-50\" | \"mdi:battery-charging-wireless-60\" | \"mdi:battery-charging-wireless-70\" | \"mdi:battery-charging-wireless-80\" | \"mdi:battery-charging-wireless-90\" | \"mdi:battery-charging-wireless-alert\" | \"mdi:battery-charging-wireless-outline\" | \"mdi:battery-check\" | \"mdi:battery-check-outline\" | \"mdi:battery-clock\" | \"mdi:battery-clock-outline\" | \"mdi:battery-heart\" | \"mdi:battery-heart-outline\" | \"mdi:battery-heart-variant\" | \"mdi:battery-high\" | \"mdi:battery-lock\" | \"mdi:battery-lock-open\" | \"mdi:battery-low\" | \"mdi:battery-medium\" | \"mdi:battery-minus\" | \"mdi:battery-minus-outline\" | \"mdi:battery-minus-variant\" | \"mdi:battery-negative\" | \"mdi:battery-off\" | \"mdi:battery-off-outline\" | \"mdi:battery-outline\" | \"mdi:battery-plus\" | \"mdi:battery-plus-outline\" | \"mdi:battery-plus-variant\" | \"mdi:battery-positive\" | \"mdi:battery-remove\" | \"mdi:battery-remove-outline\" | \"mdi:battery-sync\" | \"mdi:battery-sync-outline\" | \"mdi:battery-unknown\" | \"mdi:battery-unknown-bluetooth\" | \"mdi:beach\" | \"mdi:beaker\" | \"mdi:beaker-alert\" | \"mdi:beaker-alert-outline\" | \"mdi:beaker-check\" | \"mdi:beaker-check-outline\" | \"mdi:beaker-minus\" | \"mdi:beaker-minus-outline\" | \"mdi:beaker-outline\" | \"mdi:beaker-plus\" | \"mdi:beaker-plus-outline\" | \"mdi:beaker-question\" | \"mdi:beaker-question-outline\" | \"mdi:beaker-remove\" | \"mdi:beaker-remove-outline\" | \"mdi:bed\" | \"mdi:bed-clock\" | \"mdi:bed-double\" | \"mdi:bed-double-outline\" | \"mdi:bed-empty\" | \"mdi:bed-king\" | \"mdi:bed-king-outline\" | \"mdi:bed-outline\" | \"mdi:bed-queen\" | \"mdi:bed-queen-outline\" | \"mdi:bed-single\" | \"mdi:bed-single-outline\" | \"mdi:bee\" | \"mdi:bee-flower\" | \"mdi:beehive-off-outline\" | \"mdi:beehive-outline\" | \"mdi:beekeeper\" | \"mdi:beer\" | \"mdi:beer-outline\" | \"mdi:bell\" | \"mdi:bell-alert\" | \"mdi:bell-alert-outline\" | \"mdi:bell-badge\" | \"mdi:bell-badge-outline\" | \"mdi:bell-cancel\" | \"mdi:bell-cancel-outline\" | \"mdi:bell-check\" | \"mdi:bell-check-outline\" | \"mdi:bell-circle\" | \"mdi:bell-circle-outline\" | \"mdi:bell-cog\" | \"mdi:bell-cog-outline\" | \"mdi:bell-minus\" | \"mdi:bell-minus-outline\" | \"mdi:bell-off\" | \"mdi:bell-off-outline\" | \"mdi:bell-outline\" | \"mdi:bell-plus\" | \"mdi:bell-plus-outline\" | \"mdi:bell-remove\" | \"mdi:bell-remove-outline\" | \"mdi:bell-ring\" | \"mdi:bell-ring-outline\" | \"mdi:bell-sleep\" | \"mdi:bell-sleep-outline\" | \"mdi:bench\" | \"mdi:bench-back\" | \"mdi:beta\" | \"mdi:betamax\" | \"mdi:biathlon\" | \"mdi:bicycle\" | \"mdi:bicycle-basket\" | \"mdi:bicycle-cargo\" | \"mdi:bicycle-electric\" | \"mdi:bicycle-penny-farthing\" | \"mdi:bike\" | \"mdi:bike-fast\" | \"mdi:bike-pedal\" | \"mdi:bike-pedal-clipless\" | \"mdi:bike-pedal-mountain\" | \"mdi:billboard\" | \"mdi:billiards\" | \"mdi:billiards-rack\" | \"mdi:binoculars\" | \"mdi:bio\" | \"mdi:biohazard\" | \"mdi:bird\" | \"mdi:bitbucket\" | \"mdi:bitcoin\" | \"mdi:black-mesa\" | \"mdi:blender\" | \"mdi:blender-outline\" | \"mdi:blender-software\" | \"mdi:blinds\" | \"mdi:blinds-horizontal\" | \"mdi:blinds-horizontal-closed\" | \"mdi:blinds-open\" | \"mdi:blinds-vertical\" | \"mdi:blinds-vertical-closed\" | \"mdi:block-helper\" | \"mdi:blood-bag\" | \"mdi:bluetooth\" | \"mdi:bluetooth-audio\" | \"mdi:bluetooth-connect\" | \"mdi:bluetooth-off\" | \"mdi:bluetooth-settings\" | \"mdi:bluetooth-transfer\" | \"mdi:blur\" | \"mdi:blur-linear\" | \"mdi:blur-off\" | \"mdi:blur-radial\" | \"mdi:bolt\" | \"mdi:bomb\" | \"mdi:bomb-off\" | \"mdi:bone\" | \"mdi:bone-off\" | \"mdi:book\" | \"mdi:book-account\" | \"mdi:book-account-outline\" | \"mdi:book-alert\" | \"mdi:book-alert-outline\" | \"mdi:book-alphabet\" | \"mdi:book-arrow-down\" | \"mdi:book-arrow-down-outline\" | \"mdi:book-arrow-left\" | \"mdi:book-arrow-left-outline\" | \"mdi:book-arrow-right\" | \"mdi:book-arrow-right-outline\" | \"mdi:book-arrow-up\" | \"mdi:book-arrow-up-outline\" | \"mdi:book-cancel\" | \"mdi:book-cancel-outline\" | \"mdi:book-check\" | \"mdi:book-check-outline\" | \"mdi:book-clock\" | \"mdi:book-clock-outline\" | \"mdi:book-cog\" | \"mdi:book-cog-outline\" | \"mdi:book-cross\" | \"mdi:book-edit\" | \"mdi:book-edit-outline\" | \"mdi:book-education\" | \"mdi:book-education-outline\" | \"mdi:book-heart\" | \"mdi:book-heart-outline\" | \"mdi:book-information-variant\" | \"mdi:book-lock\" | \"mdi:book-lock-open\" | \"mdi:book-lock-open-outline\" | \"mdi:book-lock-outline\" | \"mdi:book-marker\" | \"mdi:book-marker-outline\" | \"mdi:book-minus\" | \"mdi:book-minus-multiple\" | \"mdi:book-minus-multiple-outline\" | \"mdi:book-minus-outline\" | \"mdi:book-multiple\" | \"mdi:book-multiple-outline\" | \"mdi:book-music\" | \"mdi:book-music-outline\" | \"mdi:book-off\" | \"mdi:book-off-outline\" | \"mdi:book-open\" | \"mdi:book-open-blank-variant\" | \"mdi:book-open-blank-variant-outline\" | \"mdi:book-open-outline\" | \"mdi:book-open-page-variant\" | \"mdi:book-open-page-variant-outline\" | \"mdi:book-open-variant\" | \"mdi:book-open-variant-outline\" | \"mdi:book-outline\" | \"mdi:book-play\" | \"mdi:book-play-outline\" | \"mdi:book-plus\" | \"mdi:book-plus-multiple\" | \"mdi:book-plus-multiple-outline\" | \"mdi:book-plus-outline\" | \"mdi:book-refresh\" | \"mdi:book-refresh-outline\" | \"mdi:book-remove\" | \"mdi:book-remove-multiple\" | \"mdi:book-remove-multiple-outline\" | \"mdi:book-remove-outline\" | \"mdi:book-search\" | \"mdi:book-search-outline\" | \"mdi:book-settings\" | \"mdi:book-settings-outline\" | \"mdi:book-sync\" | \"mdi:book-sync-outline\" | \"mdi:book-variant\" | \"mdi:bookmark\" | \"mdi:bookmark-box\" | \"mdi:bookmark-box-multiple\" | \"mdi:bookmark-box-multiple-outline\" | \"mdi:bookmark-box-outline\" | \"mdi:bookmark-check\" | \"mdi:bookmark-check-outline\" | \"mdi:bookmark-minus\" | \"mdi:bookmark-minus-outline\" | \"mdi:bookmark-multiple\" | \"mdi:bookmark-multiple-outline\" | \"mdi:bookmark-music\" | \"mdi:bookmark-music-outline\" | \"mdi:bookmark-off\" | \"mdi:bookmark-off-outline\" | \"mdi:bookmark-outline\" | \"mdi:bookmark-plus\" | \"mdi:bookmark-plus-outline\" | \"mdi:bookmark-remove\" | \"mdi:bookmark-remove-outline\" | \"mdi:bookshelf\" | \"mdi:boom-gate\" | \"mdi:boom-gate-alert\" | \"mdi:boom-gate-alert-outline\" | \"mdi:boom-gate-arrow-down\" | \"mdi:boom-gate-arrow-down-outline\" | \"mdi:boom-gate-arrow-up\" | \"mdi:boom-gate-arrow-up-outline\" | \"mdi:boom-gate-outline\" | \"mdi:boom-gate-up\" | \"mdi:boom-gate-up-outline\" | \"mdi:boombox\" | \"mdi:boomerang\" | \"mdi:bootstrap\" | \"mdi:border-all\" | \"mdi:border-all-variant\" | \"mdi:border-bottom\" | \"mdi:border-bottom-variant\" | \"mdi:border-color\" | \"mdi:border-horizontal\" | \"mdi:border-inside\" | \"mdi:border-left\" | \"mdi:border-left-variant\" | \"mdi:border-none\" | \"mdi:border-none-variant\" | \"mdi:border-outside\" | \"mdi:border-radius\" | \"mdi:border-right\" | \"mdi:border-right-variant\" | \"mdi:border-style\" | \"mdi:border-top\" | \"mdi:border-top-variant\" | \"mdi:border-vertical\" | \"mdi:bottle-soda\" | \"mdi:bottle-soda-classic\" | \"mdi:bottle-soda-classic-outline\" | \"mdi:bottle-soda-outline\" | \"mdi:bottle-tonic\" | \"mdi:bottle-tonic-outline\" | \"mdi:bottle-tonic-plus\" | \"mdi:bottle-tonic-plus-outline\" | \"mdi:bottle-tonic-skull\" | \"mdi:bottle-tonic-skull-outline\" | \"mdi:bottle-wine\" | \"mdi:bottle-wine-outline\" | \"mdi:bow-arrow\" | \"mdi:bow-tie\" | \"mdi:bowl\" | \"mdi:bowl-mix\" | \"mdi:bowl-mix-outline\" | \"mdi:bowl-outline\" | \"mdi:bowling\" | \"mdi:box\" | \"mdi:box-cutter\" | \"mdi:box-cutter-off\" | \"mdi:box-shadow\" | \"mdi:boxing-glove\" | \"mdi:braille\" | \"mdi:brain\" | \"mdi:bread-slice\" | \"mdi:bread-slice-outline\" | \"mdi:bridge\" | \"mdi:briefcase\" | \"mdi:briefcase-account\" | \"mdi:briefcase-account-outline\" | \"mdi:briefcase-arrow-left-right\" | \"mdi:briefcase-arrow-left-right-outline\" | \"mdi:briefcase-arrow-up-down\" | \"mdi:briefcase-arrow-up-down-outline\" | \"mdi:briefcase-check\" | \"mdi:briefcase-check-outline\" | \"mdi:briefcase-clock\" | \"mdi:briefcase-clock-outline\" | \"mdi:briefcase-download\" | \"mdi:briefcase-download-outline\" | \"mdi:briefcase-edit\" | \"mdi:briefcase-edit-outline\" | \"mdi:briefcase-eye\" | \"mdi:briefcase-eye-outline\" | \"mdi:briefcase-minus\" | \"mdi:briefcase-minus-outline\" | \"mdi:briefcase-off\" | \"mdi:briefcase-off-outline\" | \"mdi:briefcase-outline\" | \"mdi:briefcase-plus\" | \"mdi:briefcase-plus-outline\" | \"mdi:briefcase-remove\" | \"mdi:briefcase-remove-outline\" | \"mdi:briefcase-search\" | \"mdi:briefcase-search-outline\" | \"mdi:briefcase-upload\" | \"mdi:briefcase-upload-outline\" | \"mdi:briefcase-variant\" | \"mdi:briefcase-variant-off\" | \"mdi:briefcase-variant-off-outline\" | \"mdi:briefcase-variant-outline\" | \"mdi:brightness-1\" | \"mdi:brightness-2\" | \"mdi:brightness-3\" | \"mdi:brightness-4\" | \"mdi:brightness-5\" | \"mdi:brightness-6\" | \"mdi:brightness-7\" | \"mdi:brightness-auto\" | \"mdi:brightness-percent\" | \"mdi:broadcast\" | \"mdi:broadcast-off\" | \"mdi:broom\" | \"mdi:brush\" | \"mdi:brush-off\" | \"mdi:brush-outline\" | \"mdi:brush-variant\" | \"mdi:bucket\" | \"mdi:bucket-outline\" | \"mdi:buffet\" | \"mdi:bug\" | \"mdi:bug-check\" | \"mdi:bug-check-outline\" | \"mdi:bug-outline\" | \"mdi:bug-pause\" | \"mdi:bug-pause-outline\" | \"mdi:bug-play\" | \"mdi:bug-play-outline\" | \"mdi:bug-stop\" | \"mdi:bug-stop-outline\" | \"mdi:bugle\" | \"mdi:bulkhead-light\" | \"mdi:bulldozer\" | \"mdi:bullet\" | \"mdi:bulletin-board\" | \"mdi:bullhorn\" | \"mdi:bullhorn-outline\" | \"mdi:bullhorn-variant\" | \"mdi:bullhorn-variant-outline\" | \"mdi:bullseye\" | \"mdi:bullseye-arrow\" | \"mdi:bulma\" | \"mdi:bunk-bed\" | \"mdi:bunk-bed-outline\" | \"mdi:bus\" | \"mdi:bus-alert\" | \"mdi:bus-articulated-end\" | \"mdi:bus-articulated-front\" | \"mdi:bus-clock\" | \"mdi:bus-double-decker\" | \"mdi:bus-electric\" | \"mdi:bus-marker\" | \"mdi:bus-multiple\" | \"mdi:bus-school\" | \"mdi:bus-side\" | \"mdi:bus-sign\" | \"mdi:bus-stop\" | \"mdi:bus-stop-covered\" | \"mdi:bus-stop-uncovered\" | \"mdi:bus-wrench\" | \"mdi:butterfly\" | \"mdi:butterfly-outline\" | \"mdi:button-cursor\" | \"mdi:button-pointer\" | \"mdi:cabin-a-frame\" | \"mdi:cable-data\" | \"mdi:cached\" | \"mdi:cactus\" | \"mdi:cake\" | \"mdi:cake-layered\" | \"mdi:cake-variant\" | \"mdi:cake-variant-outline\" | \"mdi:calculator\" | \"mdi:calculator-variant\" | \"mdi:calculator-variant-outline\" | \"mdi:calendar\" | \"mdi:calendar-account\" | \"mdi:calendar-account-outline\" | \"mdi:calendar-alert\" | \"mdi:calendar-alert-outline\" | \"mdi:calendar-arrow-left\" | \"mdi:calendar-arrow-right\" | \"mdi:calendar-badge\" | \"mdi:calendar-badge-outline\" | \"mdi:calendar-blank\" | \"mdi:calendar-blank-multiple\" | \"mdi:calendar-blank-outline\" | \"mdi:calendar-check\" | \"mdi:calendar-check-outline\" | \"mdi:calendar-clock\" | \"mdi:calendar-clock-outline\" | \"mdi:calendar-collapse-horizontal\" | \"mdi:calendar-collapse-horizontal-outline\" | \"mdi:calendar-cursor\" | \"mdi:calendar-cursor-outline\" | \"mdi:calendar-edit\" | \"mdi:calendar-edit-outline\" | \"mdi:calendar-end\" | \"mdi:calendar-end-outline\" | \"mdi:calendar-expand-horizontal\" | \"mdi:calendar-expand-horizontal-outline\" | \"mdi:calendar-export\" | \"mdi:calendar-export-outline\" | \"mdi:calendar-filter\" | \"mdi:calendar-filter-outline\" | \"mdi:calendar-heart\" | \"mdi:calendar-heart-outline\" | \"mdi:calendar-import\" | \"mdi:calendar-import-outline\" | \"mdi:calendar-lock\" | \"mdi:calendar-lock-open\" | \"mdi:calendar-lock-open-outline\" | \"mdi:calendar-lock-outline\" | \"mdi:calendar-minus\" | \"mdi:calendar-minus-outline\" | \"mdi:calendar-month\" | \"mdi:calendar-month-outline\" | \"mdi:calendar-multiple\" | \"mdi:calendar-multiple-check\" | \"mdi:calendar-multiselect\" | \"mdi:calendar-multiselect-outline\" | \"mdi:calendar-outline\" | \"mdi:calendar-plus\" | \"mdi:calendar-plus-outline\" | \"mdi:calendar-question\" | \"mdi:calendar-question-outline\" | \"mdi:calendar-range\" | \"mdi:calendar-range-outline\" | \"mdi:calendar-refresh\" | \"mdi:calendar-refresh-outline\" | \"mdi:calendar-remove\" | \"mdi:calendar-remove-outline\" | \"mdi:calendar-search\" | \"mdi:calendar-search-outline\" | \"mdi:calendar-star\" | \"mdi:calendar-star-four-points\" | \"mdi:calendar-star-outline\" | \"mdi:calendar-start\" | \"mdi:calendar-start-outline\" | \"mdi:calendar-sync\" | \"mdi:calendar-sync-outline\" | \"mdi:calendar-text\" | \"mdi:calendar-text-outline\" | \"mdi:calendar-today\" | \"mdi:calendar-today-outline\" | \"mdi:calendar-week\" | \"mdi:calendar-week-begin\" | \"mdi:calendar-week-begin-outline\" | \"mdi:calendar-week-outline\" | \"mdi:calendar-weekend\" | \"mdi:calendar-weekend-outline\" | \"mdi:call-made\" | \"mdi:call-merge\" | \"mdi:call-missed\" | \"mdi:call-received\" | \"mdi:call-split\" | \"mdi:camcorder\" | \"mdi:camcorder-off\" | \"mdi:camera\" | \"mdi:camera-account\" | \"mdi:camera-burst\" | \"mdi:camera-control\" | \"mdi:camera-document\" | \"mdi:camera-document-off\" | \"mdi:camera-enhance\" | \"mdi:camera-enhance-outline\" | \"mdi:camera-flip\" | \"mdi:camera-flip-outline\" | \"mdi:camera-front\" | \"mdi:camera-front-variant\" | \"mdi:camera-gopro\" | \"mdi:camera-image\" | \"mdi:camera-iris\" | \"mdi:camera-lock\" | \"mdi:camera-lock-open\" | \"mdi:camera-lock-open-outline\" | \"mdi:camera-lock-outline\" | \"mdi:camera-marker\" | \"mdi:camera-marker-outline\" | \"mdi:camera-metering-center\" | \"mdi:camera-metering-matrix\" | \"mdi:camera-metering-partial\" | \"mdi:camera-metering-spot\" | \"mdi:camera-off\" | \"mdi:camera-off-outline\" | \"mdi:camera-outline\" | \"mdi:camera-party-mode\" | \"mdi:camera-plus\" | \"mdi:camera-plus-outline\" | \"mdi:camera-rear\" | \"mdi:camera-rear-variant\" | \"mdi:camera-retake\" | \"mdi:camera-retake-outline\" | \"mdi:camera-switch\" | \"mdi:camera-switch-outline\" | \"mdi:camera-timer\" | \"mdi:camera-wireless\" | \"mdi:camera-wireless-outline\" | \"mdi:campfire\" | \"mdi:cancel\" | \"mdi:candelabra\" | \"mdi:candelabra-fire\" | \"mdi:candle\" | \"mdi:candy\" | \"mdi:candy-off\" | \"mdi:candy-off-outline\" | \"mdi:candy-outline\" | \"mdi:candycane\" | \"mdi:cannabis\" | \"mdi:cannabis-off\" | \"mdi:caps-lock\" | \"mdi:car\" | \"mdi:car-2-plus\" | \"mdi:car-3-plus\" | \"mdi:car-arrow-left\" | \"mdi:car-arrow-right\" | \"mdi:car-back\" | \"mdi:car-battery\" | \"mdi:car-brake-abs\" | \"mdi:car-brake-alert\" | \"mdi:car-brake-fluid-level\" | \"mdi:car-brake-hold\" | \"mdi:car-brake-low-pressure\" | \"mdi:car-brake-parking\" | \"mdi:car-brake-retarder\" | \"mdi:car-brake-temperature\" | \"mdi:car-brake-worn-linings\" | \"mdi:car-child-seat\" | \"mdi:car-clock\" | \"mdi:car-clutch\" | \"mdi:car-cog\" | \"mdi:car-connected\" | \"mdi:car-convertible\" | \"mdi:car-coolant-level\" | \"mdi:car-cruise-control\" | \"mdi:car-defrost-front\" | \"mdi:car-defrost-rear\" | \"mdi:car-door\" | \"mdi:car-door-lock\" | \"mdi:car-door-lock-open\" | \"mdi:car-electric\" | \"mdi:car-electric-outline\" | \"mdi:car-emergency\" | \"mdi:car-esp\" | \"mdi:car-estate\" | \"mdi:car-hatchback\" | \"mdi:car-info\" | \"mdi:car-key\" | \"mdi:car-lifted-pickup\" | \"mdi:car-light-alert\" | \"mdi:car-light-dimmed\" | \"mdi:car-light-fog\" | \"mdi:car-light-high\" | \"mdi:car-limousine\" | \"mdi:car-multiple\" | \"mdi:car-off\" | \"mdi:car-outline\" | \"mdi:car-parking-lights\" | \"mdi:car-pickup\" | \"mdi:car-search\" | \"mdi:car-search-outline\" | \"mdi:car-seat\" | \"mdi:car-seat-cooler\" | \"mdi:car-seat-heater\" | \"mdi:car-select\" | \"mdi:car-settings\" | \"mdi:car-shift-pattern\" | \"mdi:car-side\" | \"mdi:car-speed-limiter\" | \"mdi:car-sports\" | \"mdi:car-tire-alert\" | \"mdi:car-traction-control\" | \"mdi:car-turbocharger\" | \"mdi:car-wash\" | \"mdi:car-windshield\" | \"mdi:car-windshield-outline\" | \"mdi:car-wireless\" | \"mdi:car-wrench\" | \"mdi:carabiner\" | \"mdi:caravan\" | \"mdi:card\" | \"mdi:card-account-details\" | \"mdi:card-account-details-outline\" | \"mdi:card-account-details-star\" | \"mdi:card-account-details-star-outline\" | \"mdi:card-account-mail\" | \"mdi:card-account-mail-outline\" | \"mdi:card-account-phone\" | \"mdi:card-account-phone-outline\" | \"mdi:card-bulleted\" | \"mdi:card-bulleted-off\" | \"mdi:card-bulleted-off-outline\" | \"mdi:card-bulleted-outline\" | \"mdi:card-bulleted-settings\" | \"mdi:card-bulleted-settings-outline\" | \"mdi:card-minus\" | \"mdi:card-minus-outline\" | \"mdi:card-multiple\" | \"mdi:card-multiple-outline\" | \"mdi:card-off\" | \"mdi:card-off-outline\" | \"mdi:card-outline\" | \"mdi:card-plus\" | \"mdi:card-plus-outline\" | \"mdi:card-remove\" | \"mdi:card-remove-outline\" | \"mdi:card-search\" | \"mdi:card-search-outline\" | \"mdi:card-text\" | \"mdi:card-text-outline\" | \"mdi:cards\" | \"mdi:cards-club\" | \"mdi:cards-club-outline\" | \"mdi:cards-diamond\" | \"mdi:cards-diamond-outline\" | \"mdi:cards-heart\" | \"mdi:cards-heart-outline\" | \"mdi:cards-outline\" | \"mdi:cards-playing\" | \"mdi:cards-playing-club\" | \"mdi:cards-playing-club-multiple\" | \"mdi:cards-playing-club-multiple-outline\" | \"mdi:cards-playing-club-outline\" | \"mdi:cards-playing-diamond\" | \"mdi:cards-playing-diamond-multiple\" | \"mdi:cards-playing-diamond-multiple-outline\" | \"mdi:cards-playing-diamond-outline\" | \"mdi:cards-playing-heart\" | \"mdi:cards-playing-heart-multiple\" | \"mdi:cards-playing-heart-multiple-outline\" | \"mdi:cards-playing-heart-outline\" | \"mdi:cards-playing-outline\" | \"mdi:cards-playing-spade\" | \"mdi:cards-playing-spade-multiple\" | \"mdi:cards-playing-spade-multiple-outline\" | \"mdi:cards-playing-spade-outline\" | \"mdi:cards-spade\" | \"mdi:cards-spade-outline\" | \"mdi:cards-variant\" | \"mdi:carrot\" | \"mdi:cart\" | \"mdi:cart-arrow-down\" | \"mdi:cart-arrow-right\" | \"mdi:cart-arrow-up\" | \"mdi:cart-check\" | \"mdi:cart-heart\" | \"mdi:cart-minus\" | \"mdi:cart-off\" | \"mdi:cart-outline\" | \"mdi:cart-percent\" | \"mdi:cart-plus\" | \"mdi:cart-remove\" | \"mdi:cart-variant\" | \"mdi:case-sensitive-alt\" | \"mdi:cash\" | \"mdi:cash-100\" | \"mdi:cash-check\" | \"mdi:cash-clock\" | \"mdi:cash-edit\" | \"mdi:cash-fast\" | \"mdi:cash-lock\" | \"mdi:cash-lock-open\" | \"mdi:cash-marker\" | \"mdi:cash-minus\" | \"mdi:cash-multiple\" | \"mdi:cash-off\" | \"mdi:cash-plus\" | \"mdi:cash-refund\" | \"mdi:cash-register\" | \"mdi:cash-remove\" | \"mdi:cash-sync\" | \"mdi:cassette\" | \"mdi:cast\" | \"mdi:cast-audio\" | \"mdi:cast-audio-variant\" | \"mdi:cast-connected\" | \"mdi:cast-education\" | \"mdi:cast-off\" | \"mdi:cast-variant\" | \"mdi:castle\" | \"mdi:cat\" | \"mdi:cctv\" | \"mdi:cctv-off\" | \"mdi:ceiling-fan\" | \"mdi:ceiling-fan-light\" | \"mdi:ceiling-light\" | \"mdi:ceiling-light-multiple\" | \"mdi:ceiling-light-multiple-outline\" | \"mdi:ceiling-light-outline\" | \"mdi:cellphone\" | \"mdi:cellphone-arrow-down\" | \"mdi:cellphone-arrow-down-variant\" | \"mdi:cellphone-basic\" | \"mdi:cellphone-charging\" | \"mdi:cellphone-check\" | \"mdi:cellphone-cog\" | \"mdi:cellphone-dock\" | \"mdi:cellphone-information\" | \"mdi:cellphone-key\" | \"mdi:cellphone-link\" | \"mdi:cellphone-link-off\" | \"mdi:cellphone-lock\" | \"mdi:cellphone-marker\" | \"mdi:cellphone-message\" | \"mdi:cellphone-message-off\" | \"mdi:cellphone-nfc\" | \"mdi:cellphone-nfc-off\" | \"mdi:cellphone-off\" | \"mdi:cellphone-play\" | \"mdi:cellphone-remove\" | \"mdi:cellphone-screenshot\" | \"mdi:cellphone-settings\" | \"mdi:cellphone-sound\" | \"mdi:cellphone-text\" | \"mdi:cellphone-wireless\" | \"mdi:centos\" | \"mdi:certificate\" | \"mdi:certificate-outline\" | \"mdi:chair-rolling\" | \"mdi:chair-school\" | \"mdi:chandelier\" | \"mdi:charity\" | \"mdi:charity-search\" | \"mdi:chart-arc\" | \"mdi:chart-areaspline\" | \"mdi:chart-areaspline-variant\" | \"mdi:chart-bar\" | \"mdi:chart-bar-stacked\" | \"mdi:chart-bell-curve\" | \"mdi:chart-bell-curve-cumulative\" | \"mdi:chart-box\" | \"mdi:chart-box-multiple\" | \"mdi:chart-box-multiple-outline\" | \"mdi:chart-box-outline\" | \"mdi:chart-box-plus-outline\" | \"mdi:chart-bubble\" | \"mdi:chart-donut\" | \"mdi:chart-donut-variant\" | \"mdi:chart-gantt\" | \"mdi:chart-histogram\" | \"mdi:chart-line\" | \"mdi:chart-line-stacked\" | \"mdi:chart-line-variant\" | \"mdi:chart-multiline\" | \"mdi:chart-multiple\" | \"mdi:chart-pie\" | \"mdi:chart-pie-outline\" | \"mdi:chart-ppf\" | \"mdi:chart-sankey\" | \"mdi:chart-sankey-variant\" | \"mdi:chart-scatter-plot\" | \"mdi:chart-scatter-plot-hexbin\" | \"mdi:chart-timeline\" | \"mdi:chart-timeline-variant\" | \"mdi:chart-timeline-variant-shimmer\" | \"mdi:chart-tree\" | \"mdi:chart-waterfall\" | \"mdi:chat\" | \"mdi:chat-alert\" | \"mdi:chat-alert-outline\" | \"mdi:chat-minus\" | \"mdi:chat-minus-outline\" | \"mdi:chat-outline\" | \"mdi:chat-plus\" | \"mdi:chat-plus-outline\" | \"mdi:chat-processing\" | \"mdi:chat-processing-outline\" | \"mdi:chat-question\" | \"mdi:chat-question-outline\" | \"mdi:chat-remove\" | \"mdi:chat-remove-outline\" | \"mdi:chat-sleep\" | \"mdi:chat-sleep-outline\" | \"mdi:check\" | \"mdi:check-all\" | \"mdi:check-bold\" | \"mdi:check-circle\" | \"mdi:check-circle-outline\" | \"mdi:check-decagram\" | \"mdi:check-decagram-outline\" | \"mdi:check-network\" | \"mdi:check-network-outline\" | \"mdi:check-outline\" | \"mdi:check-underline\" | \"mdi:check-underline-circle\" | \"mdi:check-underline-circle-outline\" | \"mdi:checkbook\" | \"mdi:checkbook-arrow-left\" | \"mdi:checkbook-arrow-right\" | \"mdi:checkbox-blank\" | \"mdi:checkbox-blank-badge\" | \"mdi:checkbox-blank-badge-outline\" | \"mdi:checkbox-blank-circle\" | \"mdi:checkbox-blank-circle-outline\" | \"mdi:checkbox-blank-off\" | \"mdi:checkbox-blank-off-outline\" | \"mdi:checkbox-blank-outline\" | \"mdi:checkbox-intermediate\" | \"mdi:checkbox-intermediate-variant\" | \"mdi:checkbox-marked\" | \"mdi:checkbox-marked-circle\" | \"mdi:checkbox-marked-circle-auto-outline\" | \"mdi:checkbox-marked-circle-minus-outline\" | \"mdi:checkbox-marked-circle-outline\" | \"mdi:checkbox-marked-circle-plus-outline\" | \"mdi:checkbox-marked-outline\" | \"mdi:checkbox-multiple-blank\" | \"mdi:checkbox-multiple-blank-circle\" | \"mdi:checkbox-multiple-blank-circle-outline\" | \"mdi:checkbox-multiple-blank-outline\" | \"mdi:checkbox-multiple-marked\" | \"mdi:checkbox-multiple-marked-circle\" | \"mdi:checkbox-multiple-marked-circle-outline\" | \"mdi:checkbox-multiple-marked-outline\" | \"mdi:checkbox-multiple-outline\" | \"mdi:checkbox-outline\" | \"mdi:checkerboard\" | \"mdi:checkerboard-minus\" | \"mdi:checkerboard-plus\" | \"mdi:checkerboard-remove\" | \"mdi:cheese\" | \"mdi:cheese-off\" | \"mdi:chef-hat\" | \"mdi:chemical-weapon\" | \"mdi:chess-bishop\" | \"mdi:chess-king\" | \"mdi:chess-knight\" | \"mdi:chess-pawn\" | \"mdi:chess-queen\" | \"mdi:chess-rook\" | \"mdi:chevron-double-down\" | \"mdi:chevron-double-left\" | \"mdi:chevron-double-right\" | \"mdi:chevron-double-up\" | \"mdi:chevron-down\" | \"mdi:chevron-down-box\" | \"mdi:chevron-down-box-outline\" | \"mdi:chevron-down-circle\" | \"mdi:chevron-down-circle-outline\" | \"mdi:chevron-left\" | \"mdi:chevron-left-box\" | \"mdi:chevron-left-box-outline\" | \"mdi:chevron-left-circle\" | \"mdi:chevron-left-circle-outline\" | \"mdi:chevron-right\" | \"mdi:chevron-right-box\" | \"mdi:chevron-right-box-outline\" | \"mdi:chevron-right-circle\" | \"mdi:chevron-right-circle-outline\" | \"mdi:chevron-triple-down\" | \"mdi:chevron-triple-left\" | \"mdi:chevron-triple-right\" | \"mdi:chevron-triple-up\" | \"mdi:chevron-up\" | \"mdi:chevron-up-box\" | \"mdi:chevron-up-box-outline\" | \"mdi:chevron-up-circle\" | \"mdi:chevron-up-circle-outline\" | \"mdi:chili-alert\" | \"mdi:chili-alert-outline\" | \"mdi:chili-hot\" | \"mdi:chili-hot-outline\" | \"mdi:chili-medium\" | \"mdi:chili-medium-outline\" | \"mdi:chili-mild\" | \"mdi:chili-mild-outline\" | \"mdi:chili-off\" | \"mdi:chili-off-outline\" | \"mdi:chip\" | \"mdi:church\" | \"mdi:church-outline\" | \"mdi:cigar\" | \"mdi:cigar-off\" | \"mdi:circle\" | \"mdi:circle-box\" | \"mdi:circle-box-outline\" | \"mdi:circle-double\" | \"mdi:circle-edit-outline\" | \"mdi:circle-expand\" | \"mdi:circle-half\" | \"mdi:circle-half-full\" | \"mdi:circle-medium\" | \"mdi:circle-multiple\" | \"mdi:circle-multiple-outline\" | \"mdi:circle-off-outline\" | \"mdi:circle-opacity\" | \"mdi:circle-outline\" | \"mdi:circle-slice-1\" | \"mdi:circle-slice-2\" | \"mdi:circle-slice-3\" | \"mdi:circle-slice-4\" | \"mdi:circle-slice-5\" | \"mdi:circle-slice-6\" | \"mdi:circle-slice-7\" | \"mdi:circle-slice-8\" | \"mdi:circle-small\" | \"mdi:circular-saw\" | \"mdi:city\" | \"mdi:city-switch\" | \"mdi:city-variant\" | \"mdi:city-variant-outline\" | \"mdi:clipboard\" | \"mdi:clipboard-account\" | \"mdi:clipboard-account-outline\" | \"mdi:clipboard-alert\" | \"mdi:clipboard-alert-outline\" | \"mdi:clipboard-arrow-down\" | \"mdi:clipboard-arrow-down-outline\" | \"mdi:clipboard-arrow-left\" | \"mdi:clipboard-arrow-left-outline\" | \"mdi:clipboard-arrow-right\" | \"mdi:clipboard-arrow-right-outline\" | \"mdi:clipboard-arrow-up\" | \"mdi:clipboard-arrow-up-outline\" | \"mdi:clipboard-check\" | \"mdi:clipboard-check-multiple\" | \"mdi:clipboard-check-multiple-outline\" | \"mdi:clipboard-check-outline\" | \"mdi:clipboard-clock\" | \"mdi:clipboard-clock-outline\" | \"mdi:clipboard-edit\" | \"mdi:clipboard-edit-outline\" | \"mdi:clipboard-file\" | \"mdi:clipboard-file-outline\" | \"mdi:clipboard-flow\" | \"mdi:clipboard-flow-outline\" | \"mdi:clipboard-list\" | \"mdi:clipboard-list-outline\" | \"mdi:clipboard-minus\" | \"mdi:clipboard-minus-outline\" | \"mdi:clipboard-multiple\" | \"mdi:clipboard-multiple-outline\" | \"mdi:clipboard-off\" | \"mdi:clipboard-off-outline\" | \"mdi:clipboard-outline\" | \"mdi:clipboard-play\" | \"mdi:clipboard-play-multiple\" | \"mdi:clipboard-play-multiple-outline\" | \"mdi:clipboard-play-outline\" | \"mdi:clipboard-plus\" | \"mdi:clipboard-plus-outline\" | \"mdi:clipboard-pulse\" | \"mdi:clipboard-pulse-outline\" | \"mdi:clipboard-remove\" | \"mdi:clipboard-remove-outline\" | \"mdi:clipboard-search\" | \"mdi:clipboard-search-outline\" | \"mdi:clipboard-text\" | \"mdi:clipboard-text-clock\" | \"mdi:clipboard-text-clock-outline\" | \"mdi:clipboard-text-multiple\" | \"mdi:clipboard-text-multiple-outline\" | \"mdi:clipboard-text-off\" | \"mdi:clipboard-text-off-outline\" | \"mdi:clipboard-text-outline\" | \"mdi:clipboard-text-play\" | \"mdi:clipboard-text-play-outline\" | \"mdi:clipboard-text-search\" | \"mdi:clipboard-text-search-outline\" | \"mdi:clippy\" | \"mdi:clock\" | \"mdi:clock-alert\" | \"mdi:clock-alert-outline\" | \"mdi:clock-check\" | \"mdi:clock-check-outline\" | \"mdi:clock-digital\" | \"mdi:clock-edit\" | \"mdi:clock-edit-outline\" | \"mdi:clock-end\" | \"mdi:clock-fast\" | \"mdi:clock-in\" | \"mdi:clock-minus\" | \"mdi:clock-minus-outline\" | \"mdi:clock-out\" | \"mdi:clock-outline\" | \"mdi:clock-plus\" | \"mdi:clock-plus-outline\" | \"mdi:clock-remove\" | \"mdi:clock-remove-outline\" | \"mdi:clock-star-four-points\" | \"mdi:clock-star-four-points-outline\" | \"mdi:clock-start\" | \"mdi:clock-time-eight\" | \"mdi:clock-time-eight-outline\" | \"mdi:clock-time-eleven\" | \"mdi:clock-time-eleven-outline\" | \"mdi:clock-time-five\" | \"mdi:clock-time-five-outline\" | \"mdi:clock-time-four\" | \"mdi:clock-time-four-outline\" | \"mdi:clock-time-nine\" | \"mdi:clock-time-nine-outline\" | \"mdi:clock-time-one\" | \"mdi:clock-time-one-outline\" | \"mdi:clock-time-seven\" | \"mdi:clock-time-seven-outline\" | \"mdi:clock-time-six\" | \"mdi:clock-time-six-outline\" | \"mdi:clock-time-ten\" | \"mdi:clock-time-ten-outline\" | \"mdi:clock-time-three\" | \"mdi:clock-time-three-outline\" | \"mdi:clock-time-twelve\" | \"mdi:clock-time-twelve-outline\" | \"mdi:clock-time-two\" | \"mdi:clock-time-two-outline\" | \"mdi:close\" | \"mdi:close-box\" | \"mdi:close-box-multiple\" | \"mdi:close-box-multiple-outline\" | \"mdi:close-box-outline\" | \"mdi:close-circle\" | \"mdi:close-circle-multiple\" | \"mdi:close-circle-multiple-outline\" | \"mdi:close-circle-outline\" | \"mdi:close-network\" | \"mdi:close-network-outline\" | \"mdi:close-octagon\" | \"mdi:close-octagon-outline\" | \"mdi:close-outline\" | \"mdi:close-thick\" | \"mdi:closed-caption\" | \"mdi:closed-caption-outline\" | \"mdi:cloud\" | \"mdi:cloud-alert\" | \"mdi:cloud-alert-outline\" | \"mdi:cloud-arrow-down\" | \"mdi:cloud-arrow-down-outline\" | \"mdi:cloud-arrow-left\" | \"mdi:cloud-arrow-left-outline\" | \"mdi:cloud-arrow-right\" | \"mdi:cloud-arrow-right-outline\" | \"mdi:cloud-arrow-up\" | \"mdi:cloud-arrow-up-outline\" | \"mdi:cloud-braces\" | \"mdi:cloud-cancel\" | \"mdi:cloud-cancel-outline\" | \"mdi:cloud-check\" | \"mdi:cloud-check-outline\" | \"mdi:cloud-check-variant\" | \"mdi:cloud-check-variant-outline\" | \"mdi:cloud-circle\" | \"mdi:cloud-circle-outline\" | \"mdi:cloud-clock\" | \"mdi:cloud-clock-outline\" | \"mdi:cloud-cog\" | \"mdi:cloud-cog-outline\" | \"mdi:cloud-download\" | \"mdi:cloud-download-outline\" | \"mdi:cloud-key\" | \"mdi:cloud-key-outline\" | \"mdi:cloud-lock\" | \"mdi:cloud-lock-open\" | \"mdi:cloud-lock-open-outline\" | \"mdi:cloud-lock-outline\" | \"mdi:cloud-minus\" | \"mdi:cloud-minus-outline\" | \"mdi:cloud-off\" | \"mdi:cloud-off-outline\" | \"mdi:cloud-outline\" | \"mdi:cloud-percent\" | \"mdi:cloud-percent-outline\" | \"mdi:cloud-plus\" | \"mdi:cloud-plus-outline\" | \"mdi:cloud-print\" | \"mdi:cloud-print-outline\" | \"mdi:cloud-question\" | \"mdi:cloud-question-outline\" | \"mdi:cloud-refresh\" | \"mdi:cloud-refresh-outline\" | \"mdi:cloud-refresh-variant\" | \"mdi:cloud-refresh-variant-outline\" | \"mdi:cloud-remove\" | \"mdi:cloud-remove-outline\" | \"mdi:cloud-search\" | \"mdi:cloud-search-outline\" | \"mdi:cloud-sync\" | \"mdi:cloud-sync-outline\" | \"mdi:cloud-tags\" | \"mdi:cloud-upload\" | \"mdi:cloud-upload-outline\" | \"mdi:clouds\" | \"mdi:clover\" | \"mdi:clover-outline\" | \"mdi:coach-lamp\" | \"mdi:coach-lamp-variant\" | \"mdi:coat-rack\" | \"mdi:code-array\" | \"mdi:code-block-braces\" | \"mdi:code-block-brackets\" | \"mdi:code-block-parentheses\" | \"mdi:code-block-tags\" | \"mdi:code-braces\" | \"mdi:code-braces-box\" | \"mdi:code-brackets\" | \"mdi:code-equal\" | \"mdi:code-greater-than\" | \"mdi:code-greater-than-or-equal\" | \"mdi:code-json\" | \"mdi:code-less-than\" | \"mdi:code-less-than-or-equal\" | \"mdi:code-not-equal\" | \"mdi:code-not-equal-variant\" | \"mdi:code-parentheses\" | \"mdi:code-parentheses-box\" | \"mdi:code-string\" | \"mdi:code-tags\" | \"mdi:code-tags-check\" | \"mdi:codepen\" | \"mdi:coffee\" | \"mdi:coffee-maker\" | \"mdi:coffee-maker-check\" | \"mdi:coffee-maker-check-outline\" | \"mdi:coffee-maker-outline\" | \"mdi:coffee-off\" | \"mdi:coffee-off-outline\" | \"mdi:coffee-outline\" | \"mdi:coffee-to-go\" | \"mdi:coffee-to-go-outline\" | \"mdi:coffin\" | \"mdi:cog\" | \"mdi:cog-box\" | \"mdi:cog-clockwise\" | \"mdi:cog-counterclockwise\" | \"mdi:cog-off\" | \"mdi:cog-off-outline\" | \"mdi:cog-outline\" | \"mdi:cog-pause\" | \"mdi:cog-pause-outline\" | \"mdi:cog-play\" | \"mdi:cog-play-outline\" | \"mdi:cog-refresh\" | \"mdi:cog-refresh-outline\" | \"mdi:cog-stop\" | \"mdi:cog-stop-outline\" | \"mdi:cog-sync\" | \"mdi:cog-sync-outline\" | \"mdi:cog-transfer\" | \"mdi:cog-transfer-outline\" | \"mdi:cogs\" | \"mdi:collage\" | \"mdi:collapse-all\" | \"mdi:collapse-all-outline\" | \"mdi:color-helper\" | \"mdi:comma\" | \"mdi:comma-box\" | \"mdi:comma-box-outline\" | \"mdi:comma-circle\" | \"mdi:comma-circle-outline\" | \"mdi:comment\" | \"mdi:comment-account\" | \"mdi:comment-account-outline\" | \"mdi:comment-alert\" | \"mdi:comment-alert-outline\" | \"mdi:comment-arrow-left\" | \"mdi:comment-arrow-left-outline\" | \"mdi:comment-arrow-right\" | \"mdi:comment-arrow-right-outline\" | \"mdi:comment-bookmark\" | \"mdi:comment-bookmark-outline\" | \"mdi:comment-check\" | \"mdi:comment-check-outline\" | \"mdi:comment-edit\" | \"mdi:comment-edit-outline\" | \"mdi:comment-eye\" | \"mdi:comment-eye-outline\" | \"mdi:comment-flash\" | \"mdi:comment-flash-outline\" | \"mdi:comment-minus\" | \"mdi:comment-minus-outline\" | \"mdi:comment-multiple\" | \"mdi:comment-multiple-outline\" | \"mdi:comment-off\" | \"mdi:comment-off-outline\" | \"mdi:comment-outline\" | \"mdi:comment-plus\" | \"mdi:comment-plus-outline\" | \"mdi:comment-processing\" | \"mdi:comment-processing-outline\" | \"mdi:comment-question\" | \"mdi:comment-question-outline\" | \"mdi:comment-quote\" | \"mdi:comment-quote-outline\" | \"mdi:comment-remove\" | \"mdi:comment-remove-outline\" | \"mdi:comment-search\" | \"mdi:comment-search-outline\" | \"mdi:comment-text\" | \"mdi:comment-text-multiple\" | \"mdi:comment-text-multiple-outline\" | \"mdi:comment-text-outline\" | \"mdi:compare\" | \"mdi:compare-horizontal\" | \"mdi:compare-remove\" | \"mdi:compare-vertical\" | \"mdi:compass\" | \"mdi:compass-off\" | \"mdi:compass-off-outline\" | \"mdi:compass-outline\" | \"mdi:compass-rose\" | \"mdi:compost\" | \"mdi:cone\" | \"mdi:cone-off\" | \"mdi:connection\" | \"mdi:console\" | \"mdi:console-line\" | \"mdi:console-network\" | \"mdi:console-network-outline\" | \"mdi:consolidate\" | \"mdi:contactless-payment\" | \"mdi:contactless-payment-circle\" | \"mdi:contactless-payment-circle-outline\" | \"mdi:contacts\" | \"mdi:contacts-outline\" | \"mdi:contain\" | \"mdi:contain-end\" | \"mdi:contain-start\" | \"mdi:content-copy\" | \"mdi:content-cut\" | \"mdi:content-duplicate\" | \"mdi:content-paste\" | \"mdi:content-save\" | \"mdi:content-save-alert\" | \"mdi:content-save-alert-outline\" | \"mdi:content-save-all\" | \"mdi:content-save-all-outline\" | \"mdi:content-save-check\" | \"mdi:content-save-check-outline\" | \"mdi:content-save-cog\" | \"mdi:content-save-cog-outline\" | \"mdi:content-save-edit\" | \"mdi:content-save-edit-outline\" | \"mdi:content-save-minus\" | \"mdi:content-save-minus-outline\" | \"mdi:content-save-move\" | \"mdi:content-save-move-outline\" | \"mdi:content-save-off\" | \"mdi:content-save-off-outline\" | \"mdi:content-save-outline\" | \"mdi:content-save-plus\" | \"mdi:content-save-plus-outline\" | \"mdi:content-save-settings\" | \"mdi:content-save-settings-outline\" | \"mdi:contrast\" | \"mdi:contrast-box\" | \"mdi:contrast-circle\" | \"mdi:controller\" | \"mdi:controller-classic\" | \"mdi:controller-classic-outline\" | \"mdi:controller-off\" | \"mdi:cookie\" | \"mdi:cookie-alert\" | \"mdi:cookie-alert-outline\" | \"mdi:cookie-check\" | \"mdi:cookie-check-outline\" | \"mdi:cookie-clock\" | \"mdi:cookie-clock-outline\" | \"mdi:cookie-cog\" | \"mdi:cookie-cog-outline\" | \"mdi:cookie-edit\" | \"mdi:cookie-edit-outline\" | \"mdi:cookie-lock\" | \"mdi:cookie-lock-outline\" | \"mdi:cookie-minus\" | \"mdi:cookie-minus-outline\" | \"mdi:cookie-off\" | \"mdi:cookie-off-outline\" | \"mdi:cookie-outline\" | \"mdi:cookie-plus\" | \"mdi:cookie-plus-outline\" | \"mdi:cookie-refresh\" | \"mdi:cookie-refresh-outline\" | \"mdi:cookie-remove\" | \"mdi:cookie-remove-outline\" | \"mdi:cookie-settings\" | \"mdi:cookie-settings-outline\" | \"mdi:coolant-temperature\" | \"mdi:copyleft\" | \"mdi:copyright\" | \"mdi:cordova\" | \"mdi:corn\" | \"mdi:corn-off\" | \"mdi:cosine-wave\" | \"mdi:counter\" | \"mdi:countertop\" | \"mdi:countertop-outline\" | \"mdi:cow\" | \"mdi:cow-off\" | \"mdi:cpu-32-bit\" | \"mdi:cpu-64-bit\" | \"mdi:cradle\" | \"mdi:cradle-outline\" | \"mdi:crane\" | \"mdi:creation\" | \"mdi:creation-outline\" | \"mdi:creative-commons\" | \"mdi:credit-card\" | \"mdi:credit-card-check\" | \"mdi:credit-card-check-outline\" | \"mdi:credit-card-chip\" | \"mdi:credit-card-chip-outline\" | \"mdi:credit-card-clock\" | \"mdi:credit-card-clock-outline\" | \"mdi:credit-card-edit\" | \"mdi:credit-card-edit-outline\" | \"mdi:credit-card-fast\" | \"mdi:credit-card-fast-outline\" | \"mdi:credit-card-lock\" | \"mdi:credit-card-lock-outline\" | \"mdi:credit-card-marker\" | \"mdi:credit-card-marker-outline\" | \"mdi:credit-card-minus\" | \"mdi:credit-card-minus-outline\" | \"mdi:credit-card-multiple\" | \"mdi:credit-card-multiple-outline\" | \"mdi:credit-card-off\" | \"mdi:credit-card-off-outline\" | \"mdi:credit-card-outline\" | \"mdi:credit-card-plus\" | \"mdi:credit-card-plus-outline\" | \"mdi:credit-card-refresh\" | \"mdi:credit-card-refresh-outline\" | \"mdi:credit-card-refund\" | \"mdi:credit-card-refund-outline\" | \"mdi:credit-card-remove\" | \"mdi:credit-card-remove-outline\" | \"mdi:credit-card-scan\" | \"mdi:credit-card-scan-outline\" | \"mdi:credit-card-search\" | \"mdi:credit-card-search-outline\" | \"mdi:credit-card-settings\" | \"mdi:credit-card-settings-outline\" | \"mdi:credit-card-sync\" | \"mdi:credit-card-sync-outline\" | \"mdi:credit-card-wireless\" | \"mdi:credit-card-wireless-off\" | \"mdi:credit-card-wireless-off-outline\" | \"mdi:credit-card-wireless-outline\" | \"mdi:cricket\" | \"mdi:crop\" | \"mdi:crop-free\" | \"mdi:crop-landscape\" | \"mdi:crop-portrait\" | \"mdi:crop-rotate\" | \"mdi:crop-square\" | \"mdi:cross\" | \"mdi:cross-bolnisi\" | \"mdi:cross-celtic\" | \"mdi:cross-outline\" | \"mdi:crosshairs\" | \"mdi:crosshairs-gps\" | \"mdi:crosshairs-off\" | \"mdi:crosshairs-question\" | \"mdi:crowd\" | \"mdi:crown\" | \"mdi:crown-circle\" | \"mdi:crown-circle-outline\" | \"mdi:crown-outline\" | \"mdi:cryengine\" | \"mdi:crystal-ball\" | \"mdi:cube\" | \"mdi:cube-off\" | \"mdi:cube-off-outline\" | \"mdi:cube-outline\" | \"mdi:cube-scan\" | \"mdi:cube-send\" | \"mdi:cube-unfolded\" | \"mdi:cup\" | \"mdi:cup-off\" | \"mdi:cup-off-outline\" | \"mdi:cup-outline\" | \"mdi:cup-water\" | \"mdi:cupboard\" | \"mdi:cupboard-outline\" | \"mdi:cupcake\" | \"mdi:curling\" | \"mdi:currency-bdt\" | \"mdi:currency-brl\" | \"mdi:currency-btc\" | \"mdi:currency-cny\" | \"mdi:currency-eth\" | \"mdi:currency-eur\" | \"mdi:currency-eur-off\" | \"mdi:currency-fra\" | \"mdi:currency-gbp\" | \"mdi:currency-ils\" | \"mdi:currency-inr\" | \"mdi:currency-jpy\" | \"mdi:currency-krw\" | \"mdi:currency-kzt\" | \"mdi:currency-mnt\" | \"mdi:currency-ngn\" | \"mdi:currency-php\" | \"mdi:currency-rial\" | \"mdi:currency-rub\" | \"mdi:currency-rupee\" | \"mdi:currency-sign\" | \"mdi:currency-thb\" | \"mdi:currency-try\" | \"mdi:currency-twd\" | \"mdi:currency-uah\" | \"mdi:currency-usd\" | \"mdi:currency-usd-off\" | \"mdi:current-ac\" | \"mdi:current-dc\" | \"mdi:cursor-default\" | \"mdi:cursor-default-click\" | \"mdi:cursor-default-click-outline\" | \"mdi:cursor-default-gesture\" | \"mdi:cursor-default-gesture-outline\" | \"mdi:cursor-default-outline\" | \"mdi:cursor-move\" | \"mdi:cursor-pointer\" | \"mdi:cursor-text\" | \"mdi:curtains\" | \"mdi:curtains-closed\" | \"mdi:cylinder\" | \"mdi:cylinder-off\" | \"mdi:dance-ballroom\" | \"mdi:dance-pole\" | \"mdi:data-matrix\" | \"mdi:data-matrix-edit\" | \"mdi:data-matrix-minus\" | \"mdi:data-matrix-plus\" | \"mdi:data-matrix-remove\" | \"mdi:data-matrix-scan\" | \"mdi:database\" | \"mdi:database-alert\" | \"mdi:database-alert-outline\" | \"mdi:database-arrow-down\" | \"mdi:database-arrow-down-outline\" | \"mdi:database-arrow-left\" | \"mdi:database-arrow-left-outline\" | \"mdi:database-arrow-right\" | \"mdi:database-arrow-right-outline\" | \"mdi:database-arrow-up\" | \"mdi:database-arrow-up-outline\" | \"mdi:database-check\" | \"mdi:database-check-outline\" | \"mdi:database-clock\" | \"mdi:database-clock-outline\" | \"mdi:database-cog\" | \"mdi:database-cog-outline\" | \"mdi:database-edit\" | \"mdi:database-edit-outline\" | \"mdi:database-export\" | \"mdi:database-export-outline\" | \"mdi:database-eye\" | \"mdi:database-eye-off\" | \"mdi:database-eye-off-outline\" | \"mdi:database-eye-outline\" | \"mdi:database-import\" | \"mdi:database-import-outline\" | \"mdi:database-lock\" | \"mdi:database-lock-outline\" | \"mdi:database-marker\" | \"mdi:database-marker-outline\" | \"mdi:database-minus\" | \"mdi:database-minus-outline\" | \"mdi:database-off\" | \"mdi:database-off-outline\" | \"mdi:database-outline\" | \"mdi:database-plus\" | \"mdi:database-plus-outline\" | \"mdi:database-refresh\" | \"mdi:database-refresh-outline\" | \"mdi:database-remove\" | \"mdi:database-remove-outline\" | \"mdi:database-search\" | \"mdi:database-search-outline\" | \"mdi:database-settings\" | \"mdi:database-settings-outline\" | \"mdi:database-sync\" | \"mdi:database-sync-outline\" | \"mdi:death-star\" | \"mdi:death-star-variant\" | \"mdi:deathly-hallows\" | \"mdi:debian\" | \"mdi:debug-step-into\" | \"mdi:debug-step-out\" | \"mdi:debug-step-over\" | \"mdi:decagram\" | \"mdi:decagram-outline\" | \"mdi:decimal\" | \"mdi:decimal-comma\" | \"mdi:decimal-comma-decrease\" | \"mdi:decimal-comma-increase\" | \"mdi:decimal-decrease\" | \"mdi:decimal-increase\" | \"mdi:delete\" | \"mdi:delete-alert\" | \"mdi:delete-alert-outline\" | \"mdi:delete-circle\" | \"mdi:delete-circle-outline\" | \"mdi:delete-clock\" | \"mdi:delete-clock-outline\" | \"mdi:delete-empty\" | \"mdi:delete-empty-outline\" | \"mdi:delete-forever\" | \"mdi:delete-forever-outline\" | \"mdi:delete-off\" | \"mdi:delete-off-outline\" | \"mdi:delete-outline\" | \"mdi:delete-restore\" | \"mdi:delete-sweep\" | \"mdi:delete-sweep-outline\" | \"mdi:delete-variant\" | \"mdi:delta\" | \"mdi:desk\" | \"mdi:desk-lamp\" | \"mdi:desk-lamp-off\" | \"mdi:desk-lamp-on\" | \"mdi:deskphone\" | \"mdi:desktop-classic\" | \"mdi:desktop-tower\" | \"mdi:desktop-tower-monitor\" | \"mdi:details\" | \"mdi:dev-to\" | \"mdi:developer-board\" | \"mdi:deviantart\" | \"mdi:devices\" | \"mdi:dharmachakra\" | \"mdi:diabetes\" | \"mdi:dialpad\" | \"mdi:diameter\" | \"mdi:diameter-outline\" | \"mdi:diameter-variant\" | \"mdi:diamond\" | \"mdi:diamond-outline\" | \"mdi:diamond-stone\" | \"mdi:diaper-outline\" | \"mdi:dice-1\" | \"mdi:dice-1-outline\" | \"mdi:dice-2\" | \"mdi:dice-2-outline\" | \"mdi:dice-3\" | \"mdi:dice-3-outline\" | \"mdi:dice-4\" | \"mdi:dice-4-outline\" | \"mdi:dice-5\" | \"mdi:dice-5-outline\" | \"mdi:dice-6\" | \"mdi:dice-6-outline\" | \"mdi:dice-d10\" | \"mdi:dice-d10-outline\" | \"mdi:dice-d12\" | \"mdi:dice-d12-outline\" | \"mdi:dice-d20\" | \"mdi:dice-d20-outline\" | \"mdi:dice-d4\" | \"mdi:dice-d4-outline\" | \"mdi:dice-d6\" | \"mdi:dice-d6-outline\" | \"mdi:dice-d8\" | \"mdi:dice-d8-outline\" | \"mdi:dice-multiple\" | \"mdi:dice-multiple-outline\" | \"mdi:digital-ocean\" | \"mdi:dip-switch\" | \"mdi:directions\" | \"mdi:directions-fork\" | \"mdi:disc\" | \"mdi:disc-alert\" | \"mdi:disc-player\" | \"mdi:dishwasher\" | \"mdi:dishwasher-alert\" | \"mdi:dishwasher-off\" | \"mdi:disqus\" | \"mdi:distribute-horizontal-center\" | \"mdi:distribute-horizontal-left\" | \"mdi:distribute-horizontal-right\" | \"mdi:distribute-vertical-bottom\" | \"mdi:distribute-vertical-center\" | \"mdi:distribute-vertical-top\" | \"mdi:diversify\" | \"mdi:diving\" | \"mdi:diving-flippers\" | \"mdi:diving-helmet\" | \"mdi:diving-scuba\" | \"mdi:diving-scuba-flag\" | \"mdi:diving-scuba-mask\" | \"mdi:diving-scuba-tank\" | \"mdi:diving-scuba-tank-multiple\" | \"mdi:diving-snorkel\" | \"mdi:division\" | \"mdi:division-box\" | \"mdi:dlna\" | \"mdi:dna\" | \"mdi:dns\" | \"mdi:dns-outline\" | \"mdi:dock-bottom\" | \"mdi:dock-left\" | \"mdi:dock-right\" | \"mdi:dock-top\" | \"mdi:dock-window\" | \"mdi:docker\" | \"mdi:doctor\" | \"mdi:dog\" | \"mdi:dog-service\" | \"mdi:dog-side\" | \"mdi:dog-side-off\" | \"mdi:dolby\" | \"mdi:dolly\" | \"mdi:dolphin\" | \"mdi:domain\" | \"mdi:domain-off\" | \"mdi:domain-plus\" | \"mdi:domain-remove\" | \"mdi:domain-switch\" | \"mdi:dome-light\" | \"mdi:domino-mask\" | \"mdi:donkey\" | \"mdi:door\" | \"mdi:door-closed\" | \"mdi:door-closed-cancel\" | \"mdi:door-closed-lock\" | \"mdi:door-open\" | \"mdi:door-sliding\" | \"mdi:door-sliding-lock\" | \"mdi:door-sliding-open\" | \"mdi:doorbell\" | \"mdi:doorbell-video\" | \"mdi:dot-net\" | \"mdi:dots-circle\" | \"mdi:dots-grid\" | \"mdi:dots-hexagon\" | \"mdi:dots-horizontal\" | \"mdi:dots-horizontal-circle\" | \"mdi:dots-horizontal-circle-outline\" | \"mdi:dots-square\" | \"mdi:dots-triangle\" | \"mdi:dots-vertical\" | \"mdi:dots-vertical-circle\" | \"mdi:dots-vertical-circle-outline\" | \"mdi:download\" | \"mdi:download-box\" | \"mdi:download-box-outline\" | \"mdi:download-circle\" | \"mdi:download-circle-outline\" | \"mdi:download-lock\" | \"mdi:download-lock-outline\" | \"mdi:download-multiple\" | \"mdi:download-multiple-outline\" | \"mdi:download-network\" | \"mdi:download-network-outline\" | \"mdi:download-off\" | \"mdi:download-off-outline\" | \"mdi:download-outline\" | \"mdi:drag\" | \"mdi:drag-horizontal\" | \"mdi:drag-horizontal-variant\" | \"mdi:drag-variant\" | \"mdi:drag-vertical\" | \"mdi:drag-vertical-variant\" | \"mdi:drama-masks\" | \"mdi:draw\" | \"mdi:draw-pen\" | \"mdi:drawing\" | \"mdi:drawing-box\" | \"mdi:dresser\" | \"mdi:dresser-outline\" | \"mdi:drone\" | \"mdi:dropbox\" | \"mdi:drupal\" | \"mdi:duck\" | \"mdi:dumbbell\" | \"mdi:dump-truck\" | \"mdi:ear-hearing\" | \"mdi:ear-hearing-loop\" | \"mdi:ear-hearing-off\" | \"mdi:earbuds\" | \"mdi:earbuds-off\" | \"mdi:earbuds-off-outline\" | \"mdi:earbuds-outline\" | \"mdi:earth\" | \"mdi:earth-arrow-down\" | \"mdi:earth-arrow-left\" | \"mdi:earth-arrow-right\" | \"mdi:earth-arrow-up\" | \"mdi:earth-box\" | \"mdi:earth-box-minus\" | \"mdi:earth-box-off\" | \"mdi:earth-box-plus\" | \"mdi:earth-box-remove\" | \"mdi:earth-minus\" | \"mdi:earth-off\" | \"mdi:earth-plus\" | \"mdi:earth-remove\" | \"mdi:egg\" | \"mdi:egg-easter\" | \"mdi:egg-fried\" | \"mdi:egg-off\" | \"mdi:egg-off-outline\" | \"mdi:egg-outline\" | \"mdi:eiffel-tower\" | \"mdi:eight-track\" | \"mdi:eject\" | \"mdi:eject-circle\" | \"mdi:eject-circle-outline\" | \"mdi:eject-outline\" | \"mdi:electric-switch\" | \"mdi:electric-switch-closed\" | \"mdi:electron-framework\" | \"mdi:elephant\" | \"mdi:elevation-decline\" | \"mdi:elevation-rise\" | \"mdi:elevator\" | \"mdi:elevator-down\" | \"mdi:elevator-passenger\" | \"mdi:elevator-passenger-off\" | \"mdi:elevator-passenger-off-outline\" | \"mdi:elevator-passenger-outline\" | \"mdi:elevator-up\" | \"mdi:ellipse\" | \"mdi:ellipse-outline\" | \"mdi:email\" | \"mdi:email-alert\" | \"mdi:email-alert-outline\" | \"mdi:email-arrow-left\" | \"mdi:email-arrow-left-outline\" | \"mdi:email-arrow-right\" | \"mdi:email-arrow-right-outline\" | \"mdi:email-box\" | \"mdi:email-check\" | \"mdi:email-check-outline\" | \"mdi:email-edit\" | \"mdi:email-edit-outline\" | \"mdi:email-fast\" | \"mdi:email-fast-outline\" | \"mdi:email-heart-outline\" | \"mdi:email-lock\" | \"mdi:email-lock-outline\" | \"mdi:email-mark-as-unread\" | \"mdi:email-minus\" | \"mdi:email-minus-outline\" | \"mdi:email-multiple\" | \"mdi:email-multiple-outline\" | \"mdi:email-newsletter\" | \"mdi:email-off\" | \"mdi:email-off-outline\" | \"mdi:email-open\" | \"mdi:email-open-heart-outline\" | \"mdi:email-open-multiple\" | \"mdi:email-open-multiple-outline\" | \"mdi:email-open-outline\" | \"mdi:email-outline\" | \"mdi:email-plus\" | \"mdi:email-plus-outline\" | \"mdi:email-remove\" | \"mdi:email-remove-outline\" | \"mdi:email-seal\" | \"mdi:email-seal-outline\" | \"mdi:email-search\" | \"mdi:email-search-outline\" | \"mdi:email-sync\" | \"mdi:email-sync-outline\" | \"mdi:email-variant\" | \"mdi:ember\" | \"mdi:emby\" | \"mdi:emoticon\" | \"mdi:emoticon-angry\" | \"mdi:emoticon-angry-outline\" | \"mdi:emoticon-confused\" | \"mdi:emoticon-confused-outline\" | \"mdi:emoticon-cool\" | \"mdi:emoticon-cool-outline\" | \"mdi:emoticon-cry\" | \"mdi:emoticon-cry-outline\" | \"mdi:emoticon-dead\" | \"mdi:emoticon-dead-outline\" | \"mdi:emoticon-devil\" | \"mdi:emoticon-devil-outline\" | \"mdi:emoticon-excited\" | \"mdi:emoticon-excited-outline\" | \"mdi:emoticon-frown\" | \"mdi:emoticon-frown-outline\" | \"mdi:emoticon-happy\" | \"mdi:emoticon-happy-outline\" | \"mdi:emoticon-kiss\" | \"mdi:emoticon-kiss-outline\" | \"mdi:emoticon-lol\" | \"mdi:emoticon-lol-outline\" | \"mdi:emoticon-minus\" | \"mdi:emoticon-minus-outline\" | \"mdi:emoticon-neutral\" | \"mdi:emoticon-neutral-outline\" | \"mdi:emoticon-outline\" | \"mdi:emoticon-plus\" | \"mdi:emoticon-plus-outline\" | \"mdi:emoticon-poop\" | \"mdi:emoticon-poop-outline\" | \"mdi:emoticon-remove\" | \"mdi:emoticon-remove-outline\" | \"mdi:emoticon-sad\" | \"mdi:emoticon-sad-outline\" | \"mdi:emoticon-sick\" | \"mdi:emoticon-sick-outline\" | \"mdi:emoticon-tongue\" | \"mdi:emoticon-tongue-outline\" | \"mdi:emoticon-wink\" | \"mdi:emoticon-wink-outline\" | \"mdi:engine\" | \"mdi:engine-off\" | \"mdi:engine-off-outline\" | \"mdi:engine-outline\" | \"mdi:epsilon\" | \"mdi:equal\" | \"mdi:equal-box\" | \"mdi:equalizer\" | \"mdi:equalizer-outline\" | \"mdi:eraser\" | \"mdi:eraser-variant\" | \"mdi:escalator\" | \"mdi:escalator-box\" | \"mdi:escalator-down\" | \"mdi:escalator-up\" | \"mdi:eslint\" | \"mdi:et\" | \"mdi:ethereum\" | \"mdi:ethernet\" | \"mdi:ethernet-cable\" | \"mdi:ethernet-cable-off\" | \"mdi:ethernet-off\" | \"mdi:ev-plug-ccs1\" | \"mdi:ev-plug-ccs2\" | \"mdi:ev-plug-chademo\" | \"mdi:ev-plug-tesla\" | \"mdi:ev-plug-type1\" | \"mdi:ev-plug-type2\" | \"mdi:ev-station\" | \"mdi:evernote\" | \"mdi:excavator\" | \"mdi:exclamation\" | \"mdi:exclamation-thick\" | \"mdi:exit-run\" | \"mdi:exit-to-app\" | \"mdi:expand-all\" | \"mdi:expand-all-outline\" | \"mdi:expansion-card\" | \"mdi:expansion-card-variant\" | \"mdi:exponent\" | \"mdi:exponent-box\" | \"mdi:export\" | \"mdi:export-variant\" | \"mdi:eye\" | \"mdi:eye-arrow-left\" | \"mdi:eye-arrow-left-outline\" | \"mdi:eye-arrow-right\" | \"mdi:eye-arrow-right-outline\" | \"mdi:eye-check\" | \"mdi:eye-check-outline\" | \"mdi:eye-circle\" | \"mdi:eye-circle-outline\" | \"mdi:eye-closed\" | \"mdi:eye-lock\" | \"mdi:eye-lock-open\" | \"mdi:eye-lock-open-outline\" | \"mdi:eye-lock-outline\" | \"mdi:eye-minus\" | \"mdi:eye-minus-outline\" | \"mdi:eye-off\" | \"mdi:eye-off-outline\" | \"mdi:eye-outline\" | \"mdi:eye-plus\" | \"mdi:eye-plus-outline\" | \"mdi:eye-refresh\" | \"mdi:eye-refresh-outline\" | \"mdi:eye-remove\" | \"mdi:eye-remove-outline\" | \"mdi:eye-settings\" | \"mdi:eye-settings-outline\" | \"mdi:eyedropper\" | \"mdi:eyedropper-minus\" | \"mdi:eyedropper-off\" | \"mdi:eyedropper-plus\" | \"mdi:eyedropper-remove\" | \"mdi:eyedropper-variant\" | \"mdi:face-agent\" | \"mdi:face-man\" | \"mdi:face-man-outline\" | \"mdi:face-man-profile\" | \"mdi:face-man-shimmer\" | \"mdi:face-man-shimmer-outline\" | \"mdi:face-mask\" | \"mdi:face-mask-outline\" | \"mdi:face-recognition\" | \"mdi:face-woman\" | \"mdi:face-woman-outline\" | \"mdi:face-woman-profile\" | \"mdi:face-woman-shimmer\" | \"mdi:face-woman-shimmer-outline\" | \"mdi:facebook\" | \"mdi:facebook-gaming\" | \"mdi:facebook-messenger\" | \"mdi:facebook-workplace\" | \"mdi:factory\" | \"mdi:family-tree\" | \"mdi:fan\" | \"mdi:fan-alert\" | \"mdi:fan-auto\" | \"mdi:fan-chevron-down\" | \"mdi:fan-chevron-up\" | \"mdi:fan-clock\" | \"mdi:fan-minus\" | \"mdi:fan-off\" | \"mdi:fan-plus\" | \"mdi:fan-remove\" | \"mdi:fan-speed-1\" | \"mdi:fan-speed-2\" | \"mdi:fan-speed-3\" | \"mdi:fast-forward\" | \"mdi:fast-forward-10\" | \"mdi:fast-forward-15\" | \"mdi:fast-forward-30\" | \"mdi:fast-forward-45\" | \"mdi:fast-forward-5\" | \"mdi:fast-forward-60\" | \"mdi:fast-forward-outline\" | \"mdi:faucet\" | \"mdi:faucet-variant\" | \"mdi:fax\" | \"mdi:feather\" | \"mdi:feature-search\" | \"mdi:feature-search-outline\" | \"mdi:fedora\" | \"mdi:fence\" | \"mdi:fence-electric\" | \"mdi:fencing\" | \"mdi:ferris-wheel\" | \"mdi:ferry\" | \"mdi:file\" | \"mdi:file-account\" | \"mdi:file-account-outline\" | \"mdi:file-alert\" | \"mdi:file-alert-outline\" | \"mdi:file-arrow-left-right\" | \"mdi:file-arrow-left-right-outline\" | \"mdi:file-arrow-up-down\" | \"mdi:file-arrow-up-down-outline\" | \"mdi:file-cabinet\" | \"mdi:file-cad\" | \"mdi:file-cad-box\" | \"mdi:file-cancel\" | \"mdi:file-cancel-outline\" | \"mdi:file-certificate\" | \"mdi:file-certificate-outline\" | \"mdi:file-chart\" | \"mdi:file-chart-check\" | \"mdi:file-chart-check-outline\" | \"mdi:file-chart-outline\" | \"mdi:file-check\" | \"mdi:file-check-outline\" | \"mdi:file-clock\" | \"mdi:file-clock-outline\" | \"mdi:file-cloud\" | \"mdi:file-cloud-outline\" | \"mdi:file-code\" | \"mdi:file-code-outline\" | \"mdi:file-cog\" | \"mdi:file-cog-outline\" | \"mdi:file-compare\" | \"mdi:file-delimited\" | \"mdi:file-delimited-outline\" | \"mdi:file-document\" | \"mdi:file-document-alert\" | \"mdi:file-document-alert-outline\" | \"mdi:file-document-arrow-right\" | \"mdi:file-document-arrow-right-outline\" | \"mdi:file-document-check\" | \"mdi:file-document-check-outline\" | \"mdi:file-document-edit\" | \"mdi:file-document-edit-outline\" | \"mdi:file-document-minus\" | \"mdi:file-document-minus-outline\" | \"mdi:file-document-multiple\" | \"mdi:file-document-multiple-outline\" | \"mdi:file-document-outline\" | \"mdi:file-document-plus\" | \"mdi:file-document-plus-outline\" | \"mdi:file-document-refresh\" | \"mdi:file-document-refresh-outline\" | \"mdi:file-document-remove\" | \"mdi:file-document-remove-outline\" | \"mdi:file-download\" | \"mdi:file-download-outline\" | \"mdi:file-edit\" | \"mdi:file-edit-outline\" | \"mdi:file-excel\" | \"mdi:file-excel-box\" | \"mdi:file-excel-box-outline\" | \"mdi:file-excel-outline\" | \"mdi:file-export\" | \"mdi:file-export-outline\" | \"mdi:file-eye\" | \"mdi:file-eye-outline\" | \"mdi:file-find\" | \"mdi:file-find-outline\" | \"mdi:file-gif-box\" | \"mdi:file-hidden\" | \"mdi:file-image\" | \"mdi:file-image-marker\" | \"mdi:file-image-marker-outline\" | \"mdi:file-image-minus\" | \"mdi:file-image-minus-outline\" | \"mdi:file-image-outline\" | \"mdi:file-image-plus\" | \"mdi:file-image-plus-outline\" | \"mdi:file-image-remove\" | \"mdi:file-image-remove-outline\" | \"mdi:file-import\" | \"mdi:file-import-outline\" | \"mdi:file-jpg-box\" | \"mdi:file-key\" | \"mdi:file-key-outline\" | \"mdi:file-link\" | \"mdi:file-link-outline\" | \"mdi:file-lock\" | \"mdi:file-lock-open\" | \"mdi:file-lock-open-outline\" | \"mdi:file-lock-outline\" | \"mdi:file-marker\" | \"mdi:file-marker-outline\" | \"mdi:file-minus\" | \"mdi:file-minus-outline\" | \"mdi:file-move\" | \"mdi:file-move-outline\" | \"mdi:file-multiple\" | \"mdi:file-multiple-outline\" | \"mdi:file-music\" | \"mdi:file-music-outline\" | \"mdi:file-outline\" | \"mdi:file-pdf-box\" | \"mdi:file-percent\" | \"mdi:file-percent-outline\" | \"mdi:file-phone\" | \"mdi:file-phone-outline\" | \"mdi:file-plus\" | \"mdi:file-plus-outline\" | \"mdi:file-png-box\" | \"mdi:file-powerpoint\" | \"mdi:file-powerpoint-box\" | \"mdi:file-powerpoint-box-outline\" | \"mdi:file-powerpoint-outline\" | \"mdi:file-presentation-box\" | \"mdi:file-question\" | \"mdi:file-question-outline\" | \"mdi:file-refresh\" | \"mdi:file-refresh-outline\" | \"mdi:file-remove\" | \"mdi:file-remove-outline\" | \"mdi:file-replace\" | \"mdi:file-replace-outline\" | \"mdi:file-restore\" | \"mdi:file-restore-outline\" | \"mdi:file-rotate-left\" | \"mdi:file-rotate-left-outline\" | \"mdi:file-rotate-right\" | \"mdi:file-rotate-right-outline\" | \"mdi:file-search\" | \"mdi:file-search-outline\" | \"mdi:file-send\" | \"mdi:file-send-outline\" | \"mdi:file-settings\" | \"mdi:file-settings-outline\" | \"mdi:file-sign\" | \"mdi:file-star\" | \"mdi:file-star-four-points\" | \"mdi:file-star-four-points-outline\" | \"mdi:file-star-outline\" | \"mdi:file-swap\" | \"mdi:file-swap-outline\" | \"mdi:file-sync\" | \"mdi:file-sync-outline\" | \"mdi:file-table\" | \"mdi:file-table-box\" | \"mdi:file-table-box-multiple\" | \"mdi:file-table-box-multiple-outline\" | \"mdi:file-table-box-outline\" | \"mdi:file-table-outline\" | \"mdi:file-tree\" | \"mdi:file-tree-outline\" | \"mdi:file-undo\" | \"mdi:file-undo-outline\" | \"mdi:file-upload\" | \"mdi:file-upload-outline\" | \"mdi:file-video\" | \"mdi:file-video-outline\" | \"mdi:file-word\" | \"mdi:file-word-box\" | \"mdi:file-word-box-outline\" | \"mdi:file-word-outline\" | \"mdi:file-xml-box\" | \"mdi:film\" | \"mdi:filmstrip\" | \"mdi:filmstrip-box\" | \"mdi:filmstrip-box-multiple\" | \"mdi:filmstrip-off\" | \"mdi:filter\" | \"mdi:filter-check\" | \"mdi:filter-check-outline\" | \"mdi:filter-cog\" | \"mdi:filter-cog-outline\" | \"mdi:filter-menu\" | \"mdi:filter-menu-outline\" | \"mdi:filter-minus\" | \"mdi:filter-minus-outline\" | \"mdi:filter-multiple\" | \"mdi:filter-multiple-outline\" | \"mdi:filter-off\" | \"mdi:filter-off-outline\" | \"mdi:filter-outline\" | \"mdi:filter-plus\" | \"mdi:filter-plus-outline\" | \"mdi:filter-remove\" | \"mdi:filter-remove-outline\" | \"mdi:filter-settings\" | \"mdi:filter-settings-outline\" | \"mdi:filter-variant\" | \"mdi:filter-variant-minus\" | \"mdi:filter-variant-plus\" | \"mdi:filter-variant-remove\" | \"mdi:finance\" | \"mdi:find-replace\" | \"mdi:fingerprint\" | \"mdi:fingerprint-off\" | \"mdi:fire\" | \"mdi:fire-alert\" | \"mdi:fire-circle\" | \"mdi:fire-extinguisher\" | \"mdi:fire-hydrant\" | \"mdi:fire-hydrant-alert\" | \"mdi:fire-hydrant-off\" | \"mdi:fire-off\" | \"mdi:fire-station\" | \"mdi:fire-truck\" | \"mdi:firebase\" | \"mdi:firefox\" | \"mdi:fireplace\" | \"mdi:fireplace-off\" | \"mdi:firewire\" | \"mdi:firework\" | \"mdi:firework-off\" | \"mdi:fish\" | \"mdi:fish-off\" | \"mdi:fishbowl\" | \"mdi:fishbowl-outline\" | \"mdi:fit-to-page\" | \"mdi:fit-to-page-outline\" | \"mdi:fit-to-screen\" | \"mdi:fit-to-screen-outline\" | \"mdi:flag\" | \"mdi:flag-checkered\" | \"mdi:flag-minus\" | \"mdi:flag-minus-outline\" | \"mdi:flag-off\" | \"mdi:flag-off-outline\" | \"mdi:flag-outline\" | \"mdi:flag-plus\" | \"mdi:flag-plus-outline\" | \"mdi:flag-remove\" | \"mdi:flag-remove-outline\" | \"mdi:flag-triangle\" | \"mdi:flag-variant\" | \"mdi:flag-variant-minus\" | \"mdi:flag-variant-minus-outline\" | \"mdi:flag-variant-off\" | \"mdi:flag-variant-off-outline\" | \"mdi:flag-variant-outline\" | \"mdi:flag-variant-plus\" | \"mdi:flag-variant-plus-outline\" | \"mdi:flag-variant-remove\" | \"mdi:flag-variant-remove-outline\" | \"mdi:flare\" | \"mdi:flash\" | \"mdi:flash-alert\" | \"mdi:flash-alert-outline\" | \"mdi:flash-auto\" | \"mdi:flash-off\" | \"mdi:flash-off-outline\" | \"mdi:flash-outline\" | \"mdi:flash-red-eye\" | \"mdi:flash-triangle\" | \"mdi:flash-triangle-outline\" | \"mdi:flashlight\" | \"mdi:flashlight-off\" | \"mdi:flask\" | \"mdi:flask-empty\" | \"mdi:flask-empty-minus\" | \"mdi:flask-empty-minus-outline\" | \"mdi:flask-empty-off\" | \"mdi:flask-empty-off-outline\" | \"mdi:flask-empty-outline\" | \"mdi:flask-empty-plus\" | \"mdi:flask-empty-plus-outline\" | \"mdi:flask-empty-remove\" | \"mdi:flask-empty-remove-outline\" | \"mdi:flask-minus\" | \"mdi:flask-minus-outline\" | \"mdi:flask-off\" | \"mdi:flask-off-outline\" | \"mdi:flask-outline\" | \"mdi:flask-plus\" | \"mdi:flask-plus-outline\" | \"mdi:flask-remove\" | \"mdi:flask-remove-outline\" | \"mdi:flask-round-bottom\" | \"mdi:flask-round-bottom-empty\" | \"mdi:flask-round-bottom-empty-outline\" | \"mdi:flask-round-bottom-outline\" | \"mdi:fleur-de-lis\" | \"mdi:flip-horizontal\" | \"mdi:flip-to-back\" | \"mdi:flip-to-front\" | \"mdi:flip-vertical\" | \"mdi:floor-lamp\" | \"mdi:floor-lamp-dual\" | \"mdi:floor-lamp-dual-outline\" | \"mdi:floor-lamp-outline\" | \"mdi:floor-lamp-torchiere\" | \"mdi:floor-lamp-torchiere-outline\" | \"mdi:floor-lamp-torchiere-variant\" | \"mdi:floor-lamp-torchiere-variant-outline\" | \"mdi:floor-plan\" | \"mdi:floppy\" | \"mdi:floppy-variant\" | \"mdi:flower\" | \"mdi:flower-outline\" | \"mdi:flower-pollen\" | \"mdi:flower-pollen-outline\" | \"mdi:flower-poppy\" | \"mdi:flower-tulip\" | \"mdi:flower-tulip-outline\" | \"mdi:focus-auto\" | \"mdi:focus-field\" | \"mdi:focus-field-horizontal\" | \"mdi:focus-field-vertical\" | \"mdi:folder\" | \"mdi:folder-account\" | \"mdi:folder-account-outline\" | \"mdi:folder-alert\" | \"mdi:folder-alert-outline\" | \"mdi:folder-arrow-down\" | \"mdi:folder-arrow-down-outline\" | \"mdi:folder-arrow-left\" | \"mdi:folder-arrow-left-outline\" | \"mdi:folder-arrow-left-right\" | \"mdi:folder-arrow-left-right-outline\" | \"mdi:folder-arrow-right\" | \"mdi:folder-arrow-right-outline\" | \"mdi:folder-arrow-up\" | \"mdi:folder-arrow-up-down\" | \"mdi:folder-arrow-up-down-outline\" | \"mdi:folder-arrow-up-outline\" | \"mdi:folder-cancel\" | \"mdi:folder-cancel-outline\" | \"mdi:folder-check\" | \"mdi:folder-check-outline\" | \"mdi:folder-clock\" | \"mdi:folder-clock-outline\" | \"mdi:folder-cog\" | \"mdi:folder-cog-outline\" | \"mdi:folder-download\" | \"mdi:folder-download-outline\" | \"mdi:folder-edit\" | \"mdi:folder-edit-outline\" | \"mdi:folder-eye\" | \"mdi:folder-eye-outline\" | \"mdi:folder-file\" | \"mdi:folder-file-outline\" | \"mdi:folder-google-drive\" | \"mdi:folder-heart\" | \"mdi:folder-heart-outline\" | \"mdi:folder-hidden\" | \"mdi:folder-home\" | \"mdi:folder-home-outline\" | \"mdi:folder-image\" | \"mdi:folder-information\" | \"mdi:folder-information-outline\" | \"mdi:folder-key\" | \"mdi:folder-key-network\" | \"mdi:folder-key-network-outline\" | \"mdi:folder-key-outline\" | \"mdi:folder-lock\" | \"mdi:folder-lock-open\" | \"mdi:folder-lock-open-outline\" | \"mdi:folder-lock-outline\" | \"mdi:folder-marker\" | \"mdi:folder-marker-outline\" | \"mdi:folder-minus\" | \"mdi:folder-minus-outline\" | \"mdi:folder-move\" | \"mdi:folder-move-outline\" | \"mdi:folder-multiple\" | \"mdi:folder-multiple-image\" | \"mdi:folder-multiple-outline\" | \"mdi:folder-multiple-plus\" | \"mdi:folder-multiple-plus-outline\" | \"mdi:folder-music\" | \"mdi:folder-music-outline\" | \"mdi:folder-network\" | \"mdi:folder-network-outline\" | \"mdi:folder-off\" | \"mdi:folder-off-outline\" | \"mdi:folder-open\" | \"mdi:folder-open-outline\" | \"mdi:folder-outline\" | \"mdi:folder-play\" | \"mdi:folder-play-outline\" | \"mdi:folder-plus\" | \"mdi:folder-plus-outline\" | \"mdi:folder-pound\" | \"mdi:folder-pound-outline\" | \"mdi:folder-question\" | \"mdi:folder-question-outline\" | \"mdi:folder-refresh\" | \"mdi:folder-refresh-outline\" | \"mdi:folder-remove\" | \"mdi:folder-remove-outline\" | \"mdi:folder-search\" | \"mdi:folder-search-outline\" | \"mdi:folder-settings\" | \"mdi:folder-settings-outline\" | \"mdi:folder-star\" | \"mdi:folder-star-multiple\" | \"mdi:folder-star-multiple-outline\" | \"mdi:folder-star-outline\" | \"mdi:folder-swap\" | \"mdi:folder-swap-outline\" | \"mdi:folder-sync\" | \"mdi:folder-sync-outline\" | \"mdi:folder-table\" | \"mdi:folder-table-outline\" | \"mdi:folder-text\" | \"mdi:folder-text-outline\" | \"mdi:folder-upload\" | \"mdi:folder-upload-outline\" | \"mdi:folder-wrench\" | \"mdi:folder-wrench-outline\" | \"mdi:folder-zip\" | \"mdi:folder-zip-outline\" | \"mdi:font-awesome\" | \"mdi:food\" | \"mdi:food-apple\" | \"mdi:food-apple-outline\" | \"mdi:food-croissant\" | \"mdi:food-drumstick\" | \"mdi:food-drumstick-off\" | \"mdi:food-drumstick-off-outline\" | \"mdi:food-drumstick-outline\" | \"mdi:food-fork-drink\" | \"mdi:food-halal\" | \"mdi:food-hot-dog\" | \"mdi:food-kosher\" | \"mdi:food-off\" | \"mdi:food-off-outline\" | \"mdi:food-outline\" | \"mdi:food-steak\" | \"mdi:food-steak-off\" | \"mdi:food-takeout-box\" | \"mdi:food-takeout-box-outline\" | \"mdi:food-turkey\" | \"mdi:food-variant\" | \"mdi:food-variant-off\" | \"mdi:foot-print\" | \"mdi:football\" | \"mdi:football-australian\" | \"mdi:football-helmet\" | \"mdi:forest\" | \"mdi:forest-outline\" | \"mdi:forklift\" | \"mdi:form-dropdown\" | \"mdi:form-select\" | \"mdi:form-textarea\" | \"mdi:form-textbox\" | \"mdi:form-textbox-lock\" | \"mdi:form-textbox-password\" | \"mdi:format-align-bottom\" | \"mdi:format-align-center\" | \"mdi:format-align-justify\" | \"mdi:format-align-left\" | \"mdi:format-align-middle\" | \"mdi:format-align-right\" | \"mdi:format-align-top\" | \"mdi:format-annotation-minus\" | \"mdi:format-annotation-plus\" | \"mdi:format-bold\" | \"mdi:format-clear\" | \"mdi:format-color-fill\" | \"mdi:format-color-highlight\" | \"mdi:format-color-marker-cancel\" | \"mdi:format-color-text\" | \"mdi:format-columns\" | \"mdi:format-float-center\" | \"mdi:format-float-left\" | \"mdi:format-float-none\" | \"mdi:format-float-right\" | \"mdi:format-font\" | \"mdi:format-font-size-decrease\" | \"mdi:format-font-size-increase\" | \"mdi:format-header-1\" | \"mdi:format-header-2\" | \"mdi:format-header-3\" | \"mdi:format-header-4\" | \"mdi:format-header-5\" | \"mdi:format-header-6\" | \"mdi:format-header-decrease\" | \"mdi:format-header-equal\" | \"mdi:format-header-increase\" | \"mdi:format-header-pound\" | \"mdi:format-horizontal-align-center\" | \"mdi:format-horizontal-align-left\" | \"mdi:format-horizontal-align-right\" | \"mdi:format-indent-decrease\" | \"mdi:format-indent-increase\" | \"mdi:format-italic\" | \"mdi:format-letter-case\" | \"mdi:format-letter-case-lower\" | \"mdi:format-letter-case-upper\" | \"mdi:format-letter-ends-with\" | \"mdi:format-letter-matches\" | \"mdi:format-letter-spacing\" | \"mdi:format-letter-spacing-variant\" | \"mdi:format-letter-starts-with\" | \"mdi:format-line-height\" | \"mdi:format-line-spacing\" | \"mdi:format-line-style\" | \"mdi:format-line-weight\" | \"mdi:format-list-bulleted\" | \"mdi:format-list-bulleted-square\" | \"mdi:format-list-bulleted-triangle\" | \"mdi:format-list-bulleted-type\" | \"mdi:format-list-checkbox\" | \"mdi:format-list-checks\" | \"mdi:format-list-group\" | \"mdi:format-list-group-plus\" | \"mdi:format-list-numbered\" | \"mdi:format-list-numbered-rtl\" | \"mdi:format-list-text\" | \"mdi:format-overline\" | \"mdi:format-page-break\" | \"mdi:format-page-split\" | \"mdi:format-paint\" | \"mdi:format-paragraph\" | \"mdi:format-paragraph-spacing\" | \"mdi:format-pilcrow\" | \"mdi:format-pilcrow-arrow-left\" | \"mdi:format-pilcrow-arrow-right\" | \"mdi:format-quote-close\" | \"mdi:format-quote-close-outline\" | \"mdi:format-quote-open\" | \"mdi:format-quote-open-outline\" | \"mdi:format-rotate-90\" | \"mdi:format-section\" | \"mdi:format-size\" | \"mdi:format-strikethrough\" | \"mdi:format-strikethrough-variant\" | \"mdi:format-subscript\" | \"mdi:format-superscript\" | \"mdi:format-text\" | \"mdi:format-text-rotation-angle-down\" | \"mdi:format-text-rotation-angle-up\" | \"mdi:format-text-rotation-down\" | \"mdi:format-text-rotation-down-vertical\" | \"mdi:format-text-rotation-none\" | \"mdi:format-text-rotation-up\" | \"mdi:format-text-rotation-vertical\" | \"mdi:format-text-variant\" | \"mdi:format-text-variant-outline\" | \"mdi:format-text-wrapping-clip\" | \"mdi:format-text-wrapping-overflow\" | \"mdi:format-text-wrapping-wrap\" | \"mdi:format-textbox\" | \"mdi:format-title\" | \"mdi:format-underline\" | \"mdi:format-underline-wavy\" | \"mdi:format-vertical-align-bottom\" | \"mdi:format-vertical-align-center\" | \"mdi:format-vertical-align-top\" | \"mdi:format-wrap-inline\" | \"mdi:format-wrap-square\" | \"mdi:format-wrap-tight\" | \"mdi:format-wrap-top-bottom\" | \"mdi:forum\" | \"mdi:forum-minus\" | \"mdi:forum-minus-outline\" | \"mdi:forum-outline\" | \"mdi:forum-plus\" | \"mdi:forum-plus-outline\" | \"mdi:forum-remove\" | \"mdi:forum-remove-outline\" | \"mdi:forward\" | \"mdi:forwardburger\" | \"mdi:fountain\" | \"mdi:fountain-pen\" | \"mdi:fountain-pen-tip\" | \"mdi:fraction-one-half\" | \"mdi:freebsd\" | \"mdi:french-fries\" | \"mdi:frequently-asked-questions\" | \"mdi:fridge\" | \"mdi:fridge-alert\" | \"mdi:fridge-alert-outline\" | \"mdi:fridge-bottom\" | \"mdi:fridge-industrial\" | \"mdi:fridge-industrial-alert\" | \"mdi:fridge-industrial-alert-outline\" | \"mdi:fridge-industrial-off\" | \"mdi:fridge-industrial-off-outline\" | \"mdi:fridge-industrial-outline\" | \"mdi:fridge-off\" | \"mdi:fridge-off-outline\" | \"mdi:fridge-outline\" | \"mdi:fridge-top\" | \"mdi:fridge-variant\" | \"mdi:fridge-variant-alert\" | \"mdi:fridge-variant-alert-outline\" | \"mdi:fridge-variant-off\" | \"mdi:fridge-variant-off-outline\" | \"mdi:fridge-variant-outline\" | \"mdi:fruit-cherries\" | \"mdi:fruit-cherries-off\" | \"mdi:fruit-citrus\" | \"mdi:fruit-citrus-off\" | \"mdi:fruit-grapes\" | \"mdi:fruit-grapes-outline\" | \"mdi:fruit-pear\" | \"mdi:fruit-pineapple\" | \"mdi:fruit-watermelon\" | \"mdi:fuel\" | \"mdi:fuel-cell\" | \"mdi:fullscreen\" | \"mdi:fullscreen-exit\" | \"mdi:function-variant\" | \"mdi:furigana-horizontal\" | \"mdi:furigana-vertical\" | \"mdi:fuse\" | \"mdi:fuse-alert\" | \"mdi:fuse-blade\" | \"mdi:fuse-off\" | \"mdi:gamepad\" | \"mdi:gamepad-circle\" | \"mdi:gamepad-circle-down\" | \"mdi:gamepad-circle-left\" | \"mdi:gamepad-circle-outline\" | \"mdi:gamepad-circle-right\" | \"mdi:gamepad-circle-up\" | \"mdi:gamepad-down\" | \"mdi:gamepad-left\" | \"mdi:gamepad-outline\" | \"mdi:gamepad-right\" | \"mdi:gamepad-round\" | \"mdi:gamepad-round-down\" | \"mdi:gamepad-round-left\" | \"mdi:gamepad-round-outline\" | \"mdi:gamepad-round-right\" | \"mdi:gamepad-round-up\" | \"mdi:gamepad-square\" | \"mdi:gamepad-square-outline\" | \"mdi:gamepad-up\" | \"mdi:gamepad-variant\" | \"mdi:gamepad-variant-outline\" | \"mdi:gamma\" | \"mdi:gantry-crane\" | \"mdi:garage\" | \"mdi:garage-alert\" | \"mdi:garage-alert-variant\" | \"mdi:garage-lock\" | \"mdi:garage-open\" | \"mdi:garage-open-variant\" | \"mdi:garage-variant\" | \"mdi:garage-variant-lock\" | \"mdi:gas-burner\" | \"mdi:gas-cylinder\" | \"mdi:gas-station\" | \"mdi:gas-station-in-use\" | \"mdi:gas-station-in-use-outline\" | \"mdi:gas-station-off\" | \"mdi:gas-station-off-outline\" | \"mdi:gas-station-outline\" | \"mdi:gate\" | \"mdi:gate-alert\" | \"mdi:gate-and\" | \"mdi:gate-arrow-left\" | \"mdi:gate-arrow-right\" | \"mdi:gate-buffer\" | \"mdi:gate-nand\" | \"mdi:gate-nor\" | \"mdi:gate-not\" | \"mdi:gate-open\" | \"mdi:gate-or\" | \"mdi:gate-xnor\" | \"mdi:gate-xor\" | \"mdi:gatsby\" | \"mdi:gauge\" | \"mdi:gauge-empty\" | \"mdi:gauge-full\" | \"mdi:gauge-low\" | \"mdi:gavel\" | \"mdi:gender-female\" | \"mdi:gender-male\" | \"mdi:gender-male-female\" | \"mdi:gender-male-female-variant\" | \"mdi:gender-non-binary\" | \"mdi:gender-transgender\" | \"mdi:generator-mobile\" | \"mdi:generator-portable\" | \"mdi:generator-stationary\" | \"mdi:gentoo\" | \"mdi:gesture\" | \"mdi:gesture-double-tap\" | \"mdi:gesture-pinch\" | \"mdi:gesture-spread\" | \"mdi:gesture-swipe\" | \"mdi:gesture-swipe-down\" | \"mdi:gesture-swipe-horizontal\" | \"mdi:gesture-swipe-left\" | \"mdi:gesture-swipe-right\" | \"mdi:gesture-swipe-up\" | \"mdi:gesture-swipe-vertical\" | \"mdi:gesture-tap\" | \"mdi:gesture-tap-box\" | \"mdi:gesture-tap-button\" | \"mdi:gesture-tap-hold\" | \"mdi:gesture-two-double-tap\" | \"mdi:gesture-two-tap\" | \"mdi:ghost\" | \"mdi:ghost-off\" | \"mdi:ghost-off-outline\" | \"mdi:ghost-outline\" | \"mdi:gift\" | \"mdi:gift-off\" | \"mdi:gift-off-outline\" | \"mdi:gift-open\" | \"mdi:gift-open-outline\" | \"mdi:gift-outline\" | \"mdi:git\" | \"mdi:github\" | \"mdi:gitlab\" | \"mdi:glass-cocktail\" | \"mdi:glass-cocktail-off\" | \"mdi:glass-flute\" | \"mdi:glass-fragile\" | \"mdi:glass-mug\" | \"mdi:glass-mug-off\" | \"mdi:glass-mug-variant\" | \"mdi:glass-mug-variant-off\" | \"mdi:glass-pint-outline\" | \"mdi:glass-stange\" | \"mdi:glass-tulip\" | \"mdi:glass-wine\" | \"mdi:glasses\" | \"mdi:globe-light\" | \"mdi:globe-light-outline\" | \"mdi:globe-model\" | \"mdi:gmail\" | \"mdi:gnome\" | \"mdi:go-kart\" | \"mdi:go-kart-track\" | \"mdi:gog\" | \"mdi:gold\" | \"mdi:golf\" | \"mdi:golf-cart\" | \"mdi:golf-tee\" | \"mdi:gondola\" | \"mdi:goodreads\" | \"mdi:google\" | \"mdi:google-ads\" | \"mdi:google-analytics\" | \"mdi:google-assistant\" | \"mdi:google-cardboard\" | \"mdi:google-chrome\" | \"mdi:google-circles\" | \"mdi:google-circles-communities\" | \"mdi:google-circles-extended\" | \"mdi:google-circles-group\" | \"mdi:google-classroom\" | \"mdi:google-cloud\" | \"mdi:google-downasaur\" | \"mdi:google-drive\" | \"mdi:google-earth\" | \"mdi:google-fit\" | \"mdi:google-glass\" | \"mdi:google-hangouts\" | \"mdi:google-keep\" | \"mdi:google-lens\" | \"mdi:google-maps\" | \"mdi:google-my-business\" | \"mdi:google-nearby\" | \"mdi:google-play\" | \"mdi:google-plus\" | \"mdi:google-podcast\" | \"mdi:google-spreadsheet\" | \"mdi:google-street-view\" | \"mdi:google-translate\" | \"mdi:gradient-horizontal\" | \"mdi:gradient-vertical\" | \"mdi:grain\" | \"mdi:graph\" | \"mdi:graph-outline\" | \"mdi:graphql\" | \"mdi:grass\" | \"mdi:grave-stone\" | \"mdi:grease-pencil\" | \"mdi:greater-than\" | \"mdi:greater-than-or-equal\" | \"mdi:greenhouse\" | \"mdi:grid\" | \"mdi:grid-large\" | \"mdi:grid-off\" | \"mdi:grill\" | \"mdi:grill-outline\" | \"mdi:group\" | \"mdi:guitar-acoustic\" | \"mdi:guitar-electric\" | \"mdi:guitar-pick\" | \"mdi:guitar-pick-outline\" | \"mdi:guy-fawkes-mask\" | \"mdi:gymnastics\" | \"mdi:hail\" | \"mdi:hair-dryer\" | \"mdi:hair-dryer-outline\" | \"mdi:halloween\" | \"mdi:hamburger\" | \"mdi:hamburger-check\" | \"mdi:hamburger-minus\" | \"mdi:hamburger-off\" | \"mdi:hamburger-plus\" | \"mdi:hamburger-remove\" | \"mdi:hammer\" | \"mdi:hammer-screwdriver\" | \"mdi:hammer-sickle\" | \"mdi:hammer-wrench\" | \"mdi:hand-back-left\" | \"mdi:hand-back-left-off\" | \"mdi:hand-back-left-off-outline\" | \"mdi:hand-back-left-outline\" | \"mdi:hand-back-right\" | \"mdi:hand-back-right-off\" | \"mdi:hand-back-right-off-outline\" | \"mdi:hand-back-right-outline\" | \"mdi:hand-clap\" | \"mdi:hand-clap-off\" | \"mdi:hand-coin\" | \"mdi:hand-coin-outline\" | \"mdi:hand-cycle\" | \"mdi:hand-extended\" | \"mdi:hand-extended-outline\" | \"mdi:hand-front-left\" | \"mdi:hand-front-left-outline\" | \"mdi:hand-front-right\" | \"mdi:hand-front-right-outline\" | \"mdi:hand-heart\" | \"mdi:hand-heart-outline\" | \"mdi:hand-okay\" | \"mdi:hand-peace\" | \"mdi:hand-peace-variant\" | \"mdi:hand-pointing-down\" | \"mdi:hand-pointing-left\" | \"mdi:hand-pointing-right\" | \"mdi:hand-pointing-up\" | \"mdi:hand-saw\" | \"mdi:hand-wash\" | \"mdi:hand-wash-outline\" | \"mdi:hand-water\" | \"mdi:hand-wave\" | \"mdi:hand-wave-outline\" | \"mdi:handball\" | \"mdi:handcuffs\" | \"mdi:hands-pray\" | \"mdi:handshake\" | \"mdi:handshake-outline\" | \"mdi:hanger\" | \"mdi:hard-hat\" | \"mdi:harddisk\" | \"mdi:harddisk-plus\" | \"mdi:harddisk-remove\" | \"mdi:hat-fedora\" | \"mdi:hazard-lights\" | \"mdi:hdmi-port\" | \"mdi:hdr\" | \"mdi:hdr-off\" | \"mdi:head\" | \"mdi:head-alert\" | \"mdi:head-alert-outline\" | \"mdi:head-check\" | \"mdi:head-check-outline\" | \"mdi:head-cog\" | \"mdi:head-cog-outline\" | \"mdi:head-dots-horizontal\" | \"mdi:head-dots-horizontal-outline\" | \"mdi:head-flash\" | \"mdi:head-flash-outline\" | \"mdi:head-heart\" | \"mdi:head-heart-outline\" | \"mdi:head-lightbulb\" | \"mdi:head-lightbulb-outline\" | \"mdi:head-minus\" | \"mdi:head-minus-outline\" | \"mdi:head-outline\" | \"mdi:head-plus\" | \"mdi:head-plus-outline\" | \"mdi:head-question\" | \"mdi:head-question-outline\" | \"mdi:head-remove\" | \"mdi:head-remove-outline\" | \"mdi:head-snowflake\" | \"mdi:head-snowflake-outline\" | \"mdi:head-sync\" | \"mdi:head-sync-outline\" | \"mdi:headphones\" | \"mdi:headphones-bluetooth\" | \"mdi:headphones-box\" | \"mdi:headphones-off\" | \"mdi:headphones-settings\" | \"mdi:headset\" | \"mdi:headset-dock\" | \"mdi:headset-off\" | \"mdi:heart\" | \"mdi:heart-box\" | \"mdi:heart-box-outline\" | \"mdi:heart-broken\" | \"mdi:heart-broken-outline\" | \"mdi:heart-circle\" | \"mdi:heart-circle-outline\" | \"mdi:heart-cog\" | \"mdi:heart-cog-outline\" | \"mdi:heart-flash\" | \"mdi:heart-half\" | \"mdi:heart-half-full\" | \"mdi:heart-half-outline\" | \"mdi:heart-minus\" | \"mdi:heart-minus-outline\" | \"mdi:heart-multiple\" | \"mdi:heart-multiple-outline\" | \"mdi:heart-off\" | \"mdi:heart-off-outline\" | \"mdi:heart-outline\" | \"mdi:heart-plus\" | \"mdi:heart-plus-outline\" | \"mdi:heart-pulse\" | \"mdi:heart-remove\" | \"mdi:heart-remove-outline\" | \"mdi:heart-search\" | \"mdi:heart-settings\" | \"mdi:heart-settings-outline\" | \"mdi:heat-pump\" | \"mdi:heat-pump-outline\" | \"mdi:heat-wave\" | \"mdi:heating-coil\" | \"mdi:helicopter\" | \"mdi:help\" | \"mdi:help-box\" | \"mdi:help-box-multiple\" | \"mdi:help-box-multiple-outline\" | \"mdi:help-box-outline\" | \"mdi:help-circle\" | \"mdi:help-circle-outline\" | \"mdi:help-network\" | \"mdi:help-network-outline\" | \"mdi:help-rhombus\" | \"mdi:help-rhombus-outline\" | \"mdi:hexadecimal\" | \"mdi:hexagon\" | \"mdi:hexagon-multiple\" | \"mdi:hexagon-multiple-outline\" | \"mdi:hexagon-outline\" | \"mdi:hexagon-slice-1\" | \"mdi:hexagon-slice-2\" | \"mdi:hexagon-slice-3\" | \"mdi:hexagon-slice-4\" | \"mdi:hexagon-slice-5\" | \"mdi:hexagon-slice-6\" | \"mdi:hexagram\" | \"mdi:hexagram-outline\" | \"mdi:high-definition\" | \"mdi:high-definition-box\" | \"mdi:highway\" | \"mdi:hiking\" | \"mdi:history\" | \"mdi:hockey-puck\" | \"mdi:hockey-sticks\" | \"mdi:hololens\" | \"mdi:home\" | \"mdi:home-account\" | \"mdi:home-alert\" | \"mdi:home-alert-outline\" | \"mdi:home-analytics\" | \"mdi:home-assistant\" | \"mdi:home-automation\" | \"mdi:home-battery\" | \"mdi:home-battery-outline\" | \"mdi:home-circle\" | \"mdi:home-circle-outline\" | \"mdi:home-city\" | \"mdi:home-city-outline\" | \"mdi:home-clock\" | \"mdi:home-clock-outline\" | \"mdi:home-edit\" | \"mdi:home-edit-outline\" | \"mdi:home-export-outline\" | \"mdi:home-flood\" | \"mdi:home-floor-0\" | \"mdi:home-floor-1\" | \"mdi:home-floor-2\" | \"mdi:home-floor-3\" | \"mdi:home-floor-a\" | \"mdi:home-floor-b\" | \"mdi:home-floor-g\" | \"mdi:home-floor-l\" | \"mdi:home-floor-negative-1\" | \"mdi:home-group\" | \"mdi:home-group-minus\" | \"mdi:home-group-plus\" | \"mdi:home-group-remove\" | \"mdi:home-heart\" | \"mdi:home-import-outline\" | \"mdi:home-lightbulb\" | \"mdi:home-lightbulb-outline\" | \"mdi:home-lightning-bolt\" | \"mdi:home-lightning-bolt-outline\" | \"mdi:home-lock\" | \"mdi:home-lock-open\" | \"mdi:home-map-marker\" | \"mdi:home-minus\" | \"mdi:home-minus-outline\" | \"mdi:home-modern\" | \"mdi:home-off\" | \"mdi:home-off-outline\" | \"mdi:home-outline\" | \"mdi:home-percent\" | \"mdi:home-percent-outline\" | \"mdi:home-plus\" | \"mdi:home-plus-outline\" | \"mdi:home-remove\" | \"mdi:home-remove-outline\" | \"mdi:home-roof\" | \"mdi:home-search\" | \"mdi:home-search-outline\" | \"mdi:home-silo\" | \"mdi:home-silo-outline\" | \"mdi:home-sound-in\" | \"mdi:home-sound-in-outline\" | \"mdi:home-sound-out\" | \"mdi:home-sound-out-outline\" | \"mdi:home-switch\" | \"mdi:home-switch-outline\" | \"mdi:home-thermometer\" | \"mdi:home-thermometer-outline\" | \"mdi:home-variant\" | \"mdi:home-variant-outline\" | \"mdi:hook\" | \"mdi:hook-off\" | \"mdi:hoop-house\" | \"mdi:hops\" | \"mdi:horizontal-rotate-clockwise\" | \"mdi:horizontal-rotate-counterclockwise\" | \"mdi:horse\" | \"mdi:horse-human\" | \"mdi:horse-variant\" | \"mdi:horse-variant-fast\" | \"mdi:horseshoe\" | \"mdi:hospital\" | \"mdi:hospital-box\" | \"mdi:hospital-box-outline\" | \"mdi:hospital-building\" | \"mdi:hospital-marker\" | \"mdi:hot-tub\" | \"mdi:hours-12\" | \"mdi:hours-24\" | \"mdi:hub\" | \"mdi:hub-outline\" | \"mdi:hubspot\" | \"mdi:hulu\" | \"mdi:human\" | \"mdi:human-baby-changing-table\" | \"mdi:human-cane\" | \"mdi:human-capacity-decrease\" | \"mdi:human-capacity-increase\" | \"mdi:human-child\" | \"mdi:human-dolly\" | \"mdi:human-edit\" | \"mdi:human-female\" | \"mdi:human-female-boy\" | \"mdi:human-female-dance\" | \"mdi:human-female-female\" | \"mdi:human-female-female-child\" | \"mdi:human-female-girl\" | \"mdi:human-greeting\" | \"mdi:human-greeting-proximity\" | \"mdi:human-greeting-variant\" | \"mdi:human-handsdown\" | \"mdi:human-handsup\" | \"mdi:human-male\" | \"mdi:human-male-board\" | \"mdi:human-male-board-poll\" | \"mdi:human-male-boy\" | \"mdi:human-male-child\" | \"mdi:human-male-female\" | \"mdi:human-male-female-child\" | \"mdi:human-male-girl\" | \"mdi:human-male-height\" | \"mdi:human-male-height-variant\" | \"mdi:human-male-male\" | \"mdi:human-male-male-child\" | \"mdi:human-non-binary\" | \"mdi:human-pregnant\" | \"mdi:human-queue\" | \"mdi:human-scooter\" | \"mdi:human-walker\" | \"mdi:human-wheelchair\" | \"mdi:human-white-cane\" | \"mdi:humble-bundle\" | \"mdi:hvac\" | \"mdi:hvac-off\" | \"mdi:hydraulic-oil-level\" | \"mdi:hydraulic-oil-temperature\" | \"mdi:hydro-power\" | \"mdi:hydrogen-station\" | \"mdi:ice-cream\" | \"mdi:ice-cream-off\" | \"mdi:ice-pop\" | \"mdi:id-card\" | \"mdi:identifier\" | \"mdi:ideogram-cjk\" | \"mdi:ideogram-cjk-variant\" | \"mdi:image\" | \"mdi:image-album\" | \"mdi:image-area\" | \"mdi:image-area-close\" | \"mdi:image-auto-adjust\" | \"mdi:image-broken\" | \"mdi:image-broken-variant\" | \"mdi:image-check\" | \"mdi:image-check-outline\" | \"mdi:image-edit\" | \"mdi:image-edit-outline\" | \"mdi:image-filter-black-white\" | \"mdi:image-filter-center-focus\" | \"mdi:image-filter-center-focus-strong\" | \"mdi:image-filter-center-focus-strong-outline\" | \"mdi:image-filter-center-focus-weak\" | \"mdi:image-filter-drama\" | \"mdi:image-filter-drama-outline\" | \"mdi:image-filter-frames\" | \"mdi:image-filter-hdr\" | \"mdi:image-filter-hdr-outline\" | \"mdi:image-filter-none\" | \"mdi:image-filter-tilt-shift\" | \"mdi:image-filter-vintage\" | \"mdi:image-frame\" | \"mdi:image-lock\" | \"mdi:image-lock-outline\" | \"mdi:image-marker\" | \"mdi:image-marker-outline\" | \"mdi:image-minus\" | \"mdi:image-minus-outline\" | \"mdi:image-move\" | \"mdi:image-multiple\" | \"mdi:image-multiple-outline\" | \"mdi:image-off\" | \"mdi:image-off-outline\" | \"mdi:image-outline\" | \"mdi:image-plus\" | \"mdi:image-plus-outline\" | \"mdi:image-refresh\" | \"mdi:image-refresh-outline\" | \"mdi:image-remove\" | \"mdi:image-remove-outline\" | \"mdi:image-search\" | \"mdi:image-search-outline\" | \"mdi:image-size-select-actual\" | \"mdi:image-size-select-large\" | \"mdi:image-size-select-small\" | \"mdi:image-sync\" | \"mdi:image-sync-outline\" | \"mdi:image-text\" | \"mdi:import\" | \"mdi:inbox\" | \"mdi:inbox-arrow-down\" | \"mdi:inbox-arrow-down-outline\" | \"mdi:inbox-arrow-up\" | \"mdi:inbox-arrow-up-outline\" | \"mdi:inbox-full\" | \"mdi:inbox-full-outline\" | \"mdi:inbox-multiple\" | \"mdi:inbox-multiple-outline\" | \"mdi:inbox-outline\" | \"mdi:inbox-remove\" | \"mdi:inbox-remove-outline\" | \"mdi:incognito\" | \"mdi:incognito-circle\" | \"mdi:incognito-circle-off\" | \"mdi:incognito-off\" | \"mdi:induction\" | \"mdi:infinity\" | \"mdi:information\" | \"mdi:information-box\" | \"mdi:information-box-outline\" | \"mdi:information-off\" | \"mdi:information-off-outline\" | \"mdi:information-outline\" | \"mdi:information-slab-box\" | \"mdi:information-slab-box-outline\" | \"mdi:information-slab-circle\" | \"mdi:information-slab-circle-outline\" | \"mdi:information-slab-symbol\" | \"mdi:information-symbol\" | \"mdi:information-variant\" | \"mdi:information-variant-box\" | \"mdi:information-variant-box-outline\" | \"mdi:information-variant-circle\" | \"mdi:information-variant-circle-outline\" | \"mdi:instagram\" | \"mdi:instrument-triangle\" | \"mdi:integrated-circuit-chip\" | \"mdi:invert-colors\" | \"mdi:invert-colors-off\" | \"mdi:invoice\" | \"mdi:invoice-arrow-left\" | \"mdi:invoice-arrow-left-outline\" | \"mdi:invoice-arrow-right\" | \"mdi:invoice-arrow-right-outline\" | \"mdi:invoice-check\" | \"mdi:invoice-check-outline\" | \"mdi:invoice-clock\" | \"mdi:invoice-clock-outline\" | \"mdi:invoice-edit\" | \"mdi:invoice-edit-outline\" | \"mdi:invoice-export-outline\" | \"mdi:invoice-fast\" | \"mdi:invoice-fast-outline\" | \"mdi:invoice-import\" | \"mdi:invoice-import-outline\" | \"mdi:invoice-list\" | \"mdi:invoice-list-outline\" | \"mdi:invoice-minus\" | \"mdi:invoice-minus-outline\" | \"mdi:invoice-multiple\" | \"mdi:invoice-multiple-outline\" | \"mdi:invoice-outline\" | \"mdi:invoice-plus\" | \"mdi:invoice-plus-outline\" | \"mdi:invoice-remove\" | \"mdi:invoice-remove-outline\" | \"mdi:invoice-send\" | \"mdi:invoice-send-outline\" | \"mdi:invoice-text\" | \"mdi:invoice-text-arrow-left\" | \"mdi:invoice-text-arrow-left-outline\" | \"mdi:invoice-text-arrow-right\" | \"mdi:invoice-text-arrow-right-outline\" | \"mdi:invoice-text-check\" | \"mdi:invoice-text-check-outline\" | \"mdi:invoice-text-clock\" | \"mdi:invoice-text-clock-outline\" | \"mdi:invoice-text-edit\" | \"mdi:invoice-text-edit-outline\" | \"mdi:invoice-text-fast\" | \"mdi:invoice-text-fast-outline\" | \"mdi:invoice-text-minus\" | \"mdi:invoice-text-minus-outline\" | \"mdi:invoice-text-multiple\" | \"mdi:invoice-text-multiple-outline\" | \"mdi:invoice-text-outline\" | \"mdi:invoice-text-plus\" | \"mdi:invoice-text-plus-outline\" | \"mdi:invoice-text-remove\" | \"mdi:invoice-text-remove-outline\" | \"mdi:invoice-text-send\" | \"mdi:invoice-text-send-outline\" | \"mdi:iobroker\" | \"mdi:ip\" | \"mdi:ip-network\" | \"mdi:ip-network-outline\" | \"mdi:ip-outline\" | \"mdi:ipod\" | \"mdi:iron\" | \"mdi:iron-board\" | \"mdi:iron-outline\" | \"mdi:island\" | \"mdi:island-variant\" | \"mdi:iv-bag\" | \"mdi:jabber\" | \"mdi:jeepney\" | \"mdi:jellyfish\" | \"mdi:jellyfish-outline\" | \"mdi:jira\" | \"mdi:jquery\" | \"mdi:jsfiddle\" | \"mdi:jump-rope\" | \"mdi:kabaddi\" | \"mdi:kangaroo\" | \"mdi:karate\" | \"mdi:kayaking\" | \"mdi:keg\" | \"mdi:kettle\" | \"mdi:kettle-alert\" | \"mdi:kettle-alert-outline\" | \"mdi:kettle-off\" | \"mdi:kettle-off-outline\" | \"mdi:kettle-outline\" | \"mdi:kettle-pour-over\" | \"mdi:kettle-steam\" | \"mdi:kettle-steam-outline\" | \"mdi:kettlebell\" | \"mdi:key\" | \"mdi:key-alert\" | \"mdi:key-alert-outline\" | \"mdi:key-arrow-right\" | \"mdi:key-chain\" | \"mdi:key-chain-variant\" | \"mdi:key-change\" | \"mdi:key-link\" | \"mdi:key-minus\" | \"mdi:key-outline\" | \"mdi:key-plus\" | \"mdi:key-remove\" | \"mdi:key-star\" | \"mdi:key-variant\" | \"mdi:key-wireless\" | \"mdi:keyboard\" | \"mdi:keyboard-backspace\" | \"mdi:keyboard-caps\" | \"mdi:keyboard-close\" | \"mdi:keyboard-close-outline\" | \"mdi:keyboard-esc\" | \"mdi:keyboard-f1\" | \"mdi:keyboard-f10\" | \"mdi:keyboard-f11\" | \"mdi:keyboard-f12\" | \"mdi:keyboard-f2\" | \"mdi:keyboard-f3\" | \"mdi:keyboard-f4\" | \"mdi:keyboard-f5\" | \"mdi:keyboard-f6\" | \"mdi:keyboard-f7\" | \"mdi:keyboard-f8\" | \"mdi:keyboard-f9\" | \"mdi:keyboard-off\" | \"mdi:keyboard-off-outline\" | \"mdi:keyboard-outline\" | \"mdi:keyboard-return\" | \"mdi:keyboard-settings\" | \"mdi:keyboard-settings-outline\" | \"mdi:keyboard-space\" | \"mdi:keyboard-tab\" | \"mdi:keyboard-tab-reverse\" | \"mdi:keyboard-variant\" | \"mdi:khanda\" | \"mdi:kickstarter\" | \"mdi:kite\" | \"mdi:kite-outline\" | \"mdi:kitesurfing\" | \"mdi:klingon\" | \"mdi:knife\" | \"mdi:knife-military\" | \"mdi:knob\" | \"mdi:koala\" | \"mdi:kodi\" | \"mdi:kubernetes\" | \"mdi:label\" | \"mdi:label-multiple\" | \"mdi:label-multiple-outline\" | \"mdi:label-off\" | \"mdi:label-off-outline\" | \"mdi:label-outline\" | \"mdi:label-percent\" | \"mdi:label-percent-outline\" | \"mdi:label-variant\" | \"mdi:label-variant-outline\" | \"mdi:ladder\" | \"mdi:ladybug\" | \"mdi:lambda\" | \"mdi:lamp\" | \"mdi:lamp-outline\" | \"mdi:lamps\" | \"mdi:lamps-outline\" | \"mdi:lan\" | \"mdi:lan-check\" | \"mdi:lan-connect\" | \"mdi:lan-disconnect\" | \"mdi:lan-pending\" | \"mdi:land-fields\" | \"mdi:land-plots\" | \"mdi:land-plots-circle\" | \"mdi:land-plots-circle-variant\" | \"mdi:land-plots-marker\" | \"mdi:land-rows-horizontal\" | \"mdi:land-rows-vertical\" | \"mdi:landslide\" | \"mdi:landslide-outline\" | \"mdi:language-c\" | \"mdi:language-cpp\" | \"mdi:language-csharp\" | \"mdi:language-css3\" | \"mdi:language-fortran\" | \"mdi:language-go\" | \"mdi:language-haskell\" | \"mdi:language-html5\" | \"mdi:language-java\" | \"mdi:language-javascript\" | \"mdi:language-kotlin\" | \"mdi:language-lua\" | \"mdi:language-markdown\" | \"mdi:language-markdown-outline\" | \"mdi:language-php\" | \"mdi:language-python\" | \"mdi:language-r\" | \"mdi:language-ruby\" | \"mdi:language-ruby-on-rails\" | \"mdi:language-rust\" | \"mdi:language-swift\" | \"mdi:language-typescript\" | \"mdi:language-xaml\" | \"mdi:laptop\" | \"mdi:laptop-account\" | \"mdi:laptop-off\" | \"mdi:laravel\" | \"mdi:laser-pointer\" | \"mdi:lasso\" | \"mdi:lastpass\" | \"mdi:latitude\" | \"mdi:launch\" | \"mdi:lava-lamp\" | \"mdi:layers\" | \"mdi:layers-edit\" | \"mdi:layers-minus\" | \"mdi:layers-off\" | \"mdi:layers-off-outline\" | \"mdi:layers-outline\" | \"mdi:layers-plus\" | \"mdi:layers-remove\" | \"mdi:layers-search\" | \"mdi:layers-search-outline\" | \"mdi:layers-triple\" | \"mdi:layers-triple-outline\" | \"mdi:lead-pencil\" | \"mdi:leaf\" | \"mdi:leaf-circle\" | \"mdi:leaf-circle-outline\" | \"mdi:leaf-maple\" | \"mdi:leaf-maple-off\" | \"mdi:leaf-off\" | \"mdi:leak\" | \"mdi:leak-off\" | \"mdi:lectern\" | \"mdi:led-off\" | \"mdi:led-on\" | \"mdi:led-outline\" | \"mdi:led-strip\" | \"mdi:led-strip-variant\" | \"mdi:led-strip-variant-off\" | \"mdi:led-variant-off\" | \"mdi:led-variant-on\" | \"mdi:led-variant-outline\" | \"mdi:leek\" | \"mdi:less-than\" | \"mdi:less-than-or-equal\" | \"mdi:library\" | \"mdi:library-outline\" | \"mdi:library-shelves\" | \"mdi:license\" | \"mdi:lifebuoy\" | \"mdi:light-flood-down\" | \"mdi:light-flood-up\" | \"mdi:light-recessed\" | \"mdi:light-switch\" | \"mdi:light-switch-off\" | \"mdi:lightbulb\" | \"mdi:lightbulb-alert\" | \"mdi:lightbulb-alert-outline\" | \"mdi:lightbulb-auto\" | \"mdi:lightbulb-auto-outline\" | \"mdi:lightbulb-cfl\" | \"mdi:lightbulb-cfl-off\" | \"mdi:lightbulb-cfl-spiral\" | \"mdi:lightbulb-cfl-spiral-off\" | \"mdi:lightbulb-fluorescent-tube\" | \"mdi:lightbulb-fluorescent-tube-outline\" | \"mdi:lightbulb-group\" | \"mdi:lightbulb-group-off\" | \"mdi:lightbulb-group-off-outline\" | \"mdi:lightbulb-group-outline\" | \"mdi:lightbulb-multiple\" | \"mdi:lightbulb-multiple-off\" | \"mdi:lightbulb-multiple-off-outline\" | \"mdi:lightbulb-multiple-outline\" | \"mdi:lightbulb-night\" | \"mdi:lightbulb-night-outline\" | \"mdi:lightbulb-off\" | \"mdi:lightbulb-off-outline\" | \"mdi:lightbulb-on\" | \"mdi:lightbulb-on-10\" | \"mdi:lightbulb-on-20\" | \"mdi:lightbulb-on-30\" | \"mdi:lightbulb-on-40\" | \"mdi:lightbulb-on-50\" | \"mdi:lightbulb-on-60\" | \"mdi:lightbulb-on-70\" | \"mdi:lightbulb-on-80\" | \"mdi:lightbulb-on-90\" | \"mdi:lightbulb-on-outline\" | \"mdi:lightbulb-outline\" | \"mdi:lightbulb-question\" | \"mdi:lightbulb-question-outline\" | \"mdi:lightbulb-spot\" | \"mdi:lightbulb-spot-off\" | \"mdi:lightbulb-variant\" | \"mdi:lightbulb-variant-outline\" | \"mdi:lighthouse\" | \"mdi:lighthouse-on\" | \"mdi:lightning-bolt\" | \"mdi:lightning-bolt-circle\" | \"mdi:lightning-bolt-outline\" | \"mdi:line-scan\" | \"mdi:lingerie\" | \"mdi:link\" | \"mdi:link-box\" | \"mdi:link-box-outline\" | \"mdi:link-box-variant\" | \"mdi:link-box-variant-outline\" | \"mdi:link-circle\" | \"mdi:link-circle-outline\" | \"mdi:link-edit\" | \"mdi:link-lock\" | \"mdi:link-off\" | \"mdi:link-plus\" | \"mdi:link-variant\" | \"mdi:link-variant-minus\" | \"mdi:link-variant-off\" | \"mdi:link-variant-plus\" | \"mdi:link-variant-remove\" | \"mdi:linkedin\" | \"mdi:linux\" | \"mdi:linux-mint\" | \"mdi:lipstick\" | \"mdi:liquid-spot\" | \"mdi:liquor\" | \"mdi:list-box\" | \"mdi:list-box-outline\" | \"mdi:list-status\" | \"mdi:litecoin\" | \"mdi:loading\" | \"mdi:location-enter\" | \"mdi:location-exit\" | \"mdi:lock\" | \"mdi:lock-alert\" | \"mdi:lock-alert-outline\" | \"mdi:lock-check\" | \"mdi:lock-check-outline\" | \"mdi:lock-clock\" | \"mdi:lock-minus\" | \"mdi:lock-minus-outline\" | \"mdi:lock-off\" | \"mdi:lock-off-outline\" | \"mdi:lock-open\" | \"mdi:lock-open-alert\" | \"mdi:lock-open-alert-outline\" | \"mdi:lock-open-check\" | \"mdi:lock-open-check-outline\" | \"mdi:lock-open-minus\" | \"mdi:lock-open-minus-outline\" | \"mdi:lock-open-outline\" | \"mdi:lock-open-plus\" | \"mdi:lock-open-plus-outline\" | \"mdi:lock-open-remove\" | \"mdi:lock-open-remove-outline\" | \"mdi:lock-open-variant\" | \"mdi:lock-open-variant-outline\" | \"mdi:lock-outline\" | \"mdi:lock-pattern\" | \"mdi:lock-percent\" | \"mdi:lock-percent-open\" | \"mdi:lock-percent-open-outline\" | \"mdi:lock-percent-open-variant\" | \"mdi:lock-percent-open-variant-outline\" | \"mdi:lock-percent-outline\" | \"mdi:lock-plus\" | \"mdi:lock-plus-outline\" | \"mdi:lock-question\" | \"mdi:lock-remove\" | \"mdi:lock-remove-outline\" | \"mdi:lock-reset\" | \"mdi:lock-smart\" | \"mdi:locker\" | \"mdi:locker-multiple\" | \"mdi:login\" | \"mdi:login-variant\" | \"mdi:logout\" | \"mdi:logout-variant\" | \"mdi:longitude\" | \"mdi:looks\" | \"mdi:lotion\" | \"mdi:lotion-outline\" | \"mdi:lotion-plus\" | \"mdi:lotion-plus-outline\" | \"mdi:loupe\" | \"mdi:lumx\" | \"mdi:lungs\" | \"mdi:mace\" | \"mdi:magazine-pistol\" | \"mdi:magazine-rifle\" | \"mdi:magic-staff\" | \"mdi:magnet\" | \"mdi:magnet-on\" | \"mdi:magnify\" | \"mdi:magnify-close\" | \"mdi:magnify-expand\" | \"mdi:magnify-minus\" | \"mdi:magnify-minus-cursor\" | \"mdi:magnify-minus-outline\" | \"mdi:magnify-plus\" | \"mdi:magnify-plus-cursor\" | \"mdi:magnify-plus-outline\" | \"mdi:magnify-remove-cursor\" | \"mdi:magnify-remove-outline\" | \"mdi:magnify-scan\" | \"mdi:mail\" | \"mdi:mailbox\" | \"mdi:mailbox-open\" | \"mdi:mailbox-open-outline\" | \"mdi:mailbox-open-up\" | \"mdi:mailbox-open-up-outline\" | \"mdi:mailbox-outline\" | \"mdi:mailbox-up\" | \"mdi:mailbox-up-outline\" | \"mdi:manjaro\" | \"mdi:map\" | \"mdi:map-check\" | \"mdi:map-check-outline\" | \"mdi:map-clock\" | \"mdi:map-clock-outline\" | \"mdi:map-legend\" | \"mdi:map-marker\" | \"mdi:map-marker-account\" | \"mdi:map-marker-account-outline\" | \"mdi:map-marker-alert\" | \"mdi:map-marker-alert-outline\" | \"mdi:map-marker-check\" | \"mdi:map-marker-check-outline\" | \"mdi:map-marker-circle\" | \"mdi:map-marker-distance\" | \"mdi:map-marker-down\" | \"mdi:map-marker-left\" | \"mdi:map-marker-left-outline\" | \"mdi:map-marker-minus\" | \"mdi:map-marker-minus-outline\" | \"mdi:map-marker-multiple\" | \"mdi:map-marker-multiple-outline\" | \"mdi:map-marker-off\" | \"mdi:map-marker-off-outline\" | \"mdi:map-marker-outline\" | \"mdi:map-marker-path\" | \"mdi:map-marker-plus\" | \"mdi:map-marker-plus-outline\" | \"mdi:map-marker-question\" | \"mdi:map-marker-question-outline\" | \"mdi:map-marker-radius\" | \"mdi:map-marker-radius-outline\" | \"mdi:map-marker-remove\" | \"mdi:map-marker-remove-outline\" | \"mdi:map-marker-remove-variant\" | \"mdi:map-marker-right\" | \"mdi:map-marker-right-outline\" | \"mdi:map-marker-star\" | \"mdi:map-marker-star-outline\" | \"mdi:map-marker-up\" | \"mdi:map-minus\" | \"mdi:map-outline\" | \"mdi:map-plus\" | \"mdi:map-search\" | \"mdi:map-search-outline\" | \"mdi:mapbox\" | \"mdi:margin\" | \"mdi:marker\" | \"mdi:marker-cancel\" | \"mdi:marker-check\" | \"mdi:mastodon\" | \"mdi:material-design\" | \"mdi:material-ui\" | \"mdi:math-compass\" | \"mdi:math-cos\" | \"mdi:math-integral\" | \"mdi:math-integral-box\" | \"mdi:math-log\" | \"mdi:math-norm\" | \"mdi:math-norm-box\" | \"mdi:math-sin\" | \"mdi:math-tan\" | \"mdi:matrix\" | \"mdi:medal\" | \"mdi:medal-outline\" | \"mdi:medical-bag\" | \"mdi:medical-cotton-swab\" | \"mdi:medication\" | \"mdi:medication-outline\" | \"mdi:meditation\" | \"mdi:memory\" | \"mdi:memory-arrow-down\" | \"mdi:menorah\" | \"mdi:menorah-fire\" | \"mdi:menu\" | \"mdi:menu-close\" | \"mdi:menu-down\" | \"mdi:menu-down-outline\" | \"mdi:menu-left\" | \"mdi:menu-left-outline\" | \"mdi:menu-open\" | \"mdi:menu-right\" | \"mdi:menu-right-outline\" | \"mdi:menu-swap\" | \"mdi:menu-swap-outline\" | \"mdi:menu-up\" | \"mdi:menu-up-outline\" | \"mdi:merge\" | \"mdi:message\" | \"mdi:message-alert\" | \"mdi:message-alert-outline\" | \"mdi:message-arrow-left\" | \"mdi:message-arrow-left-outline\" | \"mdi:message-arrow-right\" | \"mdi:message-arrow-right-outline\" | \"mdi:message-badge\" | \"mdi:message-badge-outline\" | \"mdi:message-bookmark\" | \"mdi:message-bookmark-outline\" | \"mdi:message-bulleted\" | \"mdi:message-bulleted-off\" | \"mdi:message-check\" | \"mdi:message-check-outline\" | \"mdi:message-cog\" | \"mdi:message-cog-outline\" | \"mdi:message-draw\" | \"mdi:message-fast\" | \"mdi:message-fast-outline\" | \"mdi:message-flash\" | \"mdi:message-flash-outline\" | \"mdi:message-image\" | \"mdi:message-image-outline\" | \"mdi:message-lock\" | \"mdi:message-lock-outline\" | \"mdi:message-minus\" | \"mdi:message-minus-outline\" | \"mdi:message-off\" | \"mdi:message-off-outline\" | \"mdi:message-outline\" | \"mdi:message-plus\" | \"mdi:message-plus-outline\" | \"mdi:message-processing\" | \"mdi:message-processing-outline\" | \"mdi:message-question\" | \"mdi:message-question-outline\" | \"mdi:message-reply\" | \"mdi:message-reply-outline\" | \"mdi:message-reply-text\" | \"mdi:message-reply-text-outline\" | \"mdi:message-settings\" | \"mdi:message-settings-outline\" | \"mdi:message-star\" | \"mdi:message-star-outline\" | \"mdi:message-text\" | \"mdi:message-text-clock\" | \"mdi:message-text-clock-outline\" | \"mdi:message-text-fast\" | \"mdi:message-text-fast-outline\" | \"mdi:message-text-lock\" | \"mdi:message-text-lock-outline\" | \"mdi:message-text-outline\" | \"mdi:message-video\" | \"mdi:meteor\" | \"mdi:meter-electric\" | \"mdi:meter-electric-outline\" | \"mdi:meter-gas\" | \"mdi:meter-gas-outline\" | \"mdi:metronome\" | \"mdi:metronome-tick\" | \"mdi:micro-sd\" | \"mdi:microphone\" | \"mdi:microphone-message\" | \"mdi:microphone-message-off\" | \"mdi:microphone-minus\" | \"mdi:microphone-off\" | \"mdi:microphone-outline\" | \"mdi:microphone-plus\" | \"mdi:microphone-question\" | \"mdi:microphone-question-outline\" | \"mdi:microphone-settings\" | \"mdi:microphone-variant\" | \"mdi:microphone-variant-off\" | \"mdi:microscope\" | \"mdi:microsoft\" | \"mdi:microsoft-access\" | \"mdi:microsoft-azure\" | \"mdi:microsoft-azure-devops\" | \"mdi:microsoft-bing\" | \"mdi:microsoft-dynamics-365\" | \"mdi:microsoft-edge\" | \"mdi:microsoft-excel\" | \"mdi:microsoft-internet-explorer\" | \"mdi:microsoft-office\" | \"mdi:microsoft-onedrive\" | \"mdi:microsoft-onenote\" | \"mdi:microsoft-outlook\" | \"mdi:microsoft-powerpoint\" | \"mdi:microsoft-sharepoint\" | \"mdi:microsoft-teams\" | \"mdi:microsoft-visual-studio\" | \"mdi:microsoft-visual-studio-code\" | \"mdi:microsoft-windows\" | \"mdi:microsoft-windows-classic\" | \"mdi:microsoft-word\" | \"mdi:microsoft-xbox\" | \"mdi:microsoft-xbox-controller\" | \"mdi:microsoft-xbox-controller-battery-alert\" | \"mdi:microsoft-xbox-controller-battery-charging\" | \"mdi:microsoft-xbox-controller-battery-empty\" | \"mdi:microsoft-xbox-controller-battery-full\" | \"mdi:microsoft-xbox-controller-battery-low\" | \"mdi:microsoft-xbox-controller-battery-medium\" | \"mdi:microsoft-xbox-controller-battery-unknown\" | \"mdi:microsoft-xbox-controller-menu\" | \"mdi:microsoft-xbox-controller-off\" | \"mdi:microsoft-xbox-controller-view\" | \"mdi:microwave\" | \"mdi:microwave-off\" | \"mdi:middleware\" | \"mdi:middleware-outline\" | \"mdi:midi\" | \"mdi:midi-port\" | \"mdi:mine\" | \"mdi:minecraft\" | \"mdi:mini-sd\" | \"mdi:minidisc\" | \"mdi:minus\" | \"mdi:minus-box\" | \"mdi:minus-box-multiple\" | \"mdi:minus-box-multiple-outline\" | \"mdi:minus-box-outline\" | \"mdi:minus-circle\" | \"mdi:minus-circle-multiple\" | \"mdi:minus-circle-multiple-outline\" | \"mdi:minus-circle-off\" | \"mdi:minus-circle-off-outline\" | \"mdi:minus-circle-outline\" | \"mdi:minus-network\" | \"mdi:minus-network-outline\" | \"mdi:minus-thick\" | \"mdi:mirror\" | \"mdi:mirror-rectangle\" | \"mdi:mirror-variant\" | \"mdi:mixed-martial-arts\" | \"mdi:mixed-reality\" | \"mdi:molecule\" | \"mdi:molecule-co\" | \"mdi:molecule-co2\" | \"mdi:monitor\" | \"mdi:monitor-account\" | \"mdi:monitor-arrow-down\" | \"mdi:monitor-arrow-down-variant\" | \"mdi:monitor-cellphone\" | \"mdi:monitor-cellphone-star\" | \"mdi:monitor-dashboard\" | \"mdi:monitor-edit\" | \"mdi:monitor-eye\" | \"mdi:monitor-lock\" | \"mdi:monitor-multiple\" | \"mdi:monitor-off\" | \"mdi:monitor-screenshot\" | \"mdi:monitor-share\" | \"mdi:monitor-shimmer\" | \"mdi:monitor-small\" | \"mdi:monitor-speaker\" | \"mdi:monitor-speaker-off\" | \"mdi:monitor-star\" | \"mdi:monitor-vertical\" | \"mdi:moon-first-quarter\" | \"mdi:moon-full\" | \"mdi:moon-last-quarter\" | \"mdi:moon-new\" | \"mdi:moon-waning-crescent\" | \"mdi:moon-waning-gibbous\" | \"mdi:moon-waxing-crescent\" | \"mdi:moon-waxing-gibbous\" | \"mdi:moped\" | \"mdi:moped-electric\" | \"mdi:moped-electric-outline\" | \"mdi:moped-outline\" | \"mdi:more\" | \"mdi:mortar-pestle\" | \"mdi:mortar-pestle-plus\" | \"mdi:mosque\" | \"mdi:mosque-outline\" | \"mdi:mother-heart\" | \"mdi:mother-nurse\" | \"mdi:motion\" | \"mdi:motion-outline\" | \"mdi:motion-pause\" | \"mdi:motion-pause-outline\" | \"mdi:motion-play\" | \"mdi:motion-play-outline\" | \"mdi:motion-sensor\" | \"mdi:motion-sensor-off\" | \"mdi:motorbike\" | \"mdi:motorbike-electric\" | \"mdi:motorbike-off\" | \"mdi:mouse\" | \"mdi:mouse-bluetooth\" | \"mdi:mouse-left-click\" | \"mdi:mouse-left-click-outline\" | \"mdi:mouse-move-down\" | \"mdi:mouse-move-up\" | \"mdi:mouse-move-vertical\" | \"mdi:mouse-off\" | \"mdi:mouse-outline\" | \"mdi:mouse-right-click\" | \"mdi:mouse-right-click-outline\" | \"mdi:mouse-scroll-wheel\" | \"mdi:mouse-variant\" | \"mdi:mouse-variant-off\" | \"mdi:move-resize\" | \"mdi:move-resize-variant\" | \"mdi:movie\" | \"mdi:movie-check\" | \"mdi:movie-check-outline\" | \"mdi:movie-cog\" | \"mdi:movie-cog-outline\" | \"mdi:movie-edit\" | \"mdi:movie-edit-outline\" | \"mdi:movie-filter\" | \"mdi:movie-filter-outline\" | \"mdi:movie-minus\" | \"mdi:movie-minus-outline\" | \"mdi:movie-off\" | \"mdi:movie-off-outline\" | \"mdi:movie-open\" | \"mdi:movie-open-check\" | \"mdi:movie-open-check-outline\" | \"mdi:movie-open-cog\" | \"mdi:movie-open-cog-outline\" | \"mdi:movie-open-edit\" | \"mdi:movie-open-edit-outline\" | \"mdi:movie-open-minus\" | \"mdi:movie-open-minus-outline\" | \"mdi:movie-open-off\" | \"mdi:movie-open-off-outline\" | \"mdi:movie-open-outline\" | \"mdi:movie-open-play\" | \"mdi:movie-open-play-outline\" | \"mdi:movie-open-plus\" | \"mdi:movie-open-plus-outline\" | \"mdi:movie-open-remove\" | \"mdi:movie-open-remove-outline\" | \"mdi:movie-open-settings\" | \"mdi:movie-open-settings-outline\" | \"mdi:movie-open-star\" | \"mdi:movie-open-star-outline\" | \"mdi:movie-outline\" | \"mdi:movie-play\" | \"mdi:movie-play-outline\" | \"mdi:movie-plus\" | \"mdi:movie-plus-outline\" | \"mdi:movie-remove\" | \"mdi:movie-remove-outline\" | \"mdi:movie-roll\" | \"mdi:movie-search\" | \"mdi:movie-search-outline\" | \"mdi:movie-settings\" | \"mdi:movie-settings-outline\" | \"mdi:movie-star\" | \"mdi:movie-star-outline\" | \"mdi:mower\" | \"mdi:mower-bag\" | \"mdi:mower-bag-on\" | \"mdi:mower-on\" | \"mdi:muffin\" | \"mdi:multicast\" | \"mdi:multimedia\" | \"mdi:multiplication\" | \"mdi:multiplication-box\" | \"mdi:mushroom\" | \"mdi:mushroom-off\" | \"mdi:mushroom-off-outline\" | \"mdi:mushroom-outline\" | \"mdi:music\" | \"mdi:music-accidental-double-flat\" | \"mdi:music-accidental-double-sharp\" | \"mdi:music-accidental-flat\" | \"mdi:music-accidental-natural\" | \"mdi:music-accidental-sharp\" | \"mdi:music-box\" | \"mdi:music-box-multiple\" | \"mdi:music-box-multiple-outline\" | \"mdi:music-box-outline\" | \"mdi:music-circle\" | \"mdi:music-circle-outline\" | \"mdi:music-clef-alto\" | \"mdi:music-clef-bass\" | \"mdi:music-clef-treble\" | \"mdi:music-note\" | \"mdi:music-note-bluetooth\" | \"mdi:music-note-bluetooth-off\" | \"mdi:music-note-eighth\" | \"mdi:music-note-eighth-dotted\" | \"mdi:music-note-half\" | \"mdi:music-note-half-dotted\" | \"mdi:music-note-minus\" | \"mdi:music-note-off\" | \"mdi:music-note-off-outline\" | \"mdi:music-note-outline\" | \"mdi:music-note-plus\" | \"mdi:music-note-quarter\" | \"mdi:music-note-quarter-dotted\" | \"mdi:music-note-sixteenth\" | \"mdi:music-note-sixteenth-dotted\" | \"mdi:music-note-whole\" | \"mdi:music-note-whole-dotted\" | \"mdi:music-off\" | \"mdi:music-rest-eighth\" | \"mdi:music-rest-half\" | \"mdi:music-rest-quarter\" | \"mdi:music-rest-sixteenth\" | \"mdi:music-rest-whole\" | \"mdi:mustache\" | \"mdi:nail\" | \"mdi:nas\" | \"mdi:nativescript\" | \"mdi:nature\" | \"mdi:nature-outline\" | \"mdi:nature-people\" | \"mdi:nature-people-outline\" | \"mdi:navigation\" | \"mdi:navigation-outline\" | \"mdi:navigation-variant\" | \"mdi:navigation-variant-outline\" | \"mdi:near-me\" | \"mdi:necklace\" | \"mdi:needle\" | \"mdi:needle-off\" | \"mdi:netflix\" | \"mdi:network\" | \"mdi:network-off\" | \"mdi:network-off-outline\" | \"mdi:network-outline\" | \"mdi:network-pos\" | \"mdi:network-strength-1\" | \"mdi:network-strength-1-alert\" | \"mdi:network-strength-2\" | \"mdi:network-strength-2-alert\" | \"mdi:network-strength-3\" | \"mdi:network-strength-3-alert\" | \"mdi:network-strength-4\" | \"mdi:network-strength-4-alert\" | \"mdi:network-strength-4-cog\" | \"mdi:network-strength-off\" | \"mdi:network-strength-off-outline\" | \"mdi:network-strength-outline\" | \"mdi:new-box\" | \"mdi:newspaper\" | \"mdi:newspaper-check\" | \"mdi:newspaper-minus\" | \"mdi:newspaper-plus\" | \"mdi:newspaper-remove\" | \"mdi:newspaper-variant\" | \"mdi:newspaper-variant-multiple\" | \"mdi:newspaper-variant-multiple-outline\" | \"mdi:newspaper-variant-outline\" | \"mdi:nfc\" | \"mdi:nfc-search-variant\" | \"mdi:nfc-tap\" | \"mdi:nfc-variant\" | \"mdi:nfc-variant-off\" | \"mdi:ninja\" | \"mdi:nintendo-game-boy\" | \"mdi:nintendo-switch\" | \"mdi:nintendo-wii\" | \"mdi:nintendo-wiiu\" | \"mdi:nix\" | \"mdi:nodejs\" | \"mdi:noodles\" | \"mdi:not-equal\" | \"mdi:not-equal-variant\" | \"mdi:note\" | \"mdi:note-alert\" | \"mdi:note-alert-outline\" | \"mdi:note-check\" | \"mdi:note-check-outline\" | \"mdi:note-edit\" | \"mdi:note-edit-outline\" | \"mdi:note-minus\" | \"mdi:note-minus-outline\" | \"mdi:note-multiple\" | \"mdi:note-multiple-outline\" | \"mdi:note-off\" | \"mdi:note-off-outline\" | \"mdi:note-outline\" | \"mdi:note-plus\" | \"mdi:note-plus-outline\" | \"mdi:note-remove\" | \"mdi:note-remove-outline\" | \"mdi:note-search\" | \"mdi:note-search-outline\" | \"mdi:note-text\" | \"mdi:note-text-outline\" | \"mdi:notebook\" | \"mdi:notebook-check\" | \"mdi:notebook-check-outline\" | \"mdi:notebook-edit\" | \"mdi:notebook-edit-outline\" | \"mdi:notebook-heart\" | \"mdi:notebook-heart-outline\" | \"mdi:notebook-minus\" | \"mdi:notebook-minus-outline\" | \"mdi:notebook-multiple\" | \"mdi:notebook-outline\" | \"mdi:notebook-plus\" | \"mdi:notebook-plus-outline\" | \"mdi:notebook-remove\" | \"mdi:notebook-remove-outline\" | \"mdi:notification-clear-all\" | \"mdi:npm\" | \"mdi:nuke\" | \"mdi:null\" | \"mdi:numeric\" | \"mdi:numeric-0\" | \"mdi:numeric-0-box\" | \"mdi:numeric-0-box-multiple\" | \"mdi:numeric-0-box-multiple-outline\" | \"mdi:numeric-0-box-outline\" | \"mdi:numeric-0-circle\" | \"mdi:numeric-0-circle-outline\" | \"mdi:numeric-1\" | \"mdi:numeric-1-box\" | \"mdi:numeric-1-box-multiple\" | \"mdi:numeric-1-box-multiple-outline\" | \"mdi:numeric-1-box-outline\" | \"mdi:numeric-1-circle\" | \"mdi:numeric-1-circle-outline\" | \"mdi:numeric-10\" | \"mdi:numeric-10-box\" | \"mdi:numeric-10-box-multiple\" | \"mdi:numeric-10-box-multiple-outline\" | \"mdi:numeric-10-box-outline\" | \"mdi:numeric-10-circle\" | \"mdi:numeric-10-circle-outline\" | \"mdi:numeric-2\" | \"mdi:numeric-2-box\" | \"mdi:numeric-2-box-multiple\" | \"mdi:numeric-2-box-multiple-outline\" | \"mdi:numeric-2-box-outline\" | \"mdi:numeric-2-circle\" | \"mdi:numeric-2-circle-outline\" | \"mdi:numeric-3\" | \"mdi:numeric-3-box\" | \"mdi:numeric-3-box-multiple\" | \"mdi:numeric-3-box-multiple-outline\" | \"mdi:numeric-3-box-outline\" | \"mdi:numeric-3-circle\" | \"mdi:numeric-3-circle-outline\" | \"mdi:numeric-4\" | \"mdi:numeric-4-box\" | \"mdi:numeric-4-box-multiple\" | \"mdi:numeric-4-box-multiple-outline\" | \"mdi:numeric-4-box-outline\" | \"mdi:numeric-4-circle\" | \"mdi:numeric-4-circle-outline\" | \"mdi:numeric-5\" | \"mdi:numeric-5-box\" | \"mdi:numeric-5-box-multiple\" | \"mdi:numeric-5-box-multiple-outline\" | \"mdi:numeric-5-box-outline\" | \"mdi:numeric-5-circle\" | \"mdi:numeric-5-circle-outline\" | \"mdi:numeric-6\" | \"mdi:numeric-6-box\" | \"mdi:numeric-6-box-multiple\" | \"mdi:numeric-6-box-multiple-outline\" | \"mdi:numeric-6-box-outline\" | \"mdi:numeric-6-circle\" | \"mdi:numeric-6-circle-outline\" | \"mdi:numeric-7\" | \"mdi:numeric-7-box\" | \"mdi:numeric-7-box-multiple\" | \"mdi:numeric-7-box-multiple-outline\" | \"mdi:numeric-7-box-outline\" | \"mdi:numeric-7-circle\" | \"mdi:numeric-7-circle-outline\" | \"mdi:numeric-8\" | \"mdi:numeric-8-box\" | \"mdi:numeric-8-box-multiple\" | \"mdi:numeric-8-box-multiple-outline\" | \"mdi:numeric-8-box-outline\" | \"mdi:numeric-8-circle\" | \"mdi:numeric-8-circle-outline\" | \"mdi:numeric-9\" | \"mdi:numeric-9-box\" | \"mdi:numeric-9-box-multiple\" | \"mdi:numeric-9-box-multiple-outline\" | \"mdi:numeric-9-box-outline\" | \"mdi:numeric-9-circle\" | \"mdi:numeric-9-circle-outline\" | \"mdi:numeric-9-plus\" | \"mdi:numeric-9-plus-box\" | \"mdi:numeric-9-plus-box-multiple\" | \"mdi:numeric-9-plus-box-multiple-outline\" | \"mdi:numeric-9-plus-box-outline\" | \"mdi:numeric-9-plus-circle\" | \"mdi:numeric-9-plus-circle-outline\" | \"mdi:numeric-negative-1\" | \"mdi:numeric-off\" | \"mdi:numeric-positive-1\" | \"mdi:nut\" | \"mdi:nutrition\" | \"mdi:nuxt\" | \"mdi:oar\" | \"mdi:ocarina\" | \"mdi:oci\" | \"mdi:ocr\" | \"mdi:octagon\" | \"mdi:octagon-outline\" | \"mdi:octagram\" | \"mdi:octagram-edit\" | \"mdi:octagram-edit-outline\" | \"mdi:octagram-minus\" | \"mdi:octagram-minus-outline\" | \"mdi:octagram-outline\" | \"mdi:octagram-plus\" | \"mdi:octagram-plus-outline\" | \"mdi:octahedron\" | \"mdi:octahedron-off\" | \"mdi:odnoklassniki\" | \"mdi:offer\" | \"mdi:office-building\" | \"mdi:office-building-cog\" | \"mdi:office-building-cog-outline\" | \"mdi:office-building-marker\" | \"mdi:office-building-marker-outline\" | \"mdi:office-building-minus\" | \"mdi:office-building-minus-outline\" | \"mdi:office-building-outline\" | \"mdi:office-building-plus\" | \"mdi:office-building-plus-outline\" | \"mdi:office-building-remove\" | \"mdi:office-building-remove-outline\" | \"mdi:oil\" | \"mdi:oil-lamp\" | \"mdi:oil-level\" | \"mdi:oil-temperature\" | \"mdi:om\" | \"mdi:omega\" | \"mdi:one-up\" | \"mdi:onepassword\" | \"mdi:opacity\" | \"mdi:open-in-app\" | \"mdi:open-in-new\" | \"mdi:open-source-initiative\" | \"mdi:openid\" | \"mdi:opera\" | \"mdi:orbit\" | \"mdi:orbit-variant\" | \"mdi:order-alphabetical-ascending\" | \"mdi:order-alphabetical-descending\" | \"mdi:order-bool-ascending\" | \"mdi:order-bool-ascending-variant\" | \"mdi:order-bool-descending\" | \"mdi:order-bool-descending-variant\" | \"mdi:order-numeric-ascending\" | \"mdi:order-numeric-descending\" | \"mdi:origin\" | \"mdi:ornament\" | \"mdi:ornament-variant\" | \"mdi:outdoor-lamp\" | \"mdi:overscan\" | \"mdi:owl\" | \"mdi:pac-man\" | \"mdi:package\" | \"mdi:package-check\" | \"mdi:package-down\" | \"mdi:package-up\" | \"mdi:package-variant\" | \"mdi:package-variant-closed\" | \"mdi:package-variant-closed-check\" | \"mdi:package-variant-closed-minus\" | \"mdi:package-variant-closed-plus\" | \"mdi:package-variant-closed-remove\" | \"mdi:package-variant-minus\" | \"mdi:package-variant-plus\" | \"mdi:package-variant-remove\" | \"mdi:page-first\" | \"mdi:page-last\" | \"mdi:page-layout-body\" | \"mdi:page-layout-footer\" | \"mdi:page-layout-header\" | \"mdi:page-layout-header-footer\" | \"mdi:page-layout-sidebar-left\" | \"mdi:page-layout-sidebar-right\" | \"mdi:page-next\" | \"mdi:page-next-outline\" | \"mdi:page-previous\" | \"mdi:page-previous-outline\" | \"mdi:pail\" | \"mdi:pail-minus\" | \"mdi:pail-minus-outline\" | \"mdi:pail-off\" | \"mdi:pail-off-outline\" | \"mdi:pail-outline\" | \"mdi:pail-plus\" | \"mdi:pail-plus-outline\" | \"mdi:pail-remove\" | \"mdi:pail-remove-outline\" | \"mdi:palette\" | \"mdi:palette-advanced\" | \"mdi:palette-outline\" | \"mdi:palette-swatch\" | \"mdi:palette-swatch-outline\" | \"mdi:palette-swatch-variant\" | \"mdi:palm-tree\" | \"mdi:pan\" | \"mdi:pan-bottom-left\" | \"mdi:pan-bottom-right\" | \"mdi:pan-down\" | \"mdi:pan-horizontal\" | \"mdi:pan-left\" | \"mdi:pan-right\" | \"mdi:pan-top-left\" | \"mdi:pan-top-right\" | \"mdi:pan-up\" | \"mdi:pan-vertical\" | \"mdi:panda\" | \"mdi:pandora\" | \"mdi:panorama\" | \"mdi:panorama-fisheye\" | \"mdi:panorama-horizontal\" | \"mdi:panorama-horizontal-outline\" | \"mdi:panorama-outline\" | \"mdi:panorama-sphere\" | \"mdi:panorama-sphere-outline\" | \"mdi:panorama-variant\" | \"mdi:panorama-variant-outline\" | \"mdi:panorama-vertical\" | \"mdi:panorama-vertical-outline\" | \"mdi:panorama-wide-angle\" | \"mdi:panorama-wide-angle-outline\" | \"mdi:paper-cut-vertical\" | \"mdi:paper-roll\" | \"mdi:paper-roll-outline\" | \"mdi:paperclip\" | \"mdi:paperclip-check\" | \"mdi:paperclip-lock\" | \"mdi:paperclip-minus\" | \"mdi:paperclip-off\" | \"mdi:paperclip-plus\" | \"mdi:paperclip-remove\" | \"mdi:parachute\" | \"mdi:parachute-outline\" | \"mdi:paragliding\" | \"mdi:parking\" | \"mdi:party-popper\" | \"mdi:passport\" | \"mdi:passport-alert\" | \"mdi:passport-biometric\" | \"mdi:passport-cancel\" | \"mdi:passport-check\" | \"mdi:passport-minus\" | \"mdi:passport-plus\" | \"mdi:passport-remove\" | \"mdi:pasta\" | \"mdi:patio-heater\" | \"mdi:patreon\" | \"mdi:pause\" | \"mdi:pause-box\" | \"mdi:pause-box-outline\" | \"mdi:pause-circle\" | \"mdi:pause-circle-outline\" | \"mdi:pause-octagon\" | \"mdi:pause-octagon-outline\" | \"mdi:paw\" | \"mdi:paw-off\" | \"mdi:paw-off-outline\" | \"mdi:paw-outline\" | \"mdi:peace\" | \"mdi:peanut\" | \"mdi:peanut-off\" | \"mdi:peanut-off-outline\" | \"mdi:peanut-outline\" | \"mdi:pen\" | \"mdi:pen-lock\" | \"mdi:pen-minus\" | \"mdi:pen-off\" | \"mdi:pen-plus\" | \"mdi:pen-remove\" | \"mdi:pencil\" | \"mdi:pencil-box\" | \"mdi:pencil-box-multiple\" | \"mdi:pencil-box-multiple-outline\" | \"mdi:pencil-box-outline\" | \"mdi:pencil-circle\" | \"mdi:pencil-circle-outline\" | \"mdi:pencil-lock\" | \"mdi:pencil-lock-outline\" | \"mdi:pencil-minus\" | \"mdi:pencil-minus-outline\" | \"mdi:pencil-off\" | \"mdi:pencil-off-outline\" | \"mdi:pencil-outline\" | \"mdi:pencil-plus\" | \"mdi:pencil-plus-outline\" | \"mdi:pencil-remove\" | \"mdi:pencil-remove-outline\" | \"mdi:pencil-ruler\" | \"mdi:pencil-ruler-outline\" | \"mdi:penguin\" | \"mdi:pentagon\" | \"mdi:pentagon-outline\" | \"mdi:pentagram\" | \"mdi:percent\" | \"mdi:percent-box\" | \"mdi:percent-box-outline\" | \"mdi:percent-circle\" | \"mdi:percent-circle-outline\" | \"mdi:percent-outline\" | \"mdi:periodic-table\" | \"mdi:perspective-less\" | \"mdi:perspective-more\" | \"mdi:ph\" | \"mdi:phone\" | \"mdi:phone-alert\" | \"mdi:phone-alert-outline\" | \"mdi:phone-bluetooth\" | \"mdi:phone-bluetooth-outline\" | \"mdi:phone-cancel\" | \"mdi:phone-cancel-outline\" | \"mdi:phone-check\" | \"mdi:phone-check-outline\" | \"mdi:phone-classic\" | \"mdi:phone-classic-off\" | \"mdi:phone-clock\" | \"mdi:phone-dial\" | \"mdi:phone-dial-outline\" | \"mdi:phone-forward\" | \"mdi:phone-forward-outline\" | \"mdi:phone-hangup\" | \"mdi:phone-hangup-outline\" | \"mdi:phone-in-talk\" | \"mdi:phone-in-talk-outline\" | \"mdi:phone-incoming\" | \"mdi:phone-incoming-outgoing\" | \"mdi:phone-incoming-outgoing-outline\" | \"mdi:phone-incoming-outline\" | \"mdi:phone-lock\" | \"mdi:phone-lock-outline\" | \"mdi:phone-log\" | \"mdi:phone-log-outline\" | \"mdi:phone-message\" | \"mdi:phone-message-outline\" | \"mdi:phone-minus\" | \"mdi:phone-minus-outline\" | \"mdi:phone-missed\" | \"mdi:phone-missed-outline\" | \"mdi:phone-off\" | \"mdi:phone-off-outline\" | \"mdi:phone-outgoing\" | \"mdi:phone-outgoing-outline\" | \"mdi:phone-outline\" | \"mdi:phone-paused\" | \"mdi:phone-paused-outline\" | \"mdi:phone-plus\" | \"mdi:phone-plus-outline\" | \"mdi:phone-refresh\" | \"mdi:phone-refresh-outline\" | \"mdi:phone-remove\" | \"mdi:phone-remove-outline\" | \"mdi:phone-return\" | \"mdi:phone-return-outline\" | \"mdi:phone-ring\" | \"mdi:phone-ring-outline\" | \"mdi:phone-rotate-landscape\" | \"mdi:phone-rotate-portrait\" | \"mdi:phone-settings\" | \"mdi:phone-settings-outline\" | \"mdi:phone-sync\" | \"mdi:phone-sync-outline\" | \"mdi:phone-voip\" | \"mdi:pi\" | \"mdi:pi-box\" | \"mdi:pi-hole\" | \"mdi:piano\" | \"mdi:piano-off\" | \"mdi:pickaxe\" | \"mdi:picture-in-picture-bottom-right\" | \"mdi:picture-in-picture-bottom-right-outline\" | \"mdi:picture-in-picture-top-right\" | \"mdi:picture-in-picture-top-right-outline\" | \"mdi:pier\" | \"mdi:pier-crane\" | \"mdi:pig\" | \"mdi:pig-variant\" | \"mdi:pig-variant-outline\" | \"mdi:piggy-bank\" | \"mdi:piggy-bank-outline\" | \"mdi:pill\" | \"mdi:pill-multiple\" | \"mdi:pill-off\" | \"mdi:pillar\" | \"mdi:pin\" | \"mdi:pin-off\" | \"mdi:pin-off-outline\" | \"mdi:pin-outline\" | \"mdi:pine-tree\" | \"mdi:pine-tree-box\" | \"mdi:pine-tree-fire\" | \"mdi:pine-tree-variant\" | \"mdi:pine-tree-variant-outline\" | \"mdi:pinterest\" | \"mdi:pinwheel\" | \"mdi:pinwheel-outline\" | \"mdi:pipe\" | \"mdi:pipe-disconnected\" | \"mdi:pipe-leak\" | \"mdi:pipe-valve\" | \"mdi:pipe-wrench\" | \"mdi:pirate\" | \"mdi:pistol\" | \"mdi:piston\" | \"mdi:pitchfork\" | \"mdi:pizza\" | \"mdi:plane-car\" | \"mdi:plane-train\" | \"mdi:play\" | \"mdi:play-box\" | \"mdi:play-box-edit-outline\" | \"mdi:play-box-lock\" | \"mdi:play-box-lock-open\" | \"mdi:play-box-lock-open-outline\" | \"mdi:play-box-lock-outline\" | \"mdi:play-box-multiple\" | \"mdi:play-box-multiple-outline\" | \"mdi:play-box-outline\" | \"mdi:play-circle\" | \"mdi:play-circle-outline\" | \"mdi:play-network\" | \"mdi:play-network-outline\" | \"mdi:play-outline\" | \"mdi:play-pause\" | \"mdi:play-protected-content\" | \"mdi:play-speed\" | \"mdi:playlist-check\" | \"mdi:playlist-edit\" | \"mdi:playlist-minus\" | \"mdi:playlist-music\" | \"mdi:playlist-music-outline\" | \"mdi:playlist-play\" | \"mdi:playlist-plus\" | \"mdi:playlist-remove\" | \"mdi:playlist-star\" | \"mdi:plex\" | \"mdi:pliers\" | \"mdi:plus\" | \"mdi:plus-box\" | \"mdi:plus-box-multiple\" | \"mdi:plus-box-multiple-outline\" | \"mdi:plus-box-outline\" | \"mdi:plus-circle\" | \"mdi:plus-circle-multiple\" | \"mdi:plus-circle-multiple-outline\" | \"mdi:plus-circle-outline\" | \"mdi:plus-lock\" | \"mdi:plus-lock-open\" | \"mdi:plus-minus\" | \"mdi:plus-minus-box\" | \"mdi:plus-minus-variant\" | \"mdi:plus-network\" | \"mdi:plus-network-outline\" | \"mdi:plus-outline\" | \"mdi:plus-thick\" | \"mdi:pocket\" | \"mdi:podcast\" | \"mdi:podium\" | \"mdi:podium-bronze\" | \"mdi:podium-gold\" | \"mdi:podium-silver\" | \"mdi:point-of-sale\" | \"mdi:pokeball\" | \"mdi:pokemon-go\" | \"mdi:poker-chip\" | \"mdi:polaroid\" | \"mdi:police-badge\" | \"mdi:police-badge-outline\" | \"mdi:police-station\" | \"mdi:poll\" | \"mdi:polo\" | \"mdi:polymer\" | \"mdi:pool\" | \"mdi:pool-thermometer\" | \"mdi:popcorn\" | \"mdi:post\" | \"mdi:post-lamp\" | \"mdi:post-outline\" | \"mdi:postage-stamp\" | \"mdi:pot\" | \"mdi:pot-mix\" | \"mdi:pot-mix-outline\" | \"mdi:pot-outline\" | \"mdi:pot-steam\" | \"mdi:pot-steam-outline\" | \"mdi:pound\" | \"mdi:pound-box\" | \"mdi:pound-box-outline\" | \"mdi:power\" | \"mdi:power-cycle\" | \"mdi:power-off\" | \"mdi:power-on\" | \"mdi:power-plug\" | \"mdi:power-plug-battery\" | \"mdi:power-plug-battery-outline\" | \"mdi:power-plug-off\" | \"mdi:power-plug-off-outline\" | \"mdi:power-plug-outline\" | \"mdi:power-settings\" | \"mdi:power-sleep\" | \"mdi:power-socket\" | \"mdi:power-socket-au\" | \"mdi:power-socket-ch\" | \"mdi:power-socket-de\" | \"mdi:power-socket-eu\" | \"mdi:power-socket-fr\" | \"mdi:power-socket-it\" | \"mdi:power-socket-jp\" | \"mdi:power-socket-uk\" | \"mdi:power-socket-us\" | \"mdi:power-standby\" | \"mdi:powershell\" | \"mdi:prescription\" | \"mdi:presentation\" | \"mdi:presentation-play\" | \"mdi:pretzel\" | \"mdi:printer\" | \"mdi:printer-3d\" | \"mdi:printer-3d-nozzle\" | \"mdi:printer-3d-nozzle-alert\" | \"mdi:printer-3d-nozzle-alert-outline\" | \"mdi:printer-3d-nozzle-heat\" | \"mdi:printer-3d-nozzle-heat-outline\" | \"mdi:printer-3d-nozzle-off\" | \"mdi:printer-3d-nozzle-off-outline\" | \"mdi:printer-3d-nozzle-outline\" | \"mdi:printer-3d-off\" | \"mdi:printer-alert\" | \"mdi:printer-check\" | \"mdi:printer-eye\" | \"mdi:printer-off\" | \"mdi:printer-off-outline\" | \"mdi:printer-outline\" | \"mdi:printer-pos\" | \"mdi:printer-pos-alert\" | \"mdi:printer-pos-alert-outline\" | \"mdi:printer-pos-cancel\" | \"mdi:printer-pos-cancel-outline\" | \"mdi:printer-pos-check\" | \"mdi:printer-pos-check-outline\" | \"mdi:printer-pos-cog\" | \"mdi:printer-pos-cog-outline\" | \"mdi:printer-pos-edit\" | \"mdi:printer-pos-edit-outline\" | \"mdi:printer-pos-minus\" | \"mdi:printer-pos-minus-outline\" | \"mdi:printer-pos-network\" | \"mdi:printer-pos-network-outline\" | \"mdi:printer-pos-off\" | \"mdi:printer-pos-off-outline\" | \"mdi:printer-pos-outline\" | \"mdi:printer-pos-pause\" | \"mdi:printer-pos-pause-outline\" | \"mdi:printer-pos-play\" | \"mdi:printer-pos-play-outline\" | \"mdi:printer-pos-plus\" | \"mdi:printer-pos-plus-outline\" | \"mdi:printer-pos-refresh\" | \"mdi:printer-pos-refresh-outline\" | \"mdi:printer-pos-remove\" | \"mdi:printer-pos-remove-outline\" | \"mdi:printer-pos-star\" | \"mdi:printer-pos-star-outline\" | \"mdi:printer-pos-stop\" | \"mdi:printer-pos-stop-outline\" | \"mdi:printer-pos-sync\" | \"mdi:printer-pos-sync-outline\" | \"mdi:printer-pos-wrench\" | \"mdi:printer-pos-wrench-outline\" | \"mdi:printer-search\" | \"mdi:printer-settings\" | \"mdi:printer-wireless\" | \"mdi:priority-high\" | \"mdi:priority-low\" | \"mdi:professional-hexagon\" | \"mdi:progress-alert\" | \"mdi:progress-check\" | \"mdi:progress-clock\" | \"mdi:progress-close\" | \"mdi:progress-download\" | \"mdi:progress-helper\" | \"mdi:progress-pencil\" | \"mdi:progress-question\" | \"mdi:progress-star\" | \"mdi:progress-star-four-points\" | \"mdi:progress-tag\" | \"mdi:progress-upload\" | \"mdi:progress-wrench\" | \"mdi:projector\" | \"mdi:projector-off\" | \"mdi:projector-screen\" | \"mdi:projector-screen-off\" | \"mdi:projector-screen-off-outline\" | \"mdi:projector-screen-outline\" | \"mdi:projector-screen-variant\" | \"mdi:projector-screen-variant-off\" | \"mdi:projector-screen-variant-off-outline\" | \"mdi:projector-screen-variant-outline\" | \"mdi:propane-tank\" | \"mdi:propane-tank-outline\" | \"mdi:protocol\" | \"mdi:publish\" | \"mdi:publish-off\" | \"mdi:pulse\" | \"mdi:pump\" | \"mdi:pump-off\" | \"mdi:pumpkin\" | \"mdi:purse\" | \"mdi:purse-outline\" | \"mdi:puzzle\" | \"mdi:puzzle-check\" | \"mdi:puzzle-check-outline\" | \"mdi:puzzle-edit\" | \"mdi:puzzle-edit-outline\" | \"mdi:puzzle-heart\" | \"mdi:puzzle-heart-outline\" | \"mdi:puzzle-minus\" | \"mdi:puzzle-minus-outline\" | \"mdi:puzzle-outline\" | \"mdi:puzzle-plus\" | \"mdi:puzzle-plus-outline\" | \"mdi:puzzle-remove\" | \"mdi:puzzle-remove-outline\" | \"mdi:puzzle-star\" | \"mdi:puzzle-star-outline\" | \"mdi:pyramid\" | \"mdi:pyramid-off\" | \"mdi:qi\" | \"mdi:qqchat\" | \"mdi:qrcode\" | \"mdi:qrcode-edit\" | \"mdi:qrcode-minus\" | \"mdi:qrcode-plus\" | \"mdi:qrcode-remove\" | \"mdi:qrcode-scan\" | \"mdi:quadcopter\" | \"mdi:quality-high\" | \"mdi:quality-low\" | \"mdi:quality-medium\" | \"mdi:queue-first-in-last-out\" | \"mdi:quora\" | \"mdi:rabbit\" | \"mdi:rabbit-variant\" | \"mdi:rabbit-variant-outline\" | \"mdi:racing-helmet\" | \"mdi:racquetball\" | \"mdi:radar\" | \"mdi:radiator\" | \"mdi:radiator-disabled\" | \"mdi:radiator-off\" | \"mdi:radio\" | \"mdi:radio-am\" | \"mdi:radio-fm\" | \"mdi:radio-handheld\" | \"mdi:radio-off\" | \"mdi:radio-tower\" | \"mdi:radioactive\" | \"mdi:radioactive-circle\" | \"mdi:radioactive-circle-outline\" | \"mdi:radioactive-off\" | \"mdi:radiobox-blank\" | \"mdi:radiobox-indeterminate-variant\" | \"mdi:radiobox-marked\" | \"mdi:radiology-box\" | \"mdi:radiology-box-outline\" | \"mdi:radius\" | \"mdi:radius-outline\" | \"mdi:railroad-light\" | \"mdi:rake\" | \"mdi:raspberry-pi\" | \"mdi:raw\" | \"mdi:raw-off\" | \"mdi:ray-end\" | \"mdi:ray-end-arrow\" | \"mdi:ray-start\" | \"mdi:ray-start-arrow\" | \"mdi:ray-start-end\" | \"mdi:ray-start-vertex-end\" | \"mdi:ray-vertex\" | \"mdi:razor-double-edge\" | \"mdi:razor-single-edge\" | \"mdi:react\" | \"mdi:read\" | \"mdi:receipt\" | \"mdi:receipt-clock\" | \"mdi:receipt-clock-outline\" | \"mdi:receipt-outline\" | \"mdi:receipt-send\" | \"mdi:receipt-send-outline\" | \"mdi:receipt-text\" | \"mdi:receipt-text-arrow-left\" | \"mdi:receipt-text-arrow-left-outline\" | \"mdi:receipt-text-arrow-right\" | \"mdi:receipt-text-arrow-right-outline\" | \"mdi:receipt-text-check\" | \"mdi:receipt-text-check-outline\" | \"mdi:receipt-text-clock\" | \"mdi:receipt-text-clock-outline\" | \"mdi:receipt-text-edit\" | \"mdi:receipt-text-edit-outline\" | \"mdi:receipt-text-minus\" | \"mdi:receipt-text-minus-outline\" | \"mdi:receipt-text-outline\" | \"mdi:receipt-text-plus\" | \"mdi:receipt-text-plus-outline\" | \"mdi:receipt-text-remove\" | \"mdi:receipt-text-remove-outline\" | \"mdi:receipt-text-send\" | \"mdi:receipt-text-send-outline\" | \"mdi:record\" | \"mdi:record-circle\" | \"mdi:record-circle-outline\" | \"mdi:record-player\" | \"mdi:record-rec\" | \"mdi:rectangle\" | \"mdi:rectangle-outline\" | \"mdi:recycle\" | \"mdi:recycle-variant\" | \"mdi:reddit\" | \"mdi:redhat\" | \"mdi:redo\" | \"mdi:redo-variant\" | \"mdi:reflect-horizontal\" | \"mdi:reflect-vertical\" | \"mdi:refresh\" | \"mdi:refresh-auto\" | \"mdi:refresh-circle\" | \"mdi:regex\" | \"mdi:registered-trademark\" | \"mdi:reiterate\" | \"mdi:relation-many-to-many\" | \"mdi:relation-many-to-one\" | \"mdi:relation-many-to-one-or-many\" | \"mdi:relation-many-to-only-one\" | \"mdi:relation-many-to-zero-or-many\" | \"mdi:relation-many-to-zero-or-one\" | \"mdi:relation-one-or-many-to-many\" | \"mdi:relation-one-or-many-to-one\" | \"mdi:relation-one-or-many-to-one-or-many\" | \"mdi:relation-one-or-many-to-only-one\" | \"mdi:relation-one-or-many-to-zero-or-many\" | \"mdi:relation-one-or-many-to-zero-or-one\" | \"mdi:relation-one-to-many\" | \"mdi:relation-one-to-one\" | \"mdi:relation-one-to-one-or-many\" | \"mdi:relation-one-to-only-one\" | \"mdi:relation-one-to-zero-or-many\" | \"mdi:relation-one-to-zero-or-one\" | \"mdi:relation-only-one-to-many\" | \"mdi:relation-only-one-to-one\" | \"mdi:relation-only-one-to-one-or-many\" | \"mdi:relation-only-one-to-only-one\" | \"mdi:relation-only-one-to-zero-or-many\" | \"mdi:relation-only-one-to-zero-or-one\" | \"mdi:relation-zero-or-many-to-many\" | \"mdi:relation-zero-or-many-to-one\" | \"mdi:relation-zero-or-many-to-one-or-many\" | \"mdi:relation-zero-or-many-to-only-one\" | \"mdi:relation-zero-or-many-to-zero-or-many\" | \"mdi:relation-zero-or-many-to-zero-or-one\" | \"mdi:relation-zero-or-one-to-many\" | \"mdi:relation-zero-or-one-to-one\" | \"mdi:relation-zero-or-one-to-one-or-many\" | \"mdi:relation-zero-or-one-to-only-one\" | \"mdi:relation-zero-or-one-to-zero-or-many\" | \"mdi:relation-zero-or-one-to-zero-or-one\" | \"mdi:relative-scale\" | \"mdi:reload\" | \"mdi:reload-alert\" | \"mdi:reminder\" | \"mdi:remote\" | \"mdi:remote-desktop\" | \"mdi:remote-off\" | \"mdi:remote-tv\" | \"mdi:remote-tv-off\" | \"mdi:rename\" | \"mdi:rename-box\" | \"mdi:rename-box-outline\" | \"mdi:rename-outline\" | \"mdi:reorder-horizontal\" | \"mdi:reorder-vertical\" | \"mdi:repeat\" | \"mdi:repeat-off\" | \"mdi:repeat-once\" | \"mdi:repeat-variant\" | \"mdi:replay\" | \"mdi:reply\" | \"mdi:reply-all\" | \"mdi:reply-all-outline\" | \"mdi:reply-circle\" | \"mdi:reply-outline\" | \"mdi:reproduction\" | \"mdi:resistor\" | \"mdi:resistor-nodes\" | \"mdi:resize\" | \"mdi:resize-bottom-right\" | \"mdi:responsive\" | \"mdi:restart\" | \"mdi:restart-alert\" | \"mdi:restart-off\" | \"mdi:restore\" | \"mdi:restore-alert\" | \"mdi:rewind\" | \"mdi:rewind-10\" | \"mdi:rewind-15\" | \"mdi:rewind-30\" | \"mdi:rewind-45\" | \"mdi:rewind-5\" | \"mdi:rewind-60\" | \"mdi:rewind-outline\" | \"mdi:rhombus\" | \"mdi:rhombus-medium\" | \"mdi:rhombus-medium-outline\" | \"mdi:rhombus-outline\" | \"mdi:rhombus-split\" | \"mdi:rhombus-split-outline\" | \"mdi:ribbon\" | \"mdi:rice\" | \"mdi:rickshaw\" | \"mdi:rickshaw-electric\" | \"mdi:ring\" | \"mdi:rivet\" | \"mdi:road\" | \"mdi:road-variant\" | \"mdi:robber\" | \"mdi:robot\" | \"mdi:robot-angry\" | \"mdi:robot-angry-outline\" | \"mdi:robot-confused\" | \"mdi:robot-confused-outline\" | \"mdi:robot-dead\" | \"mdi:robot-dead-outline\" | \"mdi:robot-excited\" | \"mdi:robot-excited-outline\" | \"mdi:robot-happy\" | \"mdi:robot-happy-outline\" | \"mdi:robot-industrial\" | \"mdi:robot-industrial-outline\" | \"mdi:robot-love\" | \"mdi:robot-love-outline\" | \"mdi:robot-mower\" | \"mdi:robot-mower-outline\" | \"mdi:robot-off\" | \"mdi:robot-off-outline\" | \"mdi:robot-outline\" | \"mdi:robot-vacuum\" | \"mdi:robot-vacuum-alert\" | \"mdi:robot-vacuum-off\" | \"mdi:robot-vacuum-variant\" | \"mdi:robot-vacuum-variant-alert\" | \"mdi:robot-vacuum-variant-off\" | \"mdi:rocket\" | \"mdi:rocket-launch\" | \"mdi:rocket-launch-outline\" | \"mdi:rocket-outline\" | \"mdi:rodent\" | \"mdi:roller-shade\" | \"mdi:roller-shade-closed\" | \"mdi:roller-skate\" | \"mdi:roller-skate-off\" | \"mdi:rollerblade\" | \"mdi:rollerblade-off\" | \"mdi:rollupjs\" | \"mdi:rolodex\" | \"mdi:rolodex-outline\" | \"mdi:roman-numeral-1\" | \"mdi:roman-numeral-10\" | \"mdi:roman-numeral-2\" | \"mdi:roman-numeral-3\" | \"mdi:roman-numeral-4\" | \"mdi:roman-numeral-5\" | \"mdi:roman-numeral-6\" | \"mdi:roman-numeral-7\" | \"mdi:roman-numeral-8\" | \"mdi:roman-numeral-9\" | \"mdi:room-service\" | \"mdi:room-service-outline\" | \"mdi:rotate-360\" | \"mdi:rotate-3d\" | \"mdi:rotate-3d-variant\" | \"mdi:rotate-left\" | \"mdi:rotate-left-variant\" | \"mdi:rotate-orbit\" | \"mdi:rotate-right\" | \"mdi:rotate-right-variant\" | \"mdi:rounded-corner\" | \"mdi:router\" | \"mdi:router-network\" | \"mdi:router-network-wireless\" | \"mdi:router-wireless\" | \"mdi:router-wireless-off\" | \"mdi:router-wireless-settings\" | \"mdi:routes\" | \"mdi:routes-clock\" | \"mdi:rowing\" | \"mdi:rss\" | \"mdi:rss-box\" | \"mdi:rss-off\" | \"mdi:rug\" | \"mdi:rugby\" | \"mdi:ruler\" | \"mdi:ruler-square\" | \"mdi:ruler-square-compass\" | \"mdi:run\" | \"mdi:run-fast\" | \"mdi:rv-truck\" | \"mdi:sack\" | \"mdi:sack-outline\" | \"mdi:sack-percent\" | \"mdi:safe\" | \"mdi:safe-square\" | \"mdi:safe-square-outline\" | \"mdi:safety-goggles\" | \"mdi:sail-boat\" | \"mdi:sail-boat-sink\" | \"mdi:sale\" | \"mdi:sale-outline\" | \"mdi:salesforce\" | \"mdi:sass\" | \"mdi:satellite\" | \"mdi:satellite-uplink\" | \"mdi:satellite-variant\" | \"mdi:sausage\" | \"mdi:sausage-off\" | \"mdi:saw-blade\" | \"mdi:sawtooth-wave\" | \"mdi:saxophone\" | \"mdi:scale\" | \"mdi:scale-balance\" | \"mdi:scale-bathroom\" | \"mdi:scale-off\" | \"mdi:scale-unbalanced\" | \"mdi:scan-helper\" | \"mdi:scanner\" | \"mdi:scanner-off\" | \"mdi:scatter-plot\" | \"mdi:scatter-plot-outline\" | \"mdi:scent\" | \"mdi:scent-off\" | \"mdi:school\" | \"mdi:school-outline\" | \"mdi:scissors-cutting\" | \"mdi:scooter\" | \"mdi:scooter-electric\" | \"mdi:scoreboard\" | \"mdi:scoreboard-outline\" | \"mdi:screen-rotation\" | \"mdi:screen-rotation-lock\" | \"mdi:screw-flat-top\" | \"mdi:screw-lag\" | \"mdi:screw-machine-flat-top\" | \"mdi:screw-machine-round-top\" | \"mdi:screw-round-top\" | \"mdi:screwdriver\" | \"mdi:script\" | \"mdi:script-outline\" | \"mdi:script-text\" | \"mdi:script-text-key\" | \"mdi:script-text-key-outline\" | \"mdi:script-text-outline\" | \"mdi:script-text-play\" | \"mdi:script-text-play-outline\" | \"mdi:sd\" | \"mdi:seal\" | \"mdi:seal-variant\" | \"mdi:search-web\" | \"mdi:seat\" | \"mdi:seat-flat\" | \"mdi:seat-flat-angled\" | \"mdi:seat-individual-suite\" | \"mdi:seat-legroom-extra\" | \"mdi:seat-legroom-normal\" | \"mdi:seat-legroom-reduced\" | \"mdi:seat-outline\" | \"mdi:seat-passenger\" | \"mdi:seat-recline-extra\" | \"mdi:seat-recline-normal\" | \"mdi:seatbelt\" | \"mdi:security\" | \"mdi:security-network\" | \"mdi:seed\" | \"mdi:seed-off\" | \"mdi:seed-off-outline\" | \"mdi:seed-outline\" | \"mdi:seed-plus\" | \"mdi:seed-plus-outline\" | \"mdi:seesaw\" | \"mdi:segment\" | \"mdi:select\" | \"mdi:select-all\" | \"mdi:select-arrow-down\" | \"mdi:select-arrow-up\" | \"mdi:select-color\" | \"mdi:select-compare\" | \"mdi:select-drag\" | \"mdi:select-group\" | \"mdi:select-inverse\" | \"mdi:select-marker\" | \"mdi:select-multiple\" | \"mdi:select-multiple-marker\" | \"mdi:select-off\" | \"mdi:select-place\" | \"mdi:select-remove\" | \"mdi:select-search\" | \"mdi:selection\" | \"mdi:selection-drag\" | \"mdi:selection-ellipse\" | \"mdi:selection-ellipse-arrow-inside\" | \"mdi:selection-ellipse-remove\" | \"mdi:selection-marker\" | \"mdi:selection-multiple\" | \"mdi:selection-multiple-marker\" | \"mdi:selection-off\" | \"mdi:selection-remove\" | \"mdi:selection-search\" | \"mdi:semantic-web\" | \"mdi:send\" | \"mdi:send-check\" | \"mdi:send-check-outline\" | \"mdi:send-circle\" | \"mdi:send-circle-outline\" | \"mdi:send-clock\" | \"mdi:send-clock-outline\" | \"mdi:send-lock\" | \"mdi:send-lock-outline\" | \"mdi:send-outline\" | \"mdi:send-variant\" | \"mdi:send-variant-clock\" | \"mdi:send-variant-clock-outline\" | \"mdi:send-variant-outline\" | \"mdi:serial-port\" | \"mdi:server\" | \"mdi:server-minus\" | \"mdi:server-minus-outline\" | \"mdi:server-network\" | \"mdi:server-network-off\" | \"mdi:server-network-outline\" | \"mdi:server-off\" | \"mdi:server-outline\" | \"mdi:server-plus\" | \"mdi:server-plus-outline\" | \"mdi:server-remove\" | \"mdi:server-security\" | \"mdi:set-all\" | \"mdi:set-center\" | \"mdi:set-center-right\" | \"mdi:set-left\" | \"mdi:set-left-center\" | \"mdi:set-left-right\" | \"mdi:set-merge\" | \"mdi:set-none\" | \"mdi:set-right\" | \"mdi:set-split\" | \"mdi:set-square\" | \"mdi:set-top-box\" | \"mdi:settings-helper\" | \"mdi:shaker\" | \"mdi:shaker-outline\" | \"mdi:shape\" | \"mdi:shape-circle-plus\" | \"mdi:shape-outline\" | \"mdi:shape-oval-plus\" | \"mdi:shape-plus\" | \"mdi:shape-plus-outline\" | \"mdi:shape-polygon-plus\" | \"mdi:shape-rectangle-plus\" | \"mdi:shape-square-plus\" | \"mdi:shape-square-rounded-plus\" | \"mdi:share\" | \"mdi:share-all\" | \"mdi:share-all-outline\" | \"mdi:share-circle\" | \"mdi:share-off\" | \"mdi:share-off-outline\" | \"mdi:share-outline\" | \"mdi:share-variant\" | \"mdi:share-variant-outline\" | \"mdi:shark\" | \"mdi:shark-fin\" | \"mdi:shark-fin-outline\" | \"mdi:shark-off\" | \"mdi:sheep\" | \"mdi:shield\" | \"mdi:shield-account\" | \"mdi:shield-account-outline\" | \"mdi:shield-account-variant\" | \"mdi:shield-account-variant-outline\" | \"mdi:shield-airplane\" | \"mdi:shield-airplane-outline\" | \"mdi:shield-alert\" | \"mdi:shield-alert-outline\" | \"mdi:shield-bug\" | \"mdi:shield-bug-outline\" | \"mdi:shield-car\" | \"mdi:shield-check\" | \"mdi:shield-check-outline\" | \"mdi:shield-cross\" | \"mdi:shield-cross-outline\" | \"mdi:shield-crown\" | \"mdi:shield-crown-outline\" | \"mdi:shield-edit\" | \"mdi:shield-edit-outline\" | \"mdi:shield-half\" | \"mdi:shield-half-full\" | \"mdi:shield-home\" | \"mdi:shield-home-outline\" | \"mdi:shield-key\" | \"mdi:shield-key-outline\" | \"mdi:shield-link-variant\" | \"mdi:shield-link-variant-outline\" | \"mdi:shield-lock\" | \"mdi:shield-lock-open\" | \"mdi:shield-lock-open-outline\" | \"mdi:shield-lock-outline\" | \"mdi:shield-moon\" | \"mdi:shield-moon-outline\" | \"mdi:shield-off\" | \"mdi:shield-off-outline\" | \"mdi:shield-outline\" | \"mdi:shield-plus\" | \"mdi:shield-plus-outline\" | \"mdi:shield-refresh\" | \"mdi:shield-refresh-outline\" | \"mdi:shield-remove\" | \"mdi:shield-remove-outline\" | \"mdi:shield-search\" | \"mdi:shield-star\" | \"mdi:shield-star-outline\" | \"mdi:shield-sun\" | \"mdi:shield-sun-outline\" | \"mdi:shield-sword\" | \"mdi:shield-sword-outline\" | \"mdi:shield-sync\" | \"mdi:shield-sync-outline\" | \"mdi:shimmer\" | \"mdi:ship-wheel\" | \"mdi:shipping-pallet\" | \"mdi:shoe-ballet\" | \"mdi:shoe-cleat\" | \"mdi:shoe-formal\" | \"mdi:shoe-heel\" | \"mdi:shoe-print\" | \"mdi:shoe-sneaker\" | \"mdi:shopping\" | \"mdi:shopping-music\" | \"mdi:shopping-outline\" | \"mdi:shopping-search\" | \"mdi:shopping-search-outline\" | \"mdi:shore\" | \"mdi:shovel\" | \"mdi:shovel-off\" | \"mdi:shower\" | \"mdi:shower-head\" | \"mdi:shredder\" | \"mdi:shuffle\" | \"mdi:shuffle-disabled\" | \"mdi:shuffle-variant\" | \"mdi:shuriken\" | \"mdi:sickle\" | \"mdi:sigma\" | \"mdi:sigma-lower\" | \"mdi:sign-caution\" | \"mdi:sign-direction\" | \"mdi:sign-direction-minus\" | \"mdi:sign-direction-plus\" | \"mdi:sign-direction-remove\" | \"mdi:sign-language\" | \"mdi:sign-language-outline\" | \"mdi:sign-pole\" | \"mdi:sign-real-estate\" | \"mdi:sign-text\" | \"mdi:sign-yield\" | \"mdi:signal\" | \"mdi:signal-2g\" | \"mdi:signal-3g\" | \"mdi:signal-4g\" | \"mdi:signal-5g\" | \"mdi:signal-cellular-1\" | \"mdi:signal-cellular-2\" | \"mdi:signal-cellular-3\" | \"mdi:signal-cellular-outline\" | \"mdi:signal-distance-variant\" | \"mdi:signal-hspa\" | \"mdi:signal-hspa-plus\" | \"mdi:signal-off\" | \"mdi:signal-variant\" | \"mdi:signature\" | \"mdi:signature-freehand\" | \"mdi:signature-image\" | \"mdi:signature-text\" | \"mdi:silo\" | \"mdi:silo-outline\" | \"mdi:silverware\" | \"mdi:silverware-clean\" | \"mdi:silverware-fork\" | \"mdi:silverware-fork-knife\" | \"mdi:silverware-spoon\" | \"mdi:silverware-variant\" | \"mdi:sim\" | \"mdi:sim-alert\" | \"mdi:sim-alert-outline\" | \"mdi:sim-off\" | \"mdi:sim-off-outline\" | \"mdi:sim-outline\" | \"mdi:simple-icons\" | \"mdi:sina-weibo\" | \"mdi:sine-wave\" | \"mdi:sitemap\" | \"mdi:sitemap-outline\" | \"mdi:size-l\" | \"mdi:size-m\" | \"mdi:size-s\" | \"mdi:size-xl\" | \"mdi:size-xs\" | \"mdi:size-xxl\" | \"mdi:size-xxs\" | \"mdi:size-xxxl\" | \"mdi:skate\" | \"mdi:skate-off\" | \"mdi:skateboard\" | \"mdi:skateboarding\" | \"mdi:skew-less\" | \"mdi:skew-more\" | \"mdi:ski\" | \"mdi:ski-cross-country\" | \"mdi:ski-water\" | \"mdi:skip-backward\" | \"mdi:skip-backward-outline\" | \"mdi:skip-forward\" | \"mdi:skip-forward-outline\" | \"mdi:skip-next\" | \"mdi:skip-next-circle\" | \"mdi:skip-next-circle-outline\" | \"mdi:skip-next-outline\" | \"mdi:skip-previous\" | \"mdi:skip-previous-circle\" | \"mdi:skip-previous-circle-outline\" | \"mdi:skip-previous-outline\" | \"mdi:skull\" | \"mdi:skull-crossbones\" | \"mdi:skull-crossbones-outline\" | \"mdi:skull-outline\" | \"mdi:skull-scan\" | \"mdi:skull-scan-outline\" | \"mdi:skype\" | \"mdi:skype-business\" | \"mdi:slack\" | \"mdi:slash-forward\" | \"mdi:slash-forward-box\" | \"mdi:sledding\" | \"mdi:sleep\" | \"mdi:sleep-off\" | \"mdi:slide\" | \"mdi:slope-downhill\" | \"mdi:slope-uphill\" | \"mdi:slot-machine\" | \"mdi:slot-machine-outline\" | \"mdi:smart-card\" | \"mdi:smart-card-off\" | \"mdi:smart-card-off-outline\" | \"mdi:smart-card-outline\" | \"mdi:smart-card-reader\" | \"mdi:smart-card-reader-outline\" | \"mdi:smog\" | \"mdi:smoke\" | \"mdi:smoke-detector\" | \"mdi:smoke-detector-alert\" | \"mdi:smoke-detector-alert-outline\" | \"mdi:smoke-detector-off\" | \"mdi:smoke-detector-off-outline\" | \"mdi:smoke-detector-outline\" | \"mdi:smoke-detector-variant\" | \"mdi:smoke-detector-variant-alert\" | \"mdi:smoke-detector-variant-off\" | \"mdi:smoking\" | \"mdi:smoking-off\" | \"mdi:smoking-pipe\" | \"mdi:smoking-pipe-off\" | \"mdi:snail\" | \"mdi:snake\" | \"mdi:snapchat\" | \"mdi:snowboard\" | \"mdi:snowflake\" | \"mdi:snowflake-alert\" | \"mdi:snowflake-check\" | \"mdi:snowflake-melt\" | \"mdi:snowflake-off\" | \"mdi:snowflake-thermometer\" | \"mdi:snowflake-variant\" | \"mdi:snowman\" | \"mdi:snowmobile\" | \"mdi:snowshoeing\" | \"mdi:soccer\" | \"mdi:soccer-field\" | \"mdi:social-distance-2-meters\" | \"mdi:social-distance-6-feet\" | \"mdi:sofa\" | \"mdi:sofa-outline\" | \"mdi:sofa-single\" | \"mdi:sofa-single-outline\" | \"mdi:solar-panel\" | \"mdi:solar-panel-large\" | \"mdi:solar-power\" | \"mdi:solar-power-variant\" | \"mdi:solar-power-variant-outline\" | \"mdi:soldering-iron\" | \"mdi:solid\" | \"mdi:sony-playstation\" | \"mdi:sort\" | \"mdi:sort-alphabetical-ascending\" | \"mdi:sort-alphabetical-ascending-variant\" | \"mdi:sort-alphabetical-descending\" | \"mdi:sort-alphabetical-descending-variant\" | \"mdi:sort-alphabetical-variant\" | \"mdi:sort-ascending\" | \"mdi:sort-bool-ascending\" | \"mdi:sort-bool-ascending-variant\" | \"mdi:sort-bool-descending\" | \"mdi:sort-bool-descending-variant\" | \"mdi:sort-calendar-ascending\" | \"mdi:sort-calendar-descending\" | \"mdi:sort-clock-ascending\" | \"mdi:sort-clock-ascending-outline\" | \"mdi:sort-clock-descending\" | \"mdi:sort-clock-descending-outline\" | \"mdi:sort-descending\" | \"mdi:sort-numeric-ascending\" | \"mdi:sort-numeric-ascending-variant\" | \"mdi:sort-numeric-descending\" | \"mdi:sort-numeric-descending-variant\" | \"mdi:sort-numeric-variant\" | \"mdi:sort-reverse-variant\" | \"mdi:sort-variant\" | \"mdi:sort-variant-lock\" | \"mdi:sort-variant-lock-open\" | \"mdi:sort-variant-off\" | \"mdi:sort-variant-remove\" | \"mdi:soundbar\" | \"mdi:soundcloud\" | \"mdi:source-branch\" | \"mdi:source-branch-check\" | \"mdi:source-branch-minus\" | \"mdi:source-branch-plus\" | \"mdi:source-branch-refresh\" | \"mdi:source-branch-remove\" | \"mdi:source-branch-sync\" | \"mdi:source-commit\" | \"mdi:source-commit-end\" | \"mdi:source-commit-end-local\" | \"mdi:source-commit-local\" | \"mdi:source-commit-next-local\" | \"mdi:source-commit-start\" | \"mdi:source-commit-start-next-local\" | \"mdi:source-fork\" | \"mdi:source-merge\" | \"mdi:source-pull\" | \"mdi:source-repository\" | \"mdi:source-repository-multiple\" | \"mdi:soy-sauce\" | \"mdi:soy-sauce-off\" | \"mdi:spa\" | \"mdi:spa-outline\" | \"mdi:space-invaders\" | \"mdi:space-station\" | \"mdi:spade\" | \"mdi:speaker\" | \"mdi:speaker-bluetooth\" | \"mdi:speaker-message\" | \"mdi:speaker-multiple\" | \"mdi:speaker-off\" | \"mdi:speaker-pause\" | \"mdi:speaker-play\" | \"mdi:speaker-stop\" | \"mdi:speaker-wireless\" | \"mdi:spear\" | \"mdi:speedometer\" | \"mdi:speedometer-medium\" | \"mdi:speedometer-slow\" | \"mdi:spellcheck\" | \"mdi:sphere\" | \"mdi:sphere-off\" | \"mdi:spider\" | \"mdi:spider-outline\" | \"mdi:spider-thread\" | \"mdi:spider-web\" | \"mdi:spirit-level\" | \"mdi:spoon-sugar\" | \"mdi:spotify\" | \"mdi:spotlight\" | \"mdi:spotlight-beam\" | \"mdi:spray\" | \"mdi:spray-bottle\" | \"mdi:sprinkler\" | \"mdi:sprinkler-fire\" | \"mdi:sprinkler-variant\" | \"mdi:sprout\" | \"mdi:sprout-outline\" | \"mdi:square\" | \"mdi:square-circle\" | \"mdi:square-circle-outline\" | \"mdi:square-edit-outline\" | \"mdi:square-medium\" | \"mdi:square-medium-outline\" | \"mdi:square-off\" | \"mdi:square-off-outline\" | \"mdi:square-opacity\" | \"mdi:square-outline\" | \"mdi:square-root\" | \"mdi:square-root-box\" | \"mdi:square-rounded\" | \"mdi:square-rounded-badge\" | \"mdi:square-rounded-badge-outline\" | \"mdi:square-rounded-outline\" | \"mdi:square-small\" | \"mdi:square-wave\" | \"mdi:squeegee\" | \"mdi:ssh\" | \"mdi:stack-exchange\" | \"mdi:stack-overflow\" | \"mdi:stackpath\" | \"mdi:stadium\" | \"mdi:stadium-outline\" | \"mdi:stadium-variant\" | \"mdi:stairs\" | \"mdi:stairs-box\" | \"mdi:stairs-down\" | \"mdi:stairs-up\" | \"mdi:stamper\" | \"mdi:standard-definition\" | \"mdi:star\" | \"mdi:star-box\" | \"mdi:star-box-multiple\" | \"mdi:star-box-multiple-outline\" | \"mdi:star-box-outline\" | \"mdi:star-check\" | \"mdi:star-check-outline\" | \"mdi:star-circle\" | \"mdi:star-circle-outline\" | \"mdi:star-cog\" | \"mdi:star-cog-outline\" | \"mdi:star-crescent\" | \"mdi:star-david\" | \"mdi:star-face\" | \"mdi:star-four-points\" | \"mdi:star-four-points-box\" | \"mdi:star-four-points-box-outline\" | \"mdi:star-four-points-circle\" | \"mdi:star-four-points-circle-outline\" | \"mdi:star-four-points-outline\" | \"mdi:star-four-points-small\" | \"mdi:star-half\" | \"mdi:star-half-full\" | \"mdi:star-minus\" | \"mdi:star-minus-outline\" | \"mdi:star-off\" | \"mdi:star-off-outline\" | \"mdi:star-outline\" | \"mdi:star-plus\" | \"mdi:star-plus-outline\" | \"mdi:star-remove\" | \"mdi:star-remove-outline\" | \"mdi:star-settings\" | \"mdi:star-settings-outline\" | \"mdi:star-shooting\" | \"mdi:star-shooting-outline\" | \"mdi:star-three-points\" | \"mdi:star-three-points-outline\" | \"mdi:state-machine\" | \"mdi:steam\" | \"mdi:steering\" | \"mdi:steering-off\" | \"mdi:step-backward\" | \"mdi:step-backward-2\" | \"mdi:step-forward\" | \"mdi:step-forward-2\" | \"mdi:stethoscope\" | \"mdi:sticker\" | \"mdi:sticker-alert\" | \"mdi:sticker-alert-outline\" | \"mdi:sticker-check\" | \"mdi:sticker-check-outline\" | \"mdi:sticker-circle-outline\" | \"mdi:sticker-emoji\" | \"mdi:sticker-minus\" | \"mdi:sticker-minus-outline\" | \"mdi:sticker-outline\" | \"mdi:sticker-plus\" | \"mdi:sticker-plus-outline\" | \"mdi:sticker-remove\" | \"mdi:sticker-remove-outline\" | \"mdi:sticker-text\" | \"mdi:sticker-text-outline\" | \"mdi:stocking\" | \"mdi:stomach\" | \"mdi:stool\" | \"mdi:stool-outline\" | \"mdi:stop\" | \"mdi:stop-circle\" | \"mdi:stop-circle-outline\" | \"mdi:storage-tank\" | \"mdi:storage-tank-outline\" | \"mdi:store\" | \"mdi:store-24-hour\" | \"mdi:store-alert\" | \"mdi:store-alert-outline\" | \"mdi:store-check\" | \"mdi:store-check-outline\" | \"mdi:store-clock\" | \"mdi:store-clock-outline\" | \"mdi:store-cog\" | \"mdi:store-cog-outline\" | \"mdi:store-edit\" | \"mdi:store-edit-outline\" | \"mdi:store-marker\" | \"mdi:store-marker-outline\" | \"mdi:store-minus\" | \"mdi:store-minus-outline\" | \"mdi:store-off\" | \"mdi:store-off-outline\" | \"mdi:store-outline\" | \"mdi:store-plus\" | \"mdi:store-plus-outline\" | \"mdi:store-remove\" | \"mdi:store-remove-outline\" | \"mdi:store-search\" | \"mdi:store-search-outline\" | \"mdi:store-settings\" | \"mdi:store-settings-outline\" | \"mdi:storefront\" | \"mdi:storefront-check\" | \"mdi:storefront-check-outline\" | \"mdi:storefront-edit\" | \"mdi:storefront-edit-outline\" | \"mdi:storefront-minus\" | \"mdi:storefront-minus-outline\" | \"mdi:storefront-outline\" | \"mdi:storefront-plus\" | \"mdi:storefront-plus-outline\" | \"mdi:storefront-remove\" | \"mdi:storefront-remove-outline\" | \"mdi:stove\" | \"mdi:strategy\" | \"mdi:stretch-to-page\" | \"mdi:stretch-to-page-outline\" | \"mdi:string-lights\" | \"mdi:string-lights-off\" | \"mdi:subdirectory-arrow-left\" | \"mdi:subdirectory-arrow-right\" | \"mdi:submarine\" | \"mdi:subtitles\" | \"mdi:subtitles-outline\" | \"mdi:subway\" | \"mdi:subway-alert-variant\" | \"mdi:subway-variant\" | \"mdi:summit\" | \"mdi:sun-angle\" | \"mdi:sun-angle-outline\" | \"mdi:sun-clock\" | \"mdi:sun-clock-outline\" | \"mdi:sun-compass\" | \"mdi:sun-snowflake\" | \"mdi:sun-snowflake-variant\" | \"mdi:sun-thermometer\" | \"mdi:sun-thermometer-outline\" | \"mdi:sun-wireless\" | \"mdi:sun-wireless-outline\" | \"mdi:sunglasses\" | \"mdi:surfing\" | \"mdi:surround-sound\" | \"mdi:surround-sound-2-0\" | \"mdi:surround-sound-2-1\" | \"mdi:surround-sound-3-1\" | \"mdi:surround-sound-5-1\" | \"mdi:surround-sound-5-1-2\" | \"mdi:surround-sound-7-1\" | \"mdi:svg\" | \"mdi:swap-horizontal\" | \"mdi:swap-horizontal-bold\" | \"mdi:swap-horizontal-circle\" | \"mdi:swap-horizontal-circle-outline\" | \"mdi:swap-horizontal-hidden\" | \"mdi:swap-horizontal-variant\" | \"mdi:swap-vertical\" | \"mdi:swap-vertical-bold\" | \"mdi:swap-vertical-circle\" | \"mdi:swap-vertical-circle-outline\" | \"mdi:swap-vertical-variant\" | \"mdi:swim\" | \"mdi:switch\" | \"mdi:sword\" | \"mdi:sword-cross\" | \"mdi:syllabary-hangul\" | \"mdi:syllabary-hiragana\" | \"mdi:syllabary-katakana\" | \"mdi:syllabary-katakana-halfwidth\" | \"mdi:symfony\" | \"mdi:synagogue\" | \"mdi:synagogue-outline\" | \"mdi:sync\" | \"mdi:sync-alert\" | \"mdi:sync-circle\" | \"mdi:sync-off\" | \"mdi:tab\" | \"mdi:tab-minus\" | \"mdi:tab-plus\" | \"mdi:tab-remove\" | \"mdi:tab-search\" | \"mdi:tab-unselected\" | \"mdi:table\" | \"mdi:table-account\" | \"mdi:table-alert\" | \"mdi:table-arrow-down\" | \"mdi:table-arrow-left\" | \"mdi:table-arrow-right\" | \"mdi:table-arrow-up\" | \"mdi:table-border\" | \"mdi:table-cancel\" | \"mdi:table-chair\" | \"mdi:table-check\" | \"mdi:table-clock\" | \"mdi:table-cog\" | \"mdi:table-column\" | \"mdi:table-column-plus-after\" | \"mdi:table-column-plus-before\" | \"mdi:table-column-remove\" | \"mdi:table-column-width\" | \"mdi:table-edit\" | \"mdi:table-eye\" | \"mdi:table-eye-off\" | \"mdi:table-filter\" | \"mdi:table-furniture\" | \"mdi:table-headers-eye\" | \"mdi:table-headers-eye-off\" | \"mdi:table-heart\" | \"mdi:table-key\" | \"mdi:table-large\" | \"mdi:table-large-plus\" | \"mdi:table-large-remove\" | \"mdi:table-lock\" | \"mdi:table-merge-cells\" | \"mdi:table-minus\" | \"mdi:table-multiple\" | \"mdi:table-network\" | \"mdi:table-of-contents\" | \"mdi:table-off\" | \"mdi:table-picnic\" | \"mdi:table-pivot\" | \"mdi:table-plus\" | \"mdi:table-question\" | \"mdi:table-refresh\" | \"mdi:table-remove\" | \"mdi:table-row\" | \"mdi:table-row-height\" | \"mdi:table-row-plus-after\" | \"mdi:table-row-plus-before\" | \"mdi:table-row-remove\" | \"mdi:table-search\" | \"mdi:table-settings\" | \"mdi:table-split-cell\" | \"mdi:table-star\" | \"mdi:table-sync\" | \"mdi:table-tennis\" | \"mdi:tablet\" | \"mdi:tablet-cellphone\" | \"mdi:tablet-dashboard\" | \"mdi:taco\" | \"mdi:tag\" | \"mdi:tag-arrow-down\" | \"mdi:tag-arrow-down-outline\" | \"mdi:tag-arrow-left\" | \"mdi:tag-arrow-left-outline\" | \"mdi:tag-arrow-right\" | \"mdi:tag-arrow-right-outline\" | \"mdi:tag-arrow-up\" | \"mdi:tag-arrow-up-outline\" | \"mdi:tag-check\" | \"mdi:tag-check-outline\" | \"mdi:tag-edit\" | \"mdi:tag-edit-outline\" | \"mdi:tag-faces\" | \"mdi:tag-heart\" | \"mdi:tag-heart-outline\" | \"mdi:tag-hidden\" | \"mdi:tag-minus\" | \"mdi:tag-minus-outline\" | \"mdi:tag-multiple\" | \"mdi:tag-multiple-outline\" | \"mdi:tag-off\" | \"mdi:tag-off-outline\" | \"mdi:tag-outline\" | \"mdi:tag-plus\" | \"mdi:tag-plus-outline\" | \"mdi:tag-remove\" | \"mdi:tag-remove-outline\" | \"mdi:tag-search\" | \"mdi:tag-search-outline\" | \"mdi:tag-text\" | \"mdi:tag-text-outline\" | \"mdi:tailwind\" | \"mdi:tally-mark-1\" | \"mdi:tally-mark-2\" | \"mdi:tally-mark-3\" | \"mdi:tally-mark-4\" | \"mdi:tally-mark-5\" | \"mdi:tangram\" | \"mdi:tank\" | \"mdi:tanker-truck\" | \"mdi:tape-drive\" | \"mdi:tape-measure\" | \"mdi:target\" | \"mdi:target-account\" | \"mdi:target-variant\" | \"mdi:taxi\" | \"mdi:tea\" | \"mdi:tea-outline\" | \"mdi:teamviewer\" | \"mdi:teddy-bear\" | \"mdi:telescope\" | \"mdi:television\" | \"mdi:television-ambient-light\" | \"mdi:television-box\" | \"mdi:television-classic\" | \"mdi:television-classic-off\" | \"mdi:television-guide\" | \"mdi:television-off\" | \"mdi:television-pause\" | \"mdi:television-play\" | \"mdi:television-shimmer\" | \"mdi:television-speaker\" | \"mdi:television-speaker-off\" | \"mdi:television-stop\" | \"mdi:temperature-celsius\" | \"mdi:temperature-fahrenheit\" | \"mdi:temperature-kelvin\" | \"mdi:temple-buddhist\" | \"mdi:temple-buddhist-outline\" | \"mdi:temple-hindu\" | \"mdi:temple-hindu-outline\" | \"mdi:tennis\" | \"mdi:tennis-ball\" | \"mdi:tennis-ball-outline\" | \"mdi:tent\" | \"mdi:terraform\" | \"mdi:terrain\" | \"mdi:test-tube\" | \"mdi:test-tube-empty\" | \"mdi:test-tube-off\" | \"mdi:text\" | \"mdi:text-account\" | \"mdi:text-box\" | \"mdi:text-box-check\" | \"mdi:text-box-check-outline\" | \"mdi:text-box-edit\" | \"mdi:text-box-edit-outline\" | \"mdi:text-box-minus\" | \"mdi:text-box-minus-outline\" | \"mdi:text-box-multiple\" | \"mdi:text-box-multiple-outline\" | \"mdi:text-box-outline\" | \"mdi:text-box-plus\" | \"mdi:text-box-plus-outline\" | \"mdi:text-box-remove\" | \"mdi:text-box-remove-outline\" | \"mdi:text-box-search\" | \"mdi:text-box-search-outline\" | \"mdi:text-long\" | \"mdi:text-recognition\" | \"mdi:text-search\" | \"mdi:text-search-variant\" | \"mdi:text-shadow\" | \"mdi:text-short\" | \"mdi:texture\" | \"mdi:texture-box\" | \"mdi:theater\" | \"mdi:theme-light-dark\" | \"mdi:thermometer\" | \"mdi:thermometer-alert\" | \"mdi:thermometer-auto\" | \"mdi:thermometer-bluetooth\" | \"mdi:thermometer-check\" | \"mdi:thermometer-chevron-down\" | \"mdi:thermometer-chevron-up\" | \"mdi:thermometer-high\" | \"mdi:thermometer-lines\" | \"mdi:thermometer-low\" | \"mdi:thermometer-minus\" | \"mdi:thermometer-off\" | \"mdi:thermometer-plus\" | \"mdi:thermometer-probe\" | \"mdi:thermometer-probe-off\" | \"mdi:thermometer-water\" | \"mdi:thermostat\" | \"mdi:thermostat-auto\" | \"mdi:thermostat-box\" | \"mdi:thermostat-box-auto\" | \"mdi:thermostat-cog\" | \"mdi:thought-bubble\" | \"mdi:thought-bubble-outline\" | \"mdi:thumb-down\" | \"mdi:thumb-down-outline\" | \"mdi:thumb-up\" | \"mdi:thumb-up-outline\" | \"mdi:thumbs-up-down\" | \"mdi:thumbs-up-down-outline\" | \"mdi:ticket\" | \"mdi:ticket-account\" | \"mdi:ticket-confirmation\" | \"mdi:ticket-confirmation-outline\" | \"mdi:ticket-outline\" | \"mdi:ticket-percent\" | \"mdi:ticket-percent-outline\" | \"mdi:tie\" | \"mdi:tilde\" | \"mdi:tilde-off\" | \"mdi:timelapse\" | \"mdi:timeline\" | \"mdi:timeline-alert\" | \"mdi:timeline-alert-outline\" | \"mdi:timeline-check\" | \"mdi:timeline-check-outline\" | \"mdi:timeline-clock\" | \"mdi:timeline-clock-outline\" | \"mdi:timeline-minus\" | \"mdi:timeline-minus-outline\" | \"mdi:timeline-outline\" | \"mdi:timeline-plus\" | \"mdi:timeline-plus-outline\" | \"mdi:timeline-question\" | \"mdi:timeline-question-outline\" | \"mdi:timeline-remove\" | \"mdi:timeline-remove-outline\" | \"mdi:timeline-text\" | \"mdi:timeline-text-outline\" | \"mdi:timer\" | \"mdi:timer-10\" | \"mdi:timer-3\" | \"mdi:timer-alert\" | \"mdi:timer-alert-outline\" | \"mdi:timer-cancel\" | \"mdi:timer-cancel-outline\" | \"mdi:timer-check\" | \"mdi:timer-check-outline\" | \"mdi:timer-cog\" | \"mdi:timer-cog-outline\" | \"mdi:timer-edit\" | \"mdi:timer-edit-outline\" | \"mdi:timer-lock\" | \"mdi:timer-lock-open\" | \"mdi:timer-lock-open-outline\" | \"mdi:timer-lock-outline\" | \"mdi:timer-marker\" | \"mdi:timer-marker-outline\" | \"mdi:timer-minus\" | \"mdi:timer-minus-outline\" | \"mdi:timer-music\" | \"mdi:timer-music-outline\" | \"mdi:timer-off\" | \"mdi:timer-off-outline\" | \"mdi:timer-outline\" | \"mdi:timer-pause\" | \"mdi:timer-pause-outline\" | \"mdi:timer-play\" | \"mdi:timer-play-outline\" | \"mdi:timer-plus\" | \"mdi:timer-plus-outline\" | \"mdi:timer-refresh\" | \"mdi:timer-refresh-outline\" | \"mdi:timer-remove\" | \"mdi:timer-remove-outline\" | \"mdi:timer-sand\" | \"mdi:timer-sand-complete\" | \"mdi:timer-sand-empty\" | \"mdi:timer-sand-full\" | \"mdi:timer-sand-paused\" | \"mdi:timer-settings\" | \"mdi:timer-settings-outline\" | \"mdi:timer-star\" | \"mdi:timer-star-outline\" | \"mdi:timer-stop\" | \"mdi:timer-stop-outline\" | \"mdi:timer-sync\" | \"mdi:timer-sync-outline\" | \"mdi:timetable\" | \"mdi:tire\" | \"mdi:toaster\" | \"mdi:toaster-off\" | \"mdi:toaster-oven\" | \"mdi:toggle-switch\" | \"mdi:toggle-switch-off\" | \"mdi:toggle-switch-off-outline\" | \"mdi:toggle-switch-outline\" | \"mdi:toggle-switch-variant\" | \"mdi:toggle-switch-variant-off\" | \"mdi:toilet\" | \"mdi:toolbox\" | \"mdi:toolbox-outline\" | \"mdi:tools\" | \"mdi:tooltip\" | \"mdi:tooltip-account\" | \"mdi:tooltip-cellphone\" | \"mdi:tooltip-check\" | \"mdi:tooltip-check-outline\" | \"mdi:tooltip-edit\" | \"mdi:tooltip-edit-outline\" | \"mdi:tooltip-image\" | \"mdi:tooltip-image-outline\" | \"mdi:tooltip-minus\" | \"mdi:tooltip-minus-outline\" | \"mdi:tooltip-outline\" | \"mdi:tooltip-plus\" | \"mdi:tooltip-plus-outline\" | \"mdi:tooltip-question\" | \"mdi:tooltip-question-outline\" | \"mdi:tooltip-remove\" | \"mdi:tooltip-remove-outline\" | \"mdi:tooltip-text\" | \"mdi:tooltip-text-outline\" | \"mdi:tooth\" | \"mdi:tooth-outline\" | \"mdi:toothbrush\" | \"mdi:toothbrush-electric\" | \"mdi:toothbrush-paste\" | \"mdi:torch\" | \"mdi:tortoise\" | \"mdi:toslink\" | \"mdi:touch-text-outline\" | \"mdi:tournament\" | \"mdi:tow-truck\" | \"mdi:tower-beach\" | \"mdi:tower-fire\" | \"mdi:town-hall\" | \"mdi:toy-brick\" | \"mdi:toy-brick-marker\" | \"mdi:toy-brick-marker-outline\" | \"mdi:toy-brick-minus\" | \"mdi:toy-brick-minus-outline\" | \"mdi:toy-brick-outline\" | \"mdi:toy-brick-plus\" | \"mdi:toy-brick-plus-outline\" | \"mdi:toy-brick-remove\" | \"mdi:toy-brick-remove-outline\" | \"mdi:toy-brick-search\" | \"mdi:toy-brick-search-outline\" | \"mdi:track-light\" | \"mdi:track-light-off\" | \"mdi:trackpad\" | \"mdi:trackpad-lock\" | \"mdi:tractor\" | \"mdi:tractor-variant\" | \"mdi:trademark\" | \"mdi:traffic-cone\" | \"mdi:traffic-light\" | \"mdi:traffic-light-outline\" | \"mdi:train\" | \"mdi:train-bus\" | \"mdi:train-car\" | \"mdi:train-car-autorack\" | \"mdi:train-car-box\" | \"mdi:train-car-box-full\" | \"mdi:train-car-box-open\" | \"mdi:train-car-caboose\" | \"mdi:train-car-centerbeam\" | \"mdi:train-car-centerbeam-full\" | \"mdi:train-car-container\" | \"mdi:train-car-flatbed\" | \"mdi:train-car-flatbed-car\" | \"mdi:train-car-flatbed-tank\" | \"mdi:train-car-gondola\" | \"mdi:train-car-gondola-full\" | \"mdi:train-car-hopper\" | \"mdi:train-car-hopper-covered\" | \"mdi:train-car-hopper-full\" | \"mdi:train-car-intermodal\" | \"mdi:train-car-passenger\" | \"mdi:train-car-passenger-door\" | \"mdi:train-car-passenger-door-open\" | \"mdi:train-car-passenger-variant\" | \"mdi:train-car-tank\" | \"mdi:train-variant\" | \"mdi:tram\" | \"mdi:tram-side\" | \"mdi:transcribe\" | \"mdi:transcribe-close\" | \"mdi:transfer\" | \"mdi:transfer-down\" | \"mdi:transfer-left\" | \"mdi:transfer-right\" | \"mdi:transfer-up\" | \"mdi:transit-connection\" | \"mdi:transit-connection-horizontal\" | \"mdi:transit-connection-variant\" | \"mdi:transit-detour\" | \"mdi:transit-skip\" | \"mdi:transit-transfer\" | \"mdi:transition\" | \"mdi:transition-masked\" | \"mdi:translate\" | \"mdi:translate-off\" | \"mdi:translate-variant\" | \"mdi:transmission-tower\" | \"mdi:transmission-tower-export\" | \"mdi:transmission-tower-import\" | \"mdi:transmission-tower-off\" | \"mdi:trash-can\" | \"mdi:trash-can-outline\" | \"mdi:tray\" | \"mdi:tray-alert\" | \"mdi:tray-arrow-down\" | \"mdi:tray-arrow-up\" | \"mdi:tray-full\" | \"mdi:tray-minus\" | \"mdi:tray-plus\" | \"mdi:tray-remove\" | \"mdi:treasure-chest\" | \"mdi:treasure-chest-outline\" | \"mdi:tree\" | \"mdi:tree-outline\" | \"mdi:trello\" | \"mdi:trending-down\" | \"mdi:trending-neutral\" | \"mdi:trending-up\" | \"mdi:triangle\" | \"mdi:triangle-down\" | \"mdi:triangle-down-outline\" | \"mdi:triangle-outline\" | \"mdi:triangle-small-down\" | \"mdi:triangle-small-up\" | \"mdi:triangle-wave\" | \"mdi:triforce\" | \"mdi:trophy\" | \"mdi:trophy-award\" | \"mdi:trophy-broken\" | \"mdi:trophy-outline\" | \"mdi:trophy-variant\" | \"mdi:trophy-variant-outline\" | \"mdi:truck\" | \"mdi:truck-alert\" | \"mdi:truck-alert-outline\" | \"mdi:truck-cargo-container\" | \"mdi:truck-check\" | \"mdi:truck-check-outline\" | \"mdi:truck-delivery\" | \"mdi:truck-delivery-outline\" | \"mdi:truck-fast\" | \"mdi:truck-fast-outline\" | \"mdi:truck-flatbed\" | \"mdi:truck-minus\" | \"mdi:truck-minus-outline\" | \"mdi:truck-off-road\" | \"mdi:truck-off-road-off\" | \"mdi:truck-outline\" | \"mdi:truck-plus\" | \"mdi:truck-plus-outline\" | \"mdi:truck-remove\" | \"mdi:truck-remove-outline\" | \"mdi:truck-snowflake\" | \"mdi:truck-trailer\" | \"mdi:trumpet\" | \"mdi:tshirt-crew\" | \"mdi:tshirt-crew-outline\" | \"mdi:tshirt-v\" | \"mdi:tshirt-v-outline\" | \"mdi:tsunami\" | \"mdi:tumble-dryer\" | \"mdi:tumble-dryer-alert\" | \"mdi:tumble-dryer-off\" | \"mdi:tune\" | \"mdi:tune-variant\" | \"mdi:tune-vertical\" | \"mdi:tune-vertical-variant\" | \"mdi:tunnel\" | \"mdi:tunnel-outline\" | \"mdi:turbine\" | \"mdi:turkey\" | \"mdi:turnstile\" | \"mdi:turnstile-outline\" | \"mdi:turtle\" | \"mdi:twitch\" | \"mdi:twitter\" | \"mdi:two-factor-authentication\" | \"mdi:typewriter\" | \"mdi:ubisoft\" | \"mdi:ubuntu\" | \"mdi:ufo\" | \"mdi:ufo-outline\" | \"mdi:ultra-high-definition\" | \"mdi:umbraco\" | \"mdi:umbrella\" | \"mdi:umbrella-beach\" | \"mdi:umbrella-beach-outline\" | \"mdi:umbrella-closed\" | \"mdi:umbrella-closed-outline\" | \"mdi:umbrella-closed-variant\" | \"mdi:umbrella-outline\" | \"mdi:underwear-outline\" | \"mdi:undo\" | \"mdi:undo-variant\" | \"mdi:unfold-less-horizontal\" | \"mdi:unfold-less-vertical\" | \"mdi:unfold-more-horizontal\" | \"mdi:unfold-more-vertical\" | \"mdi:ungroup\" | \"mdi:unicode\" | \"mdi:unicorn\" | \"mdi:unicorn-variant\" | \"mdi:unicycle\" | \"mdi:unity\" | \"mdi:unreal\" | \"mdi:update\" | \"mdi:upload\" | \"mdi:upload-box\" | \"mdi:upload-box-outline\" | \"mdi:upload-circle\" | \"mdi:upload-circle-outline\" | \"mdi:upload-lock\" | \"mdi:upload-lock-outline\" | \"mdi:upload-multiple\" | \"mdi:upload-multiple-outline\" | \"mdi:upload-network\" | \"mdi:upload-network-outline\" | \"mdi:upload-off\" | \"mdi:upload-off-outline\" | \"mdi:upload-outline\" | \"mdi:usb\" | \"mdi:usb-c-port\" | \"mdi:usb-flash-drive\" | \"mdi:usb-flash-drive-outline\" | \"mdi:usb-port\" | \"mdi:vacuum\" | \"mdi:vacuum-outline\" | \"mdi:valve\" | \"mdi:valve-closed\" | \"mdi:valve-open\" | \"mdi:van-passenger\" | \"mdi:van-utility\" | \"mdi:vanish\" | \"mdi:vanish-quarter\" | \"mdi:vanity-light\" | \"mdi:variable\" | \"mdi:variable-box\" | \"mdi:vector-arrange-above\" | \"mdi:vector-arrange-below\" | \"mdi:vector-bezier\" | \"mdi:vector-circle\" | \"mdi:vector-circle-variant\" | \"mdi:vector-combine\" | \"mdi:vector-curve\" | \"mdi:vector-difference\" | \"mdi:vector-difference-ab\" | \"mdi:vector-difference-ba\" | \"mdi:vector-ellipse\" | \"mdi:vector-intersection\" | \"mdi:vector-line\" | \"mdi:vector-link\" | \"mdi:vector-point\" | \"mdi:vector-point-edit\" | \"mdi:vector-point-minus\" | \"mdi:vector-point-plus\" | \"mdi:vector-point-select\" | \"mdi:vector-polygon\" | \"mdi:vector-polygon-variant\" | \"mdi:vector-polyline\" | \"mdi:vector-polyline-edit\" | \"mdi:vector-polyline-minus\" | \"mdi:vector-polyline-plus\" | \"mdi:vector-polyline-remove\" | \"mdi:vector-radius\" | \"mdi:vector-rectangle\" | \"mdi:vector-selection\" | \"mdi:vector-square\" | \"mdi:vector-square-close\" | \"mdi:vector-square-edit\" | \"mdi:vector-square-minus\" | \"mdi:vector-square-open\" | \"mdi:vector-square-plus\" | \"mdi:vector-square-remove\" | \"mdi:vector-triangle\" | \"mdi:vector-union\" | \"mdi:vhs\" | \"mdi:vibrate\" | \"mdi:vibrate-off\" | \"mdi:video\" | \"mdi:video-2d\" | \"mdi:video-3d\" | \"mdi:video-3d-off\" | \"mdi:video-3d-variant\" | \"mdi:video-4k-box\" | \"mdi:video-account\" | \"mdi:video-box\" | \"mdi:video-box-off\" | \"mdi:video-check\" | \"mdi:video-check-outline\" | \"mdi:video-high-definition\" | \"mdi:video-image\" | \"mdi:video-input-antenna\" | \"mdi:video-input-component\" | \"mdi:video-input-hdmi\" | \"mdi:video-input-scart\" | \"mdi:video-input-svideo\" | \"mdi:video-marker\" | \"mdi:video-marker-outline\" | \"mdi:video-minus\" | \"mdi:video-minus-outline\" | \"mdi:video-off\" | \"mdi:video-off-outline\" | \"mdi:video-outline\" | \"mdi:video-plus\" | \"mdi:video-plus-outline\" | \"mdi:video-stabilization\" | \"mdi:video-standard-definition\" | \"mdi:video-switch\" | \"mdi:video-switch-outline\" | \"mdi:video-vintage\" | \"mdi:video-wireless\" | \"mdi:video-wireless-outline\" | \"mdi:view-agenda\" | \"mdi:view-agenda-outline\" | \"mdi:view-array\" | \"mdi:view-array-outline\" | \"mdi:view-carousel\" | \"mdi:view-carousel-outline\" | \"mdi:view-column\" | \"mdi:view-column-outline\" | \"mdi:view-comfy\" | \"mdi:view-comfy-outline\" | \"mdi:view-compact\" | \"mdi:view-compact-outline\" | \"mdi:view-dashboard\" | \"mdi:view-dashboard-edit\" | \"mdi:view-dashboard-edit-outline\" | \"mdi:view-dashboard-outline\" | \"mdi:view-dashboard-variant\" | \"mdi:view-dashboard-variant-outline\" | \"mdi:view-day\" | \"mdi:view-day-outline\" | \"mdi:view-gallery\" | \"mdi:view-gallery-outline\" | \"mdi:view-grid\" | \"mdi:view-grid-compact\" | \"mdi:view-grid-outline\" | \"mdi:view-grid-plus\" | \"mdi:view-grid-plus-outline\" | \"mdi:view-headline\" | \"mdi:view-list\" | \"mdi:view-list-outline\" | \"mdi:view-module\" | \"mdi:view-module-outline\" | \"mdi:view-parallel\" | \"mdi:view-parallel-outline\" | \"mdi:view-quilt\" | \"mdi:view-quilt-outline\" | \"mdi:view-sequential\" | \"mdi:view-sequential-outline\" | \"mdi:view-split-horizontal\" | \"mdi:view-split-vertical\" | \"mdi:view-stream\" | \"mdi:view-stream-outline\" | \"mdi:view-week\" | \"mdi:view-week-outline\" | \"mdi:vimeo\" | \"mdi:violin\" | \"mdi:virtual-reality\" | \"mdi:virus\" | \"mdi:virus-off\" | \"mdi:virus-off-outline\" | \"mdi:virus-outline\" | \"mdi:vlc\" | \"mdi:voicemail\" | \"mdi:volcano\" | \"mdi:volcano-outline\" | \"mdi:volleyball\" | \"mdi:volume-equal\" | \"mdi:volume-high\" | \"mdi:volume-low\" | \"mdi:volume-medium\" | \"mdi:volume-minus\" | \"mdi:volume-mute\" | \"mdi:volume-off\" | \"mdi:volume-plus\" | \"mdi:volume-source\" | \"mdi:volume-variant-off\" | \"mdi:volume-vibrate\" | \"mdi:vote\" | \"mdi:vote-outline\" | \"mdi:vpn\" | \"mdi:vuejs\" | \"mdi:vuetify\" | \"mdi:walk\" | \"mdi:wall\" | \"mdi:wall-fire\" | \"mdi:wall-sconce\" | \"mdi:wall-sconce-flat\" | \"mdi:wall-sconce-flat-outline\" | \"mdi:wall-sconce-flat-variant\" | \"mdi:wall-sconce-flat-variant-outline\" | \"mdi:wall-sconce-outline\" | \"mdi:wall-sconce-round\" | \"mdi:wall-sconce-round-outline\" | \"mdi:wall-sconce-round-variant\" | \"mdi:wall-sconce-round-variant-outline\" | \"mdi:wallet\" | \"mdi:wallet-bifold\" | \"mdi:wallet-bifold-outline\" | \"mdi:wallet-giftcard\" | \"mdi:wallet-membership\" | \"mdi:wallet-outline\" | \"mdi:wallet-plus\" | \"mdi:wallet-plus-outline\" | \"mdi:wallet-travel\" | \"mdi:wallpaper\" | \"mdi:wan\" | \"mdi:wardrobe\" | \"mdi:wardrobe-outline\" | \"mdi:warehouse\" | \"mdi:washing-machine\" | \"mdi:washing-machine-alert\" | \"mdi:washing-machine-off\" | \"mdi:watch\" | \"mdi:watch-export\" | \"mdi:watch-export-variant\" | \"mdi:watch-import\" | \"mdi:watch-import-variant\" | \"mdi:watch-variant\" | \"mdi:watch-vibrate\" | \"mdi:watch-vibrate-off\" | \"mdi:water\" | \"mdi:water-alert\" | \"mdi:water-alert-outline\" | \"mdi:water-boiler\" | \"mdi:water-boiler-alert\" | \"mdi:water-boiler-auto\" | \"mdi:water-boiler-off\" | \"mdi:water-check\" | \"mdi:water-check-outline\" | \"mdi:water-circle\" | \"mdi:water-minus\" | \"mdi:water-minus-outline\" | \"mdi:water-off\" | \"mdi:water-off-outline\" | \"mdi:water-opacity\" | \"mdi:water-outline\" | \"mdi:water-percent\" | \"mdi:water-percent-alert\" | \"mdi:water-plus\" | \"mdi:water-plus-outline\" | \"mdi:water-polo\" | \"mdi:water-pump\" | \"mdi:water-pump-off\" | \"mdi:water-remove\" | \"mdi:water-remove-outline\" | \"mdi:water-sync\" | \"mdi:water-thermometer\" | \"mdi:water-thermometer-outline\" | \"mdi:water-well\" | \"mdi:water-well-outline\" | \"mdi:waterfall\" | \"mdi:watering-can\" | \"mdi:watering-can-outline\" | \"mdi:watermark\" | \"mdi:wave\" | \"mdi:wave-arrow-down\" | \"mdi:wave-arrow-up\" | \"mdi:wave-undercurrent\" | \"mdi:waveform\" | \"mdi:waves\" | \"mdi:waves-arrow-left\" | \"mdi:waves-arrow-right\" | \"mdi:waves-arrow-up\" | \"mdi:waze\" | \"mdi:weather-cloudy\" | \"mdi:weather-cloudy-alert\" | \"mdi:weather-cloudy-arrow-right\" | \"mdi:weather-cloudy-clock\" | \"mdi:weather-dust\" | \"mdi:weather-fog\" | \"mdi:weather-hail\" | \"mdi:weather-hazy\" | \"mdi:weather-hurricane\" | \"mdi:weather-hurricane-outline\" | \"mdi:weather-lightning\" | \"mdi:weather-lightning-rainy\" | \"mdi:weather-moonset\" | \"mdi:weather-moonset-down\" | \"mdi:weather-moonset-up\" | \"mdi:weather-night\" | \"mdi:weather-night-partly-cloudy\" | \"mdi:weather-partly-cloudy\" | \"mdi:weather-partly-lightning\" | \"mdi:weather-partly-rainy\" | \"mdi:weather-partly-snowy\" | \"mdi:weather-partly-snowy-rainy\" | \"mdi:weather-pouring\" | \"mdi:weather-rainy\" | \"mdi:weather-snowy\" | \"mdi:weather-snowy-heavy\" | \"mdi:weather-snowy-rainy\" | \"mdi:weather-sunny\" | \"mdi:weather-sunny-alert\" | \"mdi:weather-sunny-off\" | \"mdi:weather-sunset\" | \"mdi:weather-sunset-down\" | \"mdi:weather-sunset-up\" | \"mdi:weather-tornado\" | \"mdi:weather-windy\" | \"mdi:weather-windy-variant\" | \"mdi:web\" | \"mdi:web-box\" | \"mdi:web-cancel\" | \"mdi:web-check\" | \"mdi:web-clock\" | \"mdi:web-minus\" | \"mdi:web-off\" | \"mdi:web-plus\" | \"mdi:web-refresh\" | \"mdi:web-remove\" | \"mdi:web-sync\" | \"mdi:webcam\" | \"mdi:webcam-off\" | \"mdi:webhook\" | \"mdi:webpack\" | \"mdi:webrtc\" | \"mdi:wechat\" | \"mdi:weight\" | \"mdi:weight-gram\" | \"mdi:weight-kilogram\" | \"mdi:weight-lifter\" | \"mdi:weight-pound\" | \"mdi:whatsapp\" | \"mdi:wheel-barrow\" | \"mdi:wheelchair\" | \"mdi:wheelchair-accessibility\" | \"mdi:whistle\" | \"mdi:whistle-outline\" | \"mdi:white-balance-auto\" | \"mdi:white-balance-incandescent\" | \"mdi:white-balance-iridescent\" | \"mdi:white-balance-sunny\" | \"mdi:widgets\" | \"mdi:widgets-outline\" | \"mdi:wifi\" | \"mdi:wifi-alert\" | \"mdi:wifi-arrow-down\" | \"mdi:wifi-arrow-left\" | \"mdi:wifi-arrow-left-right\" | \"mdi:wifi-arrow-right\" | \"mdi:wifi-arrow-up\" | \"mdi:wifi-arrow-up-down\" | \"mdi:wifi-cancel\" | \"mdi:wifi-check\" | \"mdi:wifi-cog\" | \"mdi:wifi-lock\" | \"mdi:wifi-lock-open\" | \"mdi:wifi-marker\" | \"mdi:wifi-minus\" | \"mdi:wifi-off\" | \"mdi:wifi-plus\" | \"mdi:wifi-refresh\" | \"mdi:wifi-remove\" | \"mdi:wifi-settings\" | \"mdi:wifi-star\" | \"mdi:wifi-strength-1\" | \"mdi:wifi-strength-1-alert\" | \"mdi:wifi-strength-1-lock\" | \"mdi:wifi-strength-1-lock-open\" | \"mdi:wifi-strength-2\" | \"mdi:wifi-strength-2-alert\" | \"mdi:wifi-strength-2-lock\" | \"mdi:wifi-strength-2-lock-open\" | \"mdi:wifi-strength-3\" | \"mdi:wifi-strength-3-alert\" | \"mdi:wifi-strength-3-lock\" | \"mdi:wifi-strength-3-lock-open\" | \"mdi:wifi-strength-4\" | \"mdi:wifi-strength-4-alert\" | \"mdi:wifi-strength-4-lock\" | \"mdi:wifi-strength-4-lock-open\" | \"mdi:wifi-strength-alert-outline\" | \"mdi:wifi-strength-lock-open-outline\" | \"mdi:wifi-strength-lock-outline\" | \"mdi:wifi-strength-off\" | \"mdi:wifi-strength-off-outline\" | \"mdi:wifi-strength-outline\" | \"mdi:wifi-sync\" | \"mdi:wikipedia\" | \"mdi:wind-power\" | \"mdi:wind-power-outline\" | \"mdi:wind-turbine\" | \"mdi:wind-turbine-alert\" | \"mdi:wind-turbine-check\" | \"mdi:window-close\" | \"mdi:window-closed\" | \"mdi:window-closed-variant\" | \"mdi:window-maximize\" | \"mdi:window-minimize\" | \"mdi:window-open\" | \"mdi:window-open-variant\" | \"mdi:window-restore\" | \"mdi:window-shutter\" | \"mdi:window-shutter-alert\" | \"mdi:window-shutter-auto\" | \"mdi:window-shutter-cog\" | \"mdi:window-shutter-open\" | \"mdi:window-shutter-settings\" | \"mdi:windsock\" | \"mdi:wiper\" | \"mdi:wiper-wash\" | \"mdi:wiper-wash-alert\" | \"mdi:wizard-hat\" | \"mdi:wordpress\" | \"mdi:wrap\" | \"mdi:wrap-disabled\" | \"mdi:wrench\" | \"mdi:wrench-check\" | \"mdi:wrench-check-outline\" | \"mdi:wrench-clock\" | \"mdi:wrench-clock-outline\" | \"mdi:wrench-cog\" | \"mdi:wrench-cog-outline\" | \"mdi:wrench-outline\" | \"mdi:xamarin\" | \"mdi:xml\" | \"mdi:xmpp\" | \"mdi:yahoo\" | \"mdi:yeast\" | \"mdi:yin-yang\" | \"mdi:yoga\" | \"mdi:youtube\" | \"mdi:youtube-gaming\" | \"mdi:youtube-studio\" | \"mdi:youtube-subscription\" | \"mdi:youtube-tv\" | \"mdi:yurt\" | \"mdi:z-wave\" | \"mdi:zend\" | \"mdi:zigbee\" | \"mdi:zip-box\" | \"mdi:zip-box-outline\" | \"mdi:zip-disk\" | \"mdi:zodiac-aquarius\" | \"mdi:zodiac-aries\" | \"mdi:zodiac-cancer\" | \"mdi:zodiac-capricorn\" | \"mdi:zodiac-gemini\" | \"mdi:zodiac-leo\" | \"mdi:zodiac-libra\" | \"mdi:zodiac-pisces\" | \"mdi:zodiac-sagittarius\" | \"mdi:zodiac-scorpio\" | \"mdi:zodiac-taurus\" | \"mdi:zodiac-virgo\"",
|
|
889
|
+
"required": true,
|
|
890
|
+
"description": "The name of the icon to display"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "size",
|
|
894
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Icon/types\").IconSizeVariant | undefined",
|
|
895
|
+
"required": false,
|
|
896
|
+
"description": "The size variant of the icon"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "color",
|
|
900
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/color\").Color | undefined",
|
|
901
|
+
"required": false,
|
|
902
|
+
"description": "Predefined color variant based on theme"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "intent",
|
|
906
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
907
|
+
"required": false,
|
|
908
|
+
"description": "Intent variant for the icon"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "style",
|
|
912
|
+
"type": "React.CSSProperties | import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
913
|
+
"required": false,
|
|
914
|
+
"description": "Additional styles (platform-specific)"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "testID",
|
|
918
|
+
"type": "string | undefined",
|
|
919
|
+
"required": false,
|
|
920
|
+
"description": "Test ID for testing"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "accessibilityLabel",
|
|
924
|
+
"type": "string | undefined",
|
|
925
|
+
"required": false,
|
|
926
|
+
"description": "Accessibility label for screen readers"
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"typeDefinition": "export interface IconProps {\n /**\n * The name of the icon to display\n */\n name: IconName | `mdi:${IconName}`;\n\n /**\n * The size variant of the icon\n */\n size?: IconSizeVariant;\n\n /**\n * Predefined color variant based on theme\n */\n color?: Color;\n /**\n * Intent variant for the icon\n */\n intent?: Intent;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: React.CSSProperties | StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label for screen readers\n */\n accessibilityLabel?: string;\n}",
|
|
930
|
+
"relatedTypes": {
|
|
931
|
+
"IconSizeVariant": "export type IconSizeVariant = Size | number;"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"Image": {
|
|
935
|
+
"name": "Image",
|
|
936
|
+
"propsInterface": "ImageProps",
|
|
937
|
+
"props": [
|
|
938
|
+
{
|
|
939
|
+
"name": "source",
|
|
940
|
+
"type": "string | import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/Image/Image\").ImageSourcePropType",
|
|
941
|
+
"required": true
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "alt",
|
|
945
|
+
"type": "string | undefined",
|
|
946
|
+
"required": false
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"name": "width",
|
|
950
|
+
"type": "string | number | undefined",
|
|
951
|
+
"required": false
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "height",
|
|
955
|
+
"type": "string | number | undefined",
|
|
956
|
+
"required": false
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"name": "aspectRatio",
|
|
960
|
+
"type": "number | undefined",
|
|
961
|
+
"required": false
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"name": "objectFit",
|
|
965
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Image/types\").ImageObjectFit | undefined",
|
|
966
|
+
"required": false
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "loading",
|
|
970
|
+
"type": "\"lazy\" | \"eager\" | undefined",
|
|
971
|
+
"required": false
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "placeholder",
|
|
975
|
+
"type": "React.ReactNode",
|
|
976
|
+
"required": false
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "fallback",
|
|
980
|
+
"type": "React.ReactNode",
|
|
981
|
+
"required": false
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "onLoad",
|
|
985
|
+
"type": "(() => void) | undefined",
|
|
986
|
+
"required": false
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "onError",
|
|
990
|
+
"type": "((error: any) => void) | undefined",
|
|
991
|
+
"required": false
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "borderRadius",
|
|
995
|
+
"type": "number | undefined",
|
|
996
|
+
"required": false
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "style",
|
|
1000
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ImageStyle>",
|
|
1001
|
+
"required": false
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"name": "testID",
|
|
1005
|
+
"type": "string | undefined",
|
|
1006
|
+
"required": false
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "accessibilityLabel",
|
|
1010
|
+
"type": "string | undefined",
|
|
1011
|
+
"required": false
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"typeDefinition": "export interface ImageProps {\n source: ImageSourcePropType | string;\n alt?: string;\n width?: number | string;\n height?: number | string;\n aspectRatio?: number;\n objectFit?: ImageObjectFit;\n loading?: 'lazy' | 'eager';\n placeholder?: React.ReactNode;\n fallback?: React.ReactNode;\n onLoad?: () => void;\n onError?: (error: any) => void;\n borderRadius?: number;\n style?: StyleProp<ImageStyle>;\n testID?: string;\n accessibilityLabel?: string;\n}",
|
|
1015
|
+
"relatedTypes": {
|
|
1016
|
+
"ImageObjectFit": "export type ImageObjectFit = 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"Input": {
|
|
1020
|
+
"name": "Input",
|
|
1021
|
+
"propsInterface": "InputProps",
|
|
1022
|
+
"props": [
|
|
1023
|
+
{
|
|
1024
|
+
"name": "value",
|
|
1025
|
+
"type": "string | undefined",
|
|
1026
|
+
"required": false,
|
|
1027
|
+
"description": "The current value of the input"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "onChangeText",
|
|
1031
|
+
"type": "((text: string) => void) | undefined",
|
|
1032
|
+
"required": false,
|
|
1033
|
+
"description": "Called when the text changes"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "onFocus",
|
|
1037
|
+
"type": "(() => void) | undefined",
|
|
1038
|
+
"required": false,
|
|
1039
|
+
"description": "Called when the input receives focus"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "onBlur",
|
|
1043
|
+
"type": "(() => void) | undefined",
|
|
1044
|
+
"required": false,
|
|
1045
|
+
"description": "Called when the input loses focus"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "placeholder",
|
|
1049
|
+
"type": "string | undefined",
|
|
1050
|
+
"required": false,
|
|
1051
|
+
"description": "Placeholder text"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "disabled",
|
|
1055
|
+
"type": "boolean | undefined",
|
|
1056
|
+
"required": false,
|
|
1057
|
+
"description": "Whether the input is disabled"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "inputType",
|
|
1061
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Input/types\").InputInputType | undefined",
|
|
1062
|
+
"required": false,
|
|
1063
|
+
"description": "The type of input (affects keyboard type on mobile)"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "secureTextEntry",
|
|
1067
|
+
"type": "boolean | undefined",
|
|
1068
|
+
"required": false,
|
|
1069
|
+
"description": "Whether to show the password"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "leftIcon",
|
|
1073
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
1074
|
+
"required": false,
|
|
1075
|
+
"description": "Icon to display on the left side of the input"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "rightIcon",
|
|
1079
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
1080
|
+
"required": false,
|
|
1081
|
+
"description": "Icon to display on the right side of the input"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "showPasswordToggle",
|
|
1085
|
+
"type": "boolean | undefined",
|
|
1086
|
+
"required": false,
|
|
1087
|
+
"description": "Show password visibility toggle for password inputs (defaults to true for password type)"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "autoCapitalize",
|
|
1091
|
+
"type": "\"none\" | \"sentences\" | \"words\" | \"characters\" | undefined",
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"description": "Auto-capitalization behavior"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "size",
|
|
1097
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1098
|
+
"required": false,
|
|
1099
|
+
"description": "Size variant of the input"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"name": "type",
|
|
1103
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Input/types\").InputType | undefined",
|
|
1104
|
+
"required": false,
|
|
1105
|
+
"description": "Style variant of the input"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "intent",
|
|
1109
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1110
|
+
"required": false,
|
|
1111
|
+
"description": "The intent/color scheme of the input (for focus states, validation, etc.)"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "hasError",
|
|
1115
|
+
"type": "boolean | undefined",
|
|
1116
|
+
"required": false,
|
|
1117
|
+
"description": "Whether the input has an error state"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "style",
|
|
1121
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1122
|
+
"required": false,
|
|
1123
|
+
"description": "Additional styles (platform-specific)"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "testID",
|
|
1127
|
+
"type": "string | undefined",
|
|
1128
|
+
"required": false,
|
|
1129
|
+
"description": "Test ID for testing"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"typeDefinition": "export interface InputProps {\n /**\n * The current value of the input\n */\n value?: string;\n\n /**\n * Called when the text changes\n */\n onChangeText?: (text: string) => void;\n\n /**\n * Called when the input receives focus\n */\n onFocus?: () => void;\n\n /**\n * Called when the input loses focus\n */\n onBlur?: () => void;\n\n /**\n * Placeholder text\n */\n placeholder?: string;\n\n /**\n * Whether the input is disabled\n */\n disabled?: boolean;\n\n /**\n * The type of input (affects keyboard type on mobile)\n */\n inputType?: InputInputType;\n\n /**\n * Whether to show the password\n */\n secureTextEntry?: boolean;\n\n /**\n * Icon to display on the left side of the input\n */\n leftIcon?: IconName | React.ReactNode;\n\n /**\n * Icon to display on the right side of the input\n */\n rightIcon?: IconName | React.ReactNode;\n\n /**\n * Show password visibility toggle for password inputs (defaults to true for password type)\n */\n showPasswordToggle?: boolean;\n\n /**\n * Auto-capitalization behavior\n */\n autoCapitalize?: 'none' | 'sentences' | 'words' | 'characters';\n\n /**\n * Size variant of the input\n */\n size?: InputSize;\n\n /**\n * Style variant of the input\n */\n type?: InputType;\n\n /**\n * The intent/color scheme of the input (for focus states, validation, etc.)\n */\n intent?: InputIntent;\n\n /**\n * Whether the input has an error state\n * @deprecated Use intent=\"error\" instead\n */\n hasError?: boolean;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
1133
|
+
"relatedTypes": {
|
|
1134
|
+
"InputIntent": "export type InputIntent = Intent;",
|
|
1135
|
+
"InputSize": "export type InputSize = Size;",
|
|
1136
|
+
"InputType": "export type InputType = 'outlined' | 'filled' | 'bare';",
|
|
1137
|
+
"InputInputType": "export type InputInputType = 'text' | 'email' | 'password' | 'number';"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"List": {
|
|
1141
|
+
"name": "List",
|
|
1142
|
+
"propsInterface": "ListProps",
|
|
1143
|
+
"props": [
|
|
1144
|
+
{
|
|
1145
|
+
"name": "children",
|
|
1146
|
+
"type": "React.ReactNode",
|
|
1147
|
+
"required": true
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "type",
|
|
1151
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/List/types\").ListType | undefined",
|
|
1152
|
+
"required": false
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "size",
|
|
1156
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1157
|
+
"required": false
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "style",
|
|
1161
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1162
|
+
"required": false
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "testID",
|
|
1166
|
+
"type": "string | undefined",
|
|
1167
|
+
"required": false
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "scrollable",
|
|
1171
|
+
"type": "boolean | undefined",
|
|
1172
|
+
"required": false
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "maxHeight",
|
|
1176
|
+
"type": "string | number | undefined",
|
|
1177
|
+
"required": false
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"typeDefinition": "export interface ListProps {\n children: ReactNode;\n type?: ListType;\n size?: ListSizeVariant;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n scrollable?: boolean;\n maxHeight?: number | string;\n}",
|
|
1181
|
+
"relatedTypes": {
|
|
1182
|
+
"ListSizeVariant": "export type ListSizeVariant = Size;",
|
|
1183
|
+
"ListType": "export type ListType = 'default' | 'bordered' | 'divided';"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
"Menu": {
|
|
1187
|
+
"name": "Menu",
|
|
1188
|
+
"propsInterface": "MenuProps",
|
|
1189
|
+
"props": [
|
|
1190
|
+
{
|
|
1191
|
+
"name": "children",
|
|
1192
|
+
"type": "React.ReactNode",
|
|
1193
|
+
"required": true
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "items",
|
|
1197
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Menu/types\").MenuItem[]",
|
|
1198
|
+
"required": true
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "open",
|
|
1202
|
+
"type": "boolean | undefined",
|
|
1203
|
+
"required": false
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "onOpenChange",
|
|
1207
|
+
"type": "((open: boolean) => void) | undefined",
|
|
1208
|
+
"required": false
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "placement",
|
|
1212
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Menu/types\").MenuPlacement | undefined",
|
|
1213
|
+
"required": false
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "closeOnSelection",
|
|
1217
|
+
"type": "boolean | undefined",
|
|
1218
|
+
"required": false
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "size",
|
|
1222
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1223
|
+
"required": false
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "style",
|
|
1227
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1228
|
+
"required": false
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "testID",
|
|
1232
|
+
"type": "string | undefined",
|
|
1233
|
+
"required": false
|
|
1234
|
+
}
|
|
1235
|
+
],
|
|
1236
|
+
"typeDefinition": "export interface MenuProps {\n children: React.ReactNode;\n items: MenuItem[];\n open?: boolean;\n onOpenChange?: (open: boolean) => void;\n placement?: MenuPlacement;\n closeOnSelection?: boolean;\n size?: MenuSizeVariant;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1237
|
+
"relatedTypes": {
|
|
1238
|
+
"MenuIntentVariant": "export type MenuIntentVariant = Intent;",
|
|
1239
|
+
"MenuSizeVariant": "export type MenuSizeVariant = Size;",
|
|
1240
|
+
"MenuPlacement": "export type MenuPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'right';",
|
|
1241
|
+
"MenuItem": "export interface MenuItem {\n id: string;\n label: string;\n onClick?: () => void;\n disabled?: boolean;\n icon?: IconName | React.ReactNode;\n intent?: MenuIntentVariant;\n separator?: boolean;\n}"
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"Popover": {
|
|
1245
|
+
"name": "Popover",
|
|
1246
|
+
"propsInterface": "PopoverProps",
|
|
1247
|
+
"props": [
|
|
1248
|
+
{
|
|
1249
|
+
"name": "open",
|
|
1250
|
+
"type": "boolean",
|
|
1251
|
+
"required": true,
|
|
1252
|
+
"description": "Whether the popover is open/visible"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "onOpenChange",
|
|
1256
|
+
"type": "(open: boolean) => void",
|
|
1257
|
+
"required": true,
|
|
1258
|
+
"description": "Called when the popover should be opened or closed"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "anchor",
|
|
1262
|
+
"type": "React.ReactNode | React.RefObject<Element>",
|
|
1263
|
+
"required": true,
|
|
1264
|
+
"description": "The anchor element to position the popover relative to\nCan be a React element or a ref to a DOM element"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"name": "children",
|
|
1268
|
+
"type": "React.ReactNode",
|
|
1269
|
+
"required": true,
|
|
1270
|
+
"description": "The content to display inside the popover"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "placement",
|
|
1274
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Popover/types\").PopoverPlacement | undefined",
|
|
1275
|
+
"required": false,
|
|
1276
|
+
"description": "Preferred placement of the popover relative to anchor"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "offset",
|
|
1280
|
+
"type": "number | undefined",
|
|
1281
|
+
"required": false,
|
|
1282
|
+
"description": "Distance from the anchor element in pixels"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "closeOnClickOutside",
|
|
1286
|
+
"type": "boolean | undefined",
|
|
1287
|
+
"required": false,
|
|
1288
|
+
"description": "Whether clicking outside should close the popover"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "closeOnEscapeKey",
|
|
1292
|
+
"type": "boolean | undefined",
|
|
1293
|
+
"required": false,
|
|
1294
|
+
"description": "Whether pressing escape key should close the popover (web only)"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "showArrow",
|
|
1298
|
+
"type": "boolean | undefined",
|
|
1299
|
+
"required": false,
|
|
1300
|
+
"description": "Whether to show an arrow pointing to the anchor"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "style",
|
|
1304
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1305
|
+
"required": false,
|
|
1306
|
+
"description": "Additional styles (platform-specific)"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "testID",
|
|
1310
|
+
"type": "string | undefined",
|
|
1311
|
+
"required": false,
|
|
1312
|
+
"description": "Test ID for testing"
|
|
1313
|
+
}
|
|
1314
|
+
],
|
|
1315
|
+
"typeDefinition": "export interface PopoverProps {\n /**\n * Whether the popover is open/visible\n */\n open: boolean;\n\n /**\n * Called when the popover should be opened or closed\n */\n onOpenChange: (open: boolean) => void;\n\n /**\n * The anchor element to position the popover relative to\n * Can be a React element or a ref to a DOM element\n */\n anchor: ReactNode | React.RefObject<Element>;\n\n /**\n * The content to display inside the popover\n */\n children: ReactNode;\n\n /**\n * Preferred placement of the popover relative to anchor\n */\n placement?: PopoverPlacement;\n\n /**\n * Distance from the anchor element in pixels\n */\n offset?: number;\n\n /**\n * Whether clicking outside should close the popover\n */\n closeOnClickOutside?: boolean;\n\n /**\n * Whether pressing escape key should close the popover (web only)\n */\n closeOnEscapeKey?: boolean;\n\n /**\n * Whether to show an arrow pointing to the anchor\n */\n showArrow?: boolean;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
1316
|
+
"relatedTypes": {
|
|
1317
|
+
"PopoverPlacement": "export type PopoverPlacement =\n | 'top' | 'top-start' | 'top-end'\n | 'bottom' | 'bottom-start' | 'bottom-end'\n | 'left' | 'left-start' | 'left-end'\n | 'right' | 'right-start' | 'right-end';"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"Pressable": {
|
|
1321
|
+
"name": "Pressable",
|
|
1322
|
+
"propsInterface": "PressableProps",
|
|
1323
|
+
"props": [
|
|
1324
|
+
{
|
|
1325
|
+
"name": "children",
|
|
1326
|
+
"type": "React.ReactNode",
|
|
1327
|
+
"required": false,
|
|
1328
|
+
"description": "Content to render inside the pressable area"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "onPress",
|
|
1332
|
+
"type": "(() => void) | undefined",
|
|
1333
|
+
"required": false,
|
|
1334
|
+
"description": "Called when the press gesture is activated"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "onPressIn",
|
|
1338
|
+
"type": "(() => void) | undefined",
|
|
1339
|
+
"required": false,
|
|
1340
|
+
"description": "Called when the press gesture starts"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "onPressOut",
|
|
1344
|
+
"type": "(() => void) | undefined",
|
|
1345
|
+
"required": false,
|
|
1346
|
+
"description": "Called when the press gesture ends"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "disabled",
|
|
1350
|
+
"type": "boolean | undefined",
|
|
1351
|
+
"required": false,
|
|
1352
|
+
"description": "Whether the pressable is disabled"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "style",
|
|
1356
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1357
|
+
"required": false,
|
|
1358
|
+
"description": "Additional styles to apply"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "testID",
|
|
1362
|
+
"type": "string | undefined",
|
|
1363
|
+
"required": false,
|
|
1364
|
+
"description": "Test ID for testing"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "accessibilityLabel",
|
|
1368
|
+
"type": "string | undefined",
|
|
1369
|
+
"required": false,
|
|
1370
|
+
"description": "Accessibility label for screen readers"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "accessibilityRole",
|
|
1374
|
+
"type": "string | undefined",
|
|
1375
|
+
"required": false,
|
|
1376
|
+
"description": "Accessibility role (web)"
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"typeDefinition": "export interface PressableProps {\n /**\n * Content to render inside the pressable area\n */\n children?: ReactNode;\n\n /**\n * Called when the press gesture is activated\n */\n onPress?: () => void;\n\n /**\n * Called when the press gesture starts\n */\n onPressIn?: () => void;\n\n /**\n * Called when the press gesture ends\n */\n onPressOut?: () => void;\n\n /**\n * Whether the pressable is disabled\n */\n disabled?: boolean;\n\n /**\n * Additional styles to apply\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label for screen readers\n */\n accessibilityLabel?: string;\n\n /**\n * Accessibility role (web)\n */\n accessibilityRole?: string;\n}",
|
|
1380
|
+
"relatedTypes": {}
|
|
1381
|
+
},
|
|
1382
|
+
"Progress": {
|
|
1383
|
+
"name": "Progress",
|
|
1384
|
+
"propsInterface": "ProgressProps",
|
|
1385
|
+
"props": [
|
|
1386
|
+
{
|
|
1387
|
+
"name": "value",
|
|
1388
|
+
"type": "number | undefined",
|
|
1389
|
+
"required": false
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "max",
|
|
1393
|
+
"type": "number | undefined",
|
|
1394
|
+
"required": false
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "variant",
|
|
1398
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Progress/types\").ProgressVariant | undefined",
|
|
1399
|
+
"required": false
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "intent",
|
|
1403
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1404
|
+
"required": false
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "size",
|
|
1408
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1409
|
+
"required": false
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "indeterminate",
|
|
1413
|
+
"type": "boolean | undefined",
|
|
1414
|
+
"required": false
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "showLabel",
|
|
1418
|
+
"type": "boolean | undefined",
|
|
1419
|
+
"required": false
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "label",
|
|
1423
|
+
"type": "string | undefined",
|
|
1424
|
+
"required": false
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "rounded",
|
|
1428
|
+
"type": "boolean | undefined",
|
|
1429
|
+
"required": false
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "style",
|
|
1433
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1434
|
+
"required": false
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "testID",
|
|
1438
|
+
"type": "string | undefined",
|
|
1439
|
+
"required": false
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"typeDefinition": "export interface ProgressProps {\n value?: number;\n max?: number;\n variant?: ProgressVariant;\n intent?: ProgressIntentVariant;\n size?: ProgressSizeVariant;\n indeterminate?: boolean;\n showLabel?: boolean;\n label?: string;\n rounded?: boolean;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1443
|
+
"relatedTypes": {
|
|
1444
|
+
"ProgressIntentVariant": "export type ProgressIntentVariant = Intent;",
|
|
1445
|
+
"ProgressSizeVariant": "export type ProgressSizeVariant = Size;",
|
|
1446
|
+
"ProgressVariant": "export type ProgressVariant = 'linear' | 'circular';"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"RadioButton": {
|
|
1450
|
+
"name": "RadioButton",
|
|
1451
|
+
"propsInterface": "RadioButtonProps",
|
|
1452
|
+
"props": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "value",
|
|
1455
|
+
"type": "string",
|
|
1456
|
+
"required": true
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "checked",
|
|
1460
|
+
"type": "boolean | undefined",
|
|
1461
|
+
"required": false
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "onPress",
|
|
1465
|
+
"type": "(() => void) | undefined",
|
|
1466
|
+
"required": false
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "disabled",
|
|
1470
|
+
"type": "boolean | undefined",
|
|
1471
|
+
"required": false
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "label",
|
|
1475
|
+
"type": "string | undefined",
|
|
1476
|
+
"required": false
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "size",
|
|
1480
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1481
|
+
"required": false
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "intent",
|
|
1485
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1486
|
+
"required": false
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"name": "style",
|
|
1490
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1491
|
+
"required": false
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "testID",
|
|
1495
|
+
"type": "string | undefined",
|
|
1496
|
+
"required": false
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"typeDefinition": "export interface RadioButtonProps {\n value: string;\n checked?: boolean;\n onPress?: () => void;\n disabled?: boolean;\n label?: string;\n size?: RadioButtonSizeVariant;\n intent?: RadioButtonIntentVariant;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1500
|
+
"relatedTypes": {
|
|
1501
|
+
"RadioButtonIntentVariant": "export type RadioButtonIntentVariant = Intent;",
|
|
1502
|
+
"RadioButtonSizeVariant": "export type RadioButtonSizeVariant = Size;"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"SVGImage": {
|
|
1506
|
+
"name": "SVGImage",
|
|
1507
|
+
"propsInterface": "SVGImageProps",
|
|
1508
|
+
"props": [
|
|
1509
|
+
{
|
|
1510
|
+
"name": "source",
|
|
1511
|
+
"type": "string | { uri: string; } | React.FC<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native-svg/lib/typescript/elements/Svg\").SvgProps>",
|
|
1512
|
+
"required": true
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "width",
|
|
1516
|
+
"type": "string | number | undefined",
|
|
1517
|
+
"required": false
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"name": "height",
|
|
1521
|
+
"type": "string | number | undefined",
|
|
1522
|
+
"required": false
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "size",
|
|
1526
|
+
"type": "string | number | undefined",
|
|
1527
|
+
"required": false
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "color",
|
|
1531
|
+
"type": "string | undefined",
|
|
1532
|
+
"required": false
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "intent",
|
|
1536
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1537
|
+
"required": false
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "resizeMode",
|
|
1541
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/SVGImage/types\").SVGImageResizeMode | undefined",
|
|
1542
|
+
"required": false
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"typeDefinition": "export interface SVGImageProps extends Omit<ViewProps, 'children'> {\n source: string | { uri: string } | React.FC<SvgProps>;\n width?: number | string;\n height?: number | string;\n size?: number | string;\n color?: string;\n intent?: SVGImageIntentVariant;\n resizeMode?: SVGImageResizeMode;\n}",
|
|
1546
|
+
"relatedTypes": {
|
|
1547
|
+
"SVGImageIntentVariant": "export type SVGImageIntentVariant = Intent;",
|
|
1548
|
+
"SVGImageResizeMode": "export type SVGImageResizeMode = 'contain' | 'cover' | 'stretch';"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"Screen": {
|
|
1552
|
+
"name": "Screen",
|
|
1553
|
+
"propsInterface": "ScreenProps",
|
|
1554
|
+
"props": [
|
|
1555
|
+
{
|
|
1556
|
+
"name": "children",
|
|
1557
|
+
"type": "React.ReactNode",
|
|
1558
|
+
"required": false,
|
|
1559
|
+
"description": "The content to display inside the screen"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "background",
|
|
1563
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/color\").Surface | \"transparent\" | undefined",
|
|
1564
|
+
"required": false,
|
|
1565
|
+
"description": "Background variant - controls the background color"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "padding",
|
|
1569
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | \"none\" | undefined",
|
|
1570
|
+
"required": false,
|
|
1571
|
+
"description": "Screen padding variant"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "safeArea",
|
|
1575
|
+
"type": "boolean | undefined",
|
|
1576
|
+
"required": false,
|
|
1577
|
+
"description": "Safe area padding for mobile devices"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"name": "contentInset",
|
|
1581
|
+
"type": "{ top?: number | undefined; bottom?: number | undefined; left?: number | undefined; right?: number | undefined; } | undefined",
|
|
1582
|
+
"required": false,
|
|
1583
|
+
"description": "Content inset padding for scrollable content (mobile only)\nAdds padding to the scroll view's content container\nUseful for adding safe area insets or additional spacing"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"name": "style",
|
|
1587
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1588
|
+
"required": false,
|
|
1589
|
+
"description": "Additional styles (platform-specific)"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "testID",
|
|
1593
|
+
"type": "string | undefined",
|
|
1594
|
+
"required": false,
|
|
1595
|
+
"description": "Test ID for testing"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "scrollable",
|
|
1599
|
+
"type": "boolean | undefined",
|
|
1600
|
+
"required": false,
|
|
1601
|
+
"description": "Scrollable content"
|
|
1602
|
+
}
|
|
1603
|
+
],
|
|
1604
|
+
"typeDefinition": "export interface ScreenProps {\n /**\n * The content to display inside the screen\n */\n children?: ReactNode;\n\n /**\n * Background variant - controls the background color\n */\n background?: Surface | 'transparent';\n\n /**\n * Screen padding variant\n */\n padding?: Size | 'none';\n\n /**\n * Safe area padding for mobile devices\n */\n safeArea?: boolean;\n\n /**\n * Content inset padding for scrollable content (mobile only)\n * Adds padding to the scroll view's content container\n * Useful for adding safe area insets or additional spacing\n */\n contentInset?: {\n top?: number;\n bottom?: number;\n left?: number;\n right?: number;\n };\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Scrollable content\n */\n scrollable?: boolean;\n}",
|
|
1605
|
+
"relatedTypes": {}
|
|
1606
|
+
},
|
|
1607
|
+
"Select": {
|
|
1608
|
+
"name": "Select",
|
|
1609
|
+
"propsInterface": "SelectProps",
|
|
1610
|
+
"props": [
|
|
1611
|
+
{
|
|
1612
|
+
"name": "options",
|
|
1613
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Select/types\").SelectOption[]",
|
|
1614
|
+
"required": true,
|
|
1615
|
+
"description": "Array of options to display in the select"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "value",
|
|
1619
|
+
"type": "string | undefined",
|
|
1620
|
+
"required": false,
|
|
1621
|
+
"description": "The currently selected value"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"name": "onValueChange",
|
|
1625
|
+
"type": "((value: string) => void) | undefined",
|
|
1626
|
+
"required": false,
|
|
1627
|
+
"description": "Called when the selected value changes"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "placeholder",
|
|
1631
|
+
"type": "string | undefined",
|
|
1632
|
+
"required": false,
|
|
1633
|
+
"description": "Placeholder text when no value is selected"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "disabled",
|
|
1637
|
+
"type": "boolean | undefined",
|
|
1638
|
+
"required": false,
|
|
1639
|
+
"description": "Whether the select is disabled"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "error",
|
|
1643
|
+
"type": "boolean | undefined",
|
|
1644
|
+
"required": false,
|
|
1645
|
+
"description": "Whether the select shows an error state"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"name": "helperText",
|
|
1649
|
+
"type": "string | undefined",
|
|
1650
|
+
"required": false,
|
|
1651
|
+
"description": "Helper text to display below the select"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "label",
|
|
1655
|
+
"type": "string | undefined",
|
|
1656
|
+
"required": false,
|
|
1657
|
+
"description": "Label text to display above the select"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "type",
|
|
1661
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Select/types\").SelectType | undefined",
|
|
1662
|
+
"required": false,
|
|
1663
|
+
"description": "The visual type of the select"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "intent",
|
|
1667
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1668
|
+
"required": false,
|
|
1669
|
+
"description": "The intent/color scheme of the select"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"name": "size",
|
|
1673
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1674
|
+
"required": false,
|
|
1675
|
+
"description": "The size of the select"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "searchable",
|
|
1679
|
+
"type": "boolean | undefined",
|
|
1680
|
+
"required": false,
|
|
1681
|
+
"description": "Whether to show a search/filter input (web only)"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"name": "filterOption",
|
|
1685
|
+
"type": "((option: import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Select/types\").SelectOption, searchTerm: string) => boolean) | undefined",
|
|
1686
|
+
"required": false,
|
|
1687
|
+
"description": "Custom search filter function (used with searchable)"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "presentationMode",
|
|
1691
|
+
"type": "\"dropdown\" | \"actionSheet\" | undefined",
|
|
1692
|
+
"required": false,
|
|
1693
|
+
"description": "Native iOS presentation mode (native only)\n'dropdown' uses a standard dropdown overlay\n'actionSheet' uses iOS ActionSheet for selection"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "maxHeight",
|
|
1697
|
+
"type": "number | undefined",
|
|
1698
|
+
"required": false,
|
|
1699
|
+
"description": "Maximum height for the dropdown content"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "style",
|
|
1703
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1704
|
+
"required": false,
|
|
1705
|
+
"description": "Additional styles (platform-specific)"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "testID",
|
|
1709
|
+
"type": "string | undefined",
|
|
1710
|
+
"required": false,
|
|
1711
|
+
"description": "Test ID for testing"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "accessibilityLabel",
|
|
1715
|
+
"type": "string | undefined",
|
|
1716
|
+
"required": false,
|
|
1717
|
+
"description": "Accessibility label"
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"typeDefinition": "export interface SelectProps {\n /**\n * Array of options to display in the select\n */\n options: SelectOption[];\n\n /**\n * The currently selected value\n */\n value?: string;\n\n /**\n * Called when the selected value changes\n */\n onValueChange?: (value: string) => void;\n\n /**\n * Placeholder text when no value is selected\n */\n placeholder?: string;\n\n /**\n * Whether the select is disabled\n */\n disabled?: boolean;\n\n /**\n * Whether the select shows an error state\n */\n error?: boolean;\n\n /**\n * Helper text to display below the select\n */\n helperText?: string;\n\n /**\n * Label text to display above the select\n */\n label?: string;\n\n /**\n * The visual type of the select\n */\n type?: SelectType,\n\n /**\n * The intent/color scheme of the select\n */\n intent?: SelectIntentVariant;\n\n /**\n * The size of the select\n */\n size?: SelectSizeVariant;\n\n /**\n * Whether to show a search/filter input (web only)\n */\n searchable?: boolean;\n\n /**\n * Custom search filter function (used with searchable)\n */\n filterOption?: (option: SelectOption, searchTerm: string) => boolean;\n\n /**\n * Native iOS presentation mode (native only)\n * 'dropdown' uses a standard dropdown overlay\n * 'actionSheet' uses iOS ActionSheet for selection\n */\n presentationMode?: 'dropdown' | 'actionSheet';\n\n /**\n * Maximum height for the dropdown content\n */\n maxHeight?: number;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n\n /**\n * Accessibility label\n */\n accessibilityLabel?: string;\n}",
|
|
1721
|
+
"relatedTypes": {
|
|
1722
|
+
"SelectIntentVariant": "export type SelectIntentVariant = Intent;",
|
|
1723
|
+
"SelectSizeVariant": "export type SelectSizeVariant = Size;",
|
|
1724
|
+
"SelectType": "export type SelectType = 'outlined' | 'filled';",
|
|
1725
|
+
"SelectOption": "export interface SelectOption {\n /**\n * The unique value for this option\n */\n value: string;\n\n /**\n * The display label for this option\n */\n label: string;\n\n /**\n * Whether this option is disabled\n */\n disabled?: boolean;\n\n /**\n * Optional icon or custom content to display before the label\n */\n icon?: ReactNode;\n}"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"Skeleton": {
|
|
1729
|
+
"name": "Skeleton",
|
|
1730
|
+
"propsInterface": "SkeletonProps",
|
|
1731
|
+
"props": [
|
|
1732
|
+
{
|
|
1733
|
+
"name": "width",
|
|
1734
|
+
"type": "string | number | undefined",
|
|
1735
|
+
"required": false,
|
|
1736
|
+
"description": "Width of the skeleton (number in pixels or string with units)"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "height",
|
|
1740
|
+
"type": "string | number | undefined",
|
|
1741
|
+
"required": false,
|
|
1742
|
+
"description": "Height of the skeleton (number in pixels or string with units)"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "shape",
|
|
1746
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Skeleton/types\").SkeletonShape | undefined",
|
|
1747
|
+
"required": false,
|
|
1748
|
+
"description": "Shape of the skeleton"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "borderRadius",
|
|
1752
|
+
"type": "number | undefined",
|
|
1753
|
+
"required": false,
|
|
1754
|
+
"description": "Border radius for 'rounded' shape (in pixels)"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "animation",
|
|
1758
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Skeleton/types\").SkeletonAnimation | undefined",
|
|
1759
|
+
"required": false,
|
|
1760
|
+
"description": "Animation type"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "style",
|
|
1764
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1765
|
+
"required": false,
|
|
1766
|
+
"description": "Additional custom styles"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "testID",
|
|
1770
|
+
"type": "string | undefined",
|
|
1771
|
+
"required": false,
|
|
1772
|
+
"description": "Test ID for testing"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"typeDefinition": "export interface SkeletonProps {\n /**\n * Width of the skeleton (number in pixels or string with units)\n * @default '100%'\n */\n width?: number | string;\n\n /**\n * Height of the skeleton (number in pixels or string with units)\n * @default 20\n */\n height?: number | string;\n\n /**\n * Shape of the skeleton\n * @default 'rectangle'\n */\n shape?: SkeletonShape;\n\n /**\n * Border radius for 'rounded' shape (in pixels)\n * @default 8\n */\n borderRadius?: number;\n\n /**\n * Animation type\n * @default 'pulse'\n */\n animation?: SkeletonAnimation;\n\n /**\n * Additional custom styles\n */\n style?: StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
1776
|
+
"relatedTypes": {
|
|
1777
|
+
"SkeletonShape": "export type SkeletonShape = 'rectangle' | 'circle' | 'rounded';",
|
|
1778
|
+
"SkeletonAnimation": "export type SkeletonAnimation = 'pulse' | 'wave' | 'none';"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"Slider": {
|
|
1782
|
+
"name": "Slider",
|
|
1783
|
+
"propsInterface": "SliderProps",
|
|
1784
|
+
"props": [
|
|
1785
|
+
{
|
|
1786
|
+
"name": "value",
|
|
1787
|
+
"type": "number | undefined",
|
|
1788
|
+
"required": false
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "defaultValue",
|
|
1792
|
+
"type": "number | undefined",
|
|
1793
|
+
"required": false
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "min",
|
|
1797
|
+
"type": "number | undefined",
|
|
1798
|
+
"required": false
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "max",
|
|
1802
|
+
"type": "number | undefined",
|
|
1803
|
+
"required": false
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "step",
|
|
1807
|
+
"type": "number | undefined",
|
|
1808
|
+
"required": false
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "disabled",
|
|
1812
|
+
"type": "boolean | undefined",
|
|
1813
|
+
"required": false
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "showValue",
|
|
1817
|
+
"type": "boolean | undefined",
|
|
1818
|
+
"required": false
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "showMinMax",
|
|
1822
|
+
"type": "boolean | undefined",
|
|
1823
|
+
"required": false
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "marks",
|
|
1827
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Slider/types\").SliderMark[] | undefined",
|
|
1828
|
+
"required": false
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "intent",
|
|
1832
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1833
|
+
"required": false
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "size",
|
|
1837
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1838
|
+
"required": false
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "icon",
|
|
1842
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
1843
|
+
"required": false
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"name": "onValueChange",
|
|
1847
|
+
"type": "((value: number) => void) | undefined",
|
|
1848
|
+
"required": false
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "onValueCommit",
|
|
1852
|
+
"type": "((value: number) => void) | undefined",
|
|
1853
|
+
"required": false
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "style",
|
|
1857
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1858
|
+
"required": false
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "testID",
|
|
1862
|
+
"type": "string | undefined",
|
|
1863
|
+
"required": false
|
|
1864
|
+
}
|
|
1865
|
+
],
|
|
1866
|
+
"typeDefinition": "export interface SliderProps {\n value?: number;\n defaultValue?: number;\n min?: number;\n max?: number;\n step?: number;\n disabled?: boolean;\n showValue?: boolean;\n showMinMax?: boolean;\n marks?: SliderMark[];\n intent?: SliderIntentVariant;\n size?: SliderSizeVariant;\n icon?: IconName | React.ReactNode;\n onValueChange?: (value: number) => void;\n onValueCommit?: (value: number) => void;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1867
|
+
"relatedTypes": {
|
|
1868
|
+
"SliderIntentVariant": "export type SliderIntentVariant = Intent;",
|
|
1869
|
+
"SliderSizeVariant": "export type SliderSizeVariant = Size;",
|
|
1870
|
+
"SliderMark": "export interface SliderMark {\n value: number;\n label?: string;\n}"
|
|
1871
|
+
}
|
|
1872
|
+
},
|
|
1873
|
+
"Switch": {
|
|
1874
|
+
"name": "Switch",
|
|
1875
|
+
"propsInterface": "SwitchProps",
|
|
1876
|
+
"props": [
|
|
1877
|
+
{
|
|
1878
|
+
"name": "checked",
|
|
1879
|
+
"type": "boolean | undefined",
|
|
1880
|
+
"required": false
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "onCheckedChange",
|
|
1884
|
+
"type": "((checked: boolean) => void) | undefined",
|
|
1885
|
+
"required": false
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "disabled",
|
|
1889
|
+
"type": "boolean | undefined",
|
|
1890
|
+
"required": false
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"name": "label",
|
|
1894
|
+
"type": "string | undefined",
|
|
1895
|
+
"required": false
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "labelPosition",
|
|
1899
|
+
"type": "\"left\" | \"right\" | undefined",
|
|
1900
|
+
"required": false
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "intent",
|
|
1904
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
1905
|
+
"required": false
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "size",
|
|
1909
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1910
|
+
"required": false
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "enabledIcon",
|
|
1914
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
1915
|
+
"required": false
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "disabledIcon",
|
|
1919
|
+
"type": "string | number | bigint | boolean | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal | Promise<AwaitedReactNode> | null | undefined",
|
|
1920
|
+
"required": false
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "style",
|
|
1924
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1925
|
+
"required": false
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "testID",
|
|
1929
|
+
"type": "string | undefined",
|
|
1930
|
+
"required": false
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
1933
|
+
"typeDefinition": "export interface SwitchProps {\n checked?: boolean;\n onCheckedChange?: (checked: boolean) => void;\n disabled?: boolean;\n label?: string;\n labelPosition?: 'left' | 'right';\n intent?: SwitchIntentVariant;\n size?: SwitchSizeVariant;\n enabledIcon?: IconName | React.ReactNode;\n disabledIcon?: IconName | React.ReactNode;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1934
|
+
"relatedTypes": {
|
|
1935
|
+
"SwitchIntentVariant": "export type SwitchIntentVariant = Intent;",
|
|
1936
|
+
"SwitchSizeVariant": "export type SwitchSizeVariant = Size;"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"TabBar": {
|
|
1940
|
+
"name": "TabBar",
|
|
1941
|
+
"propsInterface": "TabBarProps",
|
|
1942
|
+
"props": [
|
|
1943
|
+
{
|
|
1944
|
+
"name": "items",
|
|
1945
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/TabBar/types\").TabBarItem[]",
|
|
1946
|
+
"required": true
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "value",
|
|
1950
|
+
"type": "string | undefined",
|
|
1951
|
+
"required": false
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "defaultValue",
|
|
1955
|
+
"type": "string | undefined",
|
|
1956
|
+
"required": false
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "onChange",
|
|
1960
|
+
"type": "((value: string) => void) | undefined",
|
|
1961
|
+
"required": false
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "type",
|
|
1965
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/TabBar/types\").TabBarType | undefined",
|
|
1966
|
+
"required": false
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "size",
|
|
1970
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
1971
|
+
"required": false
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "pillMode",
|
|
1975
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/TabBar/types\").TabBarPillMode | undefined",
|
|
1976
|
+
"required": false,
|
|
1977
|
+
"description": "Mode for pills variant: 'light' for light backgrounds (dark pill), 'dark' for dark backgrounds (light pill)"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "style",
|
|
1981
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
1982
|
+
"required": false
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "testID",
|
|
1986
|
+
"type": "string | undefined",
|
|
1987
|
+
"required": false
|
|
1988
|
+
}
|
|
1989
|
+
],
|
|
1990
|
+
"typeDefinition": "export interface TabBarProps {\n items: TabBarItem[];\n value?: string;\n defaultValue?: string;\n onChange?: (value: string) => void;\n type?: TabBarType;\n size?: TabBarSizeVariant;\n /** Mode for pills variant: 'light' for light backgrounds (dark pill), 'dark' for dark backgrounds (light pill) */\n pillMode?: TabBarPillMode;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
1991
|
+
"relatedTypes": {
|
|
1992
|
+
"TabBarSizeVariant": "export type TabBarSizeVariant = Size;",
|
|
1993
|
+
"TabBarType": "export type TabBarType = 'standard' | 'pills' | 'underline';",
|
|
1994
|
+
"TabBarPillMode": "export type TabBarPillMode = 'light' | 'dark';",
|
|
1995
|
+
"TabBarItem": "export interface TabBarItem {\n value: string;\n label: string;\n disabled?: boolean;\n}"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"Table": {
|
|
1999
|
+
"name": "Table",
|
|
2000
|
+
"propsInterface": "TableProps",
|
|
2001
|
+
"props": [
|
|
2002
|
+
{
|
|
2003
|
+
"name": "columns",
|
|
2004
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Table/types\").TableColumn<T>[]",
|
|
2005
|
+
"required": true
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "data",
|
|
2009
|
+
"type": "T[]",
|
|
2010
|
+
"required": true
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "type",
|
|
2014
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Table/types\").TableType | undefined",
|
|
2015
|
+
"required": false
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "size",
|
|
2019
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
2020
|
+
"required": false
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "stickyHeader",
|
|
2024
|
+
"type": "boolean | undefined",
|
|
2025
|
+
"required": false
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "onRowPress",
|
|
2029
|
+
"type": "((row: T, index: number) => void) | undefined",
|
|
2030
|
+
"required": false
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"name": "style",
|
|
2034
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
2035
|
+
"required": false
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "testID",
|
|
2039
|
+
"type": "string | undefined",
|
|
2040
|
+
"required": false
|
|
2041
|
+
}
|
|
2042
|
+
],
|
|
2043
|
+
"typeDefinition": "export interface TableProps<T = any> {\n columns: TableColumn<T>[];\n data: T[];\n type?: TableType;\n size?: TableSizeVariant;\n stickyHeader?: boolean;\n onRowPress?: (row: T, index: number) => void;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
2044
|
+
"relatedTypes": {
|
|
2045
|
+
"TableSizeVariant": "export type TableSizeVariant = Size;",
|
|
2046
|
+
"TableType": "export type TableType = 'standard' | 'bordered' | 'striped';",
|
|
2047
|
+
"TableAlignVariant": "export type TableAlignVariant = 'left' | 'center' | 'right';",
|
|
2048
|
+
"TableColumn": "export interface TableColumn<T = any> {\n key: string;\n title: string;\n dataIndex?: string;\n render?: (value: any, row: T, index: number) => ReactNode;\n width?: number | string;\n align?: TableAlignVariant;\n}"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"Text": {
|
|
2052
|
+
"name": "Text",
|
|
2053
|
+
"propsInterface": "TextProps",
|
|
2054
|
+
"props": [
|
|
2055
|
+
{
|
|
2056
|
+
"name": "children",
|
|
2057
|
+
"type": "React.ReactNode",
|
|
2058
|
+
"required": true,
|
|
2059
|
+
"description": "The text content to display"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "size",
|
|
2063
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Text/types\").TextSizeVariant | undefined",
|
|
2064
|
+
"required": false,
|
|
2065
|
+
"description": "The size variant of the text"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"name": "weight",
|
|
2069
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Text/types\").TextWeightVariant | undefined",
|
|
2070
|
+
"required": false,
|
|
2071
|
+
"description": "The weight of the text"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "color",
|
|
2075
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/color\").Text | undefined",
|
|
2076
|
+
"required": false,
|
|
2077
|
+
"description": "The color of the text"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "align",
|
|
2081
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Text/types\").TextAlignVariant | undefined",
|
|
2082
|
+
"required": false,
|
|
2083
|
+
"description": "Text alignment"
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "style",
|
|
2087
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").TextStyle>",
|
|
2088
|
+
"required": false,
|
|
2089
|
+
"description": "Additional styles (platform-specific)"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "testID",
|
|
2093
|
+
"type": "string | undefined",
|
|
2094
|
+
"required": false,
|
|
2095
|
+
"description": "Test ID for testing"
|
|
2096
|
+
}
|
|
2097
|
+
],
|
|
2098
|
+
"typeDefinition": "export interface TextProps {\n /**\n * The text content to display\n */\n children: ReactNode;\n\n /**\n * The size variant of the text\n */\n size?: TextSizeVariant;\n\n /**\n * The weight of the text\n */\n weight?: TextWeightVariant;\n\n /**\n * The color of the text\n */\n color?: TextColorVariant;\n\n /**\n * Text alignment\n */\n align?: TextAlignVariant;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: StyleProp<TextStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
2099
|
+
"relatedTypes": {
|
|
2100
|
+
"TextColorVariant": "export type TextColorVariant = Text;",
|
|
2101
|
+
"TextSizeVariant": "export type TextSizeVariant = 'sm' | 'md' | 'lg' | 'xl';",
|
|
2102
|
+
"TextWeightVariant": "export type TextWeightVariant = 'light' | 'normal' | 'medium' | 'semibold' | 'bold';",
|
|
2103
|
+
"TextAlignVariant": "export type TextAlignVariant = 'left' | 'center' | 'right';"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
"TextArea": {
|
|
2107
|
+
"name": "TextArea",
|
|
2108
|
+
"propsInterface": "TextAreaProps",
|
|
2109
|
+
"props": [
|
|
2110
|
+
{
|
|
2111
|
+
"name": "value",
|
|
2112
|
+
"type": "string | undefined",
|
|
2113
|
+
"required": false
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "defaultValue",
|
|
2117
|
+
"type": "string | undefined",
|
|
2118
|
+
"required": false
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "onChange",
|
|
2122
|
+
"type": "((value: string) => void) | undefined",
|
|
2123
|
+
"required": false
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"name": "placeholder",
|
|
2127
|
+
"type": "string | undefined",
|
|
2128
|
+
"required": false
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "disabled",
|
|
2132
|
+
"type": "boolean | undefined",
|
|
2133
|
+
"required": false
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "rows",
|
|
2137
|
+
"type": "number | undefined",
|
|
2138
|
+
"required": false
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "minHeight",
|
|
2142
|
+
"type": "number | undefined",
|
|
2143
|
+
"required": false
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "maxHeight",
|
|
2147
|
+
"type": "number | undefined",
|
|
2148
|
+
"required": false
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "autoGrow",
|
|
2152
|
+
"type": "boolean | undefined",
|
|
2153
|
+
"required": false
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "maxLength",
|
|
2157
|
+
"type": "number | undefined",
|
|
2158
|
+
"required": false
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "label",
|
|
2162
|
+
"type": "string | undefined",
|
|
2163
|
+
"required": false
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "error",
|
|
2167
|
+
"type": "string | undefined",
|
|
2168
|
+
"required": false
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "helperText",
|
|
2172
|
+
"type": "string | undefined",
|
|
2173
|
+
"required": false
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "resize",
|
|
2177
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/TextArea/types\").TextAreaResizeVariant | undefined",
|
|
2178
|
+
"required": false
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "showCharacterCount",
|
|
2182
|
+
"type": "boolean | undefined",
|
|
2183
|
+
"required": false
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "intent",
|
|
2187
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
2188
|
+
"required": false
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"name": "size",
|
|
2192
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
2193
|
+
"required": false
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "style",
|
|
2197
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
2198
|
+
"required": false
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"name": "textareaStyle",
|
|
2202
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").TextStyle>",
|
|
2203
|
+
"required": false
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "testID",
|
|
2207
|
+
"type": "string | undefined",
|
|
2208
|
+
"required": false
|
|
2209
|
+
}
|
|
2210
|
+
],
|
|
2211
|
+
"typeDefinition": "export interface TextAreaProps {\n value?: string;\n defaultValue?: string;\n onChange?: (value: string) => void;\n placeholder?: string;\n disabled?: boolean;\n rows?: number;\n minHeight?: number;\n maxHeight?: number;\n autoGrow?: boolean;\n maxLength?: number;\n label?: string;\n error?: string;\n helperText?: string;\n resize?: TextAreaResizeVariant;\n showCharacterCount?: boolean;\n intent?: TextAreaIntentVariant;\n size?: TextAreaSizeVariant;\n style?: StyleProp<ViewStyle>;\n textareaStyle?: StyleProp<TextStyle>;\n testID?: string;\n}",
|
|
2212
|
+
"relatedTypes": {
|
|
2213
|
+
"TextAreaIntentVariant": "export type TextAreaIntentVariant = Intent;",
|
|
2214
|
+
"TextAreaSizeVariant": "export type TextAreaSizeVariant = Size;",
|
|
2215
|
+
"TextAreaResizeVariant": "export type TextAreaResizeVariant = 'none' | 'vertical' | 'horizontal' | 'both';"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
"Tooltip": {
|
|
2219
|
+
"name": "Tooltip",
|
|
2220
|
+
"propsInterface": "TooltipProps",
|
|
2221
|
+
"props": [
|
|
2222
|
+
{
|
|
2223
|
+
"name": "content",
|
|
2224
|
+
"type": "React.ReactNode",
|
|
2225
|
+
"required": true
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"name": "children",
|
|
2229
|
+
"type": "React.ReactNode",
|
|
2230
|
+
"required": true
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "placement",
|
|
2234
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Tooltip/types\").TooltipPlacement | undefined",
|
|
2235
|
+
"required": false
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "delay",
|
|
2239
|
+
"type": "number | undefined",
|
|
2240
|
+
"required": false
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"name": "intent",
|
|
2244
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/intent\").Intent | undefined",
|
|
2245
|
+
"required": false
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "size",
|
|
2249
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/theme/src/theme/size\").Size | undefined",
|
|
2250
|
+
"required": false
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "style",
|
|
2254
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
2255
|
+
"required": false
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"name": "testID",
|
|
2259
|
+
"type": "string | undefined",
|
|
2260
|
+
"required": false
|
|
2261
|
+
}
|
|
2262
|
+
],
|
|
2263
|
+
"typeDefinition": "export interface TooltipProps {\n content: string | React.ReactNode;\n children: React.ReactNode;\n placement?: TooltipPlacement;\n delay?: number;\n intent?: TooltipIntentVariant;\n size?: TooltipSizeVariant;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
2264
|
+
"relatedTypes": {
|
|
2265
|
+
"TooltipIntentVariant": "export type TooltipIntentVariant = Intent;",
|
|
2266
|
+
"TooltipSizeVariant": "export type TooltipSizeVariant = Size;",
|
|
2267
|
+
"TooltipPlacement": "export type TooltipPlacement = 'top' | 'bottom' | 'left' | 'right';"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
"Video": {
|
|
2271
|
+
"name": "Video",
|
|
2272
|
+
"propsInterface": "VideoProps",
|
|
2273
|
+
"props": [
|
|
2274
|
+
{
|
|
2275
|
+
"name": "source",
|
|
2276
|
+
"type": "string | import(\"/home/nicho/Development/idealyst-framework/packages/components/src/Video/types\").VideoSource",
|
|
2277
|
+
"required": true
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "poster",
|
|
2281
|
+
"type": "string | undefined",
|
|
2282
|
+
"required": false
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "width",
|
|
2286
|
+
"type": "string | number | undefined",
|
|
2287
|
+
"required": false
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "height",
|
|
2291
|
+
"type": "string | number | undefined",
|
|
2292
|
+
"required": false
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "aspectRatio",
|
|
2296
|
+
"type": "number | undefined",
|
|
2297
|
+
"required": false
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "controls",
|
|
2301
|
+
"type": "boolean | undefined",
|
|
2302
|
+
"required": false
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "autoPlay",
|
|
2306
|
+
"type": "boolean | undefined",
|
|
2307
|
+
"required": false
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "loop",
|
|
2311
|
+
"type": "boolean | undefined",
|
|
2312
|
+
"required": false
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "muted",
|
|
2316
|
+
"type": "boolean | undefined",
|
|
2317
|
+
"required": false
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "playsInline",
|
|
2321
|
+
"type": "boolean | undefined",
|
|
2322
|
+
"required": false
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "preload",
|
|
2326
|
+
"type": "\"auto\" | \"metadata\" | \"none\" | undefined",
|
|
2327
|
+
"required": false
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "onLoad",
|
|
2331
|
+
"type": "(() => void) | undefined",
|
|
2332
|
+
"required": false
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "onError",
|
|
2336
|
+
"type": "((error: any) => void) | undefined",
|
|
2337
|
+
"required": false
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "onPlay",
|
|
2341
|
+
"type": "(() => void) | undefined",
|
|
2342
|
+
"required": false
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "onPause",
|
|
2346
|
+
"type": "(() => void) | undefined",
|
|
2347
|
+
"required": false
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"name": "onEnd",
|
|
2351
|
+
"type": "(() => void) | undefined",
|
|
2352
|
+
"required": false
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "onProgress",
|
|
2356
|
+
"type": "((progress: { currentTime: number; playableDuration: number; }) => void) | undefined",
|
|
2357
|
+
"required": false
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "borderRadius",
|
|
2361
|
+
"type": "number | undefined",
|
|
2362
|
+
"required": false
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "style",
|
|
2366
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
2367
|
+
"required": false
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "testID",
|
|
2371
|
+
"type": "string | undefined",
|
|
2372
|
+
"required": false
|
|
2373
|
+
}
|
|
2374
|
+
],
|
|
2375
|
+
"typeDefinition": "export interface VideoProps {\n source: VideoSource | string;\n poster?: string;\n width?: number | string;\n height?: number | string;\n aspectRatio?: number;\n controls?: boolean;\n autoPlay?: boolean;\n loop?: boolean;\n muted?: boolean;\n playsInline?: boolean;\n preload?: 'auto' | 'metadata' | 'none';\n onLoad?: () => void;\n onError?: (error: any) => void;\n onPlay?: () => void;\n onPause?: () => void;\n onEnd?: () => void;\n onProgress?: (progress: { currentTime: number; playableDuration: number }) => void;\n borderRadius?: number;\n style?: StyleProp<ViewStyle>;\n testID?: string;\n}",
|
|
2376
|
+
"relatedTypes": {
|
|
2377
|
+
"VideoSource": "export interface VideoSource {\n uri: string;\n type?: string;\n}"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"View": {
|
|
2381
|
+
"name": "View",
|
|
2382
|
+
"propsInterface": "ViewProps",
|
|
2383
|
+
"props": [
|
|
2384
|
+
{
|
|
2385
|
+
"name": "children",
|
|
2386
|
+
"type": "React.ReactNode",
|
|
2387
|
+
"required": false,
|
|
2388
|
+
"description": "The content to display inside the view"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "spacing",
|
|
2392
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/View/types\").ViewSpacingVariant | undefined",
|
|
2393
|
+
"required": false,
|
|
2394
|
+
"description": "Padding/spacing variant"
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "marginVariant",
|
|
2398
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/View/types\").ViewSpacingVariant | undefined",
|
|
2399
|
+
"required": false,
|
|
2400
|
+
"description": "Margin variant"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"name": "background",
|
|
2404
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/View/types\").ViewBackgroundVariant | undefined",
|
|
2405
|
+
"required": false,
|
|
2406
|
+
"description": "Background variant"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"name": "radius",
|
|
2410
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/View/types\").ViewRadiusVariant | undefined",
|
|
2411
|
+
"required": false,
|
|
2412
|
+
"description": "Border radius variant"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "border",
|
|
2416
|
+
"type": "import(\"/home/nicho/Development/idealyst-framework/packages/components/src/View/types\").ViewBorderVariant | undefined",
|
|
2417
|
+
"required": false,
|
|
2418
|
+
"description": "Border variant"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"name": "backgroundColor",
|
|
2422
|
+
"type": "string | undefined",
|
|
2423
|
+
"required": false,
|
|
2424
|
+
"description": "Custom background color (overrides background variant)"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "padding",
|
|
2428
|
+
"type": "number | undefined",
|
|
2429
|
+
"required": false,
|
|
2430
|
+
"description": "Custom padding (overrides spacing variant)"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"name": "margin",
|
|
2434
|
+
"type": "number | undefined",
|
|
2435
|
+
"required": false,
|
|
2436
|
+
"description": "Custom margin (overrides marginVariant)"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "borderRadius",
|
|
2440
|
+
"type": "number | undefined",
|
|
2441
|
+
"required": false,
|
|
2442
|
+
"description": "Custom border radius (overrides radius variant)"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "borderWidth",
|
|
2446
|
+
"type": "number | undefined",
|
|
2447
|
+
"required": false,
|
|
2448
|
+
"description": "Custom border width (overrides border variant)"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "borderColor",
|
|
2452
|
+
"type": "string | undefined",
|
|
2453
|
+
"required": false,
|
|
2454
|
+
"description": "Custom border color"
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
"name": "style",
|
|
2458
|
+
"type": "React.CSSProperties | import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheet\").StyleProp<import(\"/home/nicho/Development/idealyst-framework/packages/components/node_modules/react-native/Libraries/StyleSheet/StyleSheetTypes\").ViewStyle>",
|
|
2459
|
+
"required": false,
|
|
2460
|
+
"description": "Additional styles (platform-specific)"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "testID",
|
|
2464
|
+
"type": "string | undefined",
|
|
2465
|
+
"required": false,
|
|
2466
|
+
"description": "Test ID for testing"
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2469
|
+
"typeDefinition": "export interface ViewProps {\n /**\n * The content to display inside the view\n */\n children?: ReactNode;\n\n /**\n * Padding/spacing variant\n */\n spacing?: ViewSpacingVariant;\n\n /**\n * Margin variant\n */\n marginVariant?: ViewSpacingVariant;\n\n /**\n * Background variant\n */\n background?: ViewBackgroundVariant;\n\n /**\n * Border radius variant\n */\n radius?: ViewRadiusVariant;\n\n /**\n * Border variant\n */\n border?: ViewBorderVariant;\n\n /**\n * Custom background color (overrides background variant)\n */\n backgroundColor?: string;\n\n /**\n * Custom padding (overrides spacing variant)\n */\n padding?: number;\n\n /**\n * Custom margin (overrides marginVariant)\n */\n margin?: number;\n\n /**\n * Custom border radius (overrides radius variant)\n */\n borderRadius?: number;\n\n /**\n * Custom border width (overrides border variant)\n */\n borderWidth?: number;\n\n /**\n * Custom border color\n */\n borderColor?: string;\n\n /**\n * Additional styles (platform-specific)\n */\n style?: React.CSSProperties | StyleProp<ViewStyle>;\n\n /**\n * Test ID for testing\n */\n testID?: string;\n}",
|
|
2470
|
+
"relatedTypes": {
|
|
2471
|
+
"ViewBackgroundVariant": "export type ViewBackgroundVariant = Surface | 'transparent';",
|
|
2472
|
+
"ViewSpacingVariant": "export type ViewSpacingVariant = Size | 'none';",
|
|
2473
|
+
"ViewRadiusVariant": "export type ViewRadiusVariant = Size | 'none';",
|
|
2474
|
+
"ViewBorderVariant": "export type ViewBorderVariant = 'none' | 'thin' | 'thick';"
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"theme": {
|
|
2479
|
+
"Size": {
|
|
2480
|
+
"name": "Size",
|
|
2481
|
+
"definition": "export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl'",
|
|
2482
|
+
"values": [
|
|
2483
|
+
"xs",
|
|
2484
|
+
"sm",
|
|
2485
|
+
"md",
|
|
2486
|
+
"lg",
|
|
2487
|
+
"xl"
|
|
2488
|
+
]
|
|
2489
|
+
},
|
|
2490
|
+
"Intent": {
|
|
2491
|
+
"name": "Intent",
|
|
2492
|
+
"definition": "export type Intent = 'primary' | 'success' | 'error' | 'warning' | 'neutral' | 'info';",
|
|
2493
|
+
"values": [
|
|
2494
|
+
"primary",
|
|
2495
|
+
"success",
|
|
2496
|
+
"error",
|
|
2497
|
+
"warning",
|
|
2498
|
+
"neutral",
|
|
2499
|
+
"info"
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
"Pallet": {
|
|
2503
|
+
"name": "Pallet",
|
|
2504
|
+
"definition": "export type Pallet = 'red' | 'orange' | 'blue' | 'green' | 'yellow' | 'purple' | 'gray' | 'black' | 'white';",
|
|
2505
|
+
"values": [
|
|
2506
|
+
"red",
|
|
2507
|
+
"orange",
|
|
2508
|
+
"blue",
|
|
2509
|
+
"green",
|
|
2510
|
+
"yellow",
|
|
2511
|
+
"purple",
|
|
2512
|
+
"gray",
|
|
2513
|
+
"black",
|
|
2514
|
+
"white"
|
|
2515
|
+
]
|
|
2516
|
+
},
|
|
2517
|
+
"Shade": {
|
|
2518
|
+
"name": "Shade",
|
|
2519
|
+
"definition": "export type Shade = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;",
|
|
2520
|
+
"values": [
|
|
2521
|
+
"50",
|
|
2522
|
+
"100",
|
|
2523
|
+
"200",
|
|
2524
|
+
"300",
|
|
2525
|
+
"400",
|
|
2526
|
+
"500",
|
|
2527
|
+
"600",
|
|
2528
|
+
"700",
|
|
2529
|
+
"800",
|
|
2530
|
+
"900"
|
|
2531
|
+
]
|
|
2532
|
+
},
|
|
2533
|
+
"Color": {
|
|
2534
|
+
"name": "Color",
|
|
2535
|
+
"definition": "export type Color = `${Pallet}.${Shade}` | Pallet;"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
"navigation": {
|
|
2539
|
+
"TabBarScreenOptions": "export type TabBarScreenOptions = {\n /**\n * Icon component for tab/drawer navigation (React.ComponentType, React.ReactElement, function, or string)\n */\n tabBarIcon?: ((props: { focused: boolean; color: string; size: string | number }) => React.ReactElement)\n \n /**\n * Label for tab/drawer navigation\n */\n tabBarLabel?: string;\n \n /**\n * Badge for tab navigation\n */\n tabBarBadge?: string | number;\n \n /**\n * Whether to show the tab bar for this screen\n */\n tabBarVisible?: boolean;\n} & ScreenOptions",
|
|
2540
|
+
"NavigatorOptions": "export type NavigatorOptions = {\n\n \n /**\n * Custom header title component or string\n */\n headerTitle?: React.ComponentType | React.ReactElement | string;\n \n /**\n * Custom header left component (overrides back button)\n */\n headerLeft?: React.ComponentType | React.ReactElement;\n \n /**\n * Whether to show header back button\n */\n headerBackVisible?: boolean;\n \n /**\n * Custom header right component\n */\n headerRight?: React.ComponentType | React.ReactElement;\n \n /**\n * Whether to hide the native React Navigation header (mobile only)\n */\n headerShown?: boolean;\n}",
|
|
2541
|
+
"ScreenOptions": "export type ScreenOptions = {\n /**\n * Screen title for navigation headers\n */\n title?: string;\n headerShown?: boolean;\n\n} & NavigatorOptions;",
|
|
2542
|
+
"BaseNavigatorParam": "export type BaseNavigatorParam = {\n path: string\n type: 'navigator'\n options?: NavigatorOptions\n}",
|
|
2543
|
+
"TabNavigatorParam": "export type TabNavigatorParam = {\n layout: 'tab'\n routes: RouteParam<TabBarScreenOptions>[]\n layoutComponent?: TabLayoutComponent\n} & BaseNavigatorParam",
|
|
2544
|
+
"StackNavigatorParam": "export type StackNavigatorParam = {\n layout: 'stack'\n routes: RouteParam<ScreenOptions>[]\n layoutComponent?: StackLayoutComponent\n} & BaseNavigatorParam",
|
|
2545
|
+
"DrawerSidebarProps": "export type DrawerSidebarProps = {\n /**\n * Safe area insets (mobile only)\n * Use these to add padding to avoid notches, status bars, etc.\n */\n insets?: {\n top: number;\n right: number;\n bottom: number;\n left: number;\n };\n};",
|
|
2546
|
+
"DrawerNavigatorParam": "export type DrawerNavigatorParam = {\n layout: 'drawer'\n routes: RouteParam<TabBarScreenOptions>[]\n layoutComponent?: TabLayoutComponent\n /**\n * Custom component to render in the drawer sidebar\n * This component will have access to useNavigator hook\n * On mobile, receives DrawerSidebarProps with safe area insets\n */\n sidebarComponent?: React.ComponentType<DrawerSidebarProps>\n} & BaseNavigatorParam",
|
|
2547
|
+
"NavigatorParam": "export type NavigatorParam = TabNavigatorParam | StackNavigatorParam | DrawerNavigatorParam",
|
|
2548
|
+
"ScreenParam": "export type ScreenParam<T = ScreenOptions> = {\n path: string\n type: 'screen'\n options?: T\n component: React.ComponentType\n}",
|
|
2549
|
+
"RouteParam": "export type RouteParam<T = ScreenOptions> = NavigatorParam | ScreenParam<T>;",
|
|
2550
|
+
"RouteWithFullPath": "export type RouteWithFullPath<T = ScreenOptions> = RouteParam<T> & {\n fullPath: string\n}",
|
|
2551
|
+
"TabLayoutProps": "export type TabLayoutProps = {\n options?: NavigatorOptions\n routes: RouteWithFullPath<TabBarScreenOptions>[]\n currentPath: string\n}",
|
|
2552
|
+
"StackLayoutProps": "export type StackLayoutProps = {\n options?: NavigatorOptions\n routes: RouteWithFullPath<ScreenOptions>[]\n currentPath: string\n}",
|
|
2553
|
+
"TabLayoutComponent": "export type TabLayoutComponent = React.ComponentType<TabLayoutProps>",
|
|
2554
|
+
"StackLayoutComponent": "export type StackLayoutComponent = React.ComponentType<StackLayoutProps>"
|
|
2555
|
+
}
|
|
2556
|
+
}
|