{
	"id": 0,
	"name": "@supabase/ui",
	"kind": 0,
	"flags": {},
	"originalName": "",
	"children": [
		{
			"id": 65,
			"name": "\"Alert/Alert\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Alert/Alert.tsx",
			"children": [
				{
					"id": 66,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 72,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 17,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 68,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 13,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 71,
							"name": "closable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 16,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 69,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 14,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 67,
							"name": "variant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 12,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "success"
									},
									{
										"type": "stringLiteral",
										"value": "danger"
									},
									{
										"type": "stringLiteral",
										"value": "warning"
									},
									{
										"type": "stringLiteral",
										"value": "info"
									}
								]
							}
						},
						{
							"id": 70,
							"name": "withIcon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 15,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								72,
								68,
								71,
								69,
								67,
								70
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.tsx",
							"line": 11,
							"character": 15
						}
					]
				},
				{
					"id": 78,
					"name": "Alert",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 79,
							"name": "Alert",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 80,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 81,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 87,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 36,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 83,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 32,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 86,
													"name": "closable",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 35,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 84,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 33,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 82,
													"name": "variant",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 31,
															"character": 9
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "success"
															},
															{
																"type": "stringLiteral",
																"value": "danger"
															},
															{
																"type": "stringLiteral",
																"value": "warning"
															},
															{
																"type": "stringLiteral",
																"value": "info"
															}
														]
													},
													"defaultValue": "\"success\""
												},
												{
													"id": 85,
													"name": "withIcon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Alert/Alert.tsx",
															"line": 34,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														87,
														83,
														86,
														84,
														82,
														85
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Alert/Alert.tsx",
													"line": 30,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.tsx",
							"line": 30,
							"character": 11
						}
					]
				},
				{
					"id": 73,
					"name": "icons",
					"kind": 2097152,
					"kindString": "Object literal",
					"flags": {
						"isConst": true
					},
					"children": [
						{
							"id": 74,
							"name": "danger",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 24,
									"character": 8
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							},
							"defaultValue": "<IconXCircle size=\"medium\" />"
						},
						{
							"id": 77,
							"name": "info",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 27,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							},
							"defaultValue": "<IconInfo size=\"medium\" />"
						},
						{
							"id": 75,
							"name": "success",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 25,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							},
							"defaultValue": "<IconCheck size=\"medium\" />"
						},
						{
							"id": 76,
							"name": "warning",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Alert/Alert.tsx",
									"line": 26,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							},
							"defaultValue": "<IconAlertTriangle size=\"medium\" />"
						}
					],
					"groups": [
						{
							"title": "Variables",
							"kind": 32,
							"children": [
								74,
								77,
								75,
								76
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.tsx",
							"line": 20,
							"character": 11
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "object"
					}
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						66
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						78
					]
				},
				{
					"title": "Object literals",
					"kind": 2097152,
					"children": [
						73
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Alert/Alert.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 90,
			"name": "\"Alert/Alert.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Alert/Alert.stories.tsx",
			"children": [
				{
					"id": 115,
					"name": "Closable",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 116,
							"name": "Closable",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 117,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 66,
							"character": 21
						}
					]
				},
				{
					"id": 97,
					"name": "Danger",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 98,
							"name": "Danger",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 99,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 24,
							"character": 19
						}
					]
				},
				{
					"id": 100,
					"name": "DangerWithIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 101,
							"name": "DangerWithIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 102,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 31,
							"character": 27
						}
					]
				},
				{
					"id": 103,
					"name": "Info",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 104,
							"name": "Info",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 105,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 38,
							"character": 17
						}
					]
				},
				{
					"id": 106,
					"name": "InfoWithIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 107,
							"name": "InfoWithIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 108,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 45,
							"character": 25
						}
					]
				},
				{
					"id": 91,
					"name": "Success",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 92,
							"name": "Success",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 93,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 10,
							"character": 20
						}
					]
				},
				{
					"id": 94,
					"name": "SuccessWithIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 95,
							"name": "SuccessWithIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 96,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 17,
							"character": 28
						}
					]
				},
				{
					"id": 109,
					"name": "Warning",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 110,
							"name": "Warning",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 111,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 52,
							"character": 20
						}
					]
				},
				{
					"id": 112,
					"name": "WarningWithIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 113,
							"name": "WarningWithIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 114,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Alert/Alert.stories.tsx",
							"line": 59,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						115,
						97,
						100,
						103,
						106,
						91,
						94,
						109,
						112
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Alert/Alert.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 88,
			"name": "\"Alert/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Alert/index.tsx",
			"children": [
				{
					"id": 89,
					"name": "Alert",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 78
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						89
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Alert/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2811,
			"name": "\"Auth/Auth\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Auth/Auth.tsx",
			"children": [
				{
					"id": 2815,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 2820,
							"name": "authView",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 38,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 2819,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 37,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 2817,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 35,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 2824,
							"name": "providers",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 42,
									"character": 11
								}
							],
							"type": {
								"type": "array",
								"elementType": {
									"type": "reference",
									"name": "Provider"
								}
							}
						},
						{
							"id": 2823,
							"name": "socialButtonSize",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 41,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 2822,
							"name": "socialColors",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 40,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 2821,
							"name": "socialLayout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 39,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 2818,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 36,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 2816,
							"name": "supabaseClient",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 34,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"name": "SupabaseClient"
							}
						},
						{
							"id": 2825,
							"name": "verticalSocialLayout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 43,
									"character": 22
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 2826,
							"name": "view",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 44,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"id": 2832,
								"name": "ViewType"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								2820,
								2819,
								2817,
								2824,
								2823,
								2822,
								2821,
								2818,
								2816,
								2825,
								2826
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 33,
							"character": 22
						}
					]
				},
				{
					"id": 2812,
					"name": "ViewsMap",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"indexSignature": [
						{
							"id": 2813,
							"name": "__index",
							"kind": 8192,
							"kindString": "Index signature",
							"flags": {},
							"parameters": [
								{
									"id": 2814,
									"name": "key",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"type": {
								"type": "reference",
								"id": 2832,
								"name": "ViewType"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 27,
							"character": 18
						}
					]
				},
				{
					"id": 2832,
					"name": "ViewType",
					"kind": 4194304,
					"kindString": "Type alias",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 31,
							"character": 13
						}
					],
					"type": {
						"type": "union",
						"types": [
							{
								"type": "stringLiteral",
								"value": "sign_in"
							},
							{
								"type": "stringLiteral",
								"value": "sign_up"
							},
							{
								"type": "stringLiteral",
								"value": "forgotten_password"
							},
							{
								"type": "stringLiteral",
								"value": "magic_link"
							}
						]
					}
				},
				{
					"id": 2833,
					"name": "Auth",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2834,
							"name": "Auth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2835,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2836,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 2838,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 49,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2843,
													"name": "providers",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 54,
															"character": 11
														}
													],
													"type": {
														"type": "array",
														"elementType": {
															"type": "reference",
															"name": "Provider"
														}
													}
												},
												{
													"id": 2842,
													"name": "socialButtonSize",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 53,
															"character": 18
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 2841,
													"name": "socialColors",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 52,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 2840,
													"name": "socialLayout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 51,
															"character": 14
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"vertical\""
												},
												{
													"id": 2839,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 50,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2837,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 48,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												},
												{
													"id": 2844,
													"name": "view",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 55,
															"character": 6
														}
													],
													"type": {
														"type": "reference",
														"id": 2832,
														"name": "ViewType"
													},
													"defaultValue": "\"sign_in\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2838,
														2843,
														2842,
														2841,
														2840,
														2839,
														2837,
														2844
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 47,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 47,
							"character": 13
						}
					]
				},
				{
					"id": 2859,
					"name": "EmailAuth",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 2860,
							"name": "EmailAuth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2861,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2862,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 2863,
													"name": "authView",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 222,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2864,
													"name": "defaultEmail",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 223,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 2865,
													"name": "defaultPassword",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 224,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 2866,
													"name": "setAuthView",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 225,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2867,
													"name": "setDefaultEmail",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 226,
															"character": 17
														}
													],
													"type": {
														"type": "reflection",
														"declaration": {
															"id": 2868,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"signatures": [
																{
																	"id": 2869,
																	"name": "__call",
																	"kind": 4096,
																	"kindString": "Call signature",
																	"flags": {},
																	"parameters": [
																		{
																			"id": 2870,
																			"name": "email",
																			"kind": 32768,
																			"kindString": "Parameter",
																			"flags": {},
																			"type": {
																				"type": "intrinsic",
																				"name": "string"
																			}
																		}
																	],
																	"type": {
																		"type": "intrinsic",
																		"name": "void"
																	}
																}
															]
														}
													}
												},
												{
													"id": 2871,
													"name": "setDefaultPassword",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 227,
															"character": 20
														}
													],
													"type": {
														"type": "reflection",
														"declaration": {
															"id": 2872,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"signatures": [
																{
																	"id": 2873,
																	"name": "__call",
																	"kind": 4096,
																	"kindString": "Call signature",
																	"flags": {},
																	"parameters": [
																		{
																			"id": 2874,
																			"name": "password",
																			"kind": 32768,
																			"kindString": "Parameter",
																			"flags": {},
																			"type": {
																				"type": "intrinsic",
																				"name": "string"
																			}
																		}
																	],
																	"type": {
																		"type": "intrinsic",
																		"name": "void"
																	}
																}
															]
														}
													}
												},
												{
													"id": 2875,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 228,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2863,
														2864,
														2865,
														2866,
														2867,
														2871,
														2875
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 221,
													"character": 19
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 221,
							"character": 18
						}
					]
				},
				{
					"id": 2882,
					"name": "ForgottenPassword",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 2883,
							"name": "ForgottenPassword",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2884,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2885,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 2886,
													"name": "setAuthView",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 409,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2887,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 410,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2886,
														2887
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 408,
													"character": 27
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 408,
							"character": 26
						}
					]
				},
				{
					"id": 2876,
					"name": "MagicLink",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 2877,
							"name": "MagicLink",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2878,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2879,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 2880,
													"name": "setAuthView",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 354,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2881,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 355,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2880,
														2881
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 353,
													"character": 19
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 353,
							"character": 18
						}
					]
				},
				{
					"id": 2845,
					"name": "SocialAuth",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 2846,
							"name": "SocialAuth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2847,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2848,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 2852,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 135,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2849,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 132,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2858,
													"name": "props",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 141,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 34,
														"name": "props"
													}
												},
												{
													"id": 2856,
													"name": "providers",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 139,
															"character": 11
														}
													],
													"type": {
														"type": "array",
														"elementType": {
															"type": "reference",
															"name": "Provider"
														}
													}
												},
												{
													"id": 2855,
													"name": "socialButtonSize",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 138,
															"character": 18
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													}
												},
												{
													"id": 2854,
													"name": "socialColors",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 137,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 2853,
													"name": "socialLayout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 136,
															"character": 14
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"vertical\""
												},
												{
													"id": 2850,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 133,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 2851,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 134,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												},
												{
													"id": 2857,
													"name": "verticalSocialLayout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 140,
															"character": 22
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2852,
														2849,
														2858,
														2856,
														2855,
														2854,
														2853,
														2850,
														2851,
														2857
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 131,
													"character": 20
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 131,
							"character": 19
						}
					]
				},
				{
					"id": 2888,
					"name": "UpdatePassword",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 2889,
							"name": "UpdatePassword",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2890,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 2891,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 2892,
													"name": "supabaseClient",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Auth/Auth.tsx",
															"line": 464,
															"character": 16
														}
													],
													"type": {
														"type": "reference",
														"name": "SupabaseClient"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														2892
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Auth/Auth.tsx",
													"line": 463,
													"character": 24
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 463,
							"character": 23
						}
					]
				},
				{
					"id": 2827,
					"name": "VIEWS",
					"kind": 2097152,
					"kindString": "Object literal",
					"flags": {
						"isConst": true
					},
					"children": [
						{
							"id": 2830,
							"name": "FORGOTTEN_PASSWORD",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 23,
									"character": 20
								}
							],
							"type": {
								"type": "stringLiteral",
								"value": "forgotten_password"
							},
							"defaultValue": "\"forgotten_password\""
						},
						{
							"id": 2831,
							"name": "MAGIC_LINK",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 24,
									"character": 12
								}
							],
							"type": {
								"type": "stringLiteral",
								"value": "magic_link"
							},
							"defaultValue": "\"magic_link\""
						},
						{
							"id": 2828,
							"name": "SIGN_IN",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 21,
									"character": 9
								}
							],
							"type": {
								"type": "stringLiteral",
								"value": "sign_in"
							},
							"defaultValue": "\"sign_in\""
						},
						{
							"id": 2829,
							"name": "SIGN_UP",
							"kind": 32,
							"kindString": "Variable",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Auth/Auth.tsx",
									"line": 22,
									"character": 9
								}
							],
							"type": {
								"type": "stringLiteral",
								"value": "sign_up"
							},
							"defaultValue": "\"sign_up\""
						}
					],
					"groups": [
						{
							"title": "Variables",
							"kind": 32,
							"children": [
								2830,
								2831,
								2828,
								2829
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.tsx",
							"line": 20,
							"character": 11
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "object"
					}
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						2815,
						2812
					]
				},
				{
					"title": "Type aliases",
					"kind": 4194304,
					"children": [
						2832
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2833,
						2859,
						2882,
						2876,
						2845,
						2888
					]
				},
				{
					"title": "Object literals",
					"kind": 2097152,
					"children": [
						2827
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Auth/Auth.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2895,
			"name": "\"Auth/Auth.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Auth/Auth.stories.tsx",
			"children": [
				{
					"id": 2896,
					"name": "supabase",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 7,
							"character": 14
						}
					],
					"type": {
						"type": "reference",
						"name": "SupabaseClient"
					},
					"defaultValue": "createClient(\n  'https://rsnibhkhsbfnncjmwnkj.supabase.co',\n  'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYxNTIxNDE1MywiZXhwIjoxOTMwNzkwMTUzfQ.OQEbAaTfgDdLCCht251P2JRD3QDnui6nsU8N-tZA_Mc'\n)"
				},
				{
					"id": 2921,
					"name": "ChangeViewState",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2922,
							"name": "ChangeViewState",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2923,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 75,
							"character": 28
						}
					]
				},
				{
					"id": 2897,
					"name": "Container",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isConst": true
					},
					"signatures": [
						{
							"id": 2898,
							"name": "Container",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2899,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 17,
							"character": 15
						}
					]
				},
				{
					"id": 2900,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2901,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2902,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 31,
							"character": 20
						}
					]
				},
				{
					"id": 2918,
					"name": "updatePassword",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2919,
							"name": "updatePassword",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2920,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 73,
							"character": 27
						}
					]
				},
				{
					"id": 2906,
					"name": "withAllSocialAuth",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2907,
							"name": "withAllSocialAuth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2908,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 45,
							"character": 30
						}
					]
				},
				{
					"id": 2912,
					"name": "withColouredSocialAuth",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2913,
							"name": "withColouredSocialAuth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2914,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 59,
							"character": 35
						}
					]
				},
				{
					"id": 2903,
					"name": "withSocialAuth",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2904,
							"name": "withSocialAuth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2905,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 38,
							"character": 27
						}
					]
				},
				{
					"id": 2915,
					"name": "withSocialAuthHorizontal",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2916,
							"name": "withSocialAuthHorizontal",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2917,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 66,
							"character": 37
						}
					]
				},
				{
					"id": 2909,
					"name": "withSocialLargeButtons",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2910,
							"name": "withSocialLargeButtons",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2911,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Auth.stories.tsx",
							"line": 52,
							"character": 35
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						2896
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2921,
						2897,
						2900,
						2918,
						2906,
						2912,
						2903,
						2915,
						2909
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Auth/Auth.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2797,
			"name": "\"Auth/Icons\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Auth/Icons.tsx",
			"children": [
				{
					"id": 2798,
					"name": "size",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 3,
							"character": 10
						}
					],
					"type": {
						"type": "unknown",
						"name": "21"
					},
					"defaultValue": "21"
				},
				{
					"id": 2809,
					"name": "bitbucket",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2810,
							"name": "bitbucket",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 97,
							"character": 22
						}
					]
				},
				{
					"id": 2801,
					"name": "facebook",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2802,
							"name": "facebook",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 23,
							"character": 21
						}
					]
				},
				{
					"id": 2805,
					"name": "github",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2806,
							"name": "github",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 60,
							"character": 19
						}
					]
				},
				{
					"id": 2807,
					"name": "gitlab",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2808,
							"name": "gitlab",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 79,
							"character": 19
						}
					]
				},
				{
					"id": 2799,
					"name": "google",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2800,
							"name": "google",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 5,
							"character": 19
						}
					]
				},
				{
					"id": 2803,
					"name": "twitter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2804,
							"name": "twitter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/Icons.tsx",
							"line": 41,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						2798
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2809,
						2801,
						2805,
						2807,
						2799,
						2803
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Auth/Icons.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2783,
			"name": "\"Auth/UserContext\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Auth/UserContext.tsx",
			"children": [
				{
					"id": 2784,
					"name": "AuthSession",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 2786,
							"name": "session",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/UserContext.tsx",
									"line": 6,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "Session"
							}
						},
						{
							"id": 2785,
							"name": "user",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/UserContext.tsx",
									"line": 5,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "User"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								2786,
								2785
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/UserContext.tsx",
							"line": 4,
							"character": 28
						}
					]
				},
				{
					"id": 2787,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"indexSignature": [
						{
							"id": 2789,
							"name": "__index",
							"kind": 8192,
							"kindString": "Index signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2790,
									"name": "propName",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						}
					],
					"children": [
						{
							"id": 2788,
							"name": "supabaseClient",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Auth/UserContext.tsx",
									"line": 12,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"name": "SupabaseClient"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								2788
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/UserContext.tsx",
							"line": 11,
							"character": 22
						}
					]
				},
				{
					"id": 2791,
					"name": "UserContext",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Auth/UserContext.tsx",
							"line": 9,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reference",
								"id": 2784,
								"name": "AuthSession"
							}
						],
						"name": "Context"
					},
					"defaultValue": "createContext<AuthSession>({ user: null, session: null })"
				},
				{
					"id": 2792,
					"name": "UserContextProvider",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2793,
							"name": "UserContextProvider",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2794,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "reference",
										"id": 2787,
										"name": "Props"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/UserContext.tsx",
							"line": 16,
							"character": 32
						}
					]
				},
				{
					"id": 2795,
					"name": "useUser",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2796,
							"name": "useUser",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"id": 2784,
								"name": "AuthSession"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Auth/UserContext.tsx",
							"line": 45,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						2784,
						2787
					]
				},
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						2791
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2792,
						2795
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Auth/UserContext.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2893,
			"name": "\"Auth/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Auth/index.tsx",
			"children": [
				{
					"id": 2894,
					"name": "Auth",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2833
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2894
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Auth/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 295,
			"name": "\"Badge/Badge\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Badge/Badge.tsx",
			"children": [
				{
					"id": 296,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 298,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Badge/Badge.tsx",
									"line": 15,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 297,
							"name": "color",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Badge/Badge.tsx",
									"line": 6,
									"character": 7
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "gray"
									},
									{
										"type": "stringLiteral",
										"value": "red"
									},
									{
										"type": "stringLiteral",
										"value": "yellow"
									},
									{
										"type": "stringLiteral",
										"value": "green"
									},
									{
										"type": "stringLiteral",
										"value": "blue"
									},
									{
										"type": "stringLiteral",
										"value": "indigo"
									},
									{
										"type": "stringLiteral",
										"value": "purple"
									},
									{
										"type": "stringLiteral",
										"value": "pink"
									}
								]
							}
						},
						{
							"id": 300,
							"name": "dot",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Badge/Badge.tsx",
									"line": 17,
									"character": 5
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 299,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Badge/Badge.tsx",
									"line": 16,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									}
								]
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								298,
								297,
								300,
								299
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.tsx",
							"line": 5,
							"character": 15
						}
					]
				},
				{
					"id": 301,
					"name": "Badge",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 302,
							"name": "Badge",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 303,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 304,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 306,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Badge/Badge.tsx",
															"line": 20,
															"character": 32
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 305,
													"name": "color",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Badge/Badge.tsx",
															"line": 20,
															"character": 22
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "gray"
															},
															{
																"type": "stringLiteral",
																"value": "red"
															},
															{
																"type": "stringLiteral",
																"value": "yellow"
															},
															{
																"type": "stringLiteral",
																"value": "green"
															},
															{
																"type": "stringLiteral",
																"value": "blue"
															},
															{
																"type": "stringLiteral",
																"value": "indigo"
															},
															{
																"type": "stringLiteral",
																"value": "purple"
															},
															{
																"type": "stringLiteral",
																"value": "pink"
															}
														]
													}
												},
												{
													"id": 308,
													"name": "dot",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Badge/Badge.tsx",
															"line": 20,
															"character": 43
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 307,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Badge/Badge.tsx",
															"line": 20,
															"character": 38
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															}
														]
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														306,
														305,
														308,
														307
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Badge/Badge.tsx",
													"line": 20,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.tsx",
							"line": 20,
							"character": 14
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						296
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						301
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Badge/Badge.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2924,
			"name": "\"Badge/Badge.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Badge/Badge.stories.tsx",
			"children": [
				{
					"id": 2925,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2926,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2927,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.stories.tsx",
							"line": 12,
							"character": 20
						}
					]
				},
				{
					"id": 2934,
					"name": "large",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2935,
							"name": "large",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2936,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.stories.tsx",
							"line": 24,
							"character": 18
						}
					]
				},
				{
					"id": 2928,
					"name": "withColor",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2929,
							"name": "withColor",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2930,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.stories.tsx",
							"line": 16,
							"character": 22
						}
					]
				},
				{
					"id": 2931,
					"name": "withDot",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2932,
							"name": "withDot",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2933,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.stories.tsx",
							"line": 20,
							"character": 20
						}
					]
				},
				{
					"id": 2937,
					"name": "withDotLarge",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2938,
							"name": "withDotLarge",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2939,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Badge/Badge.stories.tsx",
							"line": 28,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2925,
						2934,
						2928,
						2931,
						2937
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Badge/Badge.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 309,
			"name": "\"Badge/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Badge/index.tsx",
			"children": [
				{
					"id": 310,
					"name": "Badge",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 301
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						310
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Badge/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 124,
			"name": "\"Button/Button\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Button/Button.tsx",
			"children": [
				{
					"id": 125,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 143,
							"name": "ariaControls",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 33,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 142,
							"name": "ariaSelected",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 32,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 126,
							"name": "block",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 9,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 128,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 11,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 127,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 10,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 139,
							"name": "danger",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 29,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 129,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 12,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 140,
							"name": "htmlType",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 30,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "button"
									},
									{
										"type": "stringLiteral",
										"value": "submit"
									},
									{
										"type": "stringLiteral",
										"value": "reset"
									}
								]
							}
						},
						{
							"id": 131,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 14,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 132,
							"name": "iconRight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 15,
									"character": 11
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 133,
							"name": "loading",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 16,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 134,
							"name": "loadingCentered",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 17,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 130,
							"name": "onClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 13,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "HTMLButtonElement"
									}
								],
								"name": "React.MouseEventHandler"
							}
						},
						{
							"id": 141,
							"name": "ref",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 31,
									"character": 5
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 145,
							"name": "role",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 35,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 135,
							"name": "shadow",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 18,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 136,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 19,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 137,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 20,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 144,
							"name": "tabIndex",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 34,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "unknown",
										"name": "0"
									},
									{
										"type": "unknown",
										"name": "-1"
									}
								]
							}
						},
						{
							"id": 138,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 21,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "primary"
									},
									{
										"type": "stringLiteral",
										"value": "default"
									},
									{
										"type": "stringLiteral",
										"value": "secondary"
									},
									{
										"type": "stringLiteral",
										"value": "outline"
									},
									{
										"type": "stringLiteral",
										"value": "dashed"
									},
									{
										"type": "stringLiteral",
										"value": "link"
									},
									{
										"type": "stringLiteral",
										"value": "text"
									}
								]
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								143,
								142,
								126,
								128,
								127,
								139,
								129,
								140,
								131,
								132,
								133,
								134,
								130,
								141,
								145,
								135,
								136,
								137,
								144,
								138
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.tsx",
							"line": 8,
							"character": 22
						}
					]
				},
				{
					"id": 146,
					"name": "RefHandle",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 150,
							"name": "button",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 40,
									"character": 8
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 151,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"signatures": [
										{
											"id": 152,
											"name": "__call",
											"kind": 4096,
											"kindString": "Call signature",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"name": "HTMLButtonElement"
											}
										}
									],
									"sources": [
										{
											"fileName": "src/components/Button/Button.tsx",
											"line": 40,
											"character": 9
										}
									]
								}
							}
						},
						{
							"id": 147,
							"name": "container",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Button/Button.tsx",
									"line": 39,
									"character": 11
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 148,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"signatures": [
										{
											"id": 149,
											"name": "__call",
											"kind": 4096,
											"kindString": "Call signature",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"name": "HTMLElement"
											}
										}
									],
									"sources": [
										{
											"fileName": "src/components/Button/Button.tsx",
											"line": 39,
											"character": 12
										}
									]
								}
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								150,
								147
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.tsx",
							"line": 38,
							"character": 26
						}
					]
				},
				{
					"id": 153,
					"name": "Button",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Button/Button.tsx",
							"line": 43,
							"character": 12
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "intersection",
								"types": [
									{
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 125,
												"name": "Props"
											},
											{
												"type": "union",
												"types": [
													{
														"type": "stringLiteral",
														"value": "className"
													},
													{
														"type": "stringLiteral",
														"value": "size"
													},
													{
														"type": "stringLiteral",
														"value": "type"
													},
													{
														"type": "stringLiteral",
														"value": "icon"
													},
													{
														"type": "stringLiteral",
														"value": "danger"
													},
													{
														"type": "stringLiteral",
														"value": "children"
													},
													{
														"type": "stringLiteral",
														"value": "block"
													},
													{
														"type": "stringLiteral",
														"value": "disabled"
													},
													{
														"type": "stringLiteral",
														"value": "onClick"
													},
													{
														"type": "stringLiteral",
														"value": "iconRight"
													},
													{
														"type": "stringLiteral",
														"value": "loading"
													},
													{
														"type": "stringLiteral",
														"value": "loadingCentered"
													},
													{
														"type": "stringLiteral",
														"value": "shadow"
													},
													{
														"type": "stringLiteral",
														"value": "style"
													},
													{
														"type": "stringLiteral",
														"value": "htmlType"
													},
													{
														"type": "stringLiteral",
														"value": "ariaSelected"
													},
													{
														"type": "stringLiteral",
														"value": "ariaControls"
													},
													{
														"type": "stringLiteral",
														"value": "tabIndex"
													},
													{
														"type": "stringLiteral",
														"value": "role"
													}
												]
											}
										],
										"name": "Pick"
									},
									{
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 146,
												"name": "RefHandle"
											}
										],
										"name": "RefAttributes"
									}
								]
							}
						],
						"name": "ForwardRefExoticComponent"
					},
					"defaultValue": "forwardRef<RefHandle, Props>(\n  (\n    {\n      block,\n      className,\n      children,\n      danger,\n      disabled = false,\n      onClick,\n      icon,\n      iconRight,\n      loading = false,\n      loadingCentered = false,\n      shadow = true,\n      size = 'tiny',\n      style,\n      type = 'primary',\n      htmlType,\n      ariaSelected,\n      ariaControls,\n      tabIndex,\n      role,\n    }: Props,\n    ref\n  ) => {\n    const containerRef = useRef()\n    const buttonRef = useRef()\n    const showIcon = loading || icon\n\n    useImperativeHandle(ref, () => ({\n      get container() {\n        return containerRef.current\n      },\n      get button() {\n        return buttonRef.current\n      },\n    }))\n\n    let classes = [ButtonStyles['sbui-btn']]\n    let containerClasses = [ButtonStyles['sbui-btn-container']]\n\n    classes.push(ButtonStyles[`sbui-btn-${type}`])\n\n    if (block) {\n      containerClasses.push(ButtonStyles['sbui-btn--w-full'])\n      classes.push(ButtonStyles['sbui-btn--w-full'])\n    }\n\n    if (danger) {\n      classes.push(ButtonStyles['sbui-btn--danger'])\n    }\n\n    if (shadow && type !== 'link' && type !== 'text') {\n      classes.push(ButtonStyles['sbui-btn-container--shadow'])\n    }\n\n    if (size) {\n      classes.push(ButtonStyles[`sbui-btn--${size}`])\n    }\n\n    if (className) {\n      classes.push(className)\n    }\n\n    const iconLoaderClasses = [ButtonStyles['sbui-btn--anim--spin']]\n    if (loadingCentered) {\n      iconLoaderClasses.push(ButtonStyles[`sbui-btn-loader--center`])\n    }\n    if (loading && loadingCentered) {\n      classes.push(ButtonStyles[`sbui-btn--text-fade-out`])\n    }\n\n    return (\n      <span ref={containerRef} className={containerClasses.join(' ')}>\n        <button\n          ref={buttonRef}\n          className={classes.join(' ')}\n          disabled={loading || (disabled && true)}\n          onClick={onClick}\n          style={style}\n          type={htmlType}\n          aria-selected={ariaSelected}\n          aria-controls={ariaControls}\n          tabIndex={tabIndex}\n          role={role}\n        >\n          {showIcon &&\n            (loading ? (\n              <IconLoader size={size} className={iconLoaderClasses.join(' ')} />\n            ) : icon ? (\n              <IconContext.Provider value={{ contextSize: size }}>\n                {icon}\n              </IconContext.Provider>\n            ) : null)}\n          {children && <span>{children}</span>}\n          {iconRight && !loading && (\n            <IconContext.Provider value={{ contextSize: size }}>\n              {iconRight}\n            </IconContext.Provider>\n          )}\n        </button>\n      </span>\n    )\n  }\n)"
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						125,
						146
					]
				},
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						153
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Button/Button.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2940,
			"name": "\"Button/Button.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Button/Button.stories.tsx",
			"children": [
				{
					"id": 2970,
					"name": "icon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 163,
							"character": 10
						}
					],
					"type": {
						"type": "reference",
						"name": "Element"
					},
					"defaultValue": "<IconPackage />"
				},
				{
					"id": 2941,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2942,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2943,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 10,
							"character": 20
						}
					]
				},
				{
					"id": 2967,
					"name": "allButtons",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2968,
							"name": "allButtons",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2969,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 42,
							"character": 23
						}
					]
				},
				{
					"id": 2953,
					"name": "withBlock",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2954,
							"name": "withBlock",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2955,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 16,
							"character": 22
						}
					]
				},
				{
					"id": 2947,
					"name": "withIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2948,
							"name": "withIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2949,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 12,
							"character": 21
						}
					]
				},
				{
					"id": 2950,
					"name": "withIconRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2951,
							"name": "withIconRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2952,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 13,
							"character": 26
						}
					]
				},
				{
					"id": 2962,
					"name": "withLoadingCentered",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2963,
							"name": "withLoadingCentered",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2964,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 19,
							"character": 32
						}
					]
				},
				{
					"id": 2956,
					"name": "withOnlyIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2957,
							"name": "withOnlyIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2958,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 17,
							"character": 25
						}
					]
				},
				{
					"id": 2959,
					"name": "withOnlyLoading",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2960,
							"name": "withOnlyLoading",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2961,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 18,
							"character": 28
						}
					]
				},
				{
					"id": 2965,
					"name": "withRef",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2966,
							"name": "withRef",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 22,
							"character": 20
						}
					]
				},
				{
					"id": 2944,
					"name": "withStyles",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2945,
							"name": "withStyles",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2946,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Button/Button.stories.tsx",
							"line": 11,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						2970
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2941,
						2967,
						2953,
						2947,
						2950,
						2962,
						2956,
						2959,
						2965,
						2944
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Button/Button.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 154,
			"name": "\"Button/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Button/index.tsx",
			"children": [
				{
					"id": 155,
					"name": "Button",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 153
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						155
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Button/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 259,
			"name": "\"Card/Card\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Card/Card.tsx",
			"children": [
				{
					"id": 260,
					"name": "CardProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 261,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 7,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 262,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 8,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 263,
							"name": "cover",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 9,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 264,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 10,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 265,
							"name": "hoverable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 11,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 266,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 12,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 267,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 13,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 268,
							"name": "titleExtra",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 14,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								261,
								262,
								263,
								264,
								265,
								266,
								267,
								268
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.tsx",
							"line": 6,
							"character": 19
						}
					]
				},
				{
					"id": 269,
					"name": "MetaProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 273,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 48,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 271,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 46,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 272,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 47,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 270,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Card/Card.tsx",
									"line": 45,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								273,
								271,
								272,
								270
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.tsx",
							"line": 44,
							"character": 19
						}
					]
				},
				{
					"id": 274,
					"name": "Card",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 275,
							"name": "Card",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 276,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 277,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 278,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 18,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 279,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 19,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 280,
													"name": "cover",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 20,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 281,
													"name": "hoverable",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 21,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 282,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 22,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 283,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 23,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 284,
													"name": "titleExtra",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 24,
															"character": 12
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														278,
														279,
														280,
														281,
														282,
														283,
														284
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Card/Card.tsx",
													"line": 17,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.tsx",
							"line": 17,
							"character": 13
						}
					]
				},
				{
					"id": 285,
					"name": "Meta",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 286,
							"name": "Meta",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 287,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 288,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 292,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 51,
															"character": 52
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 290,
													"name": "description",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 51,
															"character": 34
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 291,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 51,
															"character": 41
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 289,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Card/Card.tsx",
															"line": 51,
															"character": 21
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														292,
														290,
														291,
														289
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Card/Card.tsx",
													"line": 51,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.tsx",
							"line": 51,
							"character": 13
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						260,
						269
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						274,
						285
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Card/Card.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2971,
			"name": "\"Card/Card.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Card/Card.stories.tsx",
			"children": [
				{
					"id": 2972,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2973,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2974,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.stories.tsx",
							"line": 12,
							"character": 20
						}
					]
				},
				{
					"id": 2975,
					"name": "withCover",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2976,
							"name": "withCover",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2977,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.stories.tsx",
							"line": 20,
							"character": 22
						}
					]
				},
				{
					"id": 2981,
					"name": "withHover",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2982,
							"name": "withHover",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2983,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.stories.tsx",
							"line": 33,
							"character": 22
						}
					]
				},
				{
					"id": 2978,
					"name": "withMeta",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2979,
							"name": "withMeta",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2980,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Card/Card.stories.tsx",
							"line": 27,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2972,
						2975,
						2981,
						2978
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Card/Card.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 293,
			"name": "\"Card/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Card/index.tsx",
			"children": [
				{
					"id": 294,
					"name": "Card",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 274
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						294
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Card/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 712,
			"name": "\"Checkbox/Checkbox\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Checkbox/Checkbox.tsx",
			"children": [
				{
					"id": 732,
					"name": "GroupProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 742,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 32,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 741,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 31,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 744,
							"name": "defaultValue",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 34,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 736,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 26,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 735,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 25,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 733,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 23,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 737,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 27,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 738,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 28,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 734,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 24,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 739,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 29,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 743,
							"name": "options",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 33,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"id": 713,
										"name": "InputProps"
									}
								],
								"name": "Array"
							}
						},
						{
							"id": 748,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 36,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 740,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 30,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 745,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 746,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 747,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 35,
									"character": 10
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								742,
								741,
								744,
								736,
								735,
								733,
								737,
								738,
								734,
								739,
								743,
								748,
								740
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								745
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.tsx",
							"line": 22,
							"character": 20
						}
					]
				},
				{
					"id": 713,
					"name": "InputProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 720,
							"name": "checked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 14,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 721,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 15,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 716,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 10,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 717,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 11,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 718,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 12,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 714,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 8,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 719,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 13,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 731,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 19,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 715,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 9,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 728,
							"name": "onBlur",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 729,
									"name": "onBlur",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 730,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 18,
									"character": 8
								}
							]
						},
						{
							"id": 722,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 723,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 724,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 16,
									"character": 10
								}
							]
						},
						{
							"id": 725,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 726,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 727,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Checkbox/Checkbox.tsx",
									"line": 17,
									"character": 9
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								720,
								721,
								716,
								717,
								718,
								714,
								719,
								731,
								715
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								728,
								722,
								725
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.tsx",
							"line": 7,
							"character": 20
						}
					]
				},
				{
					"id": 765,
					"name": "Checkbox",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 766,
							"name": "Checkbox",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 767,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 768,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 774,
													"name": "checked",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 96,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 769,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 91,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 772,
													"name": "description",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 94,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 770,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 92,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 771,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 93,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 773,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 95,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 778,
													"name": "onBlur",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 100,
															"character": 8
														}
													],
													"type": {
														"type": "reference",
														"id": 728,
														"name": "onBlur"
													}
												},
												{
													"id": 776,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 98,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 722,
														"name": "onChange"
													}
												},
												{
													"id": 777,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 99,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 725,
														"name": "onFocus"
													}
												},
												{
													"id": 779,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 101,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 775,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 97,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														774,
														769,
														772,
														770,
														771,
														773,
														778,
														776,
														777,
														779,
														775
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Checkbox/Checkbox.tsx",
													"line": 90,
													"character": 25
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.tsx",
							"line": 90,
							"character": 24
						}
					]
				},
				{
					"id": 749,
					"name": "Group",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 750,
							"name": "Group",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 751,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 752,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 759,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 46,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 760,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 47,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 756,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 43,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 755,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 42,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 753,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 40,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 757,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 44,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 758,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 45,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 754,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 41,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"vertical\""
												},
												{
													"id": 761,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 48,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 763,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 50,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 745,
														"name": "onChange"
													}
												},
												{
													"id": 762,
													"name": "options",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 49,
															"character": 9
														}
													],
													"type": {
														"type": "array",
														"elementType": {
															"type": "reference",
															"id": 713,
															"name": "InputProps"
														}
													}
												},
												{
													"id": 764,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Checkbox/Checkbox.tsx",
															"line": 51,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														759,
														760,
														756,
														755,
														753,
														757,
														758,
														754,
														761,
														763,
														762,
														764
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Checkbox/Checkbox.tsx",
													"line": 39,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.tsx",
							"line": 39,
							"character": 14
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						732,
						713
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						765,
						749
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Checkbox/Checkbox.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2984,
			"name": "\"Checkbox/Checkbox.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Checkbox/Checkbox.stories.tsx",
			"children": [
				{
					"id": 2985,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2986,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2987,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.stories.tsx",
							"line": 10,
							"character": 20
						}
					]
				},
				{
					"id": 2994,
					"name": "size",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2995,
							"name": "size",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2996,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.stories.tsx",
							"line": 58,
							"character": 17
						}
					]
				},
				{
					"id": 2988,
					"name": "withGroup",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2989,
							"name": "withGroup",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2990,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.stories.tsx",
							"line": 12,
							"character": 22
						}
					]
				},
				{
					"id": 2991,
					"name": "withGroupHorizontal",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2992,
							"name": "withGroupHorizontal",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 2993,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Checkbox/Checkbox.stories.tsx",
							"line": 35,
							"character": 32
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2985,
						2994,
						2988,
						2991
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Checkbox/Checkbox.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 704,
			"name": "\"Checkbox/CheckboxContext\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Checkbox/CheckboxContext.tsx",
			"children": [
				{
					"id": 705,
					"name": "CheckboxContext",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Checkbox/CheckboxContext.tsx",
							"line": 5,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reflection",
								"declaration": {
									"id": 706,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"children": [
										{
											"id": 710,
											"name": "name",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Checkbox/CheckboxContext.tsx",
													"line": 7,
													"character": 6
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 711,
											"name": "parentSize",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Checkbox/CheckboxContext.tsx",
													"line": 8,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 707,
											"name": "parentCallback",
											"kind": 64,
											"kindString": "Function",
											"flags": {
												"isExported": true
											},
											"signatures": [
												{
													"id": 708,
													"name": "parentCallback",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {
														"isExported": true
													},
													"parameters": [
														{
															"id": 709,
															"name": "e",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isExported": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "void"
													}
												}
											],
											"sources": [
												{
													"fileName": "src/components/Checkbox/CheckboxContext.tsx",
													"line": 6,
													"character": 16
												}
											]
										}
									],
									"groups": [
										{
											"title": "Variables",
											"kind": 32,
											"children": [
												710,
												711
											]
										},
										{
											"title": "Functions",
											"kind": 64,
											"children": [
												707
											]
										}
									]
								}
							}
						],
						"name": "Context"
					},
					"defaultValue": "createContext({\n  parentCallback: (e: any) => {},\n  name: '',\n  parentSize: '',\n})"
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						705
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Checkbox/CheckboxContext.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 780,
			"name": "\"Checkbox/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Checkbox/index.tsx",
			"children": [
				{
					"id": 781,
					"name": "Checkbox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 765
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						781
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Checkbox/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 311,
			"name": "\"Divider/Divider\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Divider/Divider.tsx",
			"children": [
				{
					"id": 312,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 313,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 6,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 314,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 7,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 315,
							"name": "light",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 8,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 316,
							"name": "orientation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 9,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "left"
									},
									{
										"type": "stringLiteral",
										"value": "right"
									},
									{
										"type": "stringLiteral",
										"value": "center"
									}
								]
							}
						},
						{
							"id": 317,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 10,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 318,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Divider/Divider.tsx",
									"line": 11,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "vertical"
									},
									{
										"type": "stringLiteral",
										"value": "horizontal"
									}
								]
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								313,
								314,
								315,
								316,
								317,
								318
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.tsx",
							"line": 5,
							"character": 15
						}
					]
				},
				{
					"id": 319,
					"name": "Divider",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 320,
							"name": "Divider",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 321,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 322,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 323,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 15,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 324,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 16,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 325,
													"name": "light",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 17,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 326,
													"name": "orientation",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 18,
															"character": 13
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "left"
															},
															{
																"type": "stringLiteral",
																"value": "right"
															},
															{
																"type": "stringLiteral",
																"value": "center"
															}
														]
													},
													"defaultValue": "\"center\""
												},
												{
													"id": 327,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 19,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 328,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Divider/Divider.tsx",
															"line": 20,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"horizontal\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														323,
														324,
														325,
														326,
														327,
														328
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Divider/Divider.tsx",
													"line": 14,
													"character": 32
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.tsx",
							"line": 14,
							"character": 31
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						312
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						319
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Divider/Divider.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2997,
			"name": "\"Divider/Divider.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Divider/Divider.stories.tsx",
			"children": [
				{
					"id": 2998,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 2999,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3000,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 13,
							"character": 20
						}
					]
				},
				{
					"id": 3010,
					"name": "lighterColor",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3011,
							"name": "lighterColor",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3012,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 27,
							"character": 25
						}
					]
				},
				{
					"id": 3013,
					"name": "vertical",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3014,
							"name": "vertical",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3015,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 29,
							"character": 21
						}
					]
				},
				{
					"id": 3001,
					"name": "withCenterText",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3002,
							"name": "withCenterText",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3003,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 15,
							"character": 27
						}
					]
				},
				{
					"id": 3004,
					"name": "withLeftText",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3005,
							"name": "withLeftText",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3006,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 19,
							"character": 25
						}
					]
				},
				{
					"id": 3007,
					"name": "withRightText",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3008,
							"name": "withRightText",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3009,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Divider/Divider.stories.tsx",
							"line": 23,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2998,
						3010,
						3013,
						3001,
						3004,
						3007
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Divider/Divider.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 329,
			"name": "\"Divider/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Divider/index.tsx",
			"children": [
				{
					"id": 330,
					"name": "Divider",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 319
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						330
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Divider/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 581,
			"name": "\"Dropdown/Dropdown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Dropdown/Dropdown.tsx",
			"children": [
				{
					"id": 594,
					"name": "ItemProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 595,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 47,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 596,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 48,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								595,
								596
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.tsx",
							"line": 46,
							"character": 19
						}
					]
				},
				{
					"id": 582,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 585,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 15,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 590,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 26,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 588,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 24,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 587,
							"name": "onVisibleChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 23,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 584,
							"name": "overlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 14,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 592,
							"name": "overlayClassName",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 28,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 591,
							"name": "overlayStyle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 27,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 586,
							"name": "placement",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 16,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "bottomLeft"
									},
									{
										"type": "stringLiteral",
										"value": "bottomRight"
									},
									{
										"type": "stringLiteral",
										"value": "bottomCenter"
									},
									{
										"type": "stringLiteral",
										"value": "topLeft"
									},
									{
										"type": "stringLiteral",
										"value": "topRight"
									},
									{
										"type": "stringLiteral",
										"value": "topCenter"
									}
								]
							}
						},
						{
							"id": 589,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 25,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 593,
							"name": "transition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 29,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						},
						{
							"id": 583,
							"name": "visible",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Dropdown/Dropdown.tsx",
									"line": 13,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								585,
								590,
								588,
								587,
								584,
								592,
								591,
								586,
								589,
								593,
								583
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.tsx",
							"line": 12,
							"character": 15
						}
					]
				},
				{
					"id": 597,
					"name": "Dropdown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 598,
							"name": "Dropdown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 599,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "reference",
										"id": 6,
										"name": "Props"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.tsx",
							"line": 32,
							"character": 17
						}
					]
				},
				{
					"id": 600,
					"name": "Item",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 601,
							"name": "Item",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 602,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 603,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 604,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Dropdown/Dropdown.tsx",
															"line": 51,
															"character": 31
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 605,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Dropdown/Dropdown.tsx",
															"line": 51,
															"character": 37
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														604,
														605
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Dropdown/Dropdown.tsx",
													"line": 51,
													"character": 21
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.tsx",
							"line": 51,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						594,
						582
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						597,
						600
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Dropdown/Dropdown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 3016,
			"name": "\"Dropdown/Dropdown.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Dropdown/Dropdown.stories.tsx",
			"children": [
				{
					"id": 3017,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3018,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3019,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.stories.tsx",
							"line": 16,
							"character": 20
						}
					]
				},
				{
					"id": 3020,
					"name": "doNotcloseOverlay",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3021,
							"name": "doNotcloseOverlay",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3022,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.stories.tsx",
							"line": 49,
							"character": 30
						}
					]
				},
				{
					"id": 3023,
					"name": "withCustomStyles",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3024,
							"name": "withCustomStyles",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3025,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Dropdown/Dropdown.stories.tsx",
							"line": 84,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						3017,
						3020,
						3023
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Dropdown/Dropdown.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 606,
			"name": "\"Dropdown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Dropdown/index.tsx",
			"children": [
				{
					"id": 607,
					"name": "Dropdown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 597
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						607
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Dropdown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 229,
			"name": "\"Icon/Icon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/Icon.tsx",
			"children": [
				{
					"id": 230,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 238,
							"name": "background",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 22,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "brand"
									},
									{
										"type": "stringLiteral",
										"value": "gray"
									},
									{
										"type": "stringLiteral",
										"value": "red"
									},
									{
										"type": "stringLiteral",
										"value": "yellow"
									},
									{
										"type": "stringLiteral",
										"value": "green"
									},
									{
										"type": "stringLiteral",
										"value": "blue"
									},
									{
										"type": "stringLiteral",
										"value": "indigo"
									},
									{
										"type": "stringLiteral",
										"value": "purple"
									},
									{
										"type": "stringLiteral",
										"value": "pink"
									}
								]
							}
						},
						{
							"id": 231,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 7,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 234,
							"name": "color",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 18,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 236,
							"name": "fill",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 20,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 232,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 8,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									},
									{
										"type": "stringLiteral",
										"value": "xxlarge"
									},
									{
										"type": "stringLiteral",
										"value": "xxxlarge"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							}
						},
						{
							"id": 239,
							"name": "src",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 32,
									"character": 5
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 237,
							"name": "stroke",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 21,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 235,
							"name": "strokeWidth",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 19,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 233,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/Icon.tsx",
									"line": 17,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								238,
								231,
								234,
								236,
								232,
								239,
								237,
								235,
								233
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/Icon.tsx",
							"line": 6,
							"character": 15
						}
					]
				},
				{
					"id": 240,
					"name": "StringMap",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"indexSignature": [
						{
							"id": 241,
							"name": "__index",
							"kind": 8192,
							"kindString": "Index signature",
							"flags": {},
							"parameters": [
								{
									"id": 242,
									"name": "key",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/Icon.tsx",
							"line": 35,
							"character": 19
						}
					]
				},
				{
					"id": 243,
					"name": "Icon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 244,
							"name": "Icon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 245,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 246,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 254,
													"name": "background",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 47,
															"character": 12
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "brand"
															},
															{
																"type": "stringLiteral",
																"value": "gray"
															},
															{
																"type": "stringLiteral",
																"value": "red"
															},
															{
																"type": "stringLiteral",
																"value": "yellow"
															},
															{
																"type": "stringLiteral",
																"value": "green"
															},
															{
																"type": "stringLiteral",
																"value": "blue"
															},
															{
																"type": "stringLiteral",
																"value": "indigo"
															},
															{
																"type": "stringLiteral",
																"value": "purple"
															},
															{
																"type": "stringLiteral",
																"value": "pink"
															}
														]
													}
												},
												{
													"id": 247,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 40,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 250,
													"name": "color",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 43,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 252,
													"name": "fill",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 45,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 256,
													"name": "props",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 49,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 34,
														"name": "props"
													}
												},
												{
													"id": 248,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 41,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "intrinsic",
																"name": "number"
															},
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															},
															{
																"type": "stringLiteral",
																"value": "xxlarge"
															},
															{
																"type": "stringLiteral",
																"value": "xxxlarge"
															}
														]
													}
												},
												{
													"id": 255,
													"name": "src",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 48,
															"character": 5
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 253,
													"name": "stroke",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 46,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 251,
													"name": "strokeWidth",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 44,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 249,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/Icon.tsx",
															"line": 42,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														254,
														247,
														250,
														252,
														256,
														248,
														255,
														253,
														251,
														249
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Icon/Icon.tsx",
													"line": 39,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/Icon.tsx",
							"line": 39,
							"character": 13
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						230,
						240
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						243
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/Icon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 3026,
			"name": "\"Icon/Icon.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/Icon.stories.tsx",
			"children": [
				{
					"id": 3027,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 3028,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 3029,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/Icon.stories.tsx",
							"line": 10,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						3027
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/Icon.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 5,
			"name": "\"Icon/IconBase\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/IconBase.tsx",
			"children": [
				{
					"id": 6,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 14,
							"name": "background",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 22,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "brand"
									},
									{
										"type": "stringLiteral",
										"value": "gray"
									},
									{
										"type": "stringLiteral",
										"value": "red"
									},
									{
										"type": "stringLiteral",
										"value": "yellow"
									},
									{
										"type": "stringLiteral",
										"value": "green"
									},
									{
										"type": "stringLiteral",
										"value": "blue"
									},
									{
										"type": "stringLiteral",
										"value": "indigo"
									},
									{
										"type": "stringLiteral",
										"value": "purple"
									},
									{
										"type": "stringLiteral",
										"value": "pink"
									}
								]
							}
						},
						{
							"id": 7,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 7,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 10,
							"name": "color",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 18,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 12,
							"name": "fill",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 20,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 16,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 33,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 8,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 8,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									},
									{
										"type": "stringLiteral",
										"value": "xxlarge"
									},
									{
										"type": "stringLiteral",
										"value": "xxxlarge"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							}
						},
						{
							"id": 15,
							"name": "src",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 32,
									"character": 5
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 13,
							"name": "stroke",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 21,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 11,
							"name": "strokeWidth",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 19,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 9,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconBase.tsx",
									"line": 17,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								14,
								7,
								10,
								12,
								16,
								8,
								15,
								13,
								11,
								9
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/IconBase.tsx",
							"line": 6,
							"character": 15
						}
					]
				},
				{
					"id": 17,
					"name": "StringMap",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"indexSignature": [
						{
							"id": 18,
							"name": "__index",
							"kind": 8192,
							"kindString": "Index signature",
							"flags": {},
							"parameters": [
								{
									"id": 19,
									"name": "key",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/IconBase.tsx",
							"line": 36,
							"character": 19
						}
					]
				},
				{
					"id": 20,
					"name": "IconBase",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 21,
							"name": "IconBase",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 22,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 23,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 31,
													"name": "background",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 48,
															"character": 12
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "brand"
															},
															{
																"type": "stringLiteral",
																"value": "gray"
															},
															{
																"type": "stringLiteral",
																"value": "red"
															},
															{
																"type": "stringLiteral",
																"value": "yellow"
															},
															{
																"type": "stringLiteral",
																"value": "green"
															},
															{
																"type": "stringLiteral",
																"value": "blue"
															},
															{
																"type": "stringLiteral",
																"value": "indigo"
															},
															{
																"type": "stringLiteral",
																"value": "purple"
															},
															{
																"type": "stringLiteral",
																"value": "pink"
															}
														]
													}
												},
												{
													"id": 24,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 41,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 27,
													"name": "color",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 44,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 29,
													"name": "fill",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 46,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 33,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 50,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 34,
													"name": "props",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 51,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 34,
														"name": "props"
													}
												},
												{
													"id": 25,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 42,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "intrinsic",
																"name": "number"
															},
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															},
															{
																"type": "stringLiteral",
																"value": "xxlarge"
															},
															{
																"type": "stringLiteral",
																"value": "xxxlarge"
															}
														]
													}
												},
												{
													"id": 32,
													"name": "src",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 49,
															"character": 5
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 30,
													"name": "stroke",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 47,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 28,
													"name": "strokeWidth",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 45,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 26,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Icon/IconBase.tsx",
															"line": 43,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"Mail\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														31,
														24,
														27,
														29,
														33,
														34,
														25,
														32,
														30,
														28,
														26
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Icon/IconBase.tsx",
													"line": 40,
													"character": 18
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/IconBase.tsx",
							"line": 40,
							"character": 17
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						6,
						17
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						20
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/IconBase.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1,
			"name": "\"Icon/IconContext\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/IconContext.tsx",
			"children": [
				{
					"id": 2,
					"name": "IconContext",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconContext.tsx",
							"line": 5,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reflection",
								"declaration": {
									"id": 3,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"children": [
										{
											"id": 4,
											"name": "contextSize",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Icon/IconContext.tsx",
													"line": 6,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										}
									],
									"groups": [
										{
											"title": "Variables",
											"kind": 32,
											"children": [
												4
											]
										}
									]
								}
							}
						],
						"name": "Context"
					},
					"defaultValue": "createContext({\n  contextSize: '',\n})"
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						2
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/IconContext.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 3030,
			"name": "\"Icon/IconImportHandler\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/IconImportHandler.tsx",
			"children": [
				{
					"id": 3031,
					"name": "IconProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 3050,
							"name": "accentHeight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2387,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3050,
								"name": "SVGAttributes.accentHeight"
							}
						},
						{
							"id": 3051,
							"name": "accumulate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2388,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "none"
									},
									{
										"type": "stringLiteral",
										"value": "sum"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3051,
								"name": "SVGAttributes.accumulate"
							}
						},
						{
							"id": 3052,
							"name": "additive",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2389,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "replace"
									},
									{
										"type": "stringLiteral",
										"value": "sum"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3052,
								"name": "SVGAttributes.additive"
							}
						},
						{
							"id": 3053,
							"name": "alignmentBaseline",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2390,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "auto"
									},
									{
										"type": "stringLiteral",
										"value": "baseline"
									},
									{
										"type": "stringLiteral",
										"value": "before-edge"
									},
									{
										"type": "stringLiteral",
										"value": "text-before-edge"
									},
									{
										"type": "stringLiteral",
										"value": "middle"
									},
									{
										"type": "stringLiteral",
										"value": "central"
									},
									{
										"type": "stringLiteral",
										"value": "after-edge"
									},
									{
										"type": "stringLiteral",
										"value": "text-after-edge"
									},
									{
										"type": "stringLiteral",
										"value": "ideographic"
									},
									{
										"type": "stringLiteral",
										"value": "alphabetic"
									},
									{
										"type": "stringLiteral",
										"value": "hanging"
									},
									{
										"type": "stringLiteral",
										"value": "mathematical"
									},
									{
										"type": "stringLiteral",
										"value": "inherit"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3053,
								"name": "SVGAttributes.alignmentBaseline"
							}
						},
						{
							"id": 3054,
							"name": "allowReorder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2392,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "no"
									},
									{
										"type": "stringLiteral",
										"value": "yes"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3054,
								"name": "SVGAttributes.allowReorder"
							}
						},
						{
							"id": 3055,
							"name": "alphabetic",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2393,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3055,
								"name": "SVGAttributes.alphabetic"
							}
						},
						{
							"id": 3056,
							"name": "amplitude",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2394,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3056,
								"name": "SVGAttributes.amplitude"
							}
						},
						{
							"id": 3057,
							"name": "arabicForm",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2395,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "initial"
									},
									{
										"type": "stringLiteral",
										"value": "medial"
									},
									{
										"type": "stringLiteral",
										"value": "terminal"
									},
									{
										"type": "stringLiteral",
										"value": "isolated"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3057,
								"name": "SVGAttributes.arabicForm"
							}
						},
						{
							"id": 3291,
							"name": "aria-activedescendant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1555,
									"character": 31
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3291,
								"name": "AriaAttributes.'aria-activedescendant'"
							}
						},
						{
							"id": 3292,
							"name": "aria-atomic",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1557,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3292,
								"name": "AriaAttributes.'aria-atomic'"
							}
						},
						{
							"id": 3293,
							"name": "aria-autocomplete",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1562,
									"character": 27
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "none"
									},
									{
										"type": "stringLiteral",
										"value": "inline"
									},
									{
										"type": "stringLiteral",
										"value": "list"
									},
									{
										"type": "stringLiteral",
										"value": "both"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3293,
								"name": "AriaAttributes.'aria-autocomplete'"
							}
						},
						{
							"id": 3294,
							"name": "aria-busy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1564,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3294,
								"name": "AriaAttributes.'aria-busy'"
							}
						},
						{
							"id": 3295,
							"name": "aria-checked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-pressed @see aria-selected.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1569,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "mixed"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3295,
								"name": "AriaAttributes.'aria-checked'"
							}
						},
						{
							"id": 3296,
							"name": "aria-colcount",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the total number of columns in a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-colindex.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1574,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3296,
								"name": "AriaAttributes.'aria-colcount'"
							}
						},
						{
							"id": 3297,
							"name": "aria-colindex",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-colcount @see aria-colspan.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1579,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3297,
								"name": "AriaAttributes.'aria-colindex'"
							}
						},
						{
							"id": 3298,
							"name": "aria-colspan",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-colindex @see aria-rowspan.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1584,
									"character": 22
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3298,
								"name": "AriaAttributes.'aria-colspan'"
							}
						},
						{
							"id": 3299,
							"name": "aria-controls",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-owns.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1589,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3299,
								"name": "AriaAttributes.'aria-controls'"
							}
						},
						{
							"id": 3300,
							"name": "aria-current",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the element that represents the current item within a container or set of related elements."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1591,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									},
									{
										"type": "stringLiteral",
										"value": "page"
									},
									{
										"type": "stringLiteral",
										"value": "step"
									},
									{
										"type": "stringLiteral",
										"value": "location"
									},
									{
										"type": "stringLiteral",
										"value": "date"
									},
									{
										"type": "stringLiteral",
										"value": "time"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3300,
								"name": "AriaAttributes.'aria-current'"
							}
						},
						{
							"id": 3301,
							"name": "aria-describedby",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the element (or elements) that describes the object.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-labelledby\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1596,
									"character": 26
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3301,
								"name": "AriaAttributes.'aria-describedby'"
							}
						},
						{
							"id": 3302,
							"name": "aria-details",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the element that provides a detailed, extended description for the object.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-describedby.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1601,
									"character": 22
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3302,
								"name": "AriaAttributes.'aria-details'"
							}
						},
						{
							"id": 3303,
							"name": "aria-disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-hidden @see aria-readonly.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1606,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3303,
								"name": "AriaAttributes.'aria-disabled'"
							}
						},
						{
							"id": 3304,
							"name": "aria-dropeffect",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates what functions can be performed when a dragged object is released on the drop target.",
								"tags": [
									{
										"tag": "deprecated",
										"text": "in ARIA 1.1\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1611,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "none"
									},
									{
										"type": "stringLiteral",
										"value": "copy"
									},
									{
										"type": "stringLiteral",
										"value": "execute"
									},
									{
										"type": "stringLiteral",
										"value": "link"
									},
									{
										"type": "stringLiteral",
										"value": "move"
									},
									{
										"type": "stringLiteral",
										"value": "popup"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3304,
								"name": "AriaAttributes.'aria-dropeffect'"
							}
						},
						{
							"id": 3305,
							"name": "aria-errormessage",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the element that provides an error message for the object.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-invalid @see aria-describedby.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1616,
									"character": 27
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3305,
								"name": "AriaAttributes.'aria-errormessage'"
							}
						},
						{
							"id": 3306,
							"name": "aria-expanded",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1618,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3306,
								"name": "AriaAttributes.'aria-expanded'"
							}
						},
						{
							"id": 3307,
							"name": "aria-flowto",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1623,
									"character": 21
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3307,
								"name": "AriaAttributes.'aria-flowto'"
							}
						},
						{
							"id": 3308,
							"name": "aria-grabbed",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.",
								"tags": [
									{
										"tag": "deprecated",
										"text": "in ARIA 1.1\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1628,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3308,
								"name": "AriaAttributes.'aria-grabbed'"
							}
						},
						{
							"id": 3309,
							"name": "aria-haspopup",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1630,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									},
									{
										"type": "stringLiteral",
										"value": "menu"
									},
									{
										"type": "stringLiteral",
										"value": "listbox"
									},
									{
										"type": "stringLiteral",
										"value": "tree"
									},
									{
										"type": "stringLiteral",
										"value": "grid"
									},
									{
										"type": "stringLiteral",
										"value": "dialog"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3309,
								"name": "AriaAttributes.'aria-haspopup'"
							}
						},
						{
							"id": 3310,
							"name": "aria-hidden",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether the element is exposed to an accessibility API.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-disabled.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1635,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3310,
								"name": "AriaAttributes.'aria-hidden'"
							}
						},
						{
							"id": 3311,
							"name": "aria-invalid",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the entered value does not conform to the format expected by the application.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-errormessage.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1640,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									},
									{
										"type": "stringLiteral",
										"value": "grammar"
									},
									{
										"type": "stringLiteral",
										"value": "spelling"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3311,
								"name": "AriaAttributes.'aria-invalid'"
							}
						},
						{
							"id": 3312,
							"name": "aria-keyshortcuts",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1642,
									"character": 27
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3312,
								"name": "AriaAttributes.'aria-keyshortcuts'"
							}
						},
						{
							"id": 3313,
							"name": "aria-label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines a string value that labels the current element.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-labelledby.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1647,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3313,
								"name": "AriaAttributes.'aria-label'"
							}
						},
						{
							"id": 3314,
							"name": "aria-labelledby",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies the element (or elements) that labels the current element.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-describedby.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1652,
									"character": 25
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3314,
								"name": "AriaAttributes.'aria-labelledby'"
							}
						},
						{
							"id": 3315,
							"name": "aria-level",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the hierarchical level of an element within a structure."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1654,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3315,
								"name": "AriaAttributes.'aria-level'"
							}
						},
						{
							"id": 3316,
							"name": "aria-live",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1656,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "off"
									},
									{
										"type": "stringLiteral",
										"value": "assertive"
									},
									{
										"type": "stringLiteral",
										"value": "polite"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3316,
								"name": "AriaAttributes.'aria-live'"
							}
						},
						{
							"id": 3317,
							"name": "aria-modal",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether an element is modal when displayed."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1658,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3317,
								"name": "AriaAttributes.'aria-modal'"
							}
						},
						{
							"id": 3318,
							"name": "aria-multiline",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether a text box accepts multiple lines of input or only a single line."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1660,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3318,
								"name": "AriaAttributes.'aria-multiline'"
							}
						},
						{
							"id": 3319,
							"name": "aria-multiselectable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates that the user may select more than one item from the current selectable descendants."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1662,
									"character": 30
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3319,
								"name": "AriaAttributes.'aria-multiselectable'"
							}
						},
						{
							"id": 3320,
							"name": "aria-orientation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1664,
									"character": 26
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3320,
								"name": "AriaAttributes.'aria-orientation'"
							}
						},
						{
							"id": 3321,
							"name": "aria-owns",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-controls.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1670,
									"character": 19
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3321,
								"name": "AriaAttributes.'aria-owns'"
							}
						},
						{
							"id": 3322,
							"name": "aria-placeholder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1675,
									"character": 26
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3322,
								"name": "AriaAttributes.'aria-placeholder'"
							}
						},
						{
							"id": 3323,
							"name": "aria-posinset",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-setsize.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1680,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3323,
								"name": "AriaAttributes.'aria-posinset'"
							}
						},
						{
							"id": 3324,
							"name": "aria-pressed",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the current \"pressed\" state of toggle buttons.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-checked @see aria-selected.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1685,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "mixed"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3324,
								"name": "AriaAttributes.'aria-pressed'"
							}
						},
						{
							"id": 3325,
							"name": "aria-readonly",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates that the element is not editable, but is otherwise operable.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-disabled.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1690,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3325,
								"name": "AriaAttributes.'aria-readonly'"
							}
						},
						{
							"id": 3326,
							"name": "aria-relevant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-atomic.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1695,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "additions"
									},
									{
										"type": "stringLiteral",
										"value": "additions removals"
									},
									{
										"type": "stringLiteral",
										"value": "additions text"
									},
									{
										"type": "stringLiteral",
										"value": "all"
									},
									{
										"type": "stringLiteral",
										"value": "removals"
									},
									{
										"type": "stringLiteral",
										"value": "removals additions"
									},
									{
										"type": "stringLiteral",
										"value": "removals text"
									},
									{
										"type": "stringLiteral",
										"value": "text"
									},
									{
										"type": "stringLiteral",
										"value": "text additions"
									},
									{
										"type": "stringLiteral",
										"value": "text removals"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3326,
								"name": "AriaAttributes.'aria-relevant'"
							}
						},
						{
							"id": 3327,
							"name": "aria-required",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates that user input is required on the element before a form may be submitted."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1697,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3327,
								"name": "AriaAttributes.'aria-required'"
							}
						},
						{
							"id": 3328,
							"name": "aria-roledescription",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines a human-readable, author-localized description for the role of an element."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1699,
									"character": 30
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3328,
								"name": "AriaAttributes.'aria-roledescription'"
							}
						},
						{
							"id": 3329,
							"name": "aria-rowcount",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the total number of rows in a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-rowindex.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1704,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3329,
								"name": "AriaAttributes.'aria-rowcount'"
							}
						},
						{
							"id": 3330,
							"name": "aria-rowindex",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-rowcount @see aria-rowspan.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1709,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3330,
								"name": "AriaAttributes.'aria-rowindex'"
							}
						},
						{
							"id": 3331,
							"name": "aria-rowspan",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-rowindex @see aria-colspan.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1714,
									"character": 22
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3331,
								"name": "AriaAttributes.'aria-rowspan'"
							}
						},
						{
							"id": 3332,
							"name": "aria-selected",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates the current \"selected\" state of various widgets.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-checked @see aria-pressed.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1719,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "boolean"
									},
									{
										"type": "stringLiteral",
										"value": "false"
									},
									{
										"type": "stringLiteral",
										"value": "true"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3332,
								"name": "AriaAttributes.'aria-selected'"
							}
						},
						{
							"id": 3333,
							"name": "aria-setsize",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-posinset.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1724,
									"character": 22
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3333,
								"name": "AriaAttributes.'aria-setsize'"
							}
						},
						{
							"id": 3334,
							"name": "aria-sort",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Indicates if items in a table or grid are sorted in ascending or descending order."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1726,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "none"
									},
									{
										"type": "stringLiteral",
										"value": "ascending"
									},
									{
										"type": "stringLiteral",
										"value": "descending"
									},
									{
										"type": "stringLiteral",
										"value": "other"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3334,
								"name": "AriaAttributes.'aria-sort'"
							}
						},
						{
							"id": 3335,
							"name": "aria-valuemax",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the maximum allowed value for a range widget."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1728,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3335,
								"name": "AriaAttributes.'aria-valuemax'"
							}
						},
						{
							"id": 3336,
							"name": "aria-valuemin",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the minimum allowed value for a range widget."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1730,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3336,
								"name": "AriaAttributes.'aria-valuemin'"
							}
						},
						{
							"id": 3337,
							"name": "aria-valuenow",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the current value for a range widget.",
								"tags": [
									{
										"tag": "see",
										"text": "aria-valuetext.\n"
									}
								]
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1735,
									"character": 23
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3337,
								"name": "AriaAttributes.'aria-valuenow'"
							}
						},
						{
							"id": 3338,
							"name": "aria-valuetext",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"comment": {
								"shortText": "Defines the human readable text alternative of aria-valuenow for a range widget."
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1737,
									"character": 24
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3338,
								"name": "AriaAttributes.'aria-valuetext'"
							}
						},
						{
							"id": 3058,
							"name": "ascent",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2396,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3058,
								"name": "SVGAttributes.ascent"
							}
						},
						{
							"id": 3059,
							"name": "attributeName",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2397,
									"character": 21
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3059,
								"name": "SVGAttributes.attributeName"
							}
						},
						{
							"id": 3060,
							"name": "attributeType",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2398,
									"character": 21
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3060,
								"name": "SVGAttributes.attributeType"
							}
						},
						{
							"id": 3061,
							"name": "autoReverse",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2399,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"name": "Booleanish"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3061,
								"name": "SVGAttributes.autoReverse"
							}
						},
						{
							"id": 3062,
							"name": "azimuth",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2400,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3062,
								"name": "SVGAttributes.azimuth"
							}
						},
						{
							"id": 3063,
							"name": "baseFrequency",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2401,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3063,
								"name": "SVGAttributes.baseFrequency"
							}
						},
						{
							"id": 3065,
							"name": "baseProfile",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2403,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3065,
								"name": "SVGAttributes.baseProfile"
							}
						},
						{
							"id": 3064,
							"name": "baselineShift",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2402,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3064,
								"name": "SVGAttributes.baselineShift"
							}
						},
						{
							"id": 3066,
							"name": "bbox",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2404,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3066,
								"name": "SVGAttributes.bbox"
							}
						},
						{
							"id": 3067,
							"name": "begin",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2405,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3067,
								"name": "SVGAttributes.begin"
							}
						},
						{
							"id": 3068,
							"name": "bias",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2406,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3068,
								"name": "SVGAttributes.bias"
							}
						},
						{
							"id": 3069,
							"name": "by",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2407,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3069,
								"name": "SVGAttributes.by"
							}
						},
						{
							"id": 3070,
							"name": "calcMode",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2408,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3070,
								"name": "SVGAttributes.calcMode"
							}
						},
						{
							"id": 3071,
							"name": "capHeight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2409,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3071,
								"name": "SVGAttributes.capHeight"
							}
						},
						{
							"id": 3339,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1345,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"name": "ReactNode"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3339,
								"name": "DOMAttributes.children"
							}
						},
						{
							"id": 3034,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2366,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3034,
								"name": "SVGAttributes.className"
							}
						},
						{
							"id": 3072,
							"name": "clip",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2410,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3072,
								"name": "SVGAttributes.clip"
							}
						},
						{
							"id": 3073,
							"name": "clipPath",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2411,
									"character": 16
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3073,
								"name": "SVGAttributes.clipPath"
							}
						},
						{
							"id": 3074,
							"name": "clipPathUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2412,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3074,
								"name": "SVGAttributes.clipPathUnits"
							}
						},
						{
							"id": 3075,
							"name": "clipRule",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2413,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3075,
								"name": "SVGAttributes.clipRule"
							}
						},
						{
							"id": 3032,
							"name": "color",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconImportHandler.tsx",
									"line": 4,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"overwrites": {
								"type": "reference",
								"name": "SVGAttributes.color"
							}
						},
						{
							"id": 3076,
							"name": "colorInterpolation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2414,
									"character": 26
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3076,
								"name": "SVGAttributes.colorInterpolation"
							}
						},
						{
							"id": 3077,
							"name": "colorInterpolationFilters",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2415,
									"character": 33
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "auto"
									},
									{
										"type": "stringLiteral",
										"value": "sRGB"
									},
									{
										"type": "stringLiteral",
										"value": "linearRGB"
									},
									{
										"type": "stringLiteral",
										"value": "inherit"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3077,
								"name": "SVGAttributes.colorInterpolationFilters"
							}
						},
						{
							"id": 3078,
							"name": "colorProfile",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2416,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3078,
								"name": "SVGAttributes.colorProfile"
							}
						},
						{
							"id": 3079,
							"name": "colorRendering",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2417,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3079,
								"name": "SVGAttributes.colorRendering"
							}
						},
						{
							"id": 3080,
							"name": "contentScriptType",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2418,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3080,
								"name": "SVGAttributes.contentScriptType"
							}
						},
						{
							"id": 3081,
							"name": "contentStyleType",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2419,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3081,
								"name": "SVGAttributes.contentStyleType"
							}
						},
						{
							"id": 3049,
							"name": "crossOrigin",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2384,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "anonymous"
									},
									{
										"type": "stringLiteral",
										"value": "use-credentials"
									},
									{
										"type": "stringLiteral",
										"value": ""
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3049,
								"name": "SVGAttributes.crossOrigin"
							}
						},
						{
							"id": 3082,
							"name": "cursor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2420,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3082,
								"name": "SVGAttributes.cursor"
							}
						},
						{
							"id": 3083,
							"name": "cx",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2421,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3083,
								"name": "SVGAttributes.cx"
							}
						},
						{
							"id": 3084,
							"name": "cy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2422,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3084,
								"name": "SVGAttributes.cy"
							}
						},
						{
							"id": 3085,
							"name": "d",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2423,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3085,
								"name": "SVGAttributes.d"
							}
						},
						{
							"id": 3340,
							"name": "dangerouslySetInnerHTML",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1346,
									"character": 31
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 3341,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"children": [
										{
											"id": 3342,
											"name": "__html",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "node_modules/@types/react/index.d.ts",
													"line": 1347,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Variables",
											"kind": 32,
											"children": [
												3342
											]
										}
									],
									"sources": [
										{
											"fileName": "node_modules/@types/react/index.d.ts",
											"line": 1346,
											"character": 33
										}
									]
								}
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3340,
								"name": "DOMAttributes.dangerouslySetInnerHTML"
							}
						},
						{
							"id": 3086,
							"name": "decelerate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2424,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3086,
								"name": "SVGAttributes.decelerate"
							}
						},
						{
							"id": 3087,
							"name": "descent",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2425,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3087,
								"name": "SVGAttributes.descent"
							}
						},
						{
							"id": 3088,
							"name": "diffuseConstant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2426,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3088,
								"name": "SVGAttributes.diffuseConstant"
							}
						},
						{
							"id": 3089,
							"name": "direction",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2427,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3089,
								"name": "SVGAttributes.direction"
							}
						},
						{
							"id": 3090,
							"name": "display",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2428,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3090,
								"name": "SVGAttributes.display"
							}
						},
						{
							"id": 3091,
							"name": "divisor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2429,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3091,
								"name": "SVGAttributes.divisor"
							}
						},
						{
							"id": 3092,
							"name": "dominantBaseline",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2430,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3092,
								"name": "SVGAttributes.dominantBaseline"
							}
						},
						{
							"id": 3093,
							"name": "dur",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2431,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3093,
								"name": "SVGAttributes.dur"
							}
						},
						{
							"id": 3094,
							"name": "dx",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2432,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3094,
								"name": "SVGAttributes.dx"
							}
						},
						{
							"id": 3095,
							"name": "dy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2433,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3095,
								"name": "SVGAttributes.dy"
							}
						},
						{
							"id": 3096,
							"name": "edgeMode",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2434,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3096,
								"name": "SVGAttributes.edgeMode"
							}
						},
						{
							"id": 3097,
							"name": "elevation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2435,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3097,
								"name": "SVGAttributes.elevation"
							}
						},
						{
							"id": 3098,
							"name": "enableBackground",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2436,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3098,
								"name": "SVGAttributes.enableBackground"
							}
						},
						{
							"id": 3099,
							"name": "end",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2437,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3099,
								"name": "SVGAttributes.end"
							}
						},
						{
							"id": 3100,
							"name": "exponent",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2438,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3100,
								"name": "SVGAttributes.exponent"
							}
						},
						{
							"id": 3101,
							"name": "externalResourcesRequired",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2439,
									"character": 33
								}
							],
							"type": {
								"type": "reference",
								"name": "Booleanish"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3101,
								"name": "SVGAttributes.externalResourcesRequired"
							}
						},
						{
							"id": 3102,
							"name": "fill",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2440,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3102,
								"name": "SVGAttributes.fill"
							}
						},
						{
							"id": 3103,
							"name": "fillOpacity",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2441,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3103,
								"name": "SVGAttributes.fillOpacity"
							}
						},
						{
							"id": 3104,
							"name": "fillRule",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2442,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "nonzero"
									},
									{
										"type": "stringLiteral",
										"value": "evenodd"
									},
									{
										"type": "stringLiteral",
										"value": "inherit"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3104,
								"name": "SVGAttributes.fillRule"
							}
						},
						{
							"id": 3105,
							"name": "filter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2443,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3105,
								"name": "SVGAttributes.filter"
							}
						},
						{
							"id": 3106,
							"name": "filterRes",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2444,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3106,
								"name": "SVGAttributes.filterRes"
							}
						},
						{
							"id": 3107,
							"name": "filterUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2445,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3107,
								"name": "SVGAttributes.filterUnits"
							}
						},
						{
							"id": 3108,
							"name": "floodColor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2446,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3108,
								"name": "SVGAttributes.floodColor"
							}
						},
						{
							"id": 3109,
							"name": "floodOpacity",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2447,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3109,
								"name": "SVGAttributes.floodOpacity"
							}
						},
						{
							"id": 3110,
							"name": "focusable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2448,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "reference",
										"name": "Booleanish"
									},
									{
										"type": "stringLiteral",
										"value": "auto"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3110,
								"name": "SVGAttributes.focusable"
							}
						},
						{
							"id": 3111,
							"name": "fontFamily",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2449,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3111,
								"name": "SVGAttributes.fontFamily"
							}
						},
						{
							"id": 3112,
							"name": "fontSize",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2450,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3112,
								"name": "SVGAttributes.fontSize"
							}
						},
						{
							"id": 3113,
							"name": "fontSizeAdjust",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2451,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3113,
								"name": "SVGAttributes.fontSizeAdjust"
							}
						},
						{
							"id": 3114,
							"name": "fontStretch",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2452,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3114,
								"name": "SVGAttributes.fontStretch"
							}
						},
						{
							"id": 3115,
							"name": "fontStyle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2453,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3115,
								"name": "SVGAttributes.fontStyle"
							}
						},
						{
							"id": 3116,
							"name": "fontVariant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2454,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3116,
								"name": "SVGAttributes.fontVariant"
							}
						},
						{
							"id": 3117,
							"name": "fontWeight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2455,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3117,
								"name": "SVGAttributes.fontWeight"
							}
						},
						{
							"id": 3118,
							"name": "format",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2456,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3118,
								"name": "SVGAttributes.format"
							}
						},
						{
							"id": 3119,
							"name": "from",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2457,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3119,
								"name": "SVGAttributes.from"
							}
						},
						{
							"id": 3120,
							"name": "fx",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2458,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3120,
								"name": "SVGAttributes.fx"
							}
						},
						{
							"id": 3121,
							"name": "fy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2459,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3121,
								"name": "SVGAttributes.fy"
							}
						},
						{
							"id": 3122,
							"name": "g1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2460,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3122,
								"name": "SVGAttributes.g1"
							}
						},
						{
							"id": 3123,
							"name": "g2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2461,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3123,
								"name": "SVGAttributes.g2"
							}
						},
						{
							"id": 3124,
							"name": "glyphName",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2462,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3124,
								"name": "SVGAttributes.glyphName"
							}
						},
						{
							"id": 3125,
							"name": "glyphOrientationHorizontal",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2463,
									"character": 34
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3125,
								"name": "SVGAttributes.glyphOrientationHorizontal"
							}
						},
						{
							"id": 3126,
							"name": "glyphOrientationVertical",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2464,
									"character": 32
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3126,
								"name": "SVGAttributes.glyphOrientationVertical"
							}
						},
						{
							"id": 3127,
							"name": "glyphRef",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2465,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3127,
								"name": "SVGAttributes.glyphRef"
							}
						},
						{
							"id": 3128,
							"name": "gradientTransform",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2466,
									"character": 25
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3128,
								"name": "SVGAttributes.gradientTransform"
							}
						},
						{
							"id": 3129,
							"name": "gradientUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2467,
									"character": 21
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3129,
								"name": "SVGAttributes.gradientUnits"
							}
						},
						{
							"id": 3130,
							"name": "hanging",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2468,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3130,
								"name": "SVGAttributes.hanging"
							}
						},
						{
							"id": 3035,
							"name": "height",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2368,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3035,
								"name": "SVGAttributes.height"
							}
						},
						{
							"id": 3131,
							"name": "horizAdvX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2469,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3131,
								"name": "SVGAttributes.horizAdvX"
							}
						},
						{
							"id": 3132,
							"name": "horizOriginX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2470,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3132,
								"name": "SVGAttributes.horizOriginX"
							}
						},
						{
							"id": 3133,
							"name": "href",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2471,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3133,
								"name": "SVGAttributes.href"
							}
						},
						{
							"id": 3036,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2369,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3036,
								"name": "SVGAttributes.id"
							}
						},
						{
							"id": 3134,
							"name": "ideographic",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2472,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3134,
								"name": "SVGAttributes.ideographic"
							}
						},
						{
							"id": 3135,
							"name": "imageRendering",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2473,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3135,
								"name": "SVGAttributes.imageRendering"
							}
						},
						{
							"id": 3137,
							"name": "in",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2475,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3137,
								"name": "SVGAttributes.in"
							}
						},
						{
							"id": 3136,
							"name": "in2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2474,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3136,
								"name": "SVGAttributes.in2"
							}
						},
						{
							"id": 3138,
							"name": "intercept",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2476,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3138,
								"name": "SVGAttributes.intercept"
							}
						},
						{
							"id": 3143,
							"name": "k",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2481,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3143,
								"name": "SVGAttributes.k"
							}
						},
						{
							"id": 3139,
							"name": "k1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2477,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3139,
								"name": "SVGAttributes.k1"
							}
						},
						{
							"id": 3140,
							"name": "k2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2478,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3140,
								"name": "SVGAttributes.k2"
							}
						},
						{
							"id": 3141,
							"name": "k3",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2479,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3141,
								"name": "SVGAttributes.k3"
							}
						},
						{
							"id": 3142,
							"name": "k4",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2480,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3142,
								"name": "SVGAttributes.k4"
							}
						},
						{
							"id": 3144,
							"name": "kernelMatrix",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2482,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3144,
								"name": "SVGAttributes.kernelMatrix"
							}
						},
						{
							"id": 3145,
							"name": "kernelUnitLength",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2483,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3145,
								"name": "SVGAttributes.kernelUnitLength"
							}
						},
						{
							"id": 3146,
							"name": "kerning",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2484,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3146,
								"name": "SVGAttributes.kerning"
							}
						},
						{
							"id": 3147,
							"name": "keyPoints",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2485,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3147,
								"name": "SVGAttributes.keyPoints"
							}
						},
						{
							"id": 3148,
							"name": "keySplines",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2486,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3148,
								"name": "SVGAttributes.keySplines"
							}
						},
						{
							"id": 3149,
							"name": "keyTimes",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2487,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3149,
								"name": "SVGAttributes.keyTimes"
							}
						},
						{
							"id": 3037,
							"name": "lang",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2370,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3037,
								"name": "SVGAttributes.lang"
							}
						},
						{
							"id": 3150,
							"name": "lengthAdjust",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2488,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3150,
								"name": "SVGAttributes.lengthAdjust"
							}
						},
						{
							"id": 3151,
							"name": "letterSpacing",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2489,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3151,
								"name": "SVGAttributes.letterSpacing"
							}
						},
						{
							"id": 3152,
							"name": "lightingColor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2490,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3152,
								"name": "SVGAttributes.lightingColor"
							}
						},
						{
							"id": 3153,
							"name": "limitingConeAngle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2491,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3153,
								"name": "SVGAttributes.limitingConeAngle"
							}
						},
						{
							"id": 3154,
							"name": "local",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2492,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3154,
								"name": "SVGAttributes.local"
							}
						},
						{
							"id": 3155,
							"name": "markerEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2493,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3155,
								"name": "SVGAttributes.markerEnd"
							}
						},
						{
							"id": 3156,
							"name": "markerHeight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2494,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3156,
								"name": "SVGAttributes.markerHeight"
							}
						},
						{
							"id": 3157,
							"name": "markerMid",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2495,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3157,
								"name": "SVGAttributes.markerMid"
							}
						},
						{
							"id": 3158,
							"name": "markerStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2496,
									"character": 19
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3158,
								"name": "SVGAttributes.markerStart"
							}
						},
						{
							"id": 3159,
							"name": "markerUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2497,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3159,
								"name": "SVGAttributes.markerUnits"
							}
						},
						{
							"id": 3160,
							"name": "markerWidth",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2498,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3160,
								"name": "SVGAttributes.markerWidth"
							}
						},
						{
							"id": 3161,
							"name": "mask",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2499,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3161,
								"name": "SVGAttributes.mask"
							}
						},
						{
							"id": 3162,
							"name": "maskContentUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2500,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3162,
								"name": "SVGAttributes.maskContentUnits"
							}
						},
						{
							"id": 3163,
							"name": "maskUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2501,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3163,
								"name": "SVGAttributes.maskUnits"
							}
						},
						{
							"id": 3164,
							"name": "mathematical",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2502,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3164,
								"name": "SVGAttributes.mathematical"
							}
						},
						{
							"id": 3038,
							"name": "max",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2371,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3038,
								"name": "SVGAttributes.max"
							}
						},
						{
							"id": 3039,
							"name": "media",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2372,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3039,
								"name": "SVGAttributes.media"
							}
						},
						{
							"id": 3040,
							"name": "method",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2373,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3040,
								"name": "SVGAttributes.method"
							}
						},
						{
							"id": 3041,
							"name": "min",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2374,
									"character": 11
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3041,
								"name": "SVGAttributes.min"
							}
						},
						{
							"id": 3165,
							"name": "mode",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2503,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3165,
								"name": "SVGAttributes.mode"
							}
						},
						{
							"id": 3042,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2375,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3042,
								"name": "SVGAttributes.name"
							}
						},
						{
							"id": 3166,
							"name": "numOctaves",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2504,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3166,
								"name": "SVGAttributes.numOctaves"
							}
						},
						{
							"id": 3167,
							"name": "offset",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2505,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3167,
								"name": "SVGAttributes.offset"
							}
						},
						{
							"id": 3381,
							"name": "onAbort",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1401,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3381,
								"name": "DOMAttributes.onAbort"
							}
						},
						{
							"id": 3382,
							"name": "onAbortCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1402,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3382,
								"name": "DOMAttributes.onAbortCapture"
							}
						},
						{
							"id": 3497,
							"name": "onAnimationEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1531,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3497,
								"name": "DOMAttributes.onAnimationEnd"
							}
						},
						{
							"id": 3498,
							"name": "onAnimationEndCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1532,
									"character": 29
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3498,
								"name": "DOMAttributes.onAnimationEndCapture"
							}
						},
						{
							"id": 3499,
							"name": "onAnimationIteration",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1533,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3499,
								"name": "DOMAttributes.onAnimationIteration"
							}
						},
						{
							"id": 3500,
							"name": "onAnimationIterationCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1534,
									"character": 35
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3500,
								"name": "DOMAttributes.onAnimationIterationCapture"
							}
						},
						{
							"id": 3495,
							"name": "onAnimationStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1529,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3495,
								"name": "DOMAttributes.onAnimationStart"
							}
						},
						{
							"id": 3496,
							"name": "onAnimationStartCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1530,
									"character": 31
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "AnimationEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3496,
								"name": "DOMAttributes.onAnimationStartCapture"
							}
						},
						{
							"id": 3425,
							"name": "onAuxClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1447,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3425,
								"name": "DOMAttributes.onAuxClick"
							}
						},
						{
							"id": 3426,
							"name": "onAuxClickCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1448,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3426,
								"name": "DOMAttributes.onAuxClickCapture"
							}
						},
						{
							"id": 3361,
							"name": "onBeforeInput",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1375,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3361,
								"name": "DOMAttributes.onBeforeInput"
							}
						},
						{
							"id": 3362,
							"name": "onBeforeInputCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1376,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3362,
								"name": "DOMAttributes.onBeforeInputCapture"
							}
						},
						{
							"id": 3357,
							"name": "onBlur",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1369,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FocusEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3357,
								"name": "DOMAttributes.onBlur"
							}
						},
						{
							"id": 3358,
							"name": "onBlurCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1370,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FocusEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3358,
								"name": "DOMAttributes.onBlurCapture"
							}
						},
						{
							"id": 3383,
							"name": "onCanPlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1403,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3383,
								"name": "DOMAttributes.onCanPlay"
							}
						},
						{
							"id": 3384,
							"name": "onCanPlayCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1404,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3384,
								"name": "DOMAttributes.onCanPlayCapture"
							}
						},
						{
							"id": 3385,
							"name": "onCanPlayThrough",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1405,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3385,
								"name": "DOMAttributes.onCanPlayThrough"
							}
						},
						{
							"id": 3386,
							"name": "onCanPlayThroughCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1406,
									"character": 31
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3386,
								"name": "DOMAttributes.onCanPlayThroughCapture"
							}
						},
						{
							"id": 3359,
							"name": "onChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1373,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3359,
								"name": "DOMAttributes.onChange"
							}
						},
						{
							"id": 3360,
							"name": "onChangeCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1374,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3360,
								"name": "DOMAttributes.onChangeCapture"
							}
						},
						{
							"id": 3427,
							"name": "onClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1449,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3427,
								"name": "DOMAttributes.onClick"
							}
						},
						{
							"id": 3428,
							"name": "onClickCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1450,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3428,
								"name": "DOMAttributes.onClickCapture"
							}
						},
						{
							"id": 3349,
							"name": "onCompositionEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1359,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3349,
								"name": "DOMAttributes.onCompositionEnd"
							}
						},
						{
							"id": 3350,
							"name": "onCompositionEndCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1360,
									"character": 31
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3350,
								"name": "DOMAttributes.onCompositionEndCapture"
							}
						},
						{
							"id": 3351,
							"name": "onCompositionStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1361,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3351,
								"name": "DOMAttributes.onCompositionStart"
							}
						},
						{
							"id": 3352,
							"name": "onCompositionStartCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1362,
									"character": 33
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3352,
								"name": "DOMAttributes.onCompositionStartCapture"
							}
						},
						{
							"id": 3353,
							"name": "onCompositionUpdate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1363,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3353,
								"name": "DOMAttributes.onCompositionUpdate"
							}
						},
						{
							"id": 3354,
							"name": "onCompositionUpdateCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1364,
									"character": 34
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "CompositionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3354,
								"name": "DOMAttributes.onCompositionUpdateCapture"
							}
						},
						{
							"id": 3429,
							"name": "onContextMenu",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1451,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3429,
								"name": "DOMAttributes.onContextMenu"
							}
						},
						{
							"id": 3430,
							"name": "onContextMenuCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1452,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3430,
								"name": "DOMAttributes.onContextMenuCapture"
							}
						},
						{
							"id": 3343,
							"name": "onCopy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1351,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3343,
								"name": "DOMAttributes.onCopy"
							}
						},
						{
							"id": 3344,
							"name": "onCopyCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1352,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3344,
								"name": "DOMAttributes.onCopyCapture"
							}
						},
						{
							"id": 3345,
							"name": "onCut",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1353,
									"character": 13
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3345,
								"name": "DOMAttributes.onCut"
							}
						},
						{
							"id": 3346,
							"name": "onCutCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1354,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3346,
								"name": "DOMAttributes.onCutCapture"
							}
						},
						{
							"id": 3431,
							"name": "onDoubleClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1453,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3431,
								"name": "DOMAttributes.onDoubleClick"
							}
						},
						{
							"id": 3432,
							"name": "onDoubleClickCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1454,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3432,
								"name": "DOMAttributes.onDoubleClickCapture"
							}
						},
						{
							"id": 3433,
							"name": "onDrag",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1455,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3433,
								"name": "DOMAttributes.onDrag"
							}
						},
						{
							"id": 3434,
							"name": "onDragCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1456,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3434,
								"name": "DOMAttributes.onDragCapture"
							}
						},
						{
							"id": 3435,
							"name": "onDragEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1457,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3435,
								"name": "DOMAttributes.onDragEnd"
							}
						},
						{
							"id": 3436,
							"name": "onDragEndCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1458,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3436,
								"name": "DOMAttributes.onDragEndCapture"
							}
						},
						{
							"id": 3437,
							"name": "onDragEnter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1459,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3437,
								"name": "DOMAttributes.onDragEnter"
							}
						},
						{
							"id": 3438,
							"name": "onDragEnterCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1460,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3438,
								"name": "DOMAttributes.onDragEnterCapture"
							}
						},
						{
							"id": 3439,
							"name": "onDragExit",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1461,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3439,
								"name": "DOMAttributes.onDragExit"
							}
						},
						{
							"id": 3440,
							"name": "onDragExitCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1462,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3440,
								"name": "DOMAttributes.onDragExitCapture"
							}
						},
						{
							"id": 3441,
							"name": "onDragLeave",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1463,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3441,
								"name": "DOMAttributes.onDragLeave"
							}
						},
						{
							"id": 3442,
							"name": "onDragLeaveCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1464,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3442,
								"name": "DOMAttributes.onDragLeaveCapture"
							}
						},
						{
							"id": 3443,
							"name": "onDragOver",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1465,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3443,
								"name": "DOMAttributes.onDragOver"
							}
						},
						{
							"id": 3444,
							"name": "onDragOverCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1466,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3444,
								"name": "DOMAttributes.onDragOverCapture"
							}
						},
						{
							"id": 3445,
							"name": "onDragStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1467,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3445,
								"name": "DOMAttributes.onDragStart"
							}
						},
						{
							"id": 3446,
							"name": "onDragStartCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1468,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3446,
								"name": "DOMAttributes.onDragStartCapture"
							}
						},
						{
							"id": 3447,
							"name": "onDrop",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1469,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3447,
								"name": "DOMAttributes.onDrop"
							}
						},
						{
							"id": 3448,
							"name": "onDropCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1470,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "DragEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3448,
								"name": "DOMAttributes.onDropCapture"
							}
						},
						{
							"id": 3387,
							"name": "onDurationChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1407,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3387,
								"name": "DOMAttributes.onDurationChange"
							}
						},
						{
							"id": 3388,
							"name": "onDurationChangeCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1408,
									"character": 31
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3388,
								"name": "DOMAttributes.onDurationChangeCapture"
							}
						},
						{
							"id": 3389,
							"name": "onEmptied",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1409,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3389,
								"name": "DOMAttributes.onEmptied"
							}
						},
						{
							"id": 3390,
							"name": "onEmptiedCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1410,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3390,
								"name": "DOMAttributes.onEmptiedCapture"
							}
						},
						{
							"id": 3391,
							"name": "onEncrypted",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1411,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3391,
								"name": "DOMAttributes.onEncrypted"
							}
						},
						{
							"id": 3392,
							"name": "onEncryptedCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1412,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3392,
								"name": "DOMAttributes.onEncryptedCapture"
							}
						},
						{
							"id": 3393,
							"name": "onEnded",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1413,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3393,
								"name": "DOMAttributes.onEnded"
							}
						},
						{
							"id": 3394,
							"name": "onEndedCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1414,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3394,
								"name": "DOMAttributes.onEndedCapture"
							}
						},
						{
							"id": 3373,
							"name": "onError",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1389,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3373,
								"name": "DOMAttributes.onError"
							}
						},
						{
							"id": 3374,
							"name": "onErrorCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1390,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3374,
								"name": "DOMAttributes.onErrorCapture"
							}
						},
						{
							"id": 3355,
							"name": "onFocus",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1367,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FocusEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3355,
								"name": "DOMAttributes.onFocus"
							}
						},
						{
							"id": 3356,
							"name": "onFocusCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1368,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FocusEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3356,
								"name": "DOMAttributes.onFocusCapture"
							}
						},
						{
							"id": 3487,
							"name": "onGotPointerCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1515,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3487,
								"name": "DOMAttributes.onGotPointerCapture"
							}
						},
						{
							"id": 3488,
							"name": "onGotPointerCaptureCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1516,
									"character": 34
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3488,
								"name": "DOMAttributes.onGotPointerCaptureCapture"
							}
						},
						{
							"id": 3363,
							"name": "onInput",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1377,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3363,
								"name": "DOMAttributes.onInput"
							}
						},
						{
							"id": 3364,
							"name": "onInputCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1378,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3364,
								"name": "DOMAttributes.onInputCapture"
							}
						},
						{
							"id": 3369,
							"name": "onInvalid",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1383,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3369,
								"name": "DOMAttributes.onInvalid"
							}
						},
						{
							"id": 3370,
							"name": "onInvalidCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1384,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3370,
								"name": "DOMAttributes.onInvalidCapture"
							}
						},
						{
							"id": 3375,
							"name": "onKeyDown",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1393,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3375,
								"name": "DOMAttributes.onKeyDown"
							}
						},
						{
							"id": 3376,
							"name": "onKeyDownCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1394,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3376,
								"name": "DOMAttributes.onKeyDownCapture"
							}
						},
						{
							"id": 3377,
							"name": "onKeyPress",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1395,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3377,
								"name": "DOMAttributes.onKeyPress"
							}
						},
						{
							"id": 3378,
							"name": "onKeyPressCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1396,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3378,
								"name": "DOMAttributes.onKeyPressCapture"
							}
						},
						{
							"id": 3379,
							"name": "onKeyUp",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1397,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3379,
								"name": "DOMAttributes.onKeyUp"
							}
						},
						{
							"id": 3380,
							"name": "onKeyUpCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1398,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "KeyboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3380,
								"name": "DOMAttributes.onKeyUpCapture"
							}
						},
						{
							"id": 3371,
							"name": "onLoad",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1387,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3371,
								"name": "DOMAttributes.onLoad"
							}
						},
						{
							"id": 3372,
							"name": "onLoadCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1388,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3372,
								"name": "DOMAttributes.onLoadCapture"
							}
						},
						{
							"id": 3399,
							"name": "onLoadStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1419,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3399,
								"name": "DOMAttributes.onLoadStart"
							}
						},
						{
							"id": 3400,
							"name": "onLoadStartCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1420,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3400,
								"name": "DOMAttributes.onLoadStartCapture"
							}
						},
						{
							"id": 3395,
							"name": "onLoadedData",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1415,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3395,
								"name": "DOMAttributes.onLoadedData"
							}
						},
						{
							"id": 3396,
							"name": "onLoadedDataCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1416,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3396,
								"name": "DOMAttributes.onLoadedDataCapture"
							}
						},
						{
							"id": 3397,
							"name": "onLoadedMetadata",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1417,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3397,
								"name": "DOMAttributes.onLoadedMetadata"
							}
						},
						{
							"id": 3398,
							"name": "onLoadedMetadataCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1418,
									"character": 31
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3398,
								"name": "DOMAttributes.onLoadedMetadataCapture"
							}
						},
						{
							"id": 3489,
							"name": "onLostPointerCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1517,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3489,
								"name": "DOMAttributes.onLostPointerCapture"
							}
						},
						{
							"id": 3490,
							"name": "onLostPointerCaptureCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1518,
									"character": 35
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3490,
								"name": "DOMAttributes.onLostPointerCaptureCapture"
							}
						},
						{
							"id": 3449,
							"name": "onMouseDown",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1471,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3449,
								"name": "DOMAttributes.onMouseDown"
							}
						},
						{
							"id": 3450,
							"name": "onMouseDownCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1472,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3450,
								"name": "DOMAttributes.onMouseDownCapture"
							}
						},
						{
							"id": 3451,
							"name": "onMouseEnter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1473,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3451,
								"name": "DOMAttributes.onMouseEnter"
							}
						},
						{
							"id": 3452,
							"name": "onMouseLeave",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1474,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3452,
								"name": "DOMAttributes.onMouseLeave"
							}
						},
						{
							"id": 3453,
							"name": "onMouseMove",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1475,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3453,
								"name": "DOMAttributes.onMouseMove"
							}
						},
						{
							"id": 3454,
							"name": "onMouseMoveCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1476,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3454,
								"name": "DOMAttributes.onMouseMoveCapture"
							}
						},
						{
							"id": 3455,
							"name": "onMouseOut",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1477,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3455,
								"name": "DOMAttributes.onMouseOut"
							}
						},
						{
							"id": 3456,
							"name": "onMouseOutCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1478,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3456,
								"name": "DOMAttributes.onMouseOutCapture"
							}
						},
						{
							"id": 3457,
							"name": "onMouseOver",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1479,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3457,
								"name": "DOMAttributes.onMouseOver"
							}
						},
						{
							"id": 3458,
							"name": "onMouseOverCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1480,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3458,
								"name": "DOMAttributes.onMouseOverCapture"
							}
						},
						{
							"id": 3459,
							"name": "onMouseUp",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1481,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3459,
								"name": "DOMAttributes.onMouseUp"
							}
						},
						{
							"id": 3460,
							"name": "onMouseUpCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1482,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "MouseEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3460,
								"name": "DOMAttributes.onMouseUpCapture"
							}
						},
						{
							"id": 3347,
							"name": "onPaste",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1355,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3347,
								"name": "DOMAttributes.onPaste"
							}
						},
						{
							"id": 3348,
							"name": "onPasteCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1356,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ClipboardEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3348,
								"name": "DOMAttributes.onPasteCapture"
							}
						},
						{
							"id": 3401,
							"name": "onPause",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1421,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3401,
								"name": "DOMAttributes.onPause"
							}
						},
						{
							"id": 3402,
							"name": "onPauseCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1422,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3402,
								"name": "DOMAttributes.onPauseCapture"
							}
						},
						{
							"id": 3403,
							"name": "onPlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1423,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3403,
								"name": "DOMAttributes.onPlay"
							}
						},
						{
							"id": 3404,
							"name": "onPlayCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1424,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3404,
								"name": "DOMAttributes.onPlayCapture"
							}
						},
						{
							"id": 3405,
							"name": "onPlaying",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1425,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3405,
								"name": "DOMAttributes.onPlaying"
							}
						},
						{
							"id": 3406,
							"name": "onPlayingCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1426,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3406,
								"name": "DOMAttributes.onPlayingCapture"
							}
						},
						{
							"id": 3477,
							"name": "onPointerCancel",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1505,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3477,
								"name": "DOMAttributes.onPointerCancel"
							}
						},
						{
							"id": 3478,
							"name": "onPointerCancelCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1506,
									"character": 30
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3478,
								"name": "DOMAttributes.onPointerCancelCapture"
							}
						},
						{
							"id": 3471,
							"name": "onPointerDown",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1499,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3471,
								"name": "DOMAttributes.onPointerDown"
							}
						},
						{
							"id": 3472,
							"name": "onPointerDownCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1500,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3472,
								"name": "DOMAttributes.onPointerDownCapture"
							}
						},
						{
							"id": 3479,
							"name": "onPointerEnter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1507,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3479,
								"name": "DOMAttributes.onPointerEnter"
							}
						},
						{
							"id": 3480,
							"name": "onPointerEnterCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1508,
									"character": 29
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3480,
								"name": "DOMAttributes.onPointerEnterCapture"
							}
						},
						{
							"id": 3481,
							"name": "onPointerLeave",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1509,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3481,
								"name": "DOMAttributes.onPointerLeave"
							}
						},
						{
							"id": 3482,
							"name": "onPointerLeaveCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1510,
									"character": 29
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3482,
								"name": "DOMAttributes.onPointerLeaveCapture"
							}
						},
						{
							"id": 3473,
							"name": "onPointerMove",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1501,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3473,
								"name": "DOMAttributes.onPointerMove"
							}
						},
						{
							"id": 3474,
							"name": "onPointerMoveCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1502,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3474,
								"name": "DOMAttributes.onPointerMoveCapture"
							}
						},
						{
							"id": 3485,
							"name": "onPointerOut",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1513,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3485,
								"name": "DOMAttributes.onPointerOut"
							}
						},
						{
							"id": 3486,
							"name": "onPointerOutCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1514,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3486,
								"name": "DOMAttributes.onPointerOutCapture"
							}
						},
						{
							"id": 3483,
							"name": "onPointerOver",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1511,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3483,
								"name": "DOMAttributes.onPointerOver"
							}
						},
						{
							"id": 3484,
							"name": "onPointerOverCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1512,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3484,
								"name": "DOMAttributes.onPointerOverCapture"
							}
						},
						{
							"id": 3475,
							"name": "onPointerUp",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1503,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3475,
								"name": "DOMAttributes.onPointerUp"
							}
						},
						{
							"id": 3476,
							"name": "onPointerUpCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1504,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "PointerEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3476,
								"name": "DOMAttributes.onPointerUpCapture"
							}
						},
						{
							"id": 3407,
							"name": "onProgress",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1427,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3407,
								"name": "DOMAttributes.onProgress"
							}
						},
						{
							"id": 3408,
							"name": "onProgressCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1428,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3408,
								"name": "DOMAttributes.onProgressCapture"
							}
						},
						{
							"id": 3409,
							"name": "onRateChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1429,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3409,
								"name": "DOMAttributes.onRateChange"
							}
						},
						{
							"id": 3410,
							"name": "onRateChangeCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1430,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3410,
								"name": "DOMAttributes.onRateChangeCapture"
							}
						},
						{
							"id": 3365,
							"name": "onReset",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1379,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3365,
								"name": "DOMAttributes.onReset"
							}
						},
						{
							"id": 3366,
							"name": "onResetCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1380,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3366,
								"name": "DOMAttributes.onResetCapture"
							}
						},
						{
							"id": 3491,
							"name": "onScroll",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1521,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "UIEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3491,
								"name": "DOMAttributes.onScroll"
							}
						},
						{
							"id": 3492,
							"name": "onScrollCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1522,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "UIEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3492,
								"name": "DOMAttributes.onScrollCapture"
							}
						},
						{
							"id": 3411,
							"name": "onSeeked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1431,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3411,
								"name": "DOMAttributes.onSeeked"
							}
						},
						{
							"id": 3412,
							"name": "onSeekedCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1432,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3412,
								"name": "DOMAttributes.onSeekedCapture"
							}
						},
						{
							"id": 3413,
							"name": "onSeeking",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1433,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3413,
								"name": "DOMAttributes.onSeeking"
							}
						},
						{
							"id": 3414,
							"name": "onSeekingCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1434,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3414,
								"name": "DOMAttributes.onSeekingCapture"
							}
						},
						{
							"id": 3461,
							"name": "onSelect",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1485,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3461,
								"name": "DOMAttributes.onSelect"
							}
						},
						{
							"id": 3462,
							"name": "onSelectCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1486,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3462,
								"name": "DOMAttributes.onSelectCapture"
							}
						},
						{
							"id": 3415,
							"name": "onStalled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1435,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3415,
								"name": "DOMAttributes.onStalled"
							}
						},
						{
							"id": 3416,
							"name": "onStalledCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1436,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3416,
								"name": "DOMAttributes.onStalledCapture"
							}
						},
						{
							"id": 3367,
							"name": "onSubmit",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1381,
									"character": 16
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3367,
								"name": "DOMAttributes.onSubmit"
							}
						},
						{
							"id": 3368,
							"name": "onSubmitCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1382,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "FormEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3368,
								"name": "DOMAttributes.onSubmitCapture"
							}
						},
						{
							"id": 3417,
							"name": "onSuspend",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1437,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3417,
								"name": "DOMAttributes.onSuspend"
							}
						},
						{
							"id": 3418,
							"name": "onSuspendCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1438,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3418,
								"name": "DOMAttributes.onSuspendCapture"
							}
						},
						{
							"id": 3419,
							"name": "onTimeUpdate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1439,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3419,
								"name": "DOMAttributes.onTimeUpdate"
							}
						},
						{
							"id": 3420,
							"name": "onTimeUpdateCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1440,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3420,
								"name": "DOMAttributes.onTimeUpdateCapture"
							}
						},
						{
							"id": 3463,
							"name": "onTouchCancel",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1489,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3463,
								"name": "DOMAttributes.onTouchCancel"
							}
						},
						{
							"id": 3464,
							"name": "onTouchCancelCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1490,
									"character": 28
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3464,
								"name": "DOMAttributes.onTouchCancelCapture"
							}
						},
						{
							"id": 3465,
							"name": "onTouchEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1491,
									"character": 18
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3465,
								"name": "DOMAttributes.onTouchEnd"
							}
						},
						{
							"id": 3466,
							"name": "onTouchEndCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1492,
									"character": 25
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3466,
								"name": "DOMAttributes.onTouchEndCapture"
							}
						},
						{
							"id": 3467,
							"name": "onTouchMove",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1493,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3467,
								"name": "DOMAttributes.onTouchMove"
							}
						},
						{
							"id": 3468,
							"name": "onTouchMoveCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1494,
									"character": 26
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3468,
								"name": "DOMAttributes.onTouchMoveCapture"
							}
						},
						{
							"id": 3469,
							"name": "onTouchStart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1495,
									"character": 20
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3469,
								"name": "DOMAttributes.onTouchStart"
							}
						},
						{
							"id": 3470,
							"name": "onTouchStartCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1496,
									"character": 27
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TouchEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3470,
								"name": "DOMAttributes.onTouchStartCapture"
							}
						},
						{
							"id": 3501,
							"name": "onTransitionEnd",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1537,
									"character": 23
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TransitionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3501,
								"name": "DOMAttributes.onTransitionEnd"
							}
						},
						{
							"id": 3502,
							"name": "onTransitionEndCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1538,
									"character": 30
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "TransitionEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3502,
								"name": "DOMAttributes.onTransitionEndCapture"
							}
						},
						{
							"id": 3421,
							"name": "onVolumeChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1441,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3421,
								"name": "DOMAttributes.onVolumeChange"
							}
						},
						{
							"id": 3422,
							"name": "onVolumeChangeCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1442,
									"character": 29
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3422,
								"name": "DOMAttributes.onVolumeChangeCapture"
							}
						},
						{
							"id": 3423,
							"name": "onWaiting",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1443,
									"character": 17
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3423,
								"name": "DOMAttributes.onWaiting"
							}
						},
						{
							"id": 3424,
							"name": "onWaitingCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1444,
									"character": 24
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "ReactEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3424,
								"name": "DOMAttributes.onWaitingCapture"
							}
						},
						{
							"id": 3493,
							"name": "onWheel",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1525,
									"character": 15
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "WheelEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3493,
								"name": "DOMAttributes.onWheel"
							}
						},
						{
							"id": 3494,
							"name": "onWheelCapture",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 1526,
									"character": 22
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"name": "SVGElement"
									}
								],
								"name": "WheelEventHandler"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3494,
								"name": "DOMAttributes.onWheelCapture"
							}
						},
						{
							"id": 3168,
							"name": "opacity",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2506,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3168,
								"name": "SVGAttributes.opacity"
							}
						},
						{
							"id": 3169,
							"name": "operator",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2507,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3169,
								"name": "SVGAttributes.operator"
							}
						},
						{
							"id": 3170,
							"name": "order",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2508,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3170,
								"name": "SVGAttributes.order"
							}
						},
						{
							"id": 3171,
							"name": "orient",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2509,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3171,
								"name": "SVGAttributes.orient"
							}
						},
						{
							"id": 3172,
							"name": "orientation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2510,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3172,
								"name": "SVGAttributes.orientation"
							}
						},
						{
							"id": 3173,
							"name": "origin",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2511,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3173,
								"name": "SVGAttributes.origin"
							}
						},
						{
							"id": 3174,
							"name": "overflow",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2512,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3174,
								"name": "SVGAttributes.overflow"
							}
						},
						{
							"id": 3175,
							"name": "overlinePosition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2513,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3175,
								"name": "SVGAttributes.overlinePosition"
							}
						},
						{
							"id": 3176,
							"name": "overlineThickness",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2514,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3176,
								"name": "SVGAttributes.overlineThickness"
							}
						},
						{
							"id": 3177,
							"name": "paintOrder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2515,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3177,
								"name": "SVGAttributes.paintOrder"
							}
						},
						{
							"id": 3178,
							"name": "panose1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2516,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3178,
								"name": "SVGAttributes.panose1"
							}
						},
						{
							"id": 3179,
							"name": "path",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2517,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3179,
								"name": "SVGAttributes.path"
							}
						},
						{
							"id": 3180,
							"name": "pathLength",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2518,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3180,
								"name": "SVGAttributes.pathLength"
							}
						},
						{
							"id": 3181,
							"name": "patternContentUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2519,
									"character": 27
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3181,
								"name": "SVGAttributes.patternContentUnits"
							}
						},
						{
							"id": 3182,
							"name": "patternTransform",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2520,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3182,
								"name": "SVGAttributes.patternTransform"
							}
						},
						{
							"id": 3183,
							"name": "patternUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2521,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3183,
								"name": "SVGAttributes.patternUnits"
							}
						},
						{
							"id": 3184,
							"name": "pointerEvents",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2522,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3184,
								"name": "SVGAttributes.pointerEvents"
							}
						},
						{
							"id": 3185,
							"name": "points",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2523,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3185,
								"name": "SVGAttributes.points"
							}
						},
						{
							"id": 3186,
							"name": "pointsAtX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2524,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3186,
								"name": "SVGAttributes.pointsAtX"
							}
						},
						{
							"id": 3187,
							"name": "pointsAtY",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2525,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3187,
								"name": "SVGAttributes.pointsAtY"
							}
						},
						{
							"id": 3188,
							"name": "pointsAtZ",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2526,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3188,
								"name": "SVGAttributes.pointsAtZ"
							}
						},
						{
							"id": 3189,
							"name": "preserveAlpha",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2527,
									"character": 21
								}
							],
							"type": {
								"type": "reference",
								"name": "Booleanish"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3189,
								"name": "SVGAttributes.preserveAlpha"
							}
						},
						{
							"id": 3190,
							"name": "preserveAspectRatio",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2528,
									"character": 27
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3190,
								"name": "SVGAttributes.preserveAspectRatio"
							}
						},
						{
							"id": 3191,
							"name": "primitiveUnits",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2529,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3191,
								"name": "SVGAttributes.primitiveUnits"
							}
						},
						{
							"id": 3192,
							"name": "r",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2530,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3192,
								"name": "SVGAttributes.r"
							}
						},
						{
							"id": 3193,
							"name": "radius",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2531,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3193,
								"name": "SVGAttributes.radius"
							}
						},
						{
							"id": 3194,
							"name": "refX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2532,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3194,
								"name": "SVGAttributes.refX"
							}
						},
						{
							"id": 3195,
							"name": "refY",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2533,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3195,
								"name": "SVGAttributes.refY"
							}
						},
						{
							"id": 3196,
							"name": "renderingIntent",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2534,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3196,
								"name": "SVGAttributes.renderingIntent"
							}
						},
						{
							"id": 3197,
							"name": "repeatCount",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2535,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3197,
								"name": "SVGAttributes.repeatCount"
							}
						},
						{
							"id": 3198,
							"name": "repeatDur",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2536,
									"character": 17
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3198,
								"name": "SVGAttributes.repeatDur"
							}
						},
						{
							"id": 3199,
							"name": "requiredExtensions",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2537,
									"character": 26
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3199,
								"name": "SVGAttributes.requiredExtensions"
							}
						},
						{
							"id": 3200,
							"name": "requiredFeatures",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2538,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3200,
								"name": "SVGAttributes.requiredFeatures"
							}
						},
						{
							"id": 3201,
							"name": "restart",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2539,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3201,
								"name": "SVGAttributes.restart"
							}
						},
						{
							"id": 3202,
							"name": "result",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2540,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3202,
								"name": "SVGAttributes.result"
							}
						},
						{
							"id": 3047,
							"name": "role",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2382,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3047,
								"name": "SVGAttributes.role"
							}
						},
						{
							"id": 3203,
							"name": "rotate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2541,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3203,
								"name": "SVGAttributes.rotate"
							}
						},
						{
							"id": 3204,
							"name": "rx",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2542,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3204,
								"name": "SVGAttributes.rx"
							}
						},
						{
							"id": 3205,
							"name": "ry",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2543,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3205,
								"name": "SVGAttributes.ry"
							}
						},
						{
							"id": 3206,
							"name": "scale",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2544,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3206,
								"name": "SVGAttributes.scale"
							}
						},
						{
							"id": 3207,
							"name": "seed",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2545,
									"character": 12
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3207,
								"name": "SVGAttributes.seed"
							}
						},
						{
							"id": 3208,
							"name": "shapeRendering",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2546,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3208,
								"name": "SVGAttributes.shapeRendering"
							}
						},
						{
							"id": 3033,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Icon/IconImportHandler.tsx",
									"line": 5,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "string"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							}
						},
						{
							"id": 3209,
							"name": "slope",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2547,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3209,
								"name": "SVGAttributes.slope"
							}
						},
						{
							"id": 3210,
							"name": "spacing",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2548,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3210,
								"name": "SVGAttributes.spacing"
							}
						},
						{
							"id": 3211,
							"name": "specularConstant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2549,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3211,
								"name": "SVGAttributes.specularConstant"
							}
						},
						{
							"id": 3212,
							"name": "specularExponent",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2550,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3212,
								"name": "SVGAttributes.specularExponent"
							}
						},
						{
							"id": 3213,
							"name": "speed",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2551,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3213,
								"name": "SVGAttributes.speed"
							}
						},
						{
							"id": 3214,
							"name": "spreadMethod",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2552,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3214,
								"name": "SVGAttributes.spreadMethod"
							}
						},
						{
							"id": 3215,
							"name": "startOffset",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2553,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3215,
								"name": "SVGAttributes.startOffset"
							}
						},
						{
							"id": 3216,
							"name": "stdDeviation",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2554,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3216,
								"name": "SVGAttributes.stdDeviation"
							}
						},
						{
							"id": 3217,
							"name": "stemh",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2555,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3217,
								"name": "SVGAttributes.stemh"
							}
						},
						{
							"id": 3218,
							"name": "stemv",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2556,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3218,
								"name": "SVGAttributes.stemv"
							}
						},
						{
							"id": 3219,
							"name": "stitchTiles",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2557,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3219,
								"name": "SVGAttributes.stitchTiles"
							}
						},
						{
							"id": 3220,
							"name": "stopColor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2558,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3220,
								"name": "SVGAttributes.stopColor"
							}
						},
						{
							"id": 3221,
							"name": "stopOpacity",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2559,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3221,
								"name": "SVGAttributes.stopOpacity"
							}
						},
						{
							"id": 3222,
							"name": "strikethroughPosition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2560,
									"character": 29
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3222,
								"name": "SVGAttributes.strikethroughPosition"
							}
						},
						{
							"id": 3223,
							"name": "strikethroughThickness",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2561,
									"character": 30
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3223,
								"name": "SVGAttributes.strikethroughThickness"
							}
						},
						{
							"id": 3224,
							"name": "string",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2562,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3224,
								"name": "SVGAttributes.string"
							}
						},
						{
							"id": 3225,
							"name": "stroke",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2563,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3225,
								"name": "SVGAttributes.stroke"
							}
						},
						{
							"id": 3226,
							"name": "strokeDasharray",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2564,
									"character": 23
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "string"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3226,
								"name": "SVGAttributes.strokeDasharray"
							}
						},
						{
							"id": 3227,
							"name": "strokeDashoffset",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2565,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "string"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3227,
								"name": "SVGAttributes.strokeDashoffset"
							}
						},
						{
							"id": 3228,
							"name": "strokeLinecap",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2566,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "butt"
									},
									{
										"type": "stringLiteral",
										"value": "round"
									},
									{
										"type": "stringLiteral",
										"value": "square"
									},
									{
										"type": "stringLiteral",
										"value": "inherit"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3228,
								"name": "SVGAttributes.strokeLinecap"
							}
						},
						{
							"id": 3229,
							"name": "strokeLinejoin",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2567,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "miter"
									},
									{
										"type": "stringLiteral",
										"value": "round"
									},
									{
										"type": "stringLiteral",
										"value": "bevel"
									},
									{
										"type": "stringLiteral",
										"value": "inherit"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3229,
								"name": "SVGAttributes.strokeLinejoin"
							}
						},
						{
							"id": 3230,
							"name": "strokeMiterlimit",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2568,
									"character": 24
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3230,
								"name": "SVGAttributes.strokeMiterlimit"
							}
						},
						{
							"id": 3231,
							"name": "strokeOpacity",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2569,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3231,
								"name": "SVGAttributes.strokeOpacity"
							}
						},
						{
							"id": 3232,
							"name": "strokeWidth",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2570,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3232,
								"name": "SVGAttributes.strokeWidth"
							}
						},
						{
							"id": 3043,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2376,
									"character": 13
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3043,
								"name": "SVGAttributes.style"
							}
						},
						{
							"id": 3233,
							"name": "surfaceScale",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2571,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3233,
								"name": "SVGAttributes.surfaceScale"
							}
						},
						{
							"id": 3234,
							"name": "systemLanguage",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2572,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3234,
								"name": "SVGAttributes.systemLanguage"
							}
						},
						{
							"id": 3048,
							"name": "tabIndex",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2383,
									"character": 16
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3048,
								"name": "SVGAttributes.tabIndex"
							}
						},
						{
							"id": 3235,
							"name": "tableValues",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2573,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3235,
								"name": "SVGAttributes.tableValues"
							}
						},
						{
							"id": 3044,
							"name": "target",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2377,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3044,
								"name": "SVGAttributes.target"
							}
						},
						{
							"id": 3236,
							"name": "targetX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2574,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3236,
								"name": "SVGAttributes.targetX"
							}
						},
						{
							"id": 3237,
							"name": "targetY",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2575,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3237,
								"name": "SVGAttributes.targetY"
							}
						},
						{
							"id": 3238,
							"name": "textAnchor",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2576,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3238,
								"name": "SVGAttributes.textAnchor"
							}
						},
						{
							"id": 3239,
							"name": "textDecoration",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2577,
									"character": 22
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3239,
								"name": "SVGAttributes.textDecoration"
							}
						},
						{
							"id": 3240,
							"name": "textLength",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2578,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3240,
								"name": "SVGAttributes.textLength"
							}
						},
						{
							"id": 3241,
							"name": "textRendering",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2579,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3241,
								"name": "SVGAttributes.textRendering"
							}
						},
						{
							"id": 3242,
							"name": "to",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2580,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3242,
								"name": "SVGAttributes.to"
							}
						},
						{
							"id": 3243,
							"name": "transform",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2581,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3243,
								"name": "SVGAttributes.transform"
							}
						},
						{
							"id": 3045,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2378,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3045,
								"name": "SVGAttributes.type"
							}
						},
						{
							"id": 3244,
							"name": "u1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2582,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3244,
								"name": "SVGAttributes.u1"
							}
						},
						{
							"id": 3245,
							"name": "u2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2583,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3245,
								"name": "SVGAttributes.u2"
							}
						},
						{
							"id": 3246,
							"name": "underlinePosition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2584,
									"character": 25
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3246,
								"name": "SVGAttributes.underlinePosition"
							}
						},
						{
							"id": 3247,
							"name": "underlineThickness",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2585,
									"character": 26
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3247,
								"name": "SVGAttributes.underlineThickness"
							}
						},
						{
							"id": 3248,
							"name": "unicode",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2586,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3248,
								"name": "SVGAttributes.unicode"
							}
						},
						{
							"id": 3249,
							"name": "unicodeBidi",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2587,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3249,
								"name": "SVGAttributes.unicodeBidi"
							}
						},
						{
							"id": 3250,
							"name": "unicodeRange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2588,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3250,
								"name": "SVGAttributes.unicodeRange"
							}
						},
						{
							"id": 3251,
							"name": "unitsPerEm",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2589,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3251,
								"name": "SVGAttributes.unitsPerEm"
							}
						},
						{
							"id": 3252,
							"name": "vAlphabetic",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2590,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3252,
								"name": "SVGAttributes.vAlphabetic"
							}
						},
						{
							"id": 3259,
							"name": "vHanging",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2597,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3259,
								"name": "SVGAttributes.vHanging"
							}
						},
						{
							"id": 3260,
							"name": "vIdeographic",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2598,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3260,
								"name": "SVGAttributes.vIdeographic"
							}
						},
						{
							"id": 3264,
							"name": "vMathematical",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2602,
									"character": 21
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3264,
								"name": "SVGAttributes.vMathematical"
							}
						},
						{
							"id": 3253,
							"name": "values",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2591,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3253,
								"name": "SVGAttributes.values"
							}
						},
						{
							"id": 3254,
							"name": "vectorEffect",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2592,
									"character": 20
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3254,
								"name": "SVGAttributes.vectorEffect"
							}
						},
						{
							"id": 3255,
							"name": "version",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2593,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3255,
								"name": "SVGAttributes.version"
							}
						},
						{
							"id": 3256,
							"name": "vertAdvY",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2594,
									"character": 16
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3256,
								"name": "SVGAttributes.vertAdvY"
							}
						},
						{
							"id": 3257,
							"name": "vertOriginX",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2595,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3257,
								"name": "SVGAttributes.vertOriginX"
							}
						},
						{
							"id": 3258,
							"name": "vertOriginY",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2596,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3258,
								"name": "SVGAttributes.vertOriginY"
							}
						},
						{
							"id": 3261,
							"name": "viewBox",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2599,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3261,
								"name": "SVGAttributes.viewBox"
							}
						},
						{
							"id": 3262,
							"name": "viewTarget",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2600,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3262,
								"name": "SVGAttributes.viewTarget"
							}
						},
						{
							"id": 3263,
							"name": "visibility",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2601,
									"character": 18
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3263,
								"name": "SVGAttributes.visibility"
							}
						},
						{
							"id": 3046,
							"name": "width",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2379,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3046,
								"name": "SVGAttributes.width"
							}
						},
						{
							"id": 3265,
							"name": "widths",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2603,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3265,
								"name": "SVGAttributes.widths"
							}
						},
						{
							"id": 3266,
							"name": "wordSpacing",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2604,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3266,
								"name": "SVGAttributes.wordSpacing"
							}
						},
						{
							"id": 3267,
							"name": "writingMode",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2605,
									"character": 19
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3267,
								"name": "SVGAttributes.writingMode"
							}
						},
						{
							"id": 3270,
							"name": "x",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2608,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3270,
								"name": "SVGAttributes.x"
							}
						},
						{
							"id": 3268,
							"name": "x1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2606,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3268,
								"name": "SVGAttributes.x1"
							}
						},
						{
							"id": 3269,
							"name": "x2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2607,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3269,
								"name": "SVGAttributes.x2"
							}
						},
						{
							"id": 3271,
							"name": "xChannelSelector",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2609,
									"character": 24
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3271,
								"name": "SVGAttributes.xChannelSelector"
							}
						},
						{
							"id": 3272,
							"name": "xHeight",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2610,
									"character": 15
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3272,
								"name": "SVGAttributes.xHeight"
							}
						},
						{
							"id": 3273,
							"name": "xlinkActuate",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2611,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3273,
								"name": "SVGAttributes.xlinkActuate"
							}
						},
						{
							"id": 3274,
							"name": "xlinkArcrole",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2612,
									"character": 20
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3274,
								"name": "SVGAttributes.xlinkArcrole"
							}
						},
						{
							"id": 3275,
							"name": "xlinkHref",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2613,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3275,
								"name": "SVGAttributes.xlinkHref"
							}
						},
						{
							"id": 3276,
							"name": "xlinkRole",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2614,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3276,
								"name": "SVGAttributes.xlinkRole"
							}
						},
						{
							"id": 3277,
							"name": "xlinkShow",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2615,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3277,
								"name": "SVGAttributes.xlinkShow"
							}
						},
						{
							"id": 3278,
							"name": "xlinkTitle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2616,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3278,
								"name": "SVGAttributes.xlinkTitle"
							}
						},
						{
							"id": 3279,
							"name": "xlinkType",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2617,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3279,
								"name": "SVGAttributes.xlinkType"
							}
						},
						{
							"id": 3280,
							"name": "xmlBase",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2618,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3280,
								"name": "SVGAttributes.xmlBase"
							}
						},
						{
							"id": 3281,
							"name": "xmlLang",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2619,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3281,
								"name": "SVGAttributes.xmlLang"
							}
						},
						{
							"id": 3284,
							"name": "xmlSpace",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2622,
									"character": 16
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3284,
								"name": "SVGAttributes.xmlSpace"
							}
						},
						{
							"id": 3282,
							"name": "xmlns",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2620,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3282,
								"name": "SVGAttributes.xmlns"
							}
						},
						{
							"id": 3283,
							"name": "xmlnsXlink",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2621,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3283,
								"name": "SVGAttributes.xmlnsXlink"
							}
						},
						{
							"id": 3287,
							"name": "y",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2625,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3287,
								"name": "SVGAttributes.y"
							}
						},
						{
							"id": 3285,
							"name": "y1",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2623,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3285,
								"name": "SVGAttributes.y1"
							}
						},
						{
							"id": 3286,
							"name": "y2",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2624,
									"character": 10
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3286,
								"name": "SVGAttributes.y2"
							}
						},
						{
							"id": 3288,
							"name": "yChannelSelector",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2626,
									"character": 24
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3288,
								"name": "SVGAttributes.yChannelSelector"
							}
						},
						{
							"id": 3289,
							"name": "z",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2627,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "number"
									},
									{
										"type": "intrinsic",
										"name": "string"
									}
								]
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3289,
								"name": "SVGAttributes.z"
							}
						},
						{
							"id": 3290,
							"name": "zoomAndPan",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "node_modules/@types/react/index.d.ts",
									"line": 2628,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							},
							"inheritedFrom": {
								"type": "reference",
								"id": 3290,
								"name": "SVGAttributes.zoomAndPan"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								3050,
								3051,
								3052,
								3053,
								3054,
								3055,
								3056,
								3057,
								3291,
								3292,
								3293,
								3294,
								3295,
								3296,
								3297,
								3298,
								3299,
								3300,
								3301,
								3302,
								3303,
								3304,
								3305,
								3306,
								3307,
								3308,
								3309,
								3310,
								3311,
								3312,
								3313,
								3314,
								3315,
								3316,
								3317,
								3318,
								3319,
								3320,
								3321,
								3322,
								3323,
								3324,
								3325,
								3326,
								3327,
								3328,
								3329,
								3330,
								3331,
								3332,
								3333,
								3334,
								3335,
								3336,
								3337,
								3338,
								3058,
								3059,
								3060,
								3061,
								3062,
								3063,
								3065,
								3064,
								3066,
								3067,
								3068,
								3069,
								3070,
								3071,
								3339,
								3034,
								3072,
								3073,
								3074,
								3075,
								3032,
								3076,
								3077,
								3078,
								3079,
								3080,
								3081,
								3049,
								3082,
								3083,
								3084,
								3085,
								3340,
								3086,
								3087,
								3088,
								3089,
								3090,
								3091,
								3092,
								3093,
								3094,
								3095,
								3096,
								3097,
								3098,
								3099,
								3100,
								3101,
								3102,
								3103,
								3104,
								3105,
								3106,
								3107,
								3108,
								3109,
								3110,
								3111,
								3112,
								3113,
								3114,
								3115,
								3116,
								3117,
								3118,
								3119,
								3120,
								3121,
								3122,
								3123,
								3124,
								3125,
								3126,
								3127,
								3128,
								3129,
								3130,
								3035,
								3131,
								3132,
								3133,
								3036,
								3134,
								3135,
								3137,
								3136,
								3138,
								3143,
								3139,
								3140,
								3141,
								3142,
								3144,
								3145,
								3146,
								3147,
								3148,
								3149,
								3037,
								3150,
								3151,
								3152,
								3153,
								3154,
								3155,
								3156,
								3157,
								3158,
								3159,
								3160,
								3161,
								3162,
								3163,
								3164,
								3038,
								3039,
								3040,
								3041,
								3165,
								3042,
								3166,
								3167,
								3381,
								3382,
								3497,
								3498,
								3499,
								3500,
								3495,
								3496,
								3425,
								3426,
								3361,
								3362,
								3357,
								3358,
								3383,
								3384,
								3385,
								3386,
								3359,
								3360,
								3427,
								3428,
								3349,
								3350,
								3351,
								3352,
								3353,
								3354,
								3429,
								3430,
								3343,
								3344,
								3345,
								3346,
								3431,
								3432,
								3433,
								3434,
								3435,
								3436,
								3437,
								3438,
								3439,
								3440,
								3441,
								3442,
								3443,
								3444,
								3445,
								3446,
								3447,
								3448,
								3387,
								3388,
								3389,
								3390,
								3391,
								3392,
								3393,
								3394,
								3373,
								3374,
								3355,
								3356,
								3487,
								3488,
								3363,
								3364,
								3369,
								3370,
								3375,
								3376,
								3377,
								3378,
								3379,
								3380,
								3371,
								3372,
								3399,
								3400,
								3395,
								3396,
								3397,
								3398,
								3489,
								3490,
								3449,
								3450,
								3451,
								3452,
								3453,
								3454,
								3455,
								3456,
								3457,
								3458,
								3459,
								3460,
								3347,
								3348,
								3401,
								3402,
								3403,
								3404,
								3405,
								3406,
								3477,
								3478,
								3471,
								3472,
								3479,
								3480,
								3481,
								3482,
								3473,
								3474,
								3485,
								3486,
								3483,
								3484,
								3475,
								3476,
								3407,
								3408,
								3409,
								3410,
								3365,
								3366,
								3491,
								3492,
								3411,
								3412,
								3413,
								3414,
								3461,
								3462,
								3415,
								3416,
								3367,
								3368,
								3417,
								3418,
								3419,
								3420,
								3463,
								3464,
								3465,
								3466,
								3467,
								3468,
								3469,
								3470,
								3501,
								3502,
								3421,
								3422,
								3423,
								3424,
								3493,
								3494,
								3168,
								3169,
								3170,
								3171,
								3172,
								3173,
								3174,
								3175,
								3176,
								3177,
								3178,
								3179,
								3180,
								3181,
								3182,
								3183,
								3184,
								3185,
								3186,
								3187,
								3188,
								3189,
								3190,
								3191,
								3192,
								3193,
								3194,
								3195,
								3196,
								3197,
								3198,
								3199,
								3200,
								3201,
								3202,
								3047,
								3203,
								3204,
								3205,
								3206,
								3207,
								3208,
								3033,
								3209,
								3210,
								3211,
								3212,
								3213,
								3214,
								3215,
								3216,
								3217,
								3218,
								3219,
								3220,
								3221,
								3222,
								3223,
								3224,
								3225,
								3226,
								3227,
								3228,
								3229,
								3230,
								3231,
								3232,
								3043,
								3233,
								3234,
								3048,
								3235,
								3044,
								3236,
								3237,
								3238,
								3239,
								3240,
								3241,
								3242,
								3243,
								3045,
								3244,
								3245,
								3246,
								3247,
								3248,
								3249,
								3250,
								3251,
								3252,
								3259,
								3260,
								3264,
								3253,
								3254,
								3255,
								3256,
								3257,
								3258,
								3261,
								3262,
								3263,
								3046,
								3265,
								3266,
								3267,
								3270,
								3268,
								3269,
								3271,
								3272,
								3273,
								3274,
								3275,
								3276,
								3277,
								3278,
								3279,
								3280,
								3281,
								3284,
								3282,
								3283,
								3287,
								3285,
								3286,
								3288,
								3289,
								3290
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 3,
							"character": 26
						}
					],
					"extendedTypes": [
						{
							"type": "reference",
							"typeArguments": [
								{
									"type": "reference",
									"name": "SVGElement"
								}
							],
							"name": "SVGAttributes"
						}
					]
				},
				{
					"id": 3503,
					"name": "Icon",
					"kind": 4194304,
					"kindString": "Type alias",
					"flags": {
						"isExported": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 8,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reference",
								"id": 3031,
								"name": "IconProps"
							}
						],
						"name": "FC"
					}
				},
				{
					"id": 3504,
					"name": "Activity",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 9,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/activity`)"
				},
				{
					"id": 3505,
					"name": "Airplay",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 10,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/airplay`)"
				},
				{
					"id": 3506,
					"name": "AlertCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 11,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/alert-circle`)"
				},
				{
					"id": 3507,
					"name": "AlertOctagon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 12,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/alert-octagon`)"
				},
				{
					"id": 3508,
					"name": "AlertTriangle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 13,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/alert-triangle`)"
				},
				{
					"id": 3509,
					"name": "AlignCenter",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 14,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/align-center`)"
				},
				{
					"id": 3510,
					"name": "AlignJustify",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 15,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/align-justify`)"
				},
				{
					"id": 3511,
					"name": "AlignLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 16,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/align-left`)"
				},
				{
					"id": 3512,
					"name": "AlignRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 17,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/align-right`)"
				},
				{
					"id": 3513,
					"name": "Anchor",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 18,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/anchor`)"
				},
				{
					"id": 3514,
					"name": "Aperture",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 19,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/aperture`)"
				},
				{
					"id": 3515,
					"name": "Archive",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 20,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/archive`)"
				},
				{
					"id": 3519,
					"name": "ArrowDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 24,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-down`)"
				},
				{
					"id": 3516,
					"name": "ArrowDownCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 21,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-down-circle`)"
				},
				{
					"id": 3517,
					"name": "ArrowDownLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 22,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-down-left`)"
				},
				{
					"id": 3518,
					"name": "ArrowDownRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 23,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-down-right`)"
				},
				{
					"id": 3521,
					"name": "ArrowLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 26,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-left`)"
				},
				{
					"id": 3520,
					"name": "ArrowLeftCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 25,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-left-circle`)"
				},
				{
					"id": 3523,
					"name": "ArrowRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 28,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-right`)"
				},
				{
					"id": 3522,
					"name": "ArrowRightCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 27,
							"character": 29
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-right-circle`)"
				},
				{
					"id": 3527,
					"name": "ArrowUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 32,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-up`)"
				},
				{
					"id": 3524,
					"name": "ArrowUpCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 29,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-up-circle`)"
				},
				{
					"id": 3525,
					"name": "ArrowUpLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 30,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-up-left`)"
				},
				{
					"id": 3526,
					"name": "ArrowUpRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 31,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/arrow-up-right`)"
				},
				{
					"id": 3528,
					"name": "AtSign",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 33,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/at-sign`)"
				},
				{
					"id": 3529,
					"name": "Award",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 34,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/award`)"
				},
				{
					"id": 3531,
					"name": "BarChart",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 36,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bar-chart`)"
				},
				{
					"id": 3530,
					"name": "BarChart2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 35,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bar-chart-2`)"
				},
				{
					"id": 3533,
					"name": "Battery",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 38,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/battery`)"
				},
				{
					"id": 3532,
					"name": "BatteryCharging",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 37,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/battery-charging`)"
				},
				{
					"id": 3535,
					"name": "Bell",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 40,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bell`)"
				},
				{
					"id": 3534,
					"name": "BellOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 39,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bell-off`)"
				},
				{
					"id": 3536,
					"name": "Bluetooth",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 41,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bluetooth`)"
				},
				{
					"id": 3537,
					"name": "Bold",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 42,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bold`)"
				},
				{
					"id": 3539,
					"name": "Book",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 44,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/book`)"
				},
				{
					"id": 3538,
					"name": "BookOpen",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 43,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/book-open`)"
				},
				{
					"id": 3540,
					"name": "Bookmark",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 45,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/bookmark`)"
				},
				{
					"id": 3541,
					"name": "Box",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 46,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/box`)"
				},
				{
					"id": 3542,
					"name": "Briefcase",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 47,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/briefcase`)"
				},
				{
					"id": 3543,
					"name": "Calendar",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 48,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/calendar`)"
				},
				{
					"id": 3545,
					"name": "Camera",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 50,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/camera`)"
				},
				{
					"id": 3544,
					"name": "CameraOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 49,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/camera-off`)"
				},
				{
					"id": 3546,
					"name": "Cast",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 51,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cast`)"
				},
				{
					"id": 3549,
					"name": "Check",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 54,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/check`)"
				},
				{
					"id": 3547,
					"name": "CheckCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 52,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/check-circle`)"
				},
				{
					"id": 3548,
					"name": "CheckSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 53,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/check-square`)"
				},
				{
					"id": 3550,
					"name": "ChevronDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 55,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevron-down`)"
				},
				{
					"id": 3551,
					"name": "ChevronLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 56,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevron-left`)"
				},
				{
					"id": 3552,
					"name": "ChevronRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 57,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevron-right`)"
				},
				{
					"id": 3553,
					"name": "ChevronUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 58,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevron-up`)"
				},
				{
					"id": 3554,
					"name": "ChevronsDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 59,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevrons-down`)"
				},
				{
					"id": 3555,
					"name": "ChevronsLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 60,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevrons-left`)"
				},
				{
					"id": 3556,
					"name": "ChevronsRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 61,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevrons-right`)"
				},
				{
					"id": 3557,
					"name": "ChevronsUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 62,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chevrons-up`)"
				},
				{
					"id": 3558,
					"name": "Chrome",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 63,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/chrome`)"
				},
				{
					"id": 3559,
					"name": "Circle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 64,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/circle`)"
				},
				{
					"id": 3560,
					"name": "Clipboard",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 65,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/clipboard`)"
				},
				{
					"id": 3561,
					"name": "Clock",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 66,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/clock`)"
				},
				{
					"id": 3567,
					"name": "Cloud",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 72,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud`)"
				},
				{
					"id": 3562,
					"name": "CloudDrizzle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 67,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud-drizzle`)"
				},
				{
					"id": 3563,
					"name": "CloudLightning",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 68,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud-lightning`)"
				},
				{
					"id": 3564,
					"name": "CloudOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 69,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud-off`)"
				},
				{
					"id": 3565,
					"name": "CloudRain",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 70,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud-rain`)"
				},
				{
					"id": 3566,
					"name": "CloudSnow",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 71,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cloud-snow`)"
				},
				{
					"id": 3568,
					"name": "Code",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 73,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/code`)"
				},
				{
					"id": 3569,
					"name": "Codepen",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 74,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/codepen`)"
				},
				{
					"id": 3570,
					"name": "Codesandbox",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 75,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/codesandbox`)"
				},
				{
					"id": 3571,
					"name": "Coffee",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 76,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/coffee`)"
				},
				{
					"id": 3572,
					"name": "Columns",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 77,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/columns`)"
				},
				{
					"id": 3573,
					"name": "Command",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 78,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/command`)"
				},
				{
					"id": 3574,
					"name": "Compass",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 79,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/compass`)"
				},
				{
					"id": 3575,
					"name": "Copy",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 80,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/copy`)"
				},
				{
					"id": 3576,
					"name": "CornerDownLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 81,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-down-left`)"
				},
				{
					"id": 3577,
					"name": "CornerDownRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 82,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-down-right`)"
				},
				{
					"id": 3578,
					"name": "CornerLeftDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 83,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-left-down`)"
				},
				{
					"id": 3579,
					"name": "CornerLeftUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 84,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-left-up`)"
				},
				{
					"id": 3580,
					"name": "CornerRightDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 85,
							"character": 28
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-right-down`)"
				},
				{
					"id": 3581,
					"name": "CornerRightUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 86,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-right-up`)"
				},
				{
					"id": 3582,
					"name": "CornerUpLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 87,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-up-left`)"
				},
				{
					"id": 3583,
					"name": "CornerUpRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 88,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/corner-up-right`)"
				},
				{
					"id": 3584,
					"name": "Cpu",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 89,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/cpu`)"
				},
				{
					"id": 3585,
					"name": "CreditCard",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 90,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/credit-card`)"
				},
				{
					"id": 3586,
					"name": "Crop",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 91,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/crop`)"
				},
				{
					"id": 3587,
					"name": "Crosshair",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 92,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/crosshair`)"
				},
				{
					"id": 3588,
					"name": "Database",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 93,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/database`)"
				},
				{
					"id": 3589,
					"name": "Delete",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 94,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/delete`)"
				},
				{
					"id": 3590,
					"name": "Disc",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 95,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/disc`)"
				},
				{
					"id": 3593,
					"name": "Divide",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 98,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/divide`)"
				},
				{
					"id": 3591,
					"name": "DivideCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 96,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/divide-circle`)"
				},
				{
					"id": 3592,
					"name": "DivideSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 97,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/divide-square`)"
				},
				{
					"id": 3594,
					"name": "DollarSign",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 99,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/dollar-sign`)"
				},
				{
					"id": 3596,
					"name": "Download",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 101,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/download`)"
				},
				{
					"id": 3595,
					"name": "DownloadCloud",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 100,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/download-cloud`)"
				},
				{
					"id": 3597,
					"name": "Dribbble",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 102,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/dribbble`)"
				},
				{
					"id": 3598,
					"name": "Droplet",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 103,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/droplet`)"
				},
				{
					"id": 3601,
					"name": "Edit",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 106,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/edit`)"
				},
				{
					"id": 3599,
					"name": "Edit2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 104,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/edit-2`)"
				},
				{
					"id": 3600,
					"name": "Edit3",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 105,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/edit-3`)"
				},
				{
					"id": 3602,
					"name": "ExternalLink",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 107,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/external-link`)"
				},
				{
					"id": 3604,
					"name": "Eye",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 109,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/eye`)"
				},
				{
					"id": 3603,
					"name": "EyeOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 108,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/eye-off`)"
				},
				{
					"id": 3605,
					"name": "Facebook",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 110,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/facebook`)"
				},
				{
					"id": 3606,
					"name": "FastForward",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 111,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/fast-forward`)"
				},
				{
					"id": 3607,
					"name": "Feather",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 112,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/feather`)"
				},
				{
					"id": 3608,
					"name": "Figma",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 113,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/figma`)"
				},
				{
					"id": 3612,
					"name": "File",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 117,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/file`)"
				},
				{
					"id": 3609,
					"name": "FileMinus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 114,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/file-minus`)"
				},
				{
					"id": 3610,
					"name": "FilePlus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 115,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/file-plus`)"
				},
				{
					"id": 3611,
					"name": "FileText",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 116,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/file-text`)"
				},
				{
					"id": 3613,
					"name": "Film",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 118,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/film`)"
				},
				{
					"id": 3614,
					"name": "Filter",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 119,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/filter`)"
				},
				{
					"id": 3615,
					"name": "Flag",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 120,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/flag`)"
				},
				{
					"id": 3618,
					"name": "Folder",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 123,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/folder`)"
				},
				{
					"id": 3616,
					"name": "FolderMinus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 121,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/folder-minus`)"
				},
				{
					"id": 3617,
					"name": "FolderPlus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 122,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/folder-plus`)"
				},
				{
					"id": 3619,
					"name": "Framer",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 124,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/framer`)"
				},
				{
					"id": 3620,
					"name": "Frown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 125,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/frown`)"
				},
				{
					"id": 3621,
					"name": "Gift",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 126,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/gift`)"
				},
				{
					"id": 3622,
					"name": "GitBranch",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 127,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/git-branch`)"
				},
				{
					"id": 3623,
					"name": "GitCommit",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 128,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/git-commit`)"
				},
				{
					"id": 3626,
					"name": "GitHub",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 131,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/github`)"
				},
				{
					"id": 3624,
					"name": "GitMerge",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 129,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/git-merge`)"
				},
				{
					"id": 3625,
					"name": "GitPullRequest",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 130,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/git-pull-request`)"
				},
				{
					"id": 3627,
					"name": "Gitlab",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 132,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/gitlab`)"
				},
				{
					"id": 3628,
					"name": "Globe",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 133,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/globe`)"
				},
				{
					"id": 3629,
					"name": "Grid",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 134,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/grid`)"
				},
				{
					"id": 3630,
					"name": "HardDrive",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 135,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/hard-drive`)"
				},
				{
					"id": 3631,
					"name": "Hash",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 136,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/hash`)"
				},
				{
					"id": 3632,
					"name": "Headphones",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 137,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/headphones`)"
				},
				{
					"id": 3633,
					"name": "Heart",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 138,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/heart`)"
				},
				{
					"id": 3634,
					"name": "HelpCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 139,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/help-circle`)"
				},
				{
					"id": 3635,
					"name": "Hexagon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 140,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/hexagon`)"
				},
				{
					"id": 3636,
					"name": "Home",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 141,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/home`)"
				},
				{
					"id": 3637,
					"name": "Image",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 142,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/image`)"
				},
				{
					"id": 3638,
					"name": "Inbox",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 143,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/inbox`)"
				},
				{
					"id": 3639,
					"name": "Info",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 144,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/info`)"
				},
				{
					"id": 3640,
					"name": "Instagram",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 145,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/instagram`)"
				},
				{
					"id": 3641,
					"name": "Italic",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 146,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/italic`)"
				},
				{
					"id": 3642,
					"name": "Key",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 147,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/key`)"
				},
				{
					"id": 3643,
					"name": "Layers",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 148,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/layers`)"
				},
				{
					"id": 3644,
					"name": "Layout",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 149,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/layout`)"
				},
				{
					"id": 3645,
					"name": "LifeBuoy",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 150,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/life-buoy`)"
				},
				{
					"id": 3647,
					"name": "Link",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 152,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/link`)"
				},
				{
					"id": 3646,
					"name": "Link2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 151,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/link-2`)"
				},
				{
					"id": 3648,
					"name": "Linkedin",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 153,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/linkedin`)"
				},
				{
					"id": 3649,
					"name": "List",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 154,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/list`)"
				},
				{
					"id": 3650,
					"name": "Loader",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 155,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/loader`)"
				},
				{
					"id": 3651,
					"name": "Lock",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 156,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/lock`)"
				},
				{
					"id": 3652,
					"name": "LogIn",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 157,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/log-in`)"
				},
				{
					"id": 3653,
					"name": "LogOut",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 158,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/log-out`)"
				},
				{
					"id": 3654,
					"name": "Mail",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 159,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/mail`)"
				},
				{
					"id": 3656,
					"name": "Map",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 161,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/map`)"
				},
				{
					"id": 3655,
					"name": "MapPin",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 160,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/map-pin`)"
				},
				{
					"id": 3658,
					"name": "Maximize",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 163,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/maximize`)"
				},
				{
					"id": 3657,
					"name": "Maximize2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 162,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/maximize-2`)"
				},
				{
					"id": 3659,
					"name": "Meh",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 164,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/meh`)"
				},
				{
					"id": 3660,
					"name": "Menu",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 165,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/menu`)"
				},
				{
					"id": 3661,
					"name": "MessageCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 166,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/message-circle`)"
				},
				{
					"id": 3662,
					"name": "MessageSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 167,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/message-square`)"
				},
				{
					"id": 3664,
					"name": "Mic",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 169,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/mic`)"
				},
				{
					"id": 3663,
					"name": "MicOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 168,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/mic-off`)"
				},
				{
					"id": 3666,
					"name": "Minimize",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 171,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/minimize`)"
				},
				{
					"id": 3665,
					"name": "Minimize2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 170,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/minimize-2`)"
				},
				{
					"id": 3669,
					"name": "Minus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 174,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/minus`)"
				},
				{
					"id": 3667,
					"name": "MinusCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 172,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/minus-circle`)"
				},
				{
					"id": 3668,
					"name": "MinusSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 173,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/minus-square`)"
				},
				{
					"id": 3670,
					"name": "Monitor",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 175,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/monitor`)"
				},
				{
					"id": 3671,
					"name": "Moon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 176,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/moon`)"
				},
				{
					"id": 3672,
					"name": "MoreHorizontal",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 177,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/more-horizontal`)"
				},
				{
					"id": 3673,
					"name": "MoreVertical",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 178,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/more-vertical`)"
				},
				{
					"id": 3674,
					"name": "MousePointer",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 179,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/mouse-pointer`)"
				},
				{
					"id": 3675,
					"name": "Move",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 180,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/move`)"
				},
				{
					"id": 3676,
					"name": "Music",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 181,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/music`)"
				},
				{
					"id": 3678,
					"name": "Navigation",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 183,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/navigation`)"
				},
				{
					"id": 3677,
					"name": "Navigation2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 182,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/navigation-2`)"
				},
				{
					"id": 3679,
					"name": "Octagon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 184,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/octagon`)"
				},
				{
					"id": 3680,
					"name": "Package",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 185,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/package`)"
				},
				{
					"id": 3681,
					"name": "Paperclip",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 186,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/paperclip`)"
				},
				{
					"id": 3683,
					"name": "Pause",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 188,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/pause`)"
				},
				{
					"id": 3682,
					"name": "PauseCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 187,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/pause-circle`)"
				},
				{
					"id": 3684,
					"name": "PenTool",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 189,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/pen-tool`)"
				},
				{
					"id": 3685,
					"name": "Percent",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 190,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/percent`)"
				},
				{
					"id": 3692,
					"name": "Phone",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 197,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone`)"
				},
				{
					"id": 3686,
					"name": "PhoneCall",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 191,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-call`)"
				},
				{
					"id": 3687,
					"name": "PhoneForwarded",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 192,
							"character": 27
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-forwarded`)"
				},
				{
					"id": 3688,
					"name": "PhoneIncoming",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 193,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-incoming`)"
				},
				{
					"id": 3689,
					"name": "PhoneMissed",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 194,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-missed`)"
				},
				{
					"id": 3690,
					"name": "PhoneOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 195,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-off`)"
				},
				{
					"id": 3691,
					"name": "PhoneOutgoing",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 196,
							"character": 26
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/phone-outgoing`)"
				},
				{
					"id": 3693,
					"name": "PieChart",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 198,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/pie-chart`)"
				},
				{
					"id": 3695,
					"name": "Play",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 200,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/play`)"
				},
				{
					"id": 3694,
					"name": "PlayCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 199,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/play-circle`)"
				},
				{
					"id": 3698,
					"name": "Plus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 203,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/plus`)"
				},
				{
					"id": 3696,
					"name": "PlusCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 201,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/plus-circle`)"
				},
				{
					"id": 3697,
					"name": "PlusSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 202,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/plus-square`)"
				},
				{
					"id": 3699,
					"name": "Pocket",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 204,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/pocket`)"
				},
				{
					"id": 3700,
					"name": "Power",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 205,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/power`)"
				},
				{
					"id": 3701,
					"name": "Printer",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 206,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/printer`)"
				},
				{
					"id": 3702,
					"name": "Radio",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 207,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/radio`)"
				},
				{
					"id": 3703,
					"name": "RefreshCcw",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 208,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/refresh-ccw`)"
				},
				{
					"id": 3704,
					"name": "RefreshCw",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 209,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/refresh-cw`)"
				},
				{
					"id": 3705,
					"name": "Repeat",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 210,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/repeat`)"
				},
				{
					"id": 3706,
					"name": "Rewind",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 211,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/rewind`)"
				},
				{
					"id": 3707,
					"name": "RotateCcw",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 212,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/rotate-ccw`)"
				},
				{
					"id": 3708,
					"name": "RotateCw",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 213,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/rotate-cw`)"
				},
				{
					"id": 3709,
					"name": "Rss",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 214,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/rss`)"
				},
				{
					"id": 3710,
					"name": "Save",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 215,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/save`)"
				},
				{
					"id": 3711,
					"name": "Scissors",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 216,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/scissors`)"
				},
				{
					"id": 3712,
					"name": "Search",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 217,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/search`)"
				},
				{
					"id": 3713,
					"name": "Send",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 218,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/send`)"
				},
				{
					"id": 3714,
					"name": "Server",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 219,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/server`)"
				},
				{
					"id": 3715,
					"name": "Settings",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 220,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/settings`)"
				},
				{
					"id": 3717,
					"name": "Share",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 222,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/share`)"
				},
				{
					"id": 3716,
					"name": "Share2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 221,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/share-2`)"
				},
				{
					"id": 3719,
					"name": "Shield",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 224,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/shield`)"
				},
				{
					"id": 3718,
					"name": "ShieldOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 223,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/shield-off`)"
				},
				{
					"id": 3720,
					"name": "ShoppingBag",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 225,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/shopping-bag`)"
				},
				{
					"id": 3721,
					"name": "ShoppingCart",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 226,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/shopping-cart`)"
				},
				{
					"id": 3722,
					"name": "Shuffle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 227,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/shuffle`)"
				},
				{
					"id": 3723,
					"name": "Sidebar",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 228,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/sidebar`)"
				},
				{
					"id": 3724,
					"name": "SkipBack",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 229,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/skip-back`)"
				},
				{
					"id": 3725,
					"name": "SkipForward",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 230,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/skip-forward`)"
				},
				{
					"id": 3726,
					"name": "Slack",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 231,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/slack`)"
				},
				{
					"id": 3727,
					"name": "Slash",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 232,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/slash`)"
				},
				{
					"id": 3728,
					"name": "Sliders",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 233,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/sliders`)"
				},
				{
					"id": 3729,
					"name": "Smartphone",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 234,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/smartphone`)"
				},
				{
					"id": 3730,
					"name": "Smile",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 235,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/smile`)"
				},
				{
					"id": 3731,
					"name": "Speaker",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 236,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/speaker`)"
				},
				{
					"id": 3732,
					"name": "Square",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 237,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/square`)"
				},
				{
					"id": 3733,
					"name": "Star",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 238,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/star`)"
				},
				{
					"id": 3734,
					"name": "StopCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 239,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/stop-circle`)"
				},
				{
					"id": 3735,
					"name": "Sun",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 240,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/sun`)"
				},
				{
					"id": 3736,
					"name": "Sunrise",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 241,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/sunrise`)"
				},
				{
					"id": 3737,
					"name": "Sunset",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 242,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/sunset`)"
				},
				{
					"id": 3738,
					"name": "Tablet",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 243,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/tablet`)"
				},
				{
					"id": 3739,
					"name": "Tag",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 244,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/tag`)"
				},
				{
					"id": 3740,
					"name": "Target",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 245,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/target`)"
				},
				{
					"id": 3741,
					"name": "Terminal",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 246,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/terminal`)"
				},
				{
					"id": 3742,
					"name": "Thermometer",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 247,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/thermometer`)"
				},
				{
					"id": 3743,
					"name": "ThumbsDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 248,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/thumbs-down`)"
				},
				{
					"id": 3744,
					"name": "ThumbsUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 249,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/thumbs-up`)"
				},
				{
					"id": 3745,
					"name": "ToggleLeft",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 250,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/toggle-left`)"
				},
				{
					"id": 3746,
					"name": "ToggleRight",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 251,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/toggle-right`)"
				},
				{
					"id": 3747,
					"name": "Tool",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 252,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/tool`)"
				},
				{
					"id": 3749,
					"name": "Trash",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 254,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/trash`)"
				},
				{
					"id": 3748,
					"name": "Trash2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 253,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/trash-2`)"
				},
				{
					"id": 3750,
					"name": "Trello",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 255,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/trello`)"
				},
				{
					"id": 3751,
					"name": "TrendingDown",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 256,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/trending-down`)"
				},
				{
					"id": 3752,
					"name": "TrendingUp",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 257,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/trending-up`)"
				},
				{
					"id": 3753,
					"name": "Triangle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 258,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/triangle`)"
				},
				{
					"id": 3754,
					"name": "Truck",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 259,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/truck`)"
				},
				{
					"id": 3755,
					"name": "Tv",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 260,
							"character": 15
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/tv`)"
				},
				{
					"id": 3756,
					"name": "Twitch",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 261,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/twitch`)"
				},
				{
					"id": 3757,
					"name": "Twitter",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 262,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/twitter`)"
				},
				{
					"id": 3758,
					"name": "Type",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 263,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/type`)"
				},
				{
					"id": 3759,
					"name": "Umbrella",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 264,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/umbrella`)"
				},
				{
					"id": 3760,
					"name": "Underline",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 265,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/underline`)"
				},
				{
					"id": 3761,
					"name": "Unlock",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 266,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/unlock`)"
				},
				{
					"id": 3763,
					"name": "Upload",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 268,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/upload`)"
				},
				{
					"id": 3762,
					"name": "UploadCloud",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 267,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/upload-cloud`)"
				},
				{
					"id": 3768,
					"name": "User",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 273,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/user`)"
				},
				{
					"id": 3764,
					"name": "UserCheck",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 269,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/user-check`)"
				},
				{
					"id": 3765,
					"name": "UserMinus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 270,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/user-minus`)"
				},
				{
					"id": 3766,
					"name": "UserPlus",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 271,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/user-plus`)"
				},
				{
					"id": 3767,
					"name": "UserX",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 272,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/user-x`)"
				},
				{
					"id": 3769,
					"name": "Users",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 274,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/users`)"
				},
				{
					"id": 3771,
					"name": "Video",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 276,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/video`)"
				},
				{
					"id": 3770,
					"name": "VideoOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 275,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/video-off`)"
				},
				{
					"id": 3772,
					"name": "Voicemail",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 277,
							"character": 22
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/voicemail`)"
				},
				{
					"id": 3776,
					"name": "Volume",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 281,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/volume`)"
				},
				{
					"id": 3773,
					"name": "Volume1",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 278,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/volume-1`)"
				},
				{
					"id": 3774,
					"name": "Volume2",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 279,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/volume-2`)"
				},
				{
					"id": 3775,
					"name": "VolumeX",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 280,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/volume-x`)"
				},
				{
					"id": 3777,
					"name": "Watch",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 282,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/watch`)"
				},
				{
					"id": 3779,
					"name": "Wifi",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 284,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/wifi`)"
				},
				{
					"id": 3778,
					"name": "WifiOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 283,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/wifi-off`)"
				},
				{
					"id": 3780,
					"name": "Wind",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 285,
							"character": 17
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/wind`)"
				},
				{
					"id": 3784,
					"name": "X",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 289,
							"character": 14
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/x`)"
				},
				{
					"id": 3781,
					"name": "XCircle",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 286,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/x-circle`)"
				},
				{
					"id": 3782,
					"name": "XOctagon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 287,
							"character": 21
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/x-octagon`)"
				},
				{
					"id": 3783,
					"name": "XSquare",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 288,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/x-square`)"
				},
				{
					"id": 3785,
					"name": "Youtube",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 290,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/youtube`)"
				},
				{
					"id": 3787,
					"name": "Zap",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 292,
							"character": 16
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/zap`)"
				},
				{
					"id": 3786,
					"name": "ZapOff",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 291,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/zap-off`)"
				},
				{
					"id": 3788,
					"name": "ZoomIn",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 293,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/zoom-in`)"
				},
				{
					"id": 3789,
					"name": "ZoomOut",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Icon/IconImportHandler.tsx",
							"line": 294,
							"character": 20
						}
					],
					"type": {
						"type": "reference",
						"id": 3503,
						"name": "Icon"
					},
					"defaultValue": "require(`react-feather/dist/icons/zoom-out`)"
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						3031
					]
				},
				{
					"title": "Type aliases",
					"kind": 4194304,
					"children": [
						3503
					]
				},
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						3504,
						3505,
						3506,
						3507,
						3508,
						3509,
						3510,
						3511,
						3512,
						3513,
						3514,
						3515,
						3519,
						3516,
						3517,
						3518,
						3521,
						3520,
						3523,
						3522,
						3527,
						3524,
						3525,
						3526,
						3528,
						3529,
						3531,
						3530,
						3533,
						3532,
						3535,
						3534,
						3536,
						3537,
						3539,
						3538,
						3540,
						3541,
						3542,
						3543,
						3545,
						3544,
						3546,
						3549,
						3547,
						3548,
						3550,
						3551,
						3552,
						3553,
						3554,
						3555,
						3556,
						3557,
						3558,
						3559,
						3560,
						3561,
						3567,
						3562,
						3563,
						3564,
						3565,
						3566,
						3568,
						3569,
						3570,
						3571,
						3572,
						3573,
						3574,
						3575,
						3576,
						3577,
						3578,
						3579,
						3580,
						3581,
						3582,
						3583,
						3584,
						3585,
						3586,
						3587,
						3588,
						3589,
						3590,
						3593,
						3591,
						3592,
						3594,
						3596,
						3595,
						3597,
						3598,
						3601,
						3599,
						3600,
						3602,
						3604,
						3603,
						3605,
						3606,
						3607,
						3608,
						3612,
						3609,
						3610,
						3611,
						3613,
						3614,
						3615,
						3618,
						3616,
						3617,
						3619,
						3620,
						3621,
						3622,
						3623,
						3626,
						3624,
						3625,
						3627,
						3628,
						3629,
						3630,
						3631,
						3632,
						3633,
						3634,
						3635,
						3636,
						3637,
						3638,
						3639,
						3640,
						3641,
						3642,
						3643,
						3644,
						3645,
						3647,
						3646,
						3648,
						3649,
						3650,
						3651,
						3652,
						3653,
						3654,
						3656,
						3655,
						3658,
						3657,
						3659,
						3660,
						3661,
						3662,
						3664,
						3663,
						3666,
						3665,
						3669,
						3667,
						3668,
						3670,
						3671,
						3672,
						3673,
						3674,
						3675,
						3676,
						3678,
						3677,
						3679,
						3680,
						3681,
						3683,
						3682,
						3684,
						3685,
						3692,
						3686,
						3687,
						3688,
						3689,
						3690,
						3691,
						3693,
						3695,
						3694,
						3698,
						3696,
						3697,
						3699,
						3700,
						3701,
						3702,
						3703,
						3704,
						3705,
						3706,
						3707,
						3708,
						3709,
						3710,
						3711,
						3712,
						3713,
						3714,
						3715,
						3717,
						3716,
						3719,
						3718,
						3720,
						3721,
						3722,
						3723,
						3724,
						3725,
						3726,
						3727,
						3728,
						3729,
						3730,
						3731,
						3732,
						3733,
						3734,
						3735,
						3736,
						3737,
						3738,
						3739,
						3740,
						3741,
						3742,
						3743,
						3744,
						3745,
						3746,
						3747,
						3749,
						3748,
						3750,
						3751,
						3752,
						3753,
						3754,
						3755,
						3756,
						3757,
						3758,
						3759,
						3760,
						3761,
						3763,
						3762,
						3768,
						3764,
						3765,
						3766,
						3767,
						3769,
						3771,
						3770,
						3772,
						3776,
						3773,
						3774,
						3775,
						3777,
						3779,
						3778,
						3780,
						3784,
						3781,
						3782,
						3783,
						3785,
						3787,
						3786,
						3788,
						3789
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/IconImportHandler.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1103,
			"name": "\"Icon/icons/IconActivity/IconActivity\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconActivity/IconActivity.tsx",
			"children": [
				{
					"id": 1104,
					"name": "IconActivity",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1105,
							"name": "IconActivity",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1106,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconActivity/IconActivity.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1104
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconActivity/IconActivity.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1107,
			"name": "\"Icon/icons/IconActivity/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconActivity/index.tsx",
			"children": [
				{
					"id": 1108,
					"name": "IconActivity",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1104
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1108
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconActivity/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1109,
			"name": "\"Icon/icons/IconAirplay/IconAirplay\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAirplay/IconAirplay.tsx",
			"children": [
				{
					"id": 1110,
					"name": "IconAirplay",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1111,
							"name": "IconAirplay",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1112,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAirplay/IconAirplay.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1110
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAirplay/IconAirplay.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1113,
			"name": "\"Icon/icons/IconAirplay/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAirplay/index.tsx",
			"children": [
				{
					"id": 1114,
					"name": "IconAirplay",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1110
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1114
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAirplay/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1115,
			"name": "\"Icon/icons/IconAlertCircle/IconAlertCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertCircle/IconAlertCircle.tsx",
			"children": [
				{
					"id": 1116,
					"name": "IconAlertCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1117,
							"name": "IconAlertCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1118,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlertCircle/IconAlertCircle.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1116
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertCircle/IconAlertCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1119,
			"name": "\"Icon/icons/IconAlertCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertCircle/index.tsx",
			"children": [
				{
					"id": 1120,
					"name": "IconAlertCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1116
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1120
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1121,
			"name": "\"Icon/icons/IconAlertOctagon/IconAlertOctagon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertOctagon/IconAlertOctagon.tsx",
			"children": [
				{
					"id": 1122,
					"name": "IconAlertOctagon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1123,
							"name": "IconAlertOctagon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1124,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlertOctagon/IconAlertOctagon.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1122
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertOctagon/IconAlertOctagon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1125,
			"name": "\"Icon/icons/IconAlertOctagon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertOctagon/index.tsx",
			"children": [
				{
					"id": 1126,
					"name": "IconAlertOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1122
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1126
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertOctagon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 35,
			"name": "\"Icon/icons/IconAlertTriangle/IconAlertTriangle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertTriangle/IconAlertTriangle.tsx",
			"children": [
				{
					"id": 36,
					"name": "IconAlertTriangle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 37,
							"name": "IconAlertTriangle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 38,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlertTriangle/IconAlertTriangle.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						36
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertTriangle/IconAlertTriangle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 39,
			"name": "\"Icon/icons/IconAlertTriangle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlertTriangle/index.tsx",
			"children": [
				{
					"id": 40,
					"name": "IconAlertTriangle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 36
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						40
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlertTriangle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1127,
			"name": "\"Icon/icons/IconAlignCenter/IconAlignCenter\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignCenter/IconAlignCenter.tsx",
			"children": [
				{
					"id": 1128,
					"name": "IconAlignCenter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1129,
							"name": "IconAlignCenter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1130,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlignCenter/IconAlignCenter.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1128
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignCenter/IconAlignCenter.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1131,
			"name": "\"Icon/icons/IconAlignCenter/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignCenter/index.tsx",
			"children": [
				{
					"id": 1132,
					"name": "IconAlignCenter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1128
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1132
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignCenter/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1133,
			"name": "\"Icon/icons/IconAlignJustify/IconAlignJustify\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignJustify/IconAlignJustify.tsx",
			"children": [
				{
					"id": 1134,
					"name": "IconAlignJustify",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1135,
							"name": "IconAlignJustify",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1136,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlignJustify/IconAlignJustify.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1134
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignJustify/IconAlignJustify.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1137,
			"name": "\"Icon/icons/IconAlignJustify/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignJustify/index.tsx",
			"children": [
				{
					"id": 1138,
					"name": "IconAlignJustify",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1134
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1138
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignJustify/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1139,
			"name": "\"Icon/icons/IconAlignLeft/IconAlignLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignLeft/IconAlignLeft.tsx",
			"children": [
				{
					"id": 1140,
					"name": "IconAlignLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1141,
							"name": "IconAlignLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1142,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlignLeft/IconAlignLeft.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1140
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignLeft/IconAlignLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1143,
			"name": "\"Icon/icons/IconAlignLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignLeft/index.tsx",
			"children": [
				{
					"id": 1144,
					"name": "IconAlignLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1140
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1144
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1145,
			"name": "\"Icon/icons/IconAlignRight/IconAlignRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignRight/IconAlignRight.tsx",
			"children": [
				{
					"id": 1146,
					"name": "IconAlignRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1147,
							"name": "IconAlignRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1148,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAlignRight/IconAlignRight.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1146
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignRight/IconAlignRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1149,
			"name": "\"Icon/icons/IconAlignRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAlignRight/index.tsx",
			"children": [
				{
					"id": 1150,
					"name": "IconAlignRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1146
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1150
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAlignRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1151,
			"name": "\"Icon/icons/IconAnchor/IconAnchor\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAnchor/IconAnchor.tsx",
			"children": [
				{
					"id": 1152,
					"name": "IconAnchor",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1153,
							"name": "IconAnchor",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1154,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAnchor/IconAnchor.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1152
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAnchor/IconAnchor.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1155,
			"name": "\"Icon/icons/IconAnchor/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAnchor/index.tsx",
			"children": [
				{
					"id": 1156,
					"name": "IconAnchor",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1152
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1156
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAnchor/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1157,
			"name": "\"Icon/icons/IconAperture/IconAperture\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAperture/IconAperture.tsx",
			"children": [
				{
					"id": 1158,
					"name": "IconAperture",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1159,
							"name": "IconAperture",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1160,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAperture/IconAperture.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1158
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAperture/IconAperture.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1161,
			"name": "\"Icon/icons/IconAperture/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAperture/index.tsx",
			"children": [
				{
					"id": 1162,
					"name": "IconAperture",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1158
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1162
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAperture/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1163,
			"name": "\"Icon/icons/IconArchive/IconArchive\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArchive/IconArchive.tsx",
			"children": [
				{
					"id": 1164,
					"name": "IconArchive",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1165,
							"name": "IconArchive",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1166,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArchive/IconArchive.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1164
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArchive/IconArchive.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1167,
			"name": "\"Icon/icons/IconArchive/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArchive/index.tsx",
			"children": [
				{
					"id": 1168,
					"name": "IconArchive",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1164
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1168
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArchive/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1187,
			"name": "\"Icon/icons/IconArrowDown/IconArrowDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDown/IconArrowDown.tsx",
			"children": [
				{
					"id": 1188,
					"name": "IconArrowDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1189,
							"name": "IconArrowDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1190,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowDown/IconArrowDown.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1188
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDown/IconArrowDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1191,
			"name": "\"Icon/icons/IconArrowDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDown/index.tsx",
			"children": [
				{
					"id": 1192,
					"name": "IconArrowDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1188
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1192
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1169,
			"name": "\"Icon/icons/IconArrowDownCircle/IconArrowDownCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownCircle/IconArrowDownCircle.tsx",
			"children": [
				{
					"id": 1170,
					"name": "IconArrowDownCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1171,
							"name": "IconArrowDownCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1172,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowDownCircle/IconArrowDownCircle.tsx",
							"line": 8,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1170
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownCircle/IconArrowDownCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1173,
			"name": "\"Icon/icons/IconArrowDownCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownCircle/index.tsx",
			"children": [
				{
					"id": 1174,
					"name": "IconArrowDownCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1170
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1174
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1175,
			"name": "\"Icon/icons/IconArrowDownLeft/IconArrowDownLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownLeft/IconArrowDownLeft.tsx",
			"children": [
				{
					"id": 1176,
					"name": "IconArrowDownLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1177,
							"name": "IconArrowDownLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1178,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowDownLeft/IconArrowDownLeft.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1176
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownLeft/IconArrowDownLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1179,
			"name": "\"Icon/icons/IconArrowDownLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownLeft/index.tsx",
			"children": [
				{
					"id": 1180,
					"name": "IconArrowDownLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1176
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1180
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1181,
			"name": "\"Icon/icons/IconArrowDownRight/IconArrowDownRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownRight/IconArrowDownRight.tsx",
			"children": [
				{
					"id": 1182,
					"name": "IconArrowDownRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1183,
							"name": "IconArrowDownRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1184,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowDownRight/IconArrowDownRight.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1182
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownRight/IconArrowDownRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1185,
			"name": "\"Icon/icons/IconArrowDownRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowDownRight/index.tsx",
			"children": [
				{
					"id": 1186,
					"name": "IconArrowDownRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1182
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1186
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowDownRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1199,
			"name": "\"Icon/icons/IconArrowLeft/IconArrowLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowLeft/IconArrowLeft.tsx",
			"children": [
				{
					"id": 1200,
					"name": "IconArrowLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1201,
							"name": "IconArrowLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1202,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowLeft/IconArrowLeft.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1200
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowLeft/IconArrowLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1203,
			"name": "\"Icon/icons/IconArrowLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowLeft/index.tsx",
			"children": [
				{
					"id": 1204,
					"name": "IconArrowLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1200
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1204
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1193,
			"name": "\"Icon/icons/IconArrowLeftCircle/IconArrowLeftCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowLeftCircle/IconArrowLeftCircle.tsx",
			"children": [
				{
					"id": 1194,
					"name": "IconArrowLeftCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1195,
							"name": "IconArrowLeftCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1196,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowLeftCircle/IconArrowLeftCircle.tsx",
							"line": 8,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1194
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowLeftCircle/IconArrowLeftCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1197,
			"name": "\"Icon/icons/IconArrowLeftCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowLeftCircle/index.tsx",
			"children": [
				{
					"id": 1198,
					"name": "IconArrowLeftCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1194
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1198
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowLeftCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1211,
			"name": "\"Icon/icons/IconArrowRight/IconArrowRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowRight/IconArrowRight.tsx",
			"children": [
				{
					"id": 1212,
					"name": "IconArrowRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1213,
							"name": "IconArrowRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1214,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowRight/IconArrowRight.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1212
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowRight/IconArrowRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1215,
			"name": "\"Icon/icons/IconArrowRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowRight/index.tsx",
			"children": [
				{
					"id": 1216,
					"name": "IconArrowRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1212
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1216
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1205,
			"name": "\"Icon/icons/IconArrowRightCircle/IconArrowRightCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowRightCircle/IconArrowRightCircle.tsx",
			"children": [
				{
					"id": 1206,
					"name": "IconArrowRightCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1207,
							"name": "IconArrowRightCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1208,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowRightCircle/IconArrowRightCircle.tsx",
							"line": 8,
							"character": 31
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1206
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowRightCircle/IconArrowRightCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1209,
			"name": "\"Icon/icons/IconArrowRightCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowRightCircle/index.tsx",
			"children": [
				{
					"id": 1210,
					"name": "IconArrowRightCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1206
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1210
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowRightCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1235,
			"name": "\"Icon/icons/IconArrowUp/IconArrowUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUp/IconArrowUp.tsx",
			"children": [
				{
					"id": 1236,
					"name": "IconArrowUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1237,
							"name": "IconArrowUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1238,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowUp/IconArrowUp.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1236
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUp/IconArrowUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1239,
			"name": "\"Icon/icons/IconArrowUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUp/index.tsx",
			"children": [
				{
					"id": 1240,
					"name": "IconArrowUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1236
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1240
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1217,
			"name": "\"Icon/icons/IconArrowUpCircle/IconArrowUpCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpCircle/IconArrowUpCircle.tsx",
			"children": [
				{
					"id": 1218,
					"name": "IconArrowUpCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1219,
							"name": "IconArrowUpCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1220,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowUpCircle/IconArrowUpCircle.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1218
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpCircle/IconArrowUpCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1221,
			"name": "\"Icon/icons/IconArrowUpCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpCircle/index.tsx",
			"children": [
				{
					"id": 1222,
					"name": "IconArrowUpCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1218
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1222
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1223,
			"name": "\"Icon/icons/IconArrowUpLeft/IconArrowUpLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpLeft/IconArrowUpLeft.tsx",
			"children": [
				{
					"id": 1224,
					"name": "IconArrowUpLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1225,
							"name": "IconArrowUpLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1226,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowUpLeft/IconArrowUpLeft.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1224
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpLeft/IconArrowUpLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1227,
			"name": "\"Icon/icons/IconArrowUpLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpLeft/index.tsx",
			"children": [
				{
					"id": 1228,
					"name": "IconArrowUpLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1224
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1228
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1229,
			"name": "\"Icon/icons/IconArrowUpRight/IconArrowUpRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpRight/IconArrowUpRight.tsx",
			"children": [
				{
					"id": 1230,
					"name": "IconArrowUpRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1231,
							"name": "IconArrowUpRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1232,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconArrowUpRight/IconArrowUpRight.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1230
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpRight/IconArrowUpRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1233,
			"name": "\"Icon/icons/IconArrowUpRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconArrowUpRight/index.tsx",
			"children": [
				{
					"id": 1234,
					"name": "IconArrowUpRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1230
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1234
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconArrowUpRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1241,
			"name": "\"Icon/icons/IconAtSign/IconAtSign\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAtSign/IconAtSign.tsx",
			"children": [
				{
					"id": 1242,
					"name": "IconAtSign",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1243,
							"name": "IconAtSign",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1244,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAtSign/IconAtSign.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1242
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAtSign/IconAtSign.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1245,
			"name": "\"Icon/icons/IconAtSign/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAtSign/index.tsx",
			"children": [
				{
					"id": 1246,
					"name": "IconAtSign",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1242
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1246
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAtSign/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1247,
			"name": "\"Icon/icons/IconAward/IconAward\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAward/IconAward.tsx",
			"children": [
				{
					"id": 1248,
					"name": "IconAward",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1249,
							"name": "IconAward",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1250,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconAward/IconAward.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1248
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAward/IconAward.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1251,
			"name": "\"Icon/icons/IconAward/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconAward/index.tsx",
			"children": [
				{
					"id": 1252,
					"name": "IconAward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1248
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1252
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconAward/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1259,
			"name": "\"Icon/icons/IconBarChart/IconBarChart\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBarChart/IconBarChart.tsx",
			"children": [
				{
					"id": 1260,
					"name": "IconBarChart",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1261,
							"name": "IconBarChart",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1262,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBarChart/IconBarChart.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1260
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBarChart/IconBarChart.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1263,
			"name": "\"Icon/icons/IconBarChart/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBarChart/index.tsx",
			"children": [
				{
					"id": 1264,
					"name": "IconBarChart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1260
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1264
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBarChart/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1253,
			"name": "\"Icon/icons/IconBarChart2/IconBarChart2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBarChart2/IconBarChart2.tsx",
			"children": [
				{
					"id": 1254,
					"name": "IconBarChart2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1255,
							"name": "IconBarChart2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1256,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBarChart2/IconBarChart2.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1254
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBarChart2/IconBarChart2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1257,
			"name": "\"Icon/icons/IconBarChart2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBarChart2/index.tsx",
			"children": [
				{
					"id": 1258,
					"name": "IconBarChart2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1254
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1258
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBarChart2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1271,
			"name": "\"Icon/icons/IconBattery/IconBattery\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBattery/IconBattery.tsx",
			"children": [
				{
					"id": 1272,
					"name": "IconBattery",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1273,
							"name": "IconBattery",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1274,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBattery/IconBattery.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1272
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBattery/IconBattery.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1275,
			"name": "\"Icon/icons/IconBattery/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBattery/index.tsx",
			"children": [
				{
					"id": 1276,
					"name": "IconBattery",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1272
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1276
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBattery/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1265,
			"name": "\"Icon/icons/IconBatteryCharging/IconBatteryCharging\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBatteryCharging/IconBatteryCharging.tsx",
			"children": [
				{
					"id": 1266,
					"name": "IconBatteryCharging",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1267,
							"name": "IconBatteryCharging",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1268,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBatteryCharging/IconBatteryCharging.tsx",
							"line": 8,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1266
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBatteryCharging/IconBatteryCharging.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1269,
			"name": "\"Icon/icons/IconBatteryCharging/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBatteryCharging/index.tsx",
			"children": [
				{
					"id": 1270,
					"name": "IconBatteryCharging",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1266
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1270
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBatteryCharging/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1283,
			"name": "\"Icon/icons/IconBell/IconBell\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBell/IconBell.tsx",
			"children": [
				{
					"id": 1284,
					"name": "IconBell",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1285,
							"name": "IconBell",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1286,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBell/IconBell.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1284
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBell/IconBell.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1287,
			"name": "\"Icon/icons/IconBell/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBell/index.tsx",
			"children": [
				{
					"id": 1288,
					"name": "IconBell",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1284
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1288
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBell/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1277,
			"name": "\"Icon/icons/IconBellOff/IconBellOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBellOff/IconBellOff.tsx",
			"children": [
				{
					"id": 1278,
					"name": "IconBellOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1279,
							"name": "IconBellOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1280,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBellOff/IconBellOff.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1278
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBellOff/IconBellOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1281,
			"name": "\"Icon/icons/IconBellOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBellOff/index.tsx",
			"children": [
				{
					"id": 1282,
					"name": "IconBellOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1278
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1282
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBellOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1289,
			"name": "\"Icon/icons/IconBluetooth/IconBluetooth\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBluetooth/IconBluetooth.tsx",
			"children": [
				{
					"id": 1290,
					"name": "IconBluetooth",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1291,
							"name": "IconBluetooth",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1292,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBluetooth/IconBluetooth.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1290
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBluetooth/IconBluetooth.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1293,
			"name": "\"Icon/icons/IconBluetooth/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBluetooth/index.tsx",
			"children": [
				{
					"id": 1294,
					"name": "IconBluetooth",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1290
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1294
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBluetooth/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1295,
			"name": "\"Icon/icons/IconBold/IconBold\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBold/IconBold.tsx",
			"children": [
				{
					"id": 1296,
					"name": "IconBold",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1297,
							"name": "IconBold",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1298,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBold/IconBold.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1296
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBold/IconBold.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1299,
			"name": "\"Icon/icons/IconBold/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBold/index.tsx",
			"children": [
				{
					"id": 1300,
					"name": "IconBold",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1296
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1300
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBold/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1307,
			"name": "\"Icon/icons/IconBook/IconBook\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBook/IconBook.tsx",
			"children": [
				{
					"id": 1308,
					"name": "IconBook",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1309,
							"name": "IconBook",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1310,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBook/IconBook.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1308
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBook/IconBook.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1311,
			"name": "\"Icon/icons/IconBook/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBook/index.tsx",
			"children": [
				{
					"id": 1312,
					"name": "IconBook",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1308
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1312
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBook/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1301,
			"name": "\"Icon/icons/IconBookOpen/IconBookOpen\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBookOpen/IconBookOpen.tsx",
			"children": [
				{
					"id": 1302,
					"name": "IconBookOpen",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1303,
							"name": "IconBookOpen",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1304,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBookOpen/IconBookOpen.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1302
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBookOpen/IconBookOpen.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1305,
			"name": "\"Icon/icons/IconBookOpen/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBookOpen/index.tsx",
			"children": [
				{
					"id": 1306,
					"name": "IconBookOpen",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1302
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1306
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBookOpen/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1313,
			"name": "\"Icon/icons/IconBookmark/IconBookmark\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBookmark/IconBookmark.tsx",
			"children": [
				{
					"id": 1314,
					"name": "IconBookmark",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1315,
							"name": "IconBookmark",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1316,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBookmark/IconBookmark.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1314
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBookmark/IconBookmark.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1317,
			"name": "\"Icon/icons/IconBookmark/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBookmark/index.tsx",
			"children": [
				{
					"id": 1318,
					"name": "IconBookmark",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1314
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1318
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBookmark/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1319,
			"name": "\"Icon/icons/IconBox/IconBox\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBox/IconBox.tsx",
			"children": [
				{
					"id": 1320,
					"name": "IconBox",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1321,
							"name": "IconBox",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1322,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBox/IconBox.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1320
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBox/IconBox.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1323,
			"name": "\"Icon/icons/IconBox/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBox/index.tsx",
			"children": [
				{
					"id": 1324,
					"name": "IconBox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1320
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1324
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBox/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1325,
			"name": "\"Icon/icons/IconBriefcase/IconBriefcase\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBriefcase/IconBriefcase.tsx",
			"children": [
				{
					"id": 1326,
					"name": "IconBriefcase",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1327,
							"name": "IconBriefcase",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1328,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconBriefcase/IconBriefcase.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1326
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBriefcase/IconBriefcase.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1329,
			"name": "\"Icon/icons/IconBriefcase/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconBriefcase/index.tsx",
			"children": [
				{
					"id": 1330,
					"name": "IconBriefcase",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1326
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1330
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconBriefcase/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1331,
			"name": "\"Icon/icons/IconCalendar/IconCalendar\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCalendar/IconCalendar.tsx",
			"children": [
				{
					"id": 1332,
					"name": "IconCalendar",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1333,
							"name": "IconCalendar",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1334,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCalendar/IconCalendar.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1332
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCalendar/IconCalendar.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1335,
			"name": "\"Icon/icons/IconCalendar/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCalendar/index.tsx",
			"children": [
				{
					"id": 1336,
					"name": "IconCalendar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1332
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1336
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCalendar/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1343,
			"name": "\"Icon/icons/IconCamera/IconCamera\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCamera/IconCamera.tsx",
			"children": [
				{
					"id": 1344,
					"name": "IconCamera",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1345,
							"name": "IconCamera",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1346,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCamera/IconCamera.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1344
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCamera/IconCamera.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1347,
			"name": "\"Icon/icons/IconCamera/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCamera/index.tsx",
			"children": [
				{
					"id": 1348,
					"name": "IconCamera",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1344
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1348
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCamera/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1337,
			"name": "\"Icon/icons/IconCameraOff/IconCameraOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCameraOff/IconCameraOff.tsx",
			"children": [
				{
					"id": 1338,
					"name": "IconCameraOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1339,
							"name": "IconCameraOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1340,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCameraOff/IconCameraOff.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1338
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCameraOff/IconCameraOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1341,
			"name": "\"Icon/icons/IconCameraOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCameraOff/index.tsx",
			"children": [
				{
					"id": 1342,
					"name": "IconCameraOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1338
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1342
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCameraOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1349,
			"name": "\"Icon/icons/IconCast/IconCast\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCast/IconCast.tsx",
			"children": [
				{
					"id": 1350,
					"name": "IconCast",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1351,
							"name": "IconCast",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1352,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCast/IconCast.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1350
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCast/IconCast.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1353,
			"name": "\"Icon/icons/IconCast/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCast/index.tsx",
			"children": [
				{
					"id": 1354,
					"name": "IconCast",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1350
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1354
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCast/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 41,
			"name": "\"Icon/icons/IconCheck/IconCheck\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheck/IconCheck.tsx",
			"children": [
				{
					"id": 42,
					"name": "IconCheck",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 43,
							"name": "IconCheck",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 44,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCheck/IconCheck.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						42
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheck/IconCheck.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 45,
			"name": "\"Icon/icons/IconCheck/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheck/index.tsx",
			"children": [
				{
					"id": 46,
					"name": "IconCheck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 42
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						46
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheck/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1355,
			"name": "\"Icon/icons/IconCheckCircle/IconCheckCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheckCircle/IconCheckCircle.tsx",
			"children": [
				{
					"id": 1356,
					"name": "IconCheckCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1357,
							"name": "IconCheckCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1358,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCheckCircle/IconCheckCircle.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1356
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheckCircle/IconCheckCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1359,
			"name": "\"Icon/icons/IconCheckCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheckCircle/index.tsx",
			"children": [
				{
					"id": 1360,
					"name": "IconCheckCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1356
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1360
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheckCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1361,
			"name": "\"Icon/icons/IconCheckSquare/IconCheckSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheckSquare/IconCheckSquare.tsx",
			"children": [
				{
					"id": 1362,
					"name": "IconCheckSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1363,
							"name": "IconCheckSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1364,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCheckSquare/IconCheckSquare.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1362
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheckSquare/IconCheckSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1365,
			"name": "\"Icon/icons/IconCheckSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCheckSquare/index.tsx",
			"children": [
				{
					"id": 1366,
					"name": "IconCheckSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1362
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1366
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCheckSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1367,
			"name": "\"Icon/icons/IconChevronDown/IconChevronDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronDown/IconChevronDown.tsx",
			"children": [
				{
					"id": 1368,
					"name": "IconChevronDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1369,
							"name": "IconChevronDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1370,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronDown/IconChevronDown.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1368
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronDown/IconChevronDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1371,
			"name": "\"Icon/icons/IconChevronDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronDown/index.tsx",
			"children": [
				{
					"id": 1372,
					"name": "IconChevronDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1368
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1372
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1373,
			"name": "\"Icon/icons/IconChevronLeft/IconChevronLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronLeft/IconChevronLeft.tsx",
			"children": [
				{
					"id": 1374,
					"name": "IconChevronLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1375,
							"name": "IconChevronLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1376,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronLeft/IconChevronLeft.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1374
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronLeft/IconChevronLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1377,
			"name": "\"Icon/icons/IconChevronLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronLeft/index.tsx",
			"children": [
				{
					"id": 1378,
					"name": "IconChevronLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1374
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1378
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1379,
			"name": "\"Icon/icons/IconChevronRight/IconChevronRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronRight/IconChevronRight.tsx",
			"children": [
				{
					"id": 1380,
					"name": "IconChevronRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1381,
							"name": "IconChevronRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1382,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronRight/IconChevronRight.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1380
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronRight/IconChevronRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1383,
			"name": "\"Icon/icons/IconChevronRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronRight/index.tsx",
			"children": [
				{
					"id": 1384,
					"name": "IconChevronRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1380
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1384
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1385,
			"name": "\"Icon/icons/IconChevronUp/IconChevronUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronUp/IconChevronUp.tsx",
			"children": [
				{
					"id": 1386,
					"name": "IconChevronUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1387,
							"name": "IconChevronUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1388,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronUp/IconChevronUp.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1386
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronUp/IconChevronUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1389,
			"name": "\"Icon/icons/IconChevronUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronUp/index.tsx",
			"children": [
				{
					"id": 1390,
					"name": "IconChevronUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1386
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1390
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1391,
			"name": "\"Icon/icons/IconChevronsDown/IconChevronsDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsDown/IconChevronsDown.tsx",
			"children": [
				{
					"id": 1392,
					"name": "IconChevronsDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1393,
							"name": "IconChevronsDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1394,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronsDown/IconChevronsDown.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1392
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsDown/IconChevronsDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1395,
			"name": "\"Icon/icons/IconChevronsDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsDown/index.tsx",
			"children": [
				{
					"id": 1396,
					"name": "IconChevronsDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1392
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1396
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1397,
			"name": "\"Icon/icons/IconChevronsLeft/IconChevronsLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsLeft/IconChevronsLeft.tsx",
			"children": [
				{
					"id": 1398,
					"name": "IconChevronsLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1399,
							"name": "IconChevronsLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1400,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronsLeft/IconChevronsLeft.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1398
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsLeft/IconChevronsLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1401,
			"name": "\"Icon/icons/IconChevronsLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsLeft/index.tsx",
			"children": [
				{
					"id": 1402,
					"name": "IconChevronsLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1398
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1402
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1403,
			"name": "\"Icon/icons/IconChevronsRight/IconChevronsRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsRight/IconChevronsRight.tsx",
			"children": [
				{
					"id": 1404,
					"name": "IconChevronsRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1405,
							"name": "IconChevronsRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1406,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronsRight/IconChevronsRight.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1404
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsRight/IconChevronsRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1407,
			"name": "\"Icon/icons/IconChevronsRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsRight/index.tsx",
			"children": [
				{
					"id": 1408,
					"name": "IconChevronsRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1404
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1408
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1409,
			"name": "\"Icon/icons/IconChevronsUp/IconChevronsUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsUp/IconChevronsUp.tsx",
			"children": [
				{
					"id": 1410,
					"name": "IconChevronsUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1411,
							"name": "IconChevronsUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1412,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChevronsUp/IconChevronsUp.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1410
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsUp/IconChevronsUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1413,
			"name": "\"Icon/icons/IconChevronsUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChevronsUp/index.tsx",
			"children": [
				{
					"id": 1414,
					"name": "IconChevronsUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1410
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1414
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChevronsUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1415,
			"name": "\"Icon/icons/IconChrome/IconChrome\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChrome/IconChrome.tsx",
			"children": [
				{
					"id": 1416,
					"name": "IconChrome",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1417,
							"name": "IconChrome",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1418,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconChrome/IconChrome.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1416
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChrome/IconChrome.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1419,
			"name": "\"Icon/icons/IconChrome/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconChrome/index.tsx",
			"children": [
				{
					"id": 1420,
					"name": "IconChrome",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1416
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1420
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconChrome/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1421,
			"name": "\"Icon/icons/IconCircle/IconCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCircle/IconCircle.tsx",
			"children": [
				{
					"id": 1422,
					"name": "IconCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1423,
							"name": "IconCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1424,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCircle/IconCircle.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1422
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCircle/IconCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1425,
			"name": "\"Icon/icons/IconCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCircle/index.tsx",
			"children": [
				{
					"id": 1426,
					"name": "IconCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1422
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1426
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1427,
			"name": "\"Icon/icons/IconClipboard/IconClipboard\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconClipboard/IconClipboard.tsx",
			"children": [
				{
					"id": 1428,
					"name": "IconClipboard",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1429,
							"name": "IconClipboard",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1430,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconClipboard/IconClipboard.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1428
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconClipboard/IconClipboard.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1431,
			"name": "\"Icon/icons/IconClipboard/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconClipboard/index.tsx",
			"children": [
				{
					"id": 1432,
					"name": "IconClipboard",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1428
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1432
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconClipboard/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1433,
			"name": "\"Icon/icons/IconClock/IconClock\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconClock/IconClock.tsx",
			"children": [
				{
					"id": 1434,
					"name": "IconClock",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1435,
							"name": "IconClock",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1436,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconClock/IconClock.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1434
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconClock/IconClock.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1437,
			"name": "\"Icon/icons/IconClock/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconClock/index.tsx",
			"children": [
				{
					"id": 1438,
					"name": "IconClock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1434
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1438
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconClock/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1469,
			"name": "\"Icon/icons/IconCloud/IconCloud\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloud/IconCloud.tsx",
			"children": [
				{
					"id": 1470,
					"name": "IconCloud",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1471,
							"name": "IconCloud",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1472,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloud/IconCloud.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1470
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloud/IconCloud.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1473,
			"name": "\"Icon/icons/IconCloud/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloud/index.tsx",
			"children": [
				{
					"id": 1474,
					"name": "IconCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1470
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1474
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloud/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1439,
			"name": "\"Icon/icons/IconCloudDrizzle/IconCloudDrizzle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudDrizzle/IconCloudDrizzle.tsx",
			"children": [
				{
					"id": 1440,
					"name": "IconCloudDrizzle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1441,
							"name": "IconCloudDrizzle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1442,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloudDrizzle/IconCloudDrizzle.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1440
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudDrizzle/IconCloudDrizzle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1443,
			"name": "\"Icon/icons/IconCloudDrizzle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudDrizzle/index.tsx",
			"children": [
				{
					"id": 1444,
					"name": "IconCloudDrizzle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1440
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1444
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudDrizzle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1445,
			"name": "\"Icon/icons/IconCloudLightning/IconCloudLightning\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudLightning/IconCloudLightning.tsx",
			"children": [
				{
					"id": 1446,
					"name": "IconCloudLightning",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1447,
							"name": "IconCloudLightning",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1448,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloudLightning/IconCloudLightning.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1446
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudLightning/IconCloudLightning.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1449,
			"name": "\"Icon/icons/IconCloudLightning/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudLightning/index.tsx",
			"children": [
				{
					"id": 1450,
					"name": "IconCloudLightning",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1446
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1450
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudLightning/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1451,
			"name": "\"Icon/icons/IconCloudOff/IconCloudOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudOff/IconCloudOff.tsx",
			"children": [
				{
					"id": 1452,
					"name": "IconCloudOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1453,
							"name": "IconCloudOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1454,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloudOff/IconCloudOff.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1452
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudOff/IconCloudOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1455,
			"name": "\"Icon/icons/IconCloudOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudOff/index.tsx",
			"children": [
				{
					"id": 1456,
					"name": "IconCloudOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1452
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1456
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1457,
			"name": "\"Icon/icons/IconCloudRain/IconCloudRain\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudRain/IconCloudRain.tsx",
			"children": [
				{
					"id": 1458,
					"name": "IconCloudRain",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1459,
							"name": "IconCloudRain",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1460,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloudRain/IconCloudRain.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1458
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudRain/IconCloudRain.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1461,
			"name": "\"Icon/icons/IconCloudRain/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudRain/index.tsx",
			"children": [
				{
					"id": 1462,
					"name": "IconCloudRain",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1458
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1462
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudRain/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1463,
			"name": "\"Icon/icons/IconCloudSnow/IconCloudSnow\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudSnow/IconCloudSnow.tsx",
			"children": [
				{
					"id": 1464,
					"name": "IconCloudSnow",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1465,
							"name": "IconCloudSnow",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1466,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCloudSnow/IconCloudSnow.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1464
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudSnow/IconCloudSnow.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1467,
			"name": "\"Icon/icons/IconCloudSnow/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCloudSnow/index.tsx",
			"children": [
				{
					"id": 1468,
					"name": "IconCloudSnow",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1464
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1468
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCloudSnow/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1475,
			"name": "\"Icon/icons/IconCode/IconCode\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCode/IconCode.tsx",
			"children": [
				{
					"id": 1476,
					"name": "IconCode",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1477,
							"name": "IconCode",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1478,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCode/IconCode.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1476
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCode/IconCode.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1479,
			"name": "\"Icon/icons/IconCode/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCode/index.tsx",
			"children": [
				{
					"id": 1480,
					"name": "IconCode",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1476
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1480
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCode/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1481,
			"name": "\"Icon/icons/IconCodepen/IconCodepen\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCodepen/IconCodepen.tsx",
			"children": [
				{
					"id": 1482,
					"name": "IconCodepen",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1483,
							"name": "IconCodepen",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1484,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCodepen/IconCodepen.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1482
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCodepen/IconCodepen.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1485,
			"name": "\"Icon/icons/IconCodepen/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCodepen/index.tsx",
			"children": [
				{
					"id": 1486,
					"name": "IconCodepen",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1482
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1486
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCodepen/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1487,
			"name": "\"Icon/icons/IconCodesandbox/IconCodesandbox\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCodesandbox/IconCodesandbox.tsx",
			"children": [
				{
					"id": 1488,
					"name": "IconCodesandbox",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1489,
							"name": "IconCodesandbox",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1490,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCodesandbox/IconCodesandbox.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1488
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCodesandbox/IconCodesandbox.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1491,
			"name": "\"Icon/icons/IconCodesandbox/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCodesandbox/index.tsx",
			"children": [
				{
					"id": 1492,
					"name": "IconCodesandbox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1488
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1492
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCodesandbox/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1493,
			"name": "\"Icon/icons/IconCoffee/IconCoffee\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCoffee/IconCoffee.tsx",
			"children": [
				{
					"id": 1494,
					"name": "IconCoffee",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1495,
							"name": "IconCoffee",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1496,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCoffee/IconCoffee.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1494
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCoffee/IconCoffee.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1497,
			"name": "\"Icon/icons/IconCoffee/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCoffee/index.tsx",
			"children": [
				{
					"id": 1498,
					"name": "IconCoffee",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1494
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1498
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCoffee/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1499,
			"name": "\"Icon/icons/IconColumns/IconColumns\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconColumns/IconColumns.tsx",
			"children": [
				{
					"id": 1500,
					"name": "IconColumns",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1501,
							"name": "IconColumns",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1502,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconColumns/IconColumns.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1500
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconColumns/IconColumns.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1503,
			"name": "\"Icon/icons/IconColumns/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconColumns/index.tsx",
			"children": [
				{
					"id": 1504,
					"name": "IconColumns",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1500
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1504
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconColumns/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1505,
			"name": "\"Icon/icons/IconCommand/IconCommand\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCommand/IconCommand.tsx",
			"children": [
				{
					"id": 1506,
					"name": "IconCommand",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1507,
							"name": "IconCommand",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1508,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCommand/IconCommand.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1506
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCommand/IconCommand.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1509,
			"name": "\"Icon/icons/IconCommand/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCommand/index.tsx",
			"children": [
				{
					"id": 1510,
					"name": "IconCommand",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1506
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1510
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCommand/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1511,
			"name": "\"Icon/icons/IconCompass/IconCompass\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCompass/IconCompass.tsx",
			"children": [
				{
					"id": 1512,
					"name": "IconCompass",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1513,
							"name": "IconCompass",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1514,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCompass/IconCompass.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1512
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCompass/IconCompass.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1515,
			"name": "\"Icon/icons/IconCompass/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCompass/index.tsx",
			"children": [
				{
					"id": 1516,
					"name": "IconCompass",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1512
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1516
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCompass/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1517,
			"name": "\"Icon/icons/IconCopy/IconCopy\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCopy/IconCopy.tsx",
			"children": [
				{
					"id": 1518,
					"name": "IconCopy",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1519,
							"name": "IconCopy",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1520,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCopy/IconCopy.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1518
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCopy/IconCopy.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1521,
			"name": "\"Icon/icons/IconCopy/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCopy/index.tsx",
			"children": [
				{
					"id": 1522,
					"name": "IconCopy",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1518
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1522
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCopy/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1523,
			"name": "\"Icon/icons/IconCornerDownLeft/IconCornerDownLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerDownLeft/IconCornerDownLeft.tsx",
			"children": [
				{
					"id": 1524,
					"name": "IconCornerDownLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1525,
							"name": "IconCornerDownLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1526,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerDownLeft/IconCornerDownLeft.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1524
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerDownLeft/IconCornerDownLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1527,
			"name": "\"Icon/icons/IconCornerDownLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerDownLeft/index.tsx",
			"children": [
				{
					"id": 1528,
					"name": "IconCornerDownLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1524
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1528
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerDownLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1529,
			"name": "\"Icon/icons/IconCornerDownRight/IconCornerDownRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerDownRight/IconCornerDownRight.tsx",
			"children": [
				{
					"id": 1530,
					"name": "IconCornerDownRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1531,
							"name": "IconCornerDownRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1532,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerDownRight/IconCornerDownRight.tsx",
							"line": 8,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1530
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerDownRight/IconCornerDownRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1533,
			"name": "\"Icon/icons/IconCornerDownRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerDownRight/index.tsx",
			"children": [
				{
					"id": 1534,
					"name": "IconCornerDownRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1530
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1534
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerDownRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1535,
			"name": "\"Icon/icons/IconCornerLeftDown/IconCornerLeftDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerLeftDown/IconCornerLeftDown.tsx",
			"children": [
				{
					"id": 1536,
					"name": "IconCornerLeftDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1537,
							"name": "IconCornerLeftDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1538,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerLeftDown/IconCornerLeftDown.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1536
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerLeftDown/IconCornerLeftDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1539,
			"name": "\"Icon/icons/IconCornerLeftDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerLeftDown/index.tsx",
			"children": [
				{
					"id": 1540,
					"name": "IconCornerLeftDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1536
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1540
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerLeftDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1541,
			"name": "\"Icon/icons/IconCornerLeftUp/IconCornerLeftUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerLeftUp/IconCornerLeftUp.tsx",
			"children": [
				{
					"id": 1542,
					"name": "IconCornerLeftUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1543,
							"name": "IconCornerLeftUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1544,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerLeftUp/IconCornerLeftUp.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1542
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerLeftUp/IconCornerLeftUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1545,
			"name": "\"Icon/icons/IconCornerLeftUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerLeftUp/index.tsx",
			"children": [
				{
					"id": 1546,
					"name": "IconCornerLeftUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1542
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1546
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerLeftUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1547,
			"name": "\"Icon/icons/IconCornerRightDown/IconCornerRightDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerRightDown/IconCornerRightDown.tsx",
			"children": [
				{
					"id": 1548,
					"name": "IconCornerRightDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1549,
							"name": "IconCornerRightDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1550,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerRightDown/IconCornerRightDown.tsx",
							"line": 8,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1548
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerRightDown/IconCornerRightDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1551,
			"name": "\"Icon/icons/IconCornerRightDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerRightDown/index.tsx",
			"children": [
				{
					"id": 1552,
					"name": "IconCornerRightDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1548
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1552
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerRightDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1553,
			"name": "\"Icon/icons/IconCornerRightUp/IconCornerRightUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerRightUp/IconCornerRightUp.tsx",
			"children": [
				{
					"id": 1554,
					"name": "IconCornerRightUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1555,
							"name": "IconCornerRightUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1556,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerRightUp/IconCornerRightUp.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1554
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerRightUp/IconCornerRightUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1557,
			"name": "\"Icon/icons/IconCornerRightUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerRightUp/index.tsx",
			"children": [
				{
					"id": 1558,
					"name": "IconCornerRightUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1554
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1558
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerRightUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1559,
			"name": "\"Icon/icons/IconCornerUpLeft/IconCornerUpLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerUpLeft/IconCornerUpLeft.tsx",
			"children": [
				{
					"id": 1560,
					"name": "IconCornerUpLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1561,
							"name": "IconCornerUpLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1562,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerUpLeft/IconCornerUpLeft.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1560
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerUpLeft/IconCornerUpLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1563,
			"name": "\"Icon/icons/IconCornerUpLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerUpLeft/index.tsx",
			"children": [
				{
					"id": 1564,
					"name": "IconCornerUpLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1560
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1564
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerUpLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1565,
			"name": "\"Icon/icons/IconCornerUpRight/IconCornerUpRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerUpRight/IconCornerUpRight.tsx",
			"children": [
				{
					"id": 1566,
					"name": "IconCornerUpRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1567,
							"name": "IconCornerUpRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1568,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCornerUpRight/IconCornerUpRight.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1566
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerUpRight/IconCornerUpRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1569,
			"name": "\"Icon/icons/IconCornerUpRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCornerUpRight/index.tsx",
			"children": [
				{
					"id": 1570,
					"name": "IconCornerUpRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1566
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1570
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCornerUpRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1571,
			"name": "\"Icon/icons/IconCpu/IconCpu\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCpu/IconCpu.tsx",
			"children": [
				{
					"id": 1572,
					"name": "IconCpu",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1573,
							"name": "IconCpu",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1574,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCpu/IconCpu.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1572
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCpu/IconCpu.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1575,
			"name": "\"Icon/icons/IconCpu/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCpu/index.tsx",
			"children": [
				{
					"id": 1576,
					"name": "IconCpu",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1572
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1576
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCpu/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1577,
			"name": "\"Icon/icons/IconCreditCard/IconCreditCard\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCreditCard/IconCreditCard.tsx",
			"children": [
				{
					"id": 1578,
					"name": "IconCreditCard",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1579,
							"name": "IconCreditCard",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1580,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCreditCard/IconCreditCard.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1578
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCreditCard/IconCreditCard.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1581,
			"name": "\"Icon/icons/IconCreditCard/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCreditCard/index.tsx",
			"children": [
				{
					"id": 1582,
					"name": "IconCreditCard",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1578
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1582
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCreditCard/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1583,
			"name": "\"Icon/icons/IconCrop/IconCrop\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCrop/IconCrop.tsx",
			"children": [
				{
					"id": 1584,
					"name": "IconCrop",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1585,
							"name": "IconCrop",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1586,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCrop/IconCrop.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1584
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCrop/IconCrop.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1587,
			"name": "\"Icon/icons/IconCrop/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCrop/index.tsx",
			"children": [
				{
					"id": 1588,
					"name": "IconCrop",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1584
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1588
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCrop/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1589,
			"name": "\"Icon/icons/IconCrosshair/IconCrosshair\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCrosshair/IconCrosshair.tsx",
			"children": [
				{
					"id": 1590,
					"name": "IconCrosshair",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1591,
							"name": "IconCrosshair",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1592,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconCrosshair/IconCrosshair.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1590
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCrosshair/IconCrosshair.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1593,
			"name": "\"Icon/icons/IconCrosshair/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconCrosshair/index.tsx",
			"children": [
				{
					"id": 1594,
					"name": "IconCrosshair",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1590
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1594
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconCrosshair/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1595,
			"name": "\"Icon/icons/IconDatabase/IconDatabase\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDatabase/IconDatabase.tsx",
			"children": [
				{
					"id": 1596,
					"name": "IconDatabase",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1597,
							"name": "IconDatabase",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1598,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDatabase/IconDatabase.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1596
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDatabase/IconDatabase.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1599,
			"name": "\"Icon/icons/IconDatabase/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDatabase/index.tsx",
			"children": [
				{
					"id": 1600,
					"name": "IconDatabase",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1596
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1600
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDatabase/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1601,
			"name": "\"Icon/icons/IconDelete/IconDelete\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDelete/IconDelete.tsx",
			"children": [
				{
					"id": 1602,
					"name": "IconDelete",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1603,
							"name": "IconDelete",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1604,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDelete/IconDelete.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1602
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDelete/IconDelete.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1605,
			"name": "\"Icon/icons/IconDelete/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDelete/index.tsx",
			"children": [
				{
					"id": 1606,
					"name": "IconDelete",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1602
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1606
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDelete/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1607,
			"name": "\"Icon/icons/IconDisc/IconDisc\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDisc/IconDisc.tsx",
			"children": [
				{
					"id": 1608,
					"name": "IconDisc",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1609,
							"name": "IconDisc",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1610,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDisc/IconDisc.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1608
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDisc/IconDisc.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1611,
			"name": "\"Icon/icons/IconDisc/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDisc/index.tsx",
			"children": [
				{
					"id": 1612,
					"name": "IconDisc",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1608
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1612
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDisc/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1625,
			"name": "\"Icon/icons/IconDivide/IconDivide\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivide/IconDivide.tsx",
			"children": [
				{
					"id": 1626,
					"name": "IconDivide",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1627,
							"name": "IconDivide",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1628,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDivide/IconDivide.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1626
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivide/IconDivide.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1629,
			"name": "\"Icon/icons/IconDivide/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivide/index.tsx",
			"children": [
				{
					"id": 1630,
					"name": "IconDivide",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1626
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1630
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivide/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1613,
			"name": "\"Icon/icons/IconDivideCircle/IconDivideCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivideCircle/IconDivideCircle.tsx",
			"children": [
				{
					"id": 1614,
					"name": "IconDivideCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1615,
							"name": "IconDivideCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1616,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDivideCircle/IconDivideCircle.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1614
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivideCircle/IconDivideCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1617,
			"name": "\"Icon/icons/IconDivideCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivideCircle/index.tsx",
			"children": [
				{
					"id": 1618,
					"name": "IconDivideCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1614
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1618
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivideCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1619,
			"name": "\"Icon/icons/IconDivideSquare/IconDivideSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivideSquare/IconDivideSquare.tsx",
			"children": [
				{
					"id": 1620,
					"name": "IconDivideSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1621,
							"name": "IconDivideSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1622,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDivideSquare/IconDivideSquare.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1620
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivideSquare/IconDivideSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1623,
			"name": "\"Icon/icons/IconDivideSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDivideSquare/index.tsx",
			"children": [
				{
					"id": 1624,
					"name": "IconDivideSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1620
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1624
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDivideSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1631,
			"name": "\"Icon/icons/IconDollarSign/IconDollarSign\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDollarSign/IconDollarSign.tsx",
			"children": [
				{
					"id": 1632,
					"name": "IconDollarSign",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1633,
							"name": "IconDollarSign",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1634,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDollarSign/IconDollarSign.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1632
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDollarSign/IconDollarSign.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1635,
			"name": "\"Icon/icons/IconDollarSign/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDollarSign/index.tsx",
			"children": [
				{
					"id": 1636,
					"name": "IconDollarSign",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1632
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1636
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDollarSign/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1643,
			"name": "\"Icon/icons/IconDownload/IconDownload\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDownload/IconDownload.tsx",
			"children": [
				{
					"id": 1644,
					"name": "IconDownload",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1645,
							"name": "IconDownload",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1646,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDownload/IconDownload.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1644
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDownload/IconDownload.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1647,
			"name": "\"Icon/icons/IconDownload/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDownload/index.tsx",
			"children": [
				{
					"id": 1648,
					"name": "IconDownload",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1644
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1648
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDownload/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1637,
			"name": "\"Icon/icons/IconDownloadCloud/IconDownloadCloud\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDownloadCloud/IconDownloadCloud.tsx",
			"children": [
				{
					"id": 1638,
					"name": "IconDownloadCloud",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1639,
							"name": "IconDownloadCloud",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1640,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDownloadCloud/IconDownloadCloud.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1638
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDownloadCloud/IconDownloadCloud.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1641,
			"name": "\"Icon/icons/IconDownloadCloud/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDownloadCloud/index.tsx",
			"children": [
				{
					"id": 1642,
					"name": "IconDownloadCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1638
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1642
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDownloadCloud/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1649,
			"name": "\"Icon/icons/IconDribbble/IconDribbble\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDribbble/IconDribbble.tsx",
			"children": [
				{
					"id": 1650,
					"name": "IconDribbble",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1651,
							"name": "IconDribbble",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1652,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDribbble/IconDribbble.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1650
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDribbble/IconDribbble.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1653,
			"name": "\"Icon/icons/IconDribbble/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDribbble/index.tsx",
			"children": [
				{
					"id": 1654,
					"name": "IconDribbble",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1650
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1654
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDribbble/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1655,
			"name": "\"Icon/icons/IconDroplet/IconDroplet\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDroplet/IconDroplet.tsx",
			"children": [
				{
					"id": 1656,
					"name": "IconDroplet",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1657,
							"name": "IconDroplet",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1658,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconDroplet/IconDroplet.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1656
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDroplet/IconDroplet.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1659,
			"name": "\"Icon/icons/IconDroplet/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconDroplet/index.tsx",
			"children": [
				{
					"id": 1660,
					"name": "IconDroplet",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1656
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1660
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconDroplet/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1673,
			"name": "\"Icon/icons/IconEdit/IconEdit\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit/IconEdit.tsx",
			"children": [
				{
					"id": 1674,
					"name": "IconEdit",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1675,
							"name": "IconEdit",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1676,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconEdit/IconEdit.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1674
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit/IconEdit.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1677,
			"name": "\"Icon/icons/IconEdit/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit/index.tsx",
			"children": [
				{
					"id": 1678,
					"name": "IconEdit",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1674
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1678
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1661,
			"name": "\"Icon/icons/IconEdit2/IconEdit2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit2/IconEdit2.tsx",
			"children": [
				{
					"id": 1662,
					"name": "IconEdit2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1663,
							"name": "IconEdit2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1664,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconEdit2/IconEdit2.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1662
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit2/IconEdit2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1665,
			"name": "\"Icon/icons/IconEdit2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit2/index.tsx",
			"children": [
				{
					"id": 1666,
					"name": "IconEdit2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1662
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1666
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1667,
			"name": "\"Icon/icons/IconEdit3/IconEdit3\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit3/IconEdit3.tsx",
			"children": [
				{
					"id": 1668,
					"name": "IconEdit3",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1669,
							"name": "IconEdit3",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1670,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconEdit3/IconEdit3.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1668
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit3/IconEdit3.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1671,
			"name": "\"Icon/icons/IconEdit3/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEdit3/index.tsx",
			"children": [
				{
					"id": 1672,
					"name": "IconEdit3",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1668
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1672
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEdit3/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1679,
			"name": "\"Icon/icons/IconExternalLink/IconExternalLink\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconExternalLink/IconExternalLink.tsx",
			"children": [
				{
					"id": 1680,
					"name": "IconExternalLink",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1681,
							"name": "IconExternalLink",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1682,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconExternalLink/IconExternalLink.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1680
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconExternalLink/IconExternalLink.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1683,
			"name": "\"Icon/icons/IconExternalLink/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconExternalLink/index.tsx",
			"children": [
				{
					"id": 1684,
					"name": "IconExternalLink",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1680
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1684
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconExternalLink/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1691,
			"name": "\"Icon/icons/IconEye/IconEye\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEye/IconEye.tsx",
			"children": [
				{
					"id": 1692,
					"name": "IconEye",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1693,
							"name": "IconEye",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1694,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconEye/IconEye.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1692
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEye/IconEye.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1695,
			"name": "\"Icon/icons/IconEye/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEye/index.tsx",
			"children": [
				{
					"id": 1696,
					"name": "IconEye",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1692
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1696
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEye/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1685,
			"name": "\"Icon/icons/IconEyeOff/IconEyeOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEyeOff/IconEyeOff.tsx",
			"children": [
				{
					"id": 1686,
					"name": "IconEyeOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1687,
							"name": "IconEyeOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1688,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconEyeOff/IconEyeOff.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1686
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEyeOff/IconEyeOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1689,
			"name": "\"Icon/icons/IconEyeOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconEyeOff/index.tsx",
			"children": [
				{
					"id": 1690,
					"name": "IconEyeOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1686
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1690
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconEyeOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1697,
			"name": "\"Icon/icons/IconFacebook/IconFacebook\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFacebook/IconFacebook.tsx",
			"children": [
				{
					"id": 1698,
					"name": "IconFacebook",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1699,
							"name": "IconFacebook",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1700,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFacebook/IconFacebook.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1698
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFacebook/IconFacebook.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1701,
			"name": "\"Icon/icons/IconFacebook/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFacebook/index.tsx",
			"children": [
				{
					"id": 1702,
					"name": "IconFacebook",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1698
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1702
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFacebook/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1703,
			"name": "\"Icon/icons/IconFastForward/IconFastForward\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFastForward/IconFastForward.tsx",
			"children": [
				{
					"id": 1704,
					"name": "IconFastForward",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1705,
							"name": "IconFastForward",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1706,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFastForward/IconFastForward.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1704
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFastForward/IconFastForward.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1707,
			"name": "\"Icon/icons/IconFastForward/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFastForward/index.tsx",
			"children": [
				{
					"id": 1708,
					"name": "IconFastForward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1704
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1708
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFastForward/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1709,
			"name": "\"Icon/icons/IconFeather/IconFeather\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFeather/IconFeather.tsx",
			"children": [
				{
					"id": 1710,
					"name": "IconFeather",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1711,
							"name": "IconFeather",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1712,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFeather/IconFeather.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1710
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFeather/IconFeather.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1713,
			"name": "\"Icon/icons/IconFeather/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFeather/index.tsx",
			"children": [
				{
					"id": 1714,
					"name": "IconFeather",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1710
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1714
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFeather/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1715,
			"name": "\"Icon/icons/IconFigma/IconFigma\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFigma/IconFigma.tsx",
			"children": [
				{
					"id": 1716,
					"name": "IconFigma",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1717,
							"name": "IconFigma",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1718,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFigma/IconFigma.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1716
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFigma/IconFigma.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1719,
			"name": "\"Icon/icons/IconFigma/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFigma/index.tsx",
			"children": [
				{
					"id": 1720,
					"name": "IconFigma",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1716
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1720
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFigma/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1739,
			"name": "\"Icon/icons/IconFile/IconFile\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFile/IconFile.tsx",
			"children": [
				{
					"id": 1740,
					"name": "IconFile",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1741,
							"name": "IconFile",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1742,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFile/IconFile.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1740
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFile/IconFile.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1743,
			"name": "\"Icon/icons/IconFile/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFile/index.tsx",
			"children": [
				{
					"id": 1744,
					"name": "IconFile",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1740
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1744
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFile/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1721,
			"name": "\"Icon/icons/IconFileMinus/IconFileMinus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFileMinus/IconFileMinus.tsx",
			"children": [
				{
					"id": 1722,
					"name": "IconFileMinus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1723,
							"name": "IconFileMinus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1724,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFileMinus/IconFileMinus.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1722
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFileMinus/IconFileMinus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1725,
			"name": "\"Icon/icons/IconFileMinus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFileMinus/index.tsx",
			"children": [
				{
					"id": 1726,
					"name": "IconFileMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1722
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1726
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFileMinus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1727,
			"name": "\"Icon/icons/IconFilePlus/IconFilePlus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilePlus/IconFilePlus.tsx",
			"children": [
				{
					"id": 1728,
					"name": "IconFilePlus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1729,
							"name": "IconFilePlus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1730,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFilePlus/IconFilePlus.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1728
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilePlus/IconFilePlus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1731,
			"name": "\"Icon/icons/IconFilePlus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilePlus/index.tsx",
			"children": [
				{
					"id": 1732,
					"name": "IconFilePlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1728
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1732
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilePlus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1733,
			"name": "\"Icon/icons/IconFileText/IconFileText\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFileText/IconFileText.tsx",
			"children": [
				{
					"id": 1734,
					"name": "IconFileText",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1735,
							"name": "IconFileText",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1736,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFileText/IconFileText.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1734
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFileText/IconFileText.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1737,
			"name": "\"Icon/icons/IconFileText/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFileText/index.tsx",
			"children": [
				{
					"id": 1738,
					"name": "IconFileText",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1734
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1738
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFileText/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1745,
			"name": "\"Icon/icons/IconFilm/IconFilm\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilm/IconFilm.tsx",
			"children": [
				{
					"id": 1746,
					"name": "IconFilm",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1747,
							"name": "IconFilm",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1748,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFilm/IconFilm.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1746
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilm/IconFilm.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1749,
			"name": "\"Icon/icons/IconFilm/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilm/index.tsx",
			"children": [
				{
					"id": 1750,
					"name": "IconFilm",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1746
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1750
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilm/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1751,
			"name": "\"Icon/icons/IconFilter/IconFilter\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilter/IconFilter.tsx",
			"children": [
				{
					"id": 1752,
					"name": "IconFilter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1753,
							"name": "IconFilter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1754,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFilter/IconFilter.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1752
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilter/IconFilter.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1755,
			"name": "\"Icon/icons/IconFilter/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFilter/index.tsx",
			"children": [
				{
					"id": 1756,
					"name": "IconFilter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1752
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1756
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFilter/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1757,
			"name": "\"Icon/icons/IconFlag/IconFlag\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFlag/IconFlag.tsx",
			"children": [
				{
					"id": 1758,
					"name": "IconFlag",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1759,
							"name": "IconFlag",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1760,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFlag/IconFlag.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1758
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFlag/IconFlag.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1761,
			"name": "\"Icon/icons/IconFlag/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFlag/index.tsx",
			"children": [
				{
					"id": 1762,
					"name": "IconFlag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1758
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1762
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFlag/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1775,
			"name": "\"Icon/icons/IconFolder/IconFolder\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolder/IconFolder.tsx",
			"children": [
				{
					"id": 1776,
					"name": "IconFolder",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1777,
							"name": "IconFolder",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1778,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFolder/IconFolder.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1776
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolder/IconFolder.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1779,
			"name": "\"Icon/icons/IconFolder/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolder/index.tsx",
			"children": [
				{
					"id": 1780,
					"name": "IconFolder",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1776
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1780
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolder/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1763,
			"name": "\"Icon/icons/IconFolderMinus/IconFolderMinus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolderMinus/IconFolderMinus.tsx",
			"children": [
				{
					"id": 1764,
					"name": "IconFolderMinus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1765,
							"name": "IconFolderMinus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1766,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFolderMinus/IconFolderMinus.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1764
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolderMinus/IconFolderMinus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1767,
			"name": "\"Icon/icons/IconFolderMinus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolderMinus/index.tsx",
			"children": [
				{
					"id": 1768,
					"name": "IconFolderMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1764
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1768
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolderMinus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1769,
			"name": "\"Icon/icons/IconFolderPlus/IconFolderPlus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolderPlus/IconFolderPlus.tsx",
			"children": [
				{
					"id": 1770,
					"name": "IconFolderPlus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1771,
							"name": "IconFolderPlus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1772,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFolderPlus/IconFolderPlus.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1770
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolderPlus/IconFolderPlus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1773,
			"name": "\"Icon/icons/IconFolderPlus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFolderPlus/index.tsx",
			"children": [
				{
					"id": 1774,
					"name": "IconFolderPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1770
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1774
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFolderPlus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1781,
			"name": "\"Icon/icons/IconFramer/IconFramer\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFramer/IconFramer.tsx",
			"children": [
				{
					"id": 1782,
					"name": "IconFramer",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1783,
							"name": "IconFramer",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1784,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFramer/IconFramer.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1782
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFramer/IconFramer.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1785,
			"name": "\"Icon/icons/IconFramer/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFramer/index.tsx",
			"children": [
				{
					"id": 1786,
					"name": "IconFramer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1782
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1786
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFramer/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1787,
			"name": "\"Icon/icons/IconFrown/IconFrown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFrown/IconFrown.tsx",
			"children": [
				{
					"id": 1788,
					"name": "IconFrown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1789,
							"name": "IconFrown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1790,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconFrown/IconFrown.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1788
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFrown/IconFrown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1791,
			"name": "\"Icon/icons/IconFrown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconFrown/index.tsx",
			"children": [
				{
					"id": 1792,
					"name": "IconFrown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1788
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1792
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconFrown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1793,
			"name": "\"Icon/icons/IconGift/IconGift\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGift/IconGift.tsx",
			"children": [
				{
					"id": 1794,
					"name": "IconGift",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1795,
							"name": "IconGift",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1796,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGift/IconGift.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1794
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGift/IconGift.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1797,
			"name": "\"Icon/icons/IconGift/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGift/index.tsx",
			"children": [
				{
					"id": 1798,
					"name": "IconGift",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1794
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1798
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGift/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1799,
			"name": "\"Icon/icons/IconGitBranch/IconGitBranch\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitBranch/IconGitBranch.tsx",
			"children": [
				{
					"id": 1800,
					"name": "IconGitBranch",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1801,
							"name": "IconGitBranch",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1802,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitBranch/IconGitBranch.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1800
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitBranch/IconGitBranch.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1803,
			"name": "\"Icon/icons/IconGitBranch/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitBranch/index.tsx",
			"children": [
				{
					"id": 1804,
					"name": "IconGitBranch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1800
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1804
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitBranch/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1805,
			"name": "\"Icon/icons/IconGitCommit/IconGitCommit\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitCommit/IconGitCommit.tsx",
			"children": [
				{
					"id": 1806,
					"name": "IconGitCommit",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1807,
							"name": "IconGitCommit",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1808,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitCommit/IconGitCommit.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1806
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitCommit/IconGitCommit.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1809,
			"name": "\"Icon/icons/IconGitCommit/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitCommit/index.tsx",
			"children": [
				{
					"id": 1810,
					"name": "IconGitCommit",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1806
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1810
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitCommit/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1823,
			"name": "\"Icon/icons/IconGitHub/IconGitHub\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitHub/IconGitHub.tsx",
			"children": [
				{
					"id": 1824,
					"name": "IconGitHub",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1825,
							"name": "IconGitHub",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1826,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitHub/IconGitHub.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1824
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitHub/IconGitHub.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1827,
			"name": "\"Icon/icons/IconGitHub/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitHub/index.tsx",
			"children": [
				{
					"id": 1828,
					"name": "IconGitHub",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1824
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1828
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitHub/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1811,
			"name": "\"Icon/icons/IconGitMerge/IconGitMerge\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitMerge/IconGitMerge.tsx",
			"children": [
				{
					"id": 1812,
					"name": "IconGitMerge",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1813,
							"name": "IconGitMerge",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1814,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitMerge/IconGitMerge.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1812
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitMerge/IconGitMerge.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1815,
			"name": "\"Icon/icons/IconGitMerge/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitMerge/index.tsx",
			"children": [
				{
					"id": 1816,
					"name": "IconGitMerge",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1812
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1816
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitMerge/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1817,
			"name": "\"Icon/icons/IconGitPullRequest/IconGitPullRequest\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitPullRequest/IconGitPullRequest.tsx",
			"children": [
				{
					"id": 1818,
					"name": "IconGitPullRequest",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1819,
							"name": "IconGitPullRequest",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1820,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitPullRequest/IconGitPullRequest.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1818
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitPullRequest/IconGitPullRequest.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1821,
			"name": "\"Icon/icons/IconGitPullRequest/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitPullRequest/index.tsx",
			"children": [
				{
					"id": 1822,
					"name": "IconGitPullRequest",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1818
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1822
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitPullRequest/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1829,
			"name": "\"Icon/icons/IconGitlab/IconGitlab\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitlab/IconGitlab.tsx",
			"children": [
				{
					"id": 1830,
					"name": "IconGitlab",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1831,
							"name": "IconGitlab",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1832,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGitlab/IconGitlab.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1830
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitlab/IconGitlab.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1833,
			"name": "\"Icon/icons/IconGitlab/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGitlab/index.tsx",
			"children": [
				{
					"id": 1834,
					"name": "IconGitlab",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1830
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1834
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGitlab/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1835,
			"name": "\"Icon/icons/IconGlobe/IconGlobe\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGlobe/IconGlobe.tsx",
			"children": [
				{
					"id": 1836,
					"name": "IconGlobe",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1837,
							"name": "IconGlobe",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1838,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGlobe/IconGlobe.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1836
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGlobe/IconGlobe.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1839,
			"name": "\"Icon/icons/IconGlobe/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGlobe/index.tsx",
			"children": [
				{
					"id": 1840,
					"name": "IconGlobe",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1836
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1840
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGlobe/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1841,
			"name": "\"Icon/icons/IconGrid/IconGrid\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGrid/IconGrid.tsx",
			"children": [
				{
					"id": 1842,
					"name": "IconGrid",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1843,
							"name": "IconGrid",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1844,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconGrid/IconGrid.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1842
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGrid/IconGrid.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1845,
			"name": "\"Icon/icons/IconGrid/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconGrid/index.tsx",
			"children": [
				{
					"id": 1846,
					"name": "IconGrid",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1842
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1846
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconGrid/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1847,
			"name": "\"Icon/icons/IconHardDrive/IconHardDrive\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHardDrive/IconHardDrive.tsx",
			"children": [
				{
					"id": 1848,
					"name": "IconHardDrive",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1849,
							"name": "IconHardDrive",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1850,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHardDrive/IconHardDrive.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1848
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHardDrive/IconHardDrive.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1851,
			"name": "\"Icon/icons/IconHardDrive/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHardDrive/index.tsx",
			"children": [
				{
					"id": 1852,
					"name": "IconHardDrive",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1848
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1852
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHardDrive/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1853,
			"name": "\"Icon/icons/IconHash/IconHash\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHash/IconHash.tsx",
			"children": [
				{
					"id": 1854,
					"name": "IconHash",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1855,
							"name": "IconHash",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1856,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHash/IconHash.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1854
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHash/IconHash.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1857,
			"name": "\"Icon/icons/IconHash/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHash/index.tsx",
			"children": [
				{
					"id": 1858,
					"name": "IconHash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1854
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1858
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHash/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1859,
			"name": "\"Icon/icons/IconHeadphones/IconHeadphones\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHeadphones/IconHeadphones.tsx",
			"children": [
				{
					"id": 1860,
					"name": "IconHeadphones",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1861,
							"name": "IconHeadphones",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1862,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHeadphones/IconHeadphones.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1860
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHeadphones/IconHeadphones.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1863,
			"name": "\"Icon/icons/IconHeadphones/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHeadphones/index.tsx",
			"children": [
				{
					"id": 1864,
					"name": "IconHeadphones",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1860
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1864
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHeadphones/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1865,
			"name": "\"Icon/icons/IconHeart/IconHeart\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHeart/IconHeart.tsx",
			"children": [
				{
					"id": 1866,
					"name": "IconHeart",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1867,
							"name": "IconHeart",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1868,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHeart/IconHeart.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1866
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHeart/IconHeart.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1869,
			"name": "\"Icon/icons/IconHeart/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHeart/index.tsx",
			"children": [
				{
					"id": 1870,
					"name": "IconHeart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1866
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1870
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHeart/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1871,
			"name": "\"Icon/icons/IconHelpCircle/IconHelpCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHelpCircle/IconHelpCircle.tsx",
			"children": [
				{
					"id": 1872,
					"name": "IconHelpCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1873,
							"name": "IconHelpCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1874,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHelpCircle/IconHelpCircle.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1872
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHelpCircle/IconHelpCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1875,
			"name": "\"Icon/icons/IconHelpCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHelpCircle/index.tsx",
			"children": [
				{
					"id": 1876,
					"name": "IconHelpCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1872
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1876
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHelpCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1877,
			"name": "\"Icon/icons/IconHexagon/IconHexagon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHexagon/IconHexagon.tsx",
			"children": [
				{
					"id": 1878,
					"name": "IconHexagon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1879,
							"name": "IconHexagon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1880,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHexagon/IconHexagon.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1878
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHexagon/IconHexagon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1881,
			"name": "\"Icon/icons/IconHexagon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHexagon/index.tsx",
			"children": [
				{
					"id": 1882,
					"name": "IconHexagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1878
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1882
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHexagon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1883,
			"name": "\"Icon/icons/IconHome/IconHome\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHome/IconHome.tsx",
			"children": [
				{
					"id": 1884,
					"name": "IconHome",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1885,
							"name": "IconHome",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1886,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconHome/IconHome.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1884
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHome/IconHome.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1887,
			"name": "\"Icon/icons/IconHome/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconHome/index.tsx",
			"children": [
				{
					"id": 1888,
					"name": "IconHome",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1884
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1888
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconHome/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1889,
			"name": "\"Icon/icons/IconImage/IconImage\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconImage/IconImage.tsx",
			"children": [
				{
					"id": 1890,
					"name": "IconImage",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1891,
							"name": "IconImage",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1892,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconImage/IconImage.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1890
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconImage/IconImage.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1893,
			"name": "\"Icon/icons/IconImage/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconImage/index.tsx",
			"children": [
				{
					"id": 1894,
					"name": "IconImage",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1890
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1894
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconImage/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1895,
			"name": "\"Icon/icons/IconInbox/IconInbox\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInbox/IconInbox.tsx",
			"children": [
				{
					"id": 1896,
					"name": "IconInbox",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1897,
							"name": "IconInbox",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1898,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconInbox/IconInbox.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1896
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInbox/IconInbox.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1899,
			"name": "\"Icon/icons/IconInbox/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInbox/index.tsx",
			"children": [
				{
					"id": 1900,
					"name": "IconInbox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1896
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1900
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInbox/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 47,
			"name": "\"Icon/icons/IconInfo/IconInfo\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInfo/IconInfo.tsx",
			"children": [
				{
					"id": 48,
					"name": "IconInfo",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 49,
							"name": "IconInfo",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 50,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconInfo/IconInfo.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						48
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInfo/IconInfo.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 51,
			"name": "\"Icon/icons/IconInfo/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInfo/index.tsx",
			"children": [
				{
					"id": 52,
					"name": "IconInfo",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 48
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						52
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInfo/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1901,
			"name": "\"Icon/icons/IconInstagram/IconInstagram\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInstagram/IconInstagram.tsx",
			"children": [
				{
					"id": 1902,
					"name": "IconInstagram",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1903,
							"name": "IconInstagram",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1904,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconInstagram/IconInstagram.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1902
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInstagram/IconInstagram.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1905,
			"name": "\"Icon/icons/IconInstagram/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconInstagram/index.tsx",
			"children": [
				{
					"id": 1906,
					"name": "IconInstagram",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1902
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1906
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconInstagram/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1907,
			"name": "\"Icon/icons/IconItalic/IconItalic\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconItalic/IconItalic.tsx",
			"children": [
				{
					"id": 1908,
					"name": "IconItalic",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1909,
							"name": "IconItalic",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1910,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconItalic/IconItalic.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1908
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconItalic/IconItalic.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1911,
			"name": "\"Icon/icons/IconItalic/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconItalic/index.tsx",
			"children": [
				{
					"id": 1912,
					"name": "IconItalic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1908
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1912
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconItalic/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1913,
			"name": "\"Icon/icons/IconKey/IconKey\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconKey/IconKey.tsx",
			"children": [
				{
					"id": 1914,
					"name": "IconKey",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1915,
							"name": "IconKey",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1916,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconKey/IconKey.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1914
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconKey/IconKey.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1917,
			"name": "\"Icon/icons/IconKey/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconKey/index.tsx",
			"children": [
				{
					"id": 1918,
					"name": "IconKey",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1914
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1918
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconKey/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1919,
			"name": "\"Icon/icons/IconLayers/IconLayers\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLayers/IconLayers.tsx",
			"children": [
				{
					"id": 1920,
					"name": "IconLayers",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1921,
							"name": "IconLayers",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1922,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLayers/IconLayers.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1920
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLayers/IconLayers.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1923,
			"name": "\"Icon/icons/IconLayers/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLayers/index.tsx",
			"children": [
				{
					"id": 1924,
					"name": "IconLayers",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1920
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1924
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLayers/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1925,
			"name": "\"Icon/icons/IconLayout/IconLayout\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLayout/IconLayout.tsx",
			"children": [
				{
					"id": 1926,
					"name": "IconLayout",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1927,
							"name": "IconLayout",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1928,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLayout/IconLayout.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1926
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLayout/IconLayout.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1929,
			"name": "\"Icon/icons/IconLayout/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLayout/index.tsx",
			"children": [
				{
					"id": 1930,
					"name": "IconLayout",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1926
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1930
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLayout/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1931,
			"name": "\"Icon/icons/IconLifeBuoy/IconLifeBuoy\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLifeBuoy/IconLifeBuoy.tsx",
			"children": [
				{
					"id": 1932,
					"name": "IconLifeBuoy",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1933,
							"name": "IconLifeBuoy",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1934,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLifeBuoy/IconLifeBuoy.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1932
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLifeBuoy/IconLifeBuoy.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1935,
			"name": "\"Icon/icons/IconLifeBuoy/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLifeBuoy/index.tsx",
			"children": [
				{
					"id": 1936,
					"name": "IconLifeBuoy",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1932
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1936
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLifeBuoy/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1943,
			"name": "\"Icon/icons/IconLink/IconLink\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLink/IconLink.tsx",
			"children": [
				{
					"id": 1944,
					"name": "IconLink",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1945,
							"name": "IconLink",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1946,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLink/IconLink.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1944
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLink/IconLink.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1947,
			"name": "\"Icon/icons/IconLink/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLink/index.tsx",
			"children": [
				{
					"id": 1948,
					"name": "IconLink",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1944
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1948
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLink/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1937,
			"name": "\"Icon/icons/IconLink2/IconLink2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLink2/IconLink2.tsx",
			"children": [
				{
					"id": 1938,
					"name": "IconLink2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1939,
							"name": "IconLink2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1940,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLink2/IconLink2.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1938
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLink2/IconLink2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1941,
			"name": "\"Icon/icons/IconLink2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLink2/index.tsx",
			"children": [
				{
					"id": 1942,
					"name": "IconLink2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1938
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1942
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLink2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1949,
			"name": "\"Icon/icons/IconLinkedin/IconLinkedin\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLinkedin/IconLinkedin.tsx",
			"children": [
				{
					"id": 1950,
					"name": "IconLinkedin",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1951,
							"name": "IconLinkedin",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1952,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLinkedin/IconLinkedin.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1950
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLinkedin/IconLinkedin.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1953,
			"name": "\"Icon/icons/IconLinkedin/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLinkedin/index.tsx",
			"children": [
				{
					"id": 1954,
					"name": "IconLinkedin",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1950
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1954
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLinkedin/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1955,
			"name": "\"Icon/icons/IconList/IconList\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconList/IconList.tsx",
			"children": [
				{
					"id": 1956,
					"name": "IconList",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1957,
							"name": "IconList",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1958,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconList/IconList.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1956
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconList/IconList.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1959,
			"name": "\"Icon/icons/IconList/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconList/index.tsx",
			"children": [
				{
					"id": 1960,
					"name": "IconList",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1956
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1960
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconList/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 118,
			"name": "\"Icon/icons/IconLoader/IconLoader\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLoader/IconLoader.tsx",
			"children": [
				{
					"id": 119,
					"name": "IconLoader",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 120,
							"name": "IconLoader",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 121,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLoader/IconLoader.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						119
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLoader/IconLoader.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 122,
			"name": "\"Icon/icons/IconLoader/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLoader/index.tsx",
			"children": [
				{
					"id": 123,
					"name": "IconLoader",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 119
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						123
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLoader/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1961,
			"name": "\"Icon/icons/IconLock/IconLock\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLock/IconLock.tsx",
			"children": [
				{
					"id": 1962,
					"name": "IconLock",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1963,
							"name": "IconLock",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1964,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLock/IconLock.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1962
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLock/IconLock.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1965,
			"name": "\"Icon/icons/IconLock/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLock/index.tsx",
			"children": [
				{
					"id": 1966,
					"name": "IconLock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1962
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1966
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLock/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1967,
			"name": "\"Icon/icons/IconLogIn/IconLogIn\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLogIn/IconLogIn.tsx",
			"children": [
				{
					"id": 1968,
					"name": "IconLogIn",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1969,
							"name": "IconLogIn",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1970,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLogIn/IconLogIn.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1968
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLogIn/IconLogIn.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1971,
			"name": "\"Icon/icons/IconLogIn/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLogIn/index.tsx",
			"children": [
				{
					"id": 1972,
					"name": "IconLogIn",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1968
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1972
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLogIn/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1973,
			"name": "\"Icon/icons/IconLogOut/IconLogOut\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLogOut/IconLogOut.tsx",
			"children": [
				{
					"id": 1974,
					"name": "IconLogOut",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1975,
							"name": "IconLogOut",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1976,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconLogOut/IconLogOut.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1974
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLogOut/IconLogOut.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1977,
			"name": "\"Icon/icons/IconLogOut/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconLogOut/index.tsx",
			"children": [
				{
					"id": 1978,
					"name": "IconLogOut",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1974
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1978
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconLogOut/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1979,
			"name": "\"Icon/icons/IconMail/IconMail\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMail/IconMail.tsx",
			"children": [
				{
					"id": 1980,
					"name": "IconMail",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1981,
							"name": "IconMail",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1982,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMail/IconMail.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1980
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMail/IconMail.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1983,
			"name": "\"Icon/icons/IconMail/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMail/index.tsx",
			"children": [
				{
					"id": 1984,
					"name": "IconMail",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1980
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1984
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMail/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1991,
			"name": "\"Icon/icons/IconMap/IconMap\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMap/IconMap.tsx",
			"children": [
				{
					"id": 1992,
					"name": "IconMap",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1993,
							"name": "IconMap",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1994,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMap/IconMap.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1992
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMap/IconMap.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1995,
			"name": "\"Icon/icons/IconMap/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMap/index.tsx",
			"children": [
				{
					"id": 1996,
					"name": "IconMap",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1992
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1996
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMap/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1985,
			"name": "\"Icon/icons/IconMapPin/IconMapPin\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMapPin/IconMapPin.tsx",
			"children": [
				{
					"id": 1986,
					"name": "IconMapPin",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1987,
							"name": "IconMapPin",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1988,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMapPin/IconMapPin.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1986
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMapPin/IconMapPin.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1989,
			"name": "\"Icon/icons/IconMapPin/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMapPin/index.tsx",
			"children": [
				{
					"id": 1990,
					"name": "IconMapPin",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1986
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1990
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMapPin/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2003,
			"name": "\"Icon/icons/IconMaximize/IconMaximize\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMaximize/IconMaximize.tsx",
			"children": [
				{
					"id": 2004,
					"name": "IconMaximize",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2005,
							"name": "IconMaximize",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2006,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMaximize/IconMaximize.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2004
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMaximize/IconMaximize.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2007,
			"name": "\"Icon/icons/IconMaximize/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMaximize/index.tsx",
			"children": [
				{
					"id": 2008,
					"name": "IconMaximize",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2004
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2008
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMaximize/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1997,
			"name": "\"Icon/icons/IconMaximize2/IconMaximize2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMaximize2/IconMaximize2.tsx",
			"children": [
				{
					"id": 1998,
					"name": "IconMaximize2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1999,
							"name": "IconMaximize2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2000,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMaximize2/IconMaximize2.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1998
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMaximize2/IconMaximize2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2001,
			"name": "\"Icon/icons/IconMaximize2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMaximize2/index.tsx",
			"children": [
				{
					"id": 2002,
					"name": "IconMaximize2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1998
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2002
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMaximize2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2009,
			"name": "\"Icon/icons/IconMeh/IconMeh\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMeh/IconMeh.tsx",
			"children": [
				{
					"id": 2010,
					"name": "IconMeh",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2011,
							"name": "IconMeh",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2012,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMeh/IconMeh.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2010
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMeh/IconMeh.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2013,
			"name": "\"Icon/icons/IconMeh/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMeh/index.tsx",
			"children": [
				{
					"id": 2014,
					"name": "IconMeh",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2010
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2014
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMeh/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2015,
			"name": "\"Icon/icons/IconMenu/IconMenu\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMenu/IconMenu.tsx",
			"children": [
				{
					"id": 2016,
					"name": "IconMenu",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2017,
							"name": "IconMenu",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2018,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMenu/IconMenu.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2016
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMenu/IconMenu.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2019,
			"name": "\"Icon/icons/IconMenu/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMenu/index.tsx",
			"children": [
				{
					"id": 2020,
					"name": "IconMenu",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2016
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2020
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMenu/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2021,
			"name": "\"Icon/icons/IconMessageCircle/IconMessageCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMessageCircle/IconMessageCircle.tsx",
			"children": [
				{
					"id": 2022,
					"name": "IconMessageCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2023,
							"name": "IconMessageCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2024,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMessageCircle/IconMessageCircle.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2022
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMessageCircle/IconMessageCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2025,
			"name": "\"Icon/icons/IconMessageCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMessageCircle/index.tsx",
			"children": [
				{
					"id": 2026,
					"name": "IconMessageCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2022
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2026
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMessageCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2027,
			"name": "\"Icon/icons/IconMessageSquare/IconMessageSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMessageSquare/IconMessageSquare.tsx",
			"children": [
				{
					"id": 2028,
					"name": "IconMessageSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2029,
							"name": "IconMessageSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2030,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMessageSquare/IconMessageSquare.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2028
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMessageSquare/IconMessageSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2031,
			"name": "\"Icon/icons/IconMessageSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMessageSquare/index.tsx",
			"children": [
				{
					"id": 2032,
					"name": "IconMessageSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2028
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2032
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMessageSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2039,
			"name": "\"Icon/icons/IconMic/IconMic\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMic/IconMic.tsx",
			"children": [
				{
					"id": 2040,
					"name": "IconMic",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2041,
							"name": "IconMic",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2042,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMic/IconMic.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2040
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMic/IconMic.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2043,
			"name": "\"Icon/icons/IconMic/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMic/index.tsx",
			"children": [
				{
					"id": 2044,
					"name": "IconMic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2040
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2044
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMic/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2033,
			"name": "\"Icon/icons/IconMicOff/IconMicOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMicOff/IconMicOff.tsx",
			"children": [
				{
					"id": 2034,
					"name": "IconMicOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2035,
							"name": "IconMicOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2036,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMicOff/IconMicOff.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2034
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMicOff/IconMicOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2037,
			"name": "\"Icon/icons/IconMicOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMicOff/index.tsx",
			"children": [
				{
					"id": 2038,
					"name": "IconMicOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2034
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2038
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMicOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2051,
			"name": "\"Icon/icons/IconMinimize/IconMinimize\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinimize/IconMinimize.tsx",
			"children": [
				{
					"id": 2052,
					"name": "IconMinimize",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2053,
							"name": "IconMinimize",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2054,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMinimize/IconMinimize.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2052
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinimize/IconMinimize.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2055,
			"name": "\"Icon/icons/IconMinimize/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinimize/index.tsx",
			"children": [
				{
					"id": 2056,
					"name": "IconMinimize",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2052
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2056
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinimize/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2045,
			"name": "\"Icon/icons/IconMinimize2/IconMinimize2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinimize2/IconMinimize2.tsx",
			"children": [
				{
					"id": 2046,
					"name": "IconMinimize2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2047,
							"name": "IconMinimize2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2048,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMinimize2/IconMinimize2.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2046
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinimize2/IconMinimize2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2049,
			"name": "\"Icon/icons/IconMinimize2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinimize2/index.tsx",
			"children": [
				{
					"id": 2050,
					"name": "IconMinimize2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2046
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2050
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinimize2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2069,
			"name": "\"Icon/icons/IconMinus/IconMinus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinus/IconMinus.tsx",
			"children": [
				{
					"id": 2070,
					"name": "IconMinus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2071,
							"name": "IconMinus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2072,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMinus/IconMinus.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2070
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinus/IconMinus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2073,
			"name": "\"Icon/icons/IconMinus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinus/index.tsx",
			"children": [
				{
					"id": 2074,
					"name": "IconMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2070
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2074
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2057,
			"name": "\"Icon/icons/IconMinusCircle/IconMinusCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinusCircle/IconMinusCircle.tsx",
			"children": [
				{
					"id": 2058,
					"name": "IconMinusCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2059,
							"name": "IconMinusCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2060,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMinusCircle/IconMinusCircle.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2058
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinusCircle/IconMinusCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2061,
			"name": "\"Icon/icons/IconMinusCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinusCircle/index.tsx",
			"children": [
				{
					"id": 2062,
					"name": "IconMinusCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2058
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2062
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinusCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2063,
			"name": "\"Icon/icons/IconMinusSquare/IconMinusSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinusSquare/IconMinusSquare.tsx",
			"children": [
				{
					"id": 2064,
					"name": "IconMinusSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2065,
							"name": "IconMinusSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2066,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMinusSquare/IconMinusSquare.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2064
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinusSquare/IconMinusSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2067,
			"name": "\"Icon/icons/IconMinusSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMinusSquare/index.tsx",
			"children": [
				{
					"id": 2068,
					"name": "IconMinusSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2064
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2068
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMinusSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2075,
			"name": "\"Icon/icons/IconMonitor/IconMonitor\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMonitor/IconMonitor.tsx",
			"children": [
				{
					"id": 2076,
					"name": "IconMonitor",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2077,
							"name": "IconMonitor",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2078,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMonitor/IconMonitor.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2076
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMonitor/IconMonitor.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2079,
			"name": "\"Icon/icons/IconMonitor/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMonitor/index.tsx",
			"children": [
				{
					"id": 2080,
					"name": "IconMonitor",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2076
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2080
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMonitor/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2081,
			"name": "\"Icon/icons/IconMoon/IconMoon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoon/IconMoon.tsx",
			"children": [
				{
					"id": 2082,
					"name": "IconMoon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2083,
							"name": "IconMoon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2084,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMoon/IconMoon.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2082
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoon/IconMoon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2085,
			"name": "\"Icon/icons/IconMoon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoon/index.tsx",
			"children": [
				{
					"id": 2086,
					"name": "IconMoon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2082
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2086
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2087,
			"name": "\"Icon/icons/IconMoreHorizontal/IconMoreHorizontal\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoreHorizontal/IconMoreHorizontal.tsx",
			"children": [
				{
					"id": 2088,
					"name": "IconMoreHorizontal",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2089,
							"name": "IconMoreHorizontal",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2090,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMoreHorizontal/IconMoreHorizontal.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2088
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoreHorizontal/IconMoreHorizontal.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2091,
			"name": "\"Icon/icons/IconMoreHorizontal/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoreHorizontal/index.tsx",
			"children": [
				{
					"id": 2092,
					"name": "IconMoreHorizontal",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2088
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2092
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoreHorizontal/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2093,
			"name": "\"Icon/icons/IconMoreVertical/IconMoreVertical\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoreVertical/IconMoreVertical.tsx",
			"children": [
				{
					"id": 2094,
					"name": "IconMoreVertical",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2095,
							"name": "IconMoreVertical",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2096,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMoreVertical/IconMoreVertical.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2094
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoreVertical/IconMoreVertical.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2097,
			"name": "\"Icon/icons/IconMoreVertical/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMoreVertical/index.tsx",
			"children": [
				{
					"id": 2098,
					"name": "IconMoreVertical",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2094
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2098
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMoreVertical/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2099,
			"name": "\"Icon/icons/IconMousePointer/IconMousePointer\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMousePointer/IconMousePointer.tsx",
			"children": [
				{
					"id": 2100,
					"name": "IconMousePointer",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2101,
							"name": "IconMousePointer",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2102,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMousePointer/IconMousePointer.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2100
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMousePointer/IconMousePointer.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2103,
			"name": "\"Icon/icons/IconMousePointer/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMousePointer/index.tsx",
			"children": [
				{
					"id": 2104,
					"name": "IconMousePointer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2100
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2104
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMousePointer/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2105,
			"name": "\"Icon/icons/IconMove/IconMove\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMove/IconMove.tsx",
			"children": [
				{
					"id": 2106,
					"name": "IconMove",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2107,
							"name": "IconMove",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2108,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMove/IconMove.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2106
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMove/IconMove.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2109,
			"name": "\"Icon/icons/IconMove/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMove/index.tsx",
			"children": [
				{
					"id": 2110,
					"name": "IconMove",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2106
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2110
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMove/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2111,
			"name": "\"Icon/icons/IconMusic/IconMusic\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMusic/IconMusic.tsx",
			"children": [
				{
					"id": 2112,
					"name": "IconMusic",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2113,
							"name": "IconMusic",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2114,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconMusic/IconMusic.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2112
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMusic/IconMusic.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2115,
			"name": "\"Icon/icons/IconMusic/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconMusic/index.tsx",
			"children": [
				{
					"id": 2116,
					"name": "IconMusic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2112
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2116
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconMusic/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2123,
			"name": "\"Icon/icons/IconNavigation/IconNavigation\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconNavigation/IconNavigation.tsx",
			"children": [
				{
					"id": 2124,
					"name": "IconNavigation",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2125,
							"name": "IconNavigation",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2126,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconNavigation/IconNavigation.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2124
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconNavigation/IconNavigation.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2127,
			"name": "\"Icon/icons/IconNavigation/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconNavigation/index.tsx",
			"children": [
				{
					"id": 2128,
					"name": "IconNavigation",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2124
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2128
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconNavigation/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2117,
			"name": "\"Icon/icons/IconNavigation2/IconNavigation2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconNavigation2/IconNavigation2.tsx",
			"children": [
				{
					"id": 2118,
					"name": "IconNavigation2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2119,
							"name": "IconNavigation2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2120,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconNavigation2/IconNavigation2.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2118
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconNavigation2/IconNavigation2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2121,
			"name": "\"Icon/icons/IconNavigation2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconNavigation2/index.tsx",
			"children": [
				{
					"id": 2122,
					"name": "IconNavigation2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2118
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2122
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconNavigation2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2129,
			"name": "\"Icon/icons/IconOctagon/IconOctagon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconOctagon/IconOctagon.tsx",
			"children": [
				{
					"id": 2130,
					"name": "IconOctagon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2131,
							"name": "IconOctagon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2132,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconOctagon/IconOctagon.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2130
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconOctagon/IconOctagon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2133,
			"name": "\"Icon/icons/IconOctagon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconOctagon/index.tsx",
			"children": [
				{
					"id": 2134,
					"name": "IconOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2130
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2134
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconOctagon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2135,
			"name": "\"Icon/icons/IconPackage/IconPackage\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPackage/IconPackage.tsx",
			"children": [
				{
					"id": 2136,
					"name": "IconPackage",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2137,
							"name": "IconPackage",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2138,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPackage/IconPackage.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2136
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPackage/IconPackage.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2139,
			"name": "\"Icon/icons/IconPackage/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPackage/index.tsx",
			"children": [
				{
					"id": 2140,
					"name": "IconPackage",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2136
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2140
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPackage/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2141,
			"name": "\"Icon/icons/IconPaperclip/IconPaperclip\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPaperclip/IconPaperclip.tsx",
			"children": [
				{
					"id": 2142,
					"name": "IconPaperclip",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2143,
							"name": "IconPaperclip",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2144,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPaperclip/IconPaperclip.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2142
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPaperclip/IconPaperclip.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2145,
			"name": "\"Icon/icons/IconPaperclip/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPaperclip/index.tsx",
			"children": [
				{
					"id": 2146,
					"name": "IconPaperclip",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2142
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2146
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPaperclip/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2153,
			"name": "\"Icon/icons/IconPause/IconPause\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPause/IconPause.tsx",
			"children": [
				{
					"id": 2154,
					"name": "IconPause",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2155,
							"name": "IconPause",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2156,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPause/IconPause.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2154
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPause/IconPause.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2157,
			"name": "\"Icon/icons/IconPause/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPause/index.tsx",
			"children": [
				{
					"id": 2158,
					"name": "IconPause",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2154
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2158
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPause/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2147,
			"name": "\"Icon/icons/IconPauseCircle/IconPauseCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPauseCircle/IconPauseCircle.tsx",
			"children": [
				{
					"id": 2148,
					"name": "IconPauseCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2149,
							"name": "IconPauseCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2150,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPauseCircle/IconPauseCircle.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2148
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPauseCircle/IconPauseCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2151,
			"name": "\"Icon/icons/IconPauseCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPauseCircle/index.tsx",
			"children": [
				{
					"id": 2152,
					"name": "IconPauseCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2148
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2152
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPauseCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2159,
			"name": "\"Icon/icons/IconPenTool/IconPenTool\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPenTool/IconPenTool.tsx",
			"children": [
				{
					"id": 2160,
					"name": "IconPenTool",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2161,
							"name": "IconPenTool",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2162,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPenTool/IconPenTool.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2160
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPenTool/IconPenTool.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2163,
			"name": "\"Icon/icons/IconPenTool/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPenTool/index.tsx",
			"children": [
				{
					"id": 2164,
					"name": "IconPenTool",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2160
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2164
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPenTool/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2165,
			"name": "\"Icon/icons/IconPercent/IconPercent\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPercent/IconPercent.tsx",
			"children": [
				{
					"id": 2166,
					"name": "IconPercent",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2167,
							"name": "IconPercent",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2168,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPercent/IconPercent.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2166
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPercent/IconPercent.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2169,
			"name": "\"Icon/icons/IconPercent/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPercent/index.tsx",
			"children": [
				{
					"id": 2170,
					"name": "IconPercent",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2166
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2170
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPercent/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2207,
			"name": "\"Icon/icons/IconPhone/IconPhone\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhone/IconPhone.tsx",
			"children": [
				{
					"id": 2208,
					"name": "IconPhone",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2209,
							"name": "IconPhone",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2210,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhone/IconPhone.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2208
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhone/IconPhone.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2211,
			"name": "\"Icon/icons/IconPhone/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhone/index.tsx",
			"children": [
				{
					"id": 2212,
					"name": "IconPhone",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2208
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2212
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhone/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2171,
			"name": "\"Icon/icons/IconPhoneCall/IconPhoneCall\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneCall/IconPhoneCall.tsx",
			"children": [
				{
					"id": 2172,
					"name": "IconPhoneCall",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2173,
							"name": "IconPhoneCall",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2174,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneCall/IconPhoneCall.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2172
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneCall/IconPhoneCall.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2175,
			"name": "\"Icon/icons/IconPhoneCall/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneCall/index.tsx",
			"children": [
				{
					"id": 2176,
					"name": "IconPhoneCall",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2172
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2176
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneCall/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2177,
			"name": "\"Icon/icons/IconPhoneForwarded/IconPhoneForwarded\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneForwarded/IconPhoneForwarded.tsx",
			"children": [
				{
					"id": 2178,
					"name": "IconPhoneForwarded",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2179,
							"name": "IconPhoneForwarded",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2180,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneForwarded/IconPhoneForwarded.tsx",
							"line": 8,
							"character": 29
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2178
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneForwarded/IconPhoneForwarded.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2181,
			"name": "\"Icon/icons/IconPhoneForwarded/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneForwarded/index.tsx",
			"children": [
				{
					"id": 2182,
					"name": "IconPhoneForwarded",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2178
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2182
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneForwarded/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2183,
			"name": "\"Icon/icons/IconPhoneIncoming/IconPhoneIncoming\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneIncoming/IconPhoneIncoming.tsx",
			"children": [
				{
					"id": 2184,
					"name": "IconPhoneIncoming",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2185,
							"name": "IconPhoneIncoming",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2186,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneIncoming/IconPhoneIncoming.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2184
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneIncoming/IconPhoneIncoming.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2187,
			"name": "\"Icon/icons/IconPhoneIncoming/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneIncoming/index.tsx",
			"children": [
				{
					"id": 2188,
					"name": "IconPhoneIncoming",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2184
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2188
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneIncoming/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2189,
			"name": "\"Icon/icons/IconPhoneMissed/IconPhoneMissed\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneMissed/IconPhoneMissed.tsx",
			"children": [
				{
					"id": 2190,
					"name": "IconPhoneMissed",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2191,
							"name": "IconPhoneMissed",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2192,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneMissed/IconPhoneMissed.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2190
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneMissed/IconPhoneMissed.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2193,
			"name": "\"Icon/icons/IconPhoneMissed/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneMissed/index.tsx",
			"children": [
				{
					"id": 2194,
					"name": "IconPhoneMissed",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2190
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2194
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneMissed/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2195,
			"name": "\"Icon/icons/IconPhoneOff/IconPhoneOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneOff/IconPhoneOff.tsx",
			"children": [
				{
					"id": 2196,
					"name": "IconPhoneOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2197,
							"name": "IconPhoneOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2198,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneOff/IconPhoneOff.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2196
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneOff/IconPhoneOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2199,
			"name": "\"Icon/icons/IconPhoneOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneOff/index.tsx",
			"children": [
				{
					"id": 2200,
					"name": "IconPhoneOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2196
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2200
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2201,
			"name": "\"Icon/icons/IconPhoneOutgoing/IconPhoneOutgoing\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneOutgoing/IconPhoneOutgoing.tsx",
			"children": [
				{
					"id": 2202,
					"name": "IconPhoneOutgoing",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2203,
							"name": "IconPhoneOutgoing",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2204,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPhoneOutgoing/IconPhoneOutgoing.tsx",
							"line": 8,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2202
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneOutgoing/IconPhoneOutgoing.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2205,
			"name": "\"Icon/icons/IconPhoneOutgoing/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPhoneOutgoing/index.tsx",
			"children": [
				{
					"id": 2206,
					"name": "IconPhoneOutgoing",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2202
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2206
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPhoneOutgoing/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2213,
			"name": "\"Icon/icons/IconPieChart/IconPieChart\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPieChart/IconPieChart.tsx",
			"children": [
				{
					"id": 2214,
					"name": "IconPieChart",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2215,
							"name": "IconPieChart",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2216,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPieChart/IconPieChart.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2214
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPieChart/IconPieChart.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2217,
			"name": "\"Icon/icons/IconPieChart/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPieChart/index.tsx",
			"children": [
				{
					"id": 2218,
					"name": "IconPieChart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2214
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2218
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPieChart/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2225,
			"name": "\"Icon/icons/IconPlay/IconPlay\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlay/IconPlay.tsx",
			"children": [
				{
					"id": 2226,
					"name": "IconPlay",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2227,
							"name": "IconPlay",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2228,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPlay/IconPlay.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2226
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlay/IconPlay.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2229,
			"name": "\"Icon/icons/IconPlay/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlay/index.tsx",
			"children": [
				{
					"id": 2230,
					"name": "IconPlay",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2226
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2230
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlay/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2219,
			"name": "\"Icon/icons/IconPlayCircle/IconPlayCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlayCircle/IconPlayCircle.tsx",
			"children": [
				{
					"id": 2220,
					"name": "IconPlayCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2221,
							"name": "IconPlayCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2222,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPlayCircle/IconPlayCircle.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2220
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlayCircle/IconPlayCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2223,
			"name": "\"Icon/icons/IconPlayCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlayCircle/index.tsx",
			"children": [
				{
					"id": 2224,
					"name": "IconPlayCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2220
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2224
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlayCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2243,
			"name": "\"Icon/icons/IconPlus/IconPlus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlus/IconPlus.tsx",
			"children": [
				{
					"id": 2244,
					"name": "IconPlus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2245,
							"name": "IconPlus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2246,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPlus/IconPlus.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2244
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlus/IconPlus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2247,
			"name": "\"Icon/icons/IconPlus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlus/index.tsx",
			"children": [
				{
					"id": 2248,
					"name": "IconPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2244
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2248
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2231,
			"name": "\"Icon/icons/IconPlusCircle/IconPlusCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlusCircle/IconPlusCircle.tsx",
			"children": [
				{
					"id": 2232,
					"name": "IconPlusCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2233,
							"name": "IconPlusCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2234,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPlusCircle/IconPlusCircle.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2232
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlusCircle/IconPlusCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2235,
			"name": "\"Icon/icons/IconPlusCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlusCircle/index.tsx",
			"children": [
				{
					"id": 2236,
					"name": "IconPlusCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2232
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2236
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlusCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2237,
			"name": "\"Icon/icons/IconPlusSquare/IconPlusSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlusSquare/IconPlusSquare.tsx",
			"children": [
				{
					"id": 2238,
					"name": "IconPlusSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2239,
							"name": "IconPlusSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2240,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPlusSquare/IconPlusSquare.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2238
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlusSquare/IconPlusSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2241,
			"name": "\"Icon/icons/IconPlusSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPlusSquare/index.tsx",
			"children": [
				{
					"id": 2242,
					"name": "IconPlusSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2238
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2242
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPlusSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2249,
			"name": "\"Icon/icons/IconPocket/IconPocket\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPocket/IconPocket.tsx",
			"children": [
				{
					"id": 2250,
					"name": "IconPocket",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2251,
							"name": "IconPocket",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2252,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPocket/IconPocket.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2250
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPocket/IconPocket.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2253,
			"name": "\"Icon/icons/IconPocket/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPocket/index.tsx",
			"children": [
				{
					"id": 2254,
					"name": "IconPocket",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2250
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2254
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPocket/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2255,
			"name": "\"Icon/icons/IconPower/IconPower\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPower/IconPower.tsx",
			"children": [
				{
					"id": 2256,
					"name": "IconPower",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2257,
							"name": "IconPower",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2258,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPower/IconPower.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2256
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPower/IconPower.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2259,
			"name": "\"Icon/icons/IconPower/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPower/index.tsx",
			"children": [
				{
					"id": 2260,
					"name": "IconPower",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2256
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2260
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPower/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2261,
			"name": "\"Icon/icons/IconPrinter/IconPrinter\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPrinter/IconPrinter.tsx",
			"children": [
				{
					"id": 2262,
					"name": "IconPrinter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2263,
							"name": "IconPrinter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2264,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconPrinter/IconPrinter.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2262
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPrinter/IconPrinter.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2265,
			"name": "\"Icon/icons/IconPrinter/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconPrinter/index.tsx",
			"children": [
				{
					"id": 2266,
					"name": "IconPrinter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2262
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2266
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconPrinter/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2267,
			"name": "\"Icon/icons/IconRadio/IconRadio\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRadio/IconRadio.tsx",
			"children": [
				{
					"id": 2268,
					"name": "IconRadio",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2269,
							"name": "IconRadio",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2270,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRadio/IconRadio.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2268
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRadio/IconRadio.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2271,
			"name": "\"Icon/icons/IconRadio/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRadio/index.tsx",
			"children": [
				{
					"id": 2272,
					"name": "IconRadio",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2268
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2272
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRadio/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2273,
			"name": "\"Icon/icons/IconRefreshCcw/IconRefreshCcw\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRefreshCcw/IconRefreshCcw.tsx",
			"children": [
				{
					"id": 2274,
					"name": "IconRefreshCcw",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2275,
							"name": "IconRefreshCcw",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2276,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRefreshCcw/IconRefreshCcw.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2274
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRefreshCcw/IconRefreshCcw.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2277,
			"name": "\"Icon/icons/IconRefreshCcw/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRefreshCcw/index.tsx",
			"children": [
				{
					"id": 2278,
					"name": "IconRefreshCcw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2274
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2278
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRefreshCcw/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2279,
			"name": "\"Icon/icons/IconRefreshCw/IconRefreshCw\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRefreshCw/IconRefreshCw.tsx",
			"children": [
				{
					"id": 2280,
					"name": "IconRefreshCw",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2281,
							"name": "IconRefreshCw",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2282,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRefreshCw/IconRefreshCw.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2280
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRefreshCw/IconRefreshCw.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2283,
			"name": "\"Icon/icons/IconRefreshCw/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRefreshCw/index.tsx",
			"children": [
				{
					"id": 2284,
					"name": "IconRefreshCw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2280
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2284
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRefreshCw/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2285,
			"name": "\"Icon/icons/IconRepeat/IconRepeat\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRepeat/IconRepeat.tsx",
			"children": [
				{
					"id": 2286,
					"name": "IconRepeat",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2287,
							"name": "IconRepeat",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2288,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRepeat/IconRepeat.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2286
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRepeat/IconRepeat.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2289,
			"name": "\"Icon/icons/IconRepeat/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRepeat/index.tsx",
			"children": [
				{
					"id": 2290,
					"name": "IconRepeat",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2286
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2290
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRepeat/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2291,
			"name": "\"Icon/icons/IconRewind/IconRewind\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRewind/IconRewind.tsx",
			"children": [
				{
					"id": 2292,
					"name": "IconRewind",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2293,
							"name": "IconRewind",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2294,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRewind/IconRewind.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2292
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRewind/IconRewind.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2295,
			"name": "\"Icon/icons/IconRewind/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRewind/index.tsx",
			"children": [
				{
					"id": 2296,
					"name": "IconRewind",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2292
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2296
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRewind/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2297,
			"name": "\"Icon/icons/IconRotateCcw/IconRotateCcw\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRotateCcw/IconRotateCcw.tsx",
			"children": [
				{
					"id": 2298,
					"name": "IconRotateCcw",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2299,
							"name": "IconRotateCcw",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2300,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRotateCcw/IconRotateCcw.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2298
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRotateCcw/IconRotateCcw.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2301,
			"name": "\"Icon/icons/IconRotateCcw/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRotateCcw/index.tsx",
			"children": [
				{
					"id": 2302,
					"name": "IconRotateCcw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2298
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2302
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRotateCcw/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2303,
			"name": "\"Icon/icons/IconRotateCw/IconRotateCw\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRotateCw/IconRotateCw.tsx",
			"children": [
				{
					"id": 2304,
					"name": "IconRotateCw",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2305,
							"name": "IconRotateCw",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2306,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRotateCw/IconRotateCw.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2304
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRotateCw/IconRotateCw.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2307,
			"name": "\"Icon/icons/IconRotateCw/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRotateCw/index.tsx",
			"children": [
				{
					"id": 2308,
					"name": "IconRotateCw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2304
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2308
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRotateCw/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2309,
			"name": "\"Icon/icons/IconRss/IconRss\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRss/IconRss.tsx",
			"children": [
				{
					"id": 2310,
					"name": "IconRss",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2311,
							"name": "IconRss",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2312,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconRss/IconRss.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2310
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRss/IconRss.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2313,
			"name": "\"Icon/icons/IconRss/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconRss/index.tsx",
			"children": [
				{
					"id": 2314,
					"name": "IconRss",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2310
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2314
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconRss/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2315,
			"name": "\"Icon/icons/IconSave/IconSave\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSave/IconSave.tsx",
			"children": [
				{
					"id": 2316,
					"name": "IconSave",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2317,
							"name": "IconSave",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2318,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSave/IconSave.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2316
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSave/IconSave.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2319,
			"name": "\"Icon/icons/IconSave/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSave/index.tsx",
			"children": [
				{
					"id": 2320,
					"name": "IconSave",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2316
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2320
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSave/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2321,
			"name": "\"Icon/icons/IconScissors/IconScissors\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconScissors/IconScissors.tsx",
			"children": [
				{
					"id": 2322,
					"name": "IconScissors",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2323,
							"name": "IconScissors",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2324,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconScissors/IconScissors.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2322
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconScissors/IconScissors.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2325,
			"name": "\"Icon/icons/IconScissors/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconScissors/index.tsx",
			"children": [
				{
					"id": 2326,
					"name": "IconScissors",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2322
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2326
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconScissors/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2327,
			"name": "\"Icon/icons/IconSearch/IconSearch\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSearch/IconSearch.tsx",
			"children": [
				{
					"id": 2328,
					"name": "IconSearch",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2329,
							"name": "IconSearch",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2330,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSearch/IconSearch.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2328
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSearch/IconSearch.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2331,
			"name": "\"Icon/icons/IconSearch/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSearch/index.tsx",
			"children": [
				{
					"id": 2332,
					"name": "IconSearch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2328
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2332
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSearch/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2333,
			"name": "\"Icon/icons/IconSend/IconSend\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSend/IconSend.tsx",
			"children": [
				{
					"id": 2334,
					"name": "IconSend",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2335,
							"name": "IconSend",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2336,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSend/IconSend.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2334
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSend/IconSend.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2337,
			"name": "\"Icon/icons/IconSend/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSend/index.tsx",
			"children": [
				{
					"id": 2338,
					"name": "IconSend",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2334
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2338
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSend/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2339,
			"name": "\"Icon/icons/IconServer/IconServer\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconServer/IconServer.tsx",
			"children": [
				{
					"id": 2340,
					"name": "IconServer",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2341,
							"name": "IconServer",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2342,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconServer/IconServer.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2340
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconServer/IconServer.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2343,
			"name": "\"Icon/icons/IconServer/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconServer/index.tsx",
			"children": [
				{
					"id": 2344,
					"name": "IconServer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2340
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2344
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconServer/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2345,
			"name": "\"Icon/icons/IconSettings/IconSettings\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSettings/IconSettings.tsx",
			"children": [
				{
					"id": 2346,
					"name": "IconSettings",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2347,
							"name": "IconSettings",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2348,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSettings/IconSettings.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2346
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSettings/IconSettings.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2349,
			"name": "\"Icon/icons/IconSettings/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSettings/index.tsx",
			"children": [
				{
					"id": 2350,
					"name": "IconSettings",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2346
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2350
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSettings/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2357,
			"name": "\"Icon/icons/IconShare/IconShare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShare/IconShare.tsx",
			"children": [
				{
					"id": 2358,
					"name": "IconShare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2359,
							"name": "IconShare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2360,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShare/IconShare.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2358
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShare/IconShare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2361,
			"name": "\"Icon/icons/IconShare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShare/index.tsx",
			"children": [
				{
					"id": 2362,
					"name": "IconShare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2358
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2362
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2351,
			"name": "\"Icon/icons/IconShare2/IconShare2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShare2/IconShare2.tsx",
			"children": [
				{
					"id": 2352,
					"name": "IconShare2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2353,
							"name": "IconShare2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2354,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShare2/IconShare2.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2352
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShare2/IconShare2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2355,
			"name": "\"Icon/icons/IconShare2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShare2/index.tsx",
			"children": [
				{
					"id": 2356,
					"name": "IconShare2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2352
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2356
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShare2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2369,
			"name": "\"Icon/icons/IconShield/IconShield\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShield/IconShield.tsx",
			"children": [
				{
					"id": 2370,
					"name": "IconShield",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2371,
							"name": "IconShield",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2372,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShield/IconShield.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2370
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShield/IconShield.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2373,
			"name": "\"Icon/icons/IconShield/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShield/index.tsx",
			"children": [
				{
					"id": 2374,
					"name": "IconShield",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2370
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2374
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShield/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2363,
			"name": "\"Icon/icons/IconShieldOff/IconShieldOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShieldOff/IconShieldOff.tsx",
			"children": [
				{
					"id": 2364,
					"name": "IconShieldOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2365,
							"name": "IconShieldOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2366,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShieldOff/IconShieldOff.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2364
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShieldOff/IconShieldOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2367,
			"name": "\"Icon/icons/IconShieldOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShieldOff/index.tsx",
			"children": [
				{
					"id": 2368,
					"name": "IconShieldOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2364
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2368
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShieldOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2375,
			"name": "\"Icon/icons/IconShoppingBag/IconShoppingBag\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShoppingBag/IconShoppingBag.tsx",
			"children": [
				{
					"id": 2376,
					"name": "IconShoppingBag",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2377,
							"name": "IconShoppingBag",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2378,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShoppingBag/IconShoppingBag.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2376
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShoppingBag/IconShoppingBag.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2379,
			"name": "\"Icon/icons/IconShoppingBag/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShoppingBag/index.tsx",
			"children": [
				{
					"id": 2380,
					"name": "IconShoppingBag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2376
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2380
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShoppingBag/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2381,
			"name": "\"Icon/icons/IconShoppingCart/IconShoppingCart\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShoppingCart/IconShoppingCart.tsx",
			"children": [
				{
					"id": 2382,
					"name": "IconShoppingCart",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2383,
							"name": "IconShoppingCart",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2384,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShoppingCart/IconShoppingCart.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2382
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShoppingCart/IconShoppingCart.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2385,
			"name": "\"Icon/icons/IconShoppingCart/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShoppingCart/index.tsx",
			"children": [
				{
					"id": 2386,
					"name": "IconShoppingCart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2382
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2386
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShoppingCart/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2387,
			"name": "\"Icon/icons/IconShuffle/IconShuffle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShuffle/IconShuffle.tsx",
			"children": [
				{
					"id": 2388,
					"name": "IconShuffle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2389,
							"name": "IconShuffle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2390,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconShuffle/IconShuffle.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2388
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShuffle/IconShuffle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2391,
			"name": "\"Icon/icons/IconShuffle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconShuffle/index.tsx",
			"children": [
				{
					"id": 2392,
					"name": "IconShuffle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2388
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2392
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconShuffle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2393,
			"name": "\"Icon/icons/IconSidebar/IconSidebar\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSidebar/IconSidebar.tsx",
			"children": [
				{
					"id": 2394,
					"name": "IconSidebar",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2395,
							"name": "IconSidebar",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2396,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSidebar/IconSidebar.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2394
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSidebar/IconSidebar.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2397,
			"name": "\"Icon/icons/IconSidebar/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSidebar/index.tsx",
			"children": [
				{
					"id": 2398,
					"name": "IconSidebar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2394
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2398
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSidebar/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2399,
			"name": "\"Icon/icons/IconSkipBack/IconSkipBack\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSkipBack/IconSkipBack.tsx",
			"children": [
				{
					"id": 2400,
					"name": "IconSkipBack",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2401,
							"name": "IconSkipBack",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2402,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSkipBack/IconSkipBack.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2400
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSkipBack/IconSkipBack.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2403,
			"name": "\"Icon/icons/IconSkipBack/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSkipBack/index.tsx",
			"children": [
				{
					"id": 2404,
					"name": "IconSkipBack",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2400
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2404
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSkipBack/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2405,
			"name": "\"Icon/icons/IconSkipForward/IconSkipForward\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSkipForward/IconSkipForward.tsx",
			"children": [
				{
					"id": 2406,
					"name": "IconSkipForward",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2407,
							"name": "IconSkipForward",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2408,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSkipForward/IconSkipForward.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2406
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSkipForward/IconSkipForward.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2409,
			"name": "\"Icon/icons/IconSkipForward/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSkipForward/index.tsx",
			"children": [
				{
					"id": 2410,
					"name": "IconSkipForward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2406
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2410
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSkipForward/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2411,
			"name": "\"Icon/icons/IconSlack/IconSlack\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSlack/IconSlack.tsx",
			"children": [
				{
					"id": 2412,
					"name": "IconSlack",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2413,
							"name": "IconSlack",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2414,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSlack/IconSlack.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2412
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSlack/IconSlack.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2415,
			"name": "\"Icon/icons/IconSlack/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSlack/index.tsx",
			"children": [
				{
					"id": 2416,
					"name": "IconSlack",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2412
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2416
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSlack/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2417,
			"name": "\"Icon/icons/IconSlash/IconSlash\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSlash/IconSlash.tsx",
			"children": [
				{
					"id": 2418,
					"name": "IconSlash",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2419,
							"name": "IconSlash",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2420,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSlash/IconSlash.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2418
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSlash/IconSlash.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2421,
			"name": "\"Icon/icons/IconSlash/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSlash/index.tsx",
			"children": [
				{
					"id": 2422,
					"name": "IconSlash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2418
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2422
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSlash/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2423,
			"name": "\"Icon/icons/IconSliders/IconSliders\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSliders/IconSliders.tsx",
			"children": [
				{
					"id": 2424,
					"name": "IconSliders",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2425,
							"name": "IconSliders",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2426,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSliders/IconSliders.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2424
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSliders/IconSliders.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2427,
			"name": "\"Icon/icons/IconSliders/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSliders/index.tsx",
			"children": [
				{
					"id": 2428,
					"name": "IconSliders",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2424
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2428
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSliders/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2429,
			"name": "\"Icon/icons/IconSmartphone/IconSmartphone\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSmartphone/IconSmartphone.tsx",
			"children": [
				{
					"id": 2430,
					"name": "IconSmartphone",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2431,
							"name": "IconSmartphone",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2432,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSmartphone/IconSmartphone.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2430
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSmartphone/IconSmartphone.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2433,
			"name": "\"Icon/icons/IconSmartphone/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSmartphone/index.tsx",
			"children": [
				{
					"id": 2434,
					"name": "IconSmartphone",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2430
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2434
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSmartphone/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2435,
			"name": "\"Icon/icons/IconSmile/IconSmile\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSmile/IconSmile.tsx",
			"children": [
				{
					"id": 2436,
					"name": "IconSmile",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2437,
							"name": "IconSmile",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2438,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSmile/IconSmile.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2436
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSmile/IconSmile.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2439,
			"name": "\"Icon/icons/IconSmile/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSmile/index.tsx",
			"children": [
				{
					"id": 2440,
					"name": "IconSmile",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2436
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2440
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSmile/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2441,
			"name": "\"Icon/icons/IconSpeaker/IconSpeaker\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSpeaker/IconSpeaker.tsx",
			"children": [
				{
					"id": 2442,
					"name": "IconSpeaker",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2443,
							"name": "IconSpeaker",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2444,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSpeaker/IconSpeaker.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2442
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSpeaker/IconSpeaker.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2445,
			"name": "\"Icon/icons/IconSpeaker/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSpeaker/index.tsx",
			"children": [
				{
					"id": 2446,
					"name": "IconSpeaker",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2442
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2446
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSpeaker/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2447,
			"name": "\"Icon/icons/IconSquare/IconSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSquare/IconSquare.tsx",
			"children": [
				{
					"id": 2448,
					"name": "IconSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2449,
							"name": "IconSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2450,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSquare/IconSquare.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2448
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSquare/IconSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2451,
			"name": "\"Icon/icons/IconSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSquare/index.tsx",
			"children": [
				{
					"id": 2452,
					"name": "IconSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2448
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2452
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2453,
			"name": "\"Icon/icons/IconStar/IconStar\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconStar/IconStar.tsx",
			"children": [
				{
					"id": 2454,
					"name": "IconStar",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2455,
							"name": "IconStar",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2456,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconStar/IconStar.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2454
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconStar/IconStar.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2457,
			"name": "\"Icon/icons/IconStar/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconStar/index.tsx",
			"children": [
				{
					"id": 2458,
					"name": "IconStar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2454
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2458
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconStar/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2459,
			"name": "\"Icon/icons/IconStopCircle/IconStopCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconStopCircle/IconStopCircle.tsx",
			"children": [
				{
					"id": 2460,
					"name": "IconStopCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2461,
							"name": "IconStopCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2462,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconStopCircle/IconStopCircle.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2460
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconStopCircle/IconStopCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2463,
			"name": "\"Icon/icons/IconStopCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconStopCircle/index.tsx",
			"children": [
				{
					"id": 2464,
					"name": "IconStopCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2460
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2464
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconStopCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2465,
			"name": "\"Icon/icons/IconSun/IconSun\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSun/IconSun.tsx",
			"children": [
				{
					"id": 2466,
					"name": "IconSun",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2467,
							"name": "IconSun",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2468,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSun/IconSun.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2466
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSun/IconSun.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2469,
			"name": "\"Icon/icons/IconSun/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSun/index.tsx",
			"children": [
				{
					"id": 2470,
					"name": "IconSun",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2466
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2470
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSun/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2471,
			"name": "\"Icon/icons/IconSunrise/IconSunrise\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSunrise/IconSunrise.tsx",
			"children": [
				{
					"id": 2472,
					"name": "IconSunrise",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2473,
							"name": "IconSunrise",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2474,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSunrise/IconSunrise.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2472
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSunrise/IconSunrise.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2475,
			"name": "\"Icon/icons/IconSunrise/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSunrise/index.tsx",
			"children": [
				{
					"id": 2476,
					"name": "IconSunrise",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2472
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2476
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSunrise/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2477,
			"name": "\"Icon/icons/IconSunset/IconSunset\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSunset/IconSunset.tsx",
			"children": [
				{
					"id": 2478,
					"name": "IconSunset",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2479,
							"name": "IconSunset",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2480,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconSunset/IconSunset.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2478
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSunset/IconSunset.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2481,
			"name": "\"Icon/icons/IconSunset/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconSunset/index.tsx",
			"children": [
				{
					"id": 2482,
					"name": "IconSunset",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2478
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2482
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconSunset/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2483,
			"name": "\"Icon/icons/IconTablet/IconTablet\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTablet/IconTablet.tsx",
			"children": [
				{
					"id": 2484,
					"name": "IconTablet",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2485,
							"name": "IconTablet",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2486,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTablet/IconTablet.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2484
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTablet/IconTablet.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2487,
			"name": "\"Icon/icons/IconTablet/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTablet/index.tsx",
			"children": [
				{
					"id": 2488,
					"name": "IconTablet",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2484
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2488
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTablet/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2489,
			"name": "\"Icon/icons/IconTag/IconTag\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTag/IconTag.tsx",
			"children": [
				{
					"id": 2490,
					"name": "IconTag",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2491,
							"name": "IconTag",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2492,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTag/IconTag.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2490
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTag/IconTag.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2493,
			"name": "\"Icon/icons/IconTag/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTag/index.tsx",
			"children": [
				{
					"id": 2494,
					"name": "IconTag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2490
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2494
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTag/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2495,
			"name": "\"Icon/icons/IconTarget/IconTarget\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTarget/IconTarget.tsx",
			"children": [
				{
					"id": 2496,
					"name": "IconTarget",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2497,
							"name": "IconTarget",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2498,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTarget/IconTarget.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2496
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTarget/IconTarget.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2499,
			"name": "\"Icon/icons/IconTarget/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTarget/index.tsx",
			"children": [
				{
					"id": 2500,
					"name": "IconTarget",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2496
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2500
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTarget/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2501,
			"name": "\"Icon/icons/IconTerminal/IconTerminal\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTerminal/IconTerminal.tsx",
			"children": [
				{
					"id": 2502,
					"name": "IconTerminal",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2503,
							"name": "IconTerminal",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2504,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTerminal/IconTerminal.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2502
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTerminal/IconTerminal.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2505,
			"name": "\"Icon/icons/IconTerminal/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTerminal/index.tsx",
			"children": [
				{
					"id": 2506,
					"name": "IconTerminal",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2502
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2506
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTerminal/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2507,
			"name": "\"Icon/icons/IconThermometer/IconThermometer\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThermometer/IconThermometer.tsx",
			"children": [
				{
					"id": 2508,
					"name": "IconThermometer",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2509,
							"name": "IconThermometer",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2510,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconThermometer/IconThermometer.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2508
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThermometer/IconThermometer.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2511,
			"name": "\"Icon/icons/IconThermometer/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThermometer/index.tsx",
			"children": [
				{
					"id": 2512,
					"name": "IconThermometer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2508
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2512
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThermometer/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2513,
			"name": "\"Icon/icons/IconThumbsDown/IconThumbsDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThumbsDown/IconThumbsDown.tsx",
			"children": [
				{
					"id": 2514,
					"name": "IconThumbsDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2515,
							"name": "IconThumbsDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2516,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconThumbsDown/IconThumbsDown.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2514
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThumbsDown/IconThumbsDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2517,
			"name": "\"Icon/icons/IconThumbsDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThumbsDown/index.tsx",
			"children": [
				{
					"id": 2518,
					"name": "IconThumbsDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2514
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2518
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThumbsDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2519,
			"name": "\"Icon/icons/IconThumbsUp/IconThumbsUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThumbsUp/IconThumbsUp.tsx",
			"children": [
				{
					"id": 2520,
					"name": "IconThumbsUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2521,
							"name": "IconThumbsUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2522,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconThumbsUp/IconThumbsUp.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2520
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThumbsUp/IconThumbsUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2523,
			"name": "\"Icon/icons/IconThumbsUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconThumbsUp/index.tsx",
			"children": [
				{
					"id": 2524,
					"name": "IconThumbsUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2520
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2524
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconThumbsUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2525,
			"name": "\"Icon/icons/IconToggleLeft/IconToggleLeft\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconToggleLeft/IconToggleLeft.tsx",
			"children": [
				{
					"id": 2526,
					"name": "IconToggleLeft",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2527,
							"name": "IconToggleLeft",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2528,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconToggleLeft/IconToggleLeft.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2526
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconToggleLeft/IconToggleLeft.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2529,
			"name": "\"Icon/icons/IconToggleLeft/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconToggleLeft/index.tsx",
			"children": [
				{
					"id": 2530,
					"name": "IconToggleLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2526
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2530
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconToggleLeft/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2531,
			"name": "\"Icon/icons/IconToggleRight/IconToggleRight\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconToggleRight/IconToggleRight.tsx",
			"children": [
				{
					"id": 2532,
					"name": "IconToggleRight",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2533,
							"name": "IconToggleRight",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2534,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconToggleRight/IconToggleRight.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2532
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconToggleRight/IconToggleRight.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2535,
			"name": "\"Icon/icons/IconToggleRight/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconToggleRight/index.tsx",
			"children": [
				{
					"id": 2536,
					"name": "IconToggleRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2532
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2536
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconToggleRight/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2537,
			"name": "\"Icon/icons/IconTool/IconTool\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTool/IconTool.tsx",
			"children": [
				{
					"id": 2538,
					"name": "IconTool",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2539,
							"name": "IconTool",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2540,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTool/IconTool.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2538
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTool/IconTool.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2541,
			"name": "\"Icon/icons/IconTool/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTool/index.tsx",
			"children": [
				{
					"id": 2542,
					"name": "IconTool",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2538
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2542
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTool/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2549,
			"name": "\"Icon/icons/IconTrash/IconTrash\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrash/IconTrash.tsx",
			"children": [
				{
					"id": 2550,
					"name": "IconTrash",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2551,
							"name": "IconTrash",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2552,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTrash/IconTrash.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2550
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrash/IconTrash.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2553,
			"name": "\"Icon/icons/IconTrash/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrash/index.tsx",
			"children": [
				{
					"id": 2554,
					"name": "IconTrash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2550
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2554
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrash/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2543,
			"name": "\"Icon/icons/IconTrash2/IconTrash2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrash2/IconTrash2.tsx",
			"children": [
				{
					"id": 2544,
					"name": "IconTrash2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2545,
							"name": "IconTrash2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2546,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTrash2/IconTrash2.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2544
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrash2/IconTrash2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2547,
			"name": "\"Icon/icons/IconTrash2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrash2/index.tsx",
			"children": [
				{
					"id": 2548,
					"name": "IconTrash2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2544
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2548
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrash2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2555,
			"name": "\"Icon/icons/IconTrello/IconTrello\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrello/IconTrello.tsx",
			"children": [
				{
					"id": 2556,
					"name": "IconTrello",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2557,
							"name": "IconTrello",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2558,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTrello/IconTrello.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2556
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrello/IconTrello.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2559,
			"name": "\"Icon/icons/IconTrello/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrello/index.tsx",
			"children": [
				{
					"id": 2560,
					"name": "IconTrello",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2556
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2560
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrello/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2561,
			"name": "\"Icon/icons/IconTrendingDown/IconTrendingDown\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrendingDown/IconTrendingDown.tsx",
			"children": [
				{
					"id": 2562,
					"name": "IconTrendingDown",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2563,
							"name": "IconTrendingDown",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2564,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTrendingDown/IconTrendingDown.tsx",
							"line": 8,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2562
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrendingDown/IconTrendingDown.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2565,
			"name": "\"Icon/icons/IconTrendingDown/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrendingDown/index.tsx",
			"children": [
				{
					"id": 2566,
					"name": "IconTrendingDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2562
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2566
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrendingDown/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2567,
			"name": "\"Icon/icons/IconTrendingUp/IconTrendingUp\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrendingUp/IconTrendingUp.tsx",
			"children": [
				{
					"id": 2568,
					"name": "IconTrendingUp",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2569,
							"name": "IconTrendingUp",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2570,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTrendingUp/IconTrendingUp.tsx",
							"line": 8,
							"character": 25
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2568
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrendingUp/IconTrendingUp.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2571,
			"name": "\"Icon/icons/IconTrendingUp/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTrendingUp/index.tsx",
			"children": [
				{
					"id": 2572,
					"name": "IconTrendingUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2568
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2572
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTrendingUp/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2573,
			"name": "\"Icon/icons/IconTriangle/IconTriangle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTriangle/IconTriangle.tsx",
			"children": [
				{
					"id": 2574,
					"name": "IconTriangle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2575,
							"name": "IconTriangle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2576,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTriangle/IconTriangle.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2574
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTriangle/IconTriangle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2577,
			"name": "\"Icon/icons/IconTriangle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTriangle/index.tsx",
			"children": [
				{
					"id": 2578,
					"name": "IconTriangle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2574
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2578
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTriangle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2579,
			"name": "\"Icon/icons/IconTruck/IconTruck\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTruck/IconTruck.tsx",
			"children": [
				{
					"id": 2580,
					"name": "IconTruck",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2581,
							"name": "IconTruck",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2582,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTruck/IconTruck.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2580
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTruck/IconTruck.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2583,
			"name": "\"Icon/icons/IconTruck/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTruck/index.tsx",
			"children": [
				{
					"id": 2584,
					"name": "IconTruck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2580
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2584
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTruck/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2585,
			"name": "\"Icon/icons/IconTv/IconTv\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTv/IconTv.tsx",
			"children": [
				{
					"id": 2586,
					"name": "IconTv",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2587,
							"name": "IconTv",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2588,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTv/IconTv.tsx",
							"line": 8,
							"character": 17
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2586
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTv/IconTv.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2589,
			"name": "\"Icon/icons/IconTv/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTv/index.tsx",
			"children": [
				{
					"id": 2590,
					"name": "IconTv",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2586
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2590
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTv/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2591,
			"name": "\"Icon/icons/IconTwitch/IconTwitch\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTwitch/IconTwitch.tsx",
			"children": [
				{
					"id": 2592,
					"name": "IconTwitch",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2593,
							"name": "IconTwitch",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2594,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTwitch/IconTwitch.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2592
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTwitch/IconTwitch.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2595,
			"name": "\"Icon/icons/IconTwitch/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTwitch/index.tsx",
			"children": [
				{
					"id": 2596,
					"name": "IconTwitch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2592
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2596
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTwitch/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2597,
			"name": "\"Icon/icons/IconTwitter/IconTwitter\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTwitter/IconTwitter.tsx",
			"children": [
				{
					"id": 2598,
					"name": "IconTwitter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2599,
							"name": "IconTwitter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2600,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconTwitter/IconTwitter.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2598
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTwitter/IconTwitter.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2601,
			"name": "\"Icon/icons/IconTwitter/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconTwitter/index.tsx",
			"children": [
				{
					"id": 2602,
					"name": "IconTwitter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2598
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2602
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconTwitter/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2603,
			"name": "\"Icon/icons/IconType/IconType\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconType/IconType.tsx",
			"children": [
				{
					"id": 2604,
					"name": "IconType",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2605,
							"name": "IconType",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2606,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconType/IconType.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2604
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconType/IconType.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2607,
			"name": "\"Icon/icons/IconType/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconType/index.tsx",
			"children": [
				{
					"id": 2608,
					"name": "IconType",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2604
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2608
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconType/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2609,
			"name": "\"Icon/icons/IconUmbrella/IconUmbrella\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUmbrella/IconUmbrella.tsx",
			"children": [
				{
					"id": 2610,
					"name": "IconUmbrella",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2611,
							"name": "IconUmbrella",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2612,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUmbrella/IconUmbrella.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2610
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUmbrella/IconUmbrella.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2613,
			"name": "\"Icon/icons/IconUmbrella/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUmbrella/index.tsx",
			"children": [
				{
					"id": 2614,
					"name": "IconUmbrella",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2610
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2614
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUmbrella/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2615,
			"name": "\"Icon/icons/IconUnderline/IconUnderline\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUnderline/IconUnderline.tsx",
			"children": [
				{
					"id": 2616,
					"name": "IconUnderline",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2617,
							"name": "IconUnderline",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2618,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUnderline/IconUnderline.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2616
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUnderline/IconUnderline.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2619,
			"name": "\"Icon/icons/IconUnderline/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUnderline/index.tsx",
			"children": [
				{
					"id": 2620,
					"name": "IconUnderline",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2616
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2620
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUnderline/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2621,
			"name": "\"Icon/icons/IconUnlock/IconUnlock\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUnlock/IconUnlock.tsx",
			"children": [
				{
					"id": 2622,
					"name": "IconUnlock",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2623,
							"name": "IconUnlock",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2624,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUnlock/IconUnlock.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2622
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUnlock/IconUnlock.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2625,
			"name": "\"Icon/icons/IconUnlock/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUnlock/index.tsx",
			"children": [
				{
					"id": 2626,
					"name": "IconUnlock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2622
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2626
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUnlock/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2633,
			"name": "\"Icon/icons/IconUpload/IconUpload\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUpload/IconUpload.tsx",
			"children": [
				{
					"id": 2634,
					"name": "IconUpload",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2635,
							"name": "IconUpload",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2636,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUpload/IconUpload.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2634
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUpload/IconUpload.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2637,
			"name": "\"Icon/icons/IconUpload/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUpload/index.tsx",
			"children": [
				{
					"id": 2638,
					"name": "IconUpload",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2634
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2638
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUpload/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2627,
			"name": "\"Icon/icons/IconUploadCloud/IconUploadCloud\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUploadCloud/IconUploadCloud.tsx",
			"children": [
				{
					"id": 2628,
					"name": "IconUploadCloud",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2629,
							"name": "IconUploadCloud",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2630,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUploadCloud/IconUploadCloud.tsx",
							"line": 8,
							"character": 26
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2628
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUploadCloud/IconUploadCloud.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2631,
			"name": "\"Icon/icons/IconUploadCloud/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUploadCloud/index.tsx",
			"children": [
				{
					"id": 2632,
					"name": "IconUploadCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2628
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2632
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUploadCloud/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2663,
			"name": "\"Icon/icons/IconUser/IconUser\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUser/IconUser.tsx",
			"children": [
				{
					"id": 2664,
					"name": "IconUser",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2665,
							"name": "IconUser",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2666,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUser/IconUser.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2664
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUser/IconUser.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2667,
			"name": "\"Icon/icons/IconUser/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUser/index.tsx",
			"children": [
				{
					"id": 2668,
					"name": "IconUser",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2664
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2668
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUser/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2639,
			"name": "\"Icon/icons/IconUserCheck/IconUserCheck\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserCheck/IconUserCheck.tsx",
			"children": [
				{
					"id": 2640,
					"name": "IconUserCheck",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2641,
							"name": "IconUserCheck",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2642,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUserCheck/IconUserCheck.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2640
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserCheck/IconUserCheck.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2643,
			"name": "\"Icon/icons/IconUserCheck/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserCheck/index.tsx",
			"children": [
				{
					"id": 2644,
					"name": "IconUserCheck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2640
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2644
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserCheck/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2645,
			"name": "\"Icon/icons/IconUserMinus/IconUserMinus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserMinus/IconUserMinus.tsx",
			"children": [
				{
					"id": 2646,
					"name": "IconUserMinus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2647,
							"name": "IconUserMinus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2648,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUserMinus/IconUserMinus.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2646
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserMinus/IconUserMinus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2649,
			"name": "\"Icon/icons/IconUserMinus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserMinus/index.tsx",
			"children": [
				{
					"id": 2650,
					"name": "IconUserMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2646
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2650
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserMinus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2651,
			"name": "\"Icon/icons/IconUserPlus/IconUserPlus\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserPlus/IconUserPlus.tsx",
			"children": [
				{
					"id": 2652,
					"name": "IconUserPlus",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2653,
							"name": "IconUserPlus",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2654,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUserPlus/IconUserPlus.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2652
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserPlus/IconUserPlus.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2655,
			"name": "\"Icon/icons/IconUserPlus/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserPlus/index.tsx",
			"children": [
				{
					"id": 2656,
					"name": "IconUserPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2652
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2656
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserPlus/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2657,
			"name": "\"Icon/icons/IconUserX/IconUserX\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserX/IconUserX.tsx",
			"children": [
				{
					"id": 2658,
					"name": "IconUserX",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2659,
							"name": "IconUserX",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2660,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUserX/IconUserX.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2658
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserX/IconUserX.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2661,
			"name": "\"Icon/icons/IconUserX/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUserX/index.tsx",
			"children": [
				{
					"id": 2662,
					"name": "IconUserX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2658
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2662
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUserX/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2669,
			"name": "\"Icon/icons/IconUsers/IconUsers\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUsers/IconUsers.tsx",
			"children": [
				{
					"id": 2670,
					"name": "IconUsers",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2671,
							"name": "IconUsers",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2672,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconUsers/IconUsers.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2670
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUsers/IconUsers.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2673,
			"name": "\"Icon/icons/IconUsers/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconUsers/index.tsx",
			"children": [
				{
					"id": 2674,
					"name": "IconUsers",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2670
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2674
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconUsers/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2681,
			"name": "\"Icon/icons/IconVideo/IconVideo\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVideo/IconVideo.tsx",
			"children": [
				{
					"id": 2682,
					"name": "IconVideo",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2683,
							"name": "IconVideo",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2684,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVideo/IconVideo.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2682
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVideo/IconVideo.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2685,
			"name": "\"Icon/icons/IconVideo/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVideo/index.tsx",
			"children": [
				{
					"id": 2686,
					"name": "IconVideo",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2682
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2686
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVideo/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2675,
			"name": "\"Icon/icons/IconVideoOff/IconVideoOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVideoOff/IconVideoOff.tsx",
			"children": [
				{
					"id": 2676,
					"name": "IconVideoOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2677,
							"name": "IconVideoOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2678,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVideoOff/IconVideoOff.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2676
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVideoOff/IconVideoOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2679,
			"name": "\"Icon/icons/IconVideoOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVideoOff/index.tsx",
			"children": [
				{
					"id": 2680,
					"name": "IconVideoOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2676
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2680
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVideoOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2687,
			"name": "\"Icon/icons/IconVoicemail/IconVoicemail\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVoicemail/IconVoicemail.tsx",
			"children": [
				{
					"id": 2688,
					"name": "IconVoicemail",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2689,
							"name": "IconVoicemail",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2690,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVoicemail/IconVoicemail.tsx",
							"line": 8,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2688
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVoicemail/IconVoicemail.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2691,
			"name": "\"Icon/icons/IconVoicemail/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVoicemail/index.tsx",
			"children": [
				{
					"id": 2692,
					"name": "IconVoicemail",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2688
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2692
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVoicemail/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2711,
			"name": "\"Icon/icons/IconVolume/IconVolume\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume/IconVolume.tsx",
			"children": [
				{
					"id": 2712,
					"name": "IconVolume",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2713,
							"name": "IconVolume",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2714,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVolume/IconVolume.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2712
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume/IconVolume.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2715,
			"name": "\"Icon/icons/IconVolume/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume/index.tsx",
			"children": [
				{
					"id": 2716,
					"name": "IconVolume",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2712
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2716
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2693,
			"name": "\"Icon/icons/IconVolume1/IconVolume1\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume1/IconVolume1.tsx",
			"children": [
				{
					"id": 2694,
					"name": "IconVolume1",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2695,
							"name": "IconVolume1",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2696,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVolume1/IconVolume1.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2694
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume1/IconVolume1.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2697,
			"name": "\"Icon/icons/IconVolume1/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume1/index.tsx",
			"children": [
				{
					"id": 2698,
					"name": "IconVolume1",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2694
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2698
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume1/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2699,
			"name": "\"Icon/icons/IconVolume2/IconVolume2\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume2/IconVolume2.tsx",
			"children": [
				{
					"id": 2700,
					"name": "IconVolume2",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2701,
							"name": "IconVolume2",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2702,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVolume2/IconVolume2.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2700
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume2/IconVolume2.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2703,
			"name": "\"Icon/icons/IconVolume2/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolume2/index.tsx",
			"children": [
				{
					"id": 2704,
					"name": "IconVolume2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2700
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2704
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolume2/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2705,
			"name": "\"Icon/icons/IconVolumeX/IconVolumeX\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolumeX/IconVolumeX.tsx",
			"children": [
				{
					"id": 2706,
					"name": "IconVolumeX",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2707,
							"name": "IconVolumeX",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2708,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconVolumeX/IconVolumeX.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2706
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolumeX/IconVolumeX.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2709,
			"name": "\"Icon/icons/IconVolumeX/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconVolumeX/index.tsx",
			"children": [
				{
					"id": 2710,
					"name": "IconVolumeX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2706
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2710
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconVolumeX/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2717,
			"name": "\"Icon/icons/IconWatch/IconWatch\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWatch/IconWatch.tsx",
			"children": [
				{
					"id": 2718,
					"name": "IconWatch",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2719,
							"name": "IconWatch",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2720,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconWatch/IconWatch.tsx",
							"line": 8,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2718
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWatch/IconWatch.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2721,
			"name": "\"Icon/icons/IconWatch/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWatch/index.tsx",
			"children": [
				{
					"id": 2722,
					"name": "IconWatch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2718
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2722
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWatch/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2729,
			"name": "\"Icon/icons/IconWifi/IconWifi\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWifi/IconWifi.tsx",
			"children": [
				{
					"id": 2730,
					"name": "IconWifi",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2731,
							"name": "IconWifi",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2732,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconWifi/IconWifi.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2730
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWifi/IconWifi.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2733,
			"name": "\"Icon/icons/IconWifi/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWifi/index.tsx",
			"children": [
				{
					"id": 2734,
					"name": "IconWifi",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2730
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2734
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWifi/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2723,
			"name": "\"Icon/icons/IconWifiOff/IconWifiOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWifiOff/IconWifiOff.tsx",
			"children": [
				{
					"id": 2724,
					"name": "IconWifiOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2725,
							"name": "IconWifiOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2726,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconWifiOff/IconWifiOff.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2724
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWifiOff/IconWifiOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2727,
			"name": "\"Icon/icons/IconWifiOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWifiOff/index.tsx",
			"children": [
				{
					"id": 2728,
					"name": "IconWifiOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2724
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2728
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWifiOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2735,
			"name": "\"Icon/icons/IconWind/IconWind\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWind/IconWind.tsx",
			"children": [
				{
					"id": 2736,
					"name": "IconWind",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2737,
							"name": "IconWind",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2738,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconWind/IconWind.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2736
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWind/IconWind.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2739,
			"name": "\"Icon/icons/IconWind/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconWind/index.tsx",
			"children": [
				{
					"id": 2740,
					"name": "IconWind",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2736
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2740
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconWind/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 53,
			"name": "\"Icon/icons/IconX/IconX\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconX/IconX.tsx",
			"children": [
				{
					"id": 54,
					"name": "IconX",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 55,
							"name": "IconX",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 56,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconX/IconX.tsx",
							"line": 8,
							"character": 16
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						54
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconX/IconX.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 57,
			"name": "\"Icon/icons/IconX/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconX/index.tsx",
			"children": [
				{
					"id": 58,
					"name": "IconX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 54
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						58
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconX/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 59,
			"name": "\"Icon/icons/IconXCircle/IconXCircle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXCircle/IconXCircle.tsx",
			"children": [
				{
					"id": 60,
					"name": "IconXCircle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 61,
							"name": "IconXCircle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 62,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconXCircle/IconXCircle.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						60
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXCircle/IconXCircle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 63,
			"name": "\"Icon/icons/IconXCircle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXCircle/index.tsx",
			"children": [
				{
					"id": 64,
					"name": "IconXCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 60
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						64
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXCircle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2741,
			"name": "\"Icon/icons/IconXOctagon/IconXOctagon\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXOctagon/IconXOctagon.tsx",
			"children": [
				{
					"id": 2742,
					"name": "IconXOctagon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2743,
							"name": "IconXOctagon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2744,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconXOctagon/IconXOctagon.tsx",
							"line": 8,
							"character": 23
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2742
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXOctagon/IconXOctagon.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2745,
			"name": "\"Icon/icons/IconXOctagon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXOctagon/index.tsx",
			"children": [
				{
					"id": 2746,
					"name": "IconXOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2742
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2746
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXOctagon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2747,
			"name": "\"Icon/icons/IconXSquare/IconXSquare\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXSquare/IconXSquare.tsx",
			"children": [
				{
					"id": 2748,
					"name": "IconXSquare",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2749,
							"name": "IconXSquare",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2750,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconXSquare/IconXSquare.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2748
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXSquare/IconXSquare.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2751,
			"name": "\"Icon/icons/IconXSquare/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconXSquare/index.tsx",
			"children": [
				{
					"id": 2752,
					"name": "IconXSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2748
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2752
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconXSquare/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2753,
			"name": "\"Icon/icons/IconYoutube/IconYoutube\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconYoutube/IconYoutube.tsx",
			"children": [
				{
					"id": 2754,
					"name": "IconYoutube",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2755,
							"name": "IconYoutube",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2756,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconYoutube/IconYoutube.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2754
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconYoutube/IconYoutube.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2757,
			"name": "\"Icon/icons/IconYoutube/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconYoutube/index.tsx",
			"children": [
				{
					"id": 2758,
					"name": "IconYoutube",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2754
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2758
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconYoutube/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2765,
			"name": "\"Icon/icons/IconZap/IconZap\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZap/IconZap.tsx",
			"children": [
				{
					"id": 2766,
					"name": "IconZap",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2767,
							"name": "IconZap",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2768,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconZap/IconZap.tsx",
							"line": 8,
							"character": 18
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2766
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZap/IconZap.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2769,
			"name": "\"Icon/icons/IconZap/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZap/index.tsx",
			"children": [
				{
					"id": 2770,
					"name": "IconZap",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2766
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2770
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZap/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2759,
			"name": "\"Icon/icons/IconZapOff/IconZapOff\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZapOff/IconZapOff.tsx",
			"children": [
				{
					"id": 2760,
					"name": "IconZapOff",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2761,
							"name": "IconZapOff",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2762,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconZapOff/IconZapOff.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2760
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZapOff/IconZapOff.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2763,
			"name": "\"Icon/icons/IconZapOff/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZapOff/index.tsx",
			"children": [
				{
					"id": 2764,
					"name": "IconZapOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2760
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2764
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZapOff/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2771,
			"name": "\"Icon/icons/IconZoomIn/IconZoomIn\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZoomIn/IconZoomIn.tsx",
			"children": [
				{
					"id": 2772,
					"name": "IconZoomIn",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2773,
							"name": "IconZoomIn",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2774,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconZoomIn/IconZoomIn.tsx",
							"line": 8,
							"character": 21
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2772
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZoomIn/IconZoomIn.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2775,
			"name": "\"Icon/icons/IconZoomIn/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZoomIn/index.tsx",
			"children": [
				{
					"id": 2776,
					"name": "IconZoomIn",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2772
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2776
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZoomIn/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2777,
			"name": "\"Icon/icons/IconZoomOut/IconZoomOut\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZoomOut/IconZoomOut.tsx",
			"children": [
				{
					"id": 2778,
					"name": "IconZoomOut",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 2779,
							"name": "IconZoomOut",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 2780,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Icon/icons/IconZoomOut/IconZoomOut.tsx",
							"line": 8,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2778
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZoomOut/IconZoomOut.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 2781,
			"name": "\"Icon/icons/IconZoomOut/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/IconZoomOut/index.tsx",
			"children": [
				{
					"id": 2782,
					"name": "IconZoomOut",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2778
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2782
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/IconZoomOut/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 3790,
			"name": "\"Icon/icons/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/icons/index.tsx",
			"children": [
				{
					"id": 3791,
					"name": "IconActivity",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1107
				},
				{
					"id": 3792,
					"name": "IconAirplay",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1113
				},
				{
					"id": 3793,
					"name": "IconAlertCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1119
				},
				{
					"id": 3794,
					"name": "IconAlertOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1125
				},
				{
					"id": 3795,
					"name": "IconAlertTriangle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 39
				},
				{
					"id": 3796,
					"name": "IconAlignCenter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1131
				},
				{
					"id": 3797,
					"name": "IconAlignJustify",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1137
				},
				{
					"id": 3798,
					"name": "IconAlignLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1143
				},
				{
					"id": 3799,
					"name": "IconAlignRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1149
				},
				{
					"id": 3800,
					"name": "IconAnchor",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1155
				},
				{
					"id": 3801,
					"name": "IconAperture",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1161
				},
				{
					"id": 3802,
					"name": "IconArchive",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1167
				},
				{
					"id": 3806,
					"name": "IconArrowDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1191
				},
				{
					"id": 3803,
					"name": "IconArrowDownCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1173
				},
				{
					"id": 3804,
					"name": "IconArrowDownLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1179
				},
				{
					"id": 3805,
					"name": "IconArrowDownRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1185
				},
				{
					"id": 3808,
					"name": "IconArrowLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1203
				},
				{
					"id": 3807,
					"name": "IconArrowLeftCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1197
				},
				{
					"id": 3810,
					"name": "IconArrowRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1215
				},
				{
					"id": 3809,
					"name": "IconArrowRightCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1209
				},
				{
					"id": 3814,
					"name": "IconArrowUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1239
				},
				{
					"id": 3811,
					"name": "IconArrowUpCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1221
				},
				{
					"id": 3812,
					"name": "IconArrowUpLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1227
				},
				{
					"id": 3813,
					"name": "IconArrowUpRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1233
				},
				{
					"id": 3815,
					"name": "IconAtSign",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1245
				},
				{
					"id": 3816,
					"name": "IconAward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1251
				},
				{
					"id": 3818,
					"name": "IconBarChart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1263
				},
				{
					"id": 3817,
					"name": "IconBarChart2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1257
				},
				{
					"id": 3820,
					"name": "IconBattery",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1275
				},
				{
					"id": 3819,
					"name": "IconBatteryCharging",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1269
				},
				{
					"id": 3822,
					"name": "IconBell",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1287
				},
				{
					"id": 3821,
					"name": "IconBellOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1281
				},
				{
					"id": 3823,
					"name": "IconBluetooth",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1293
				},
				{
					"id": 3824,
					"name": "IconBold",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1299
				},
				{
					"id": 3826,
					"name": "IconBook",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1311
				},
				{
					"id": 3825,
					"name": "IconBookOpen",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1305
				},
				{
					"id": 3827,
					"name": "IconBookmark",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1317
				},
				{
					"id": 3828,
					"name": "IconBox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1323
				},
				{
					"id": 3829,
					"name": "IconBriefcase",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1329
				},
				{
					"id": 3830,
					"name": "IconCalendar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1335
				},
				{
					"id": 3832,
					"name": "IconCamera",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1347
				},
				{
					"id": 3831,
					"name": "IconCameraOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1341
				},
				{
					"id": 3833,
					"name": "IconCast",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1353
				},
				{
					"id": 3836,
					"name": "IconCheck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 45
				},
				{
					"id": 3834,
					"name": "IconCheckCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1359
				},
				{
					"id": 3835,
					"name": "IconCheckSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1365
				},
				{
					"id": 3837,
					"name": "IconChevronDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1371
				},
				{
					"id": 3838,
					"name": "IconChevronLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1377
				},
				{
					"id": 3839,
					"name": "IconChevronRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1383
				},
				{
					"id": 3840,
					"name": "IconChevronUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1389
				},
				{
					"id": 3841,
					"name": "IconChevronsDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1395
				},
				{
					"id": 3842,
					"name": "IconChevronsLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1401
				},
				{
					"id": 3843,
					"name": "IconChevronsRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1407
				},
				{
					"id": 3844,
					"name": "IconChevronsUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1413
				},
				{
					"id": 3845,
					"name": "IconChrome",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1419
				},
				{
					"id": 3846,
					"name": "IconCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1425
				},
				{
					"id": 3847,
					"name": "IconClipboard",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1431
				},
				{
					"id": 3848,
					"name": "IconClock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1437
				},
				{
					"id": 3854,
					"name": "IconCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1473
				},
				{
					"id": 3849,
					"name": "IconCloudDrizzle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1443
				},
				{
					"id": 3850,
					"name": "IconCloudLightning",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1449
				},
				{
					"id": 3851,
					"name": "IconCloudOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1455
				},
				{
					"id": 3852,
					"name": "IconCloudRain",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1461
				},
				{
					"id": 3853,
					"name": "IconCloudSnow",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1467
				},
				{
					"id": 3855,
					"name": "IconCode",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1479
				},
				{
					"id": 3856,
					"name": "IconCodepen",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1485
				},
				{
					"id": 3857,
					"name": "IconCodesandbox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1491
				},
				{
					"id": 3858,
					"name": "IconCoffee",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1497
				},
				{
					"id": 3859,
					"name": "IconColumns",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1503
				},
				{
					"id": 3860,
					"name": "IconCommand",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1509
				},
				{
					"id": 3861,
					"name": "IconCompass",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1515
				},
				{
					"id": 3862,
					"name": "IconCopy",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1521
				},
				{
					"id": 3863,
					"name": "IconCornerDownLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1527
				},
				{
					"id": 3864,
					"name": "IconCornerDownRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1533
				},
				{
					"id": 3865,
					"name": "IconCornerLeftDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1539
				},
				{
					"id": 3866,
					"name": "IconCornerLeftUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1545
				},
				{
					"id": 3867,
					"name": "IconCornerRightDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1551
				},
				{
					"id": 3868,
					"name": "IconCornerRightUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1557
				},
				{
					"id": 3869,
					"name": "IconCornerUpLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1563
				},
				{
					"id": 3870,
					"name": "IconCornerUpRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1569
				},
				{
					"id": 3871,
					"name": "IconCpu",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1575
				},
				{
					"id": 3872,
					"name": "IconCreditCard",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1581
				},
				{
					"id": 3873,
					"name": "IconCrop",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1587
				},
				{
					"id": 3874,
					"name": "IconCrosshair",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1593
				},
				{
					"id": 3875,
					"name": "IconDatabase",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1599
				},
				{
					"id": 3876,
					"name": "IconDelete",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1605
				},
				{
					"id": 3877,
					"name": "IconDisc",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1611
				},
				{
					"id": 3880,
					"name": "IconDivide",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1629
				},
				{
					"id": 3878,
					"name": "IconDivideCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1617
				},
				{
					"id": 3879,
					"name": "IconDivideSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1623
				},
				{
					"id": 3881,
					"name": "IconDollarSign",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1635
				},
				{
					"id": 3883,
					"name": "IconDownload",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1647
				},
				{
					"id": 3882,
					"name": "IconDownloadCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1641
				},
				{
					"id": 3884,
					"name": "IconDribbble",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1653
				},
				{
					"id": 3885,
					"name": "IconDroplet",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1659
				},
				{
					"id": 3888,
					"name": "IconEdit",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1677
				},
				{
					"id": 3886,
					"name": "IconEdit2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1665
				},
				{
					"id": 3887,
					"name": "IconEdit3",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1671
				},
				{
					"id": 3889,
					"name": "IconExternalLink",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1683
				},
				{
					"id": 3891,
					"name": "IconEye",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1695
				},
				{
					"id": 3890,
					"name": "IconEyeOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1689
				},
				{
					"id": 3892,
					"name": "IconFacebook",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1701
				},
				{
					"id": 3893,
					"name": "IconFastForward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1707
				},
				{
					"id": 3894,
					"name": "IconFeather",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1713
				},
				{
					"id": 3895,
					"name": "IconFigma",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1719
				},
				{
					"id": 3899,
					"name": "IconFile",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1743
				},
				{
					"id": 3896,
					"name": "IconFileMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1725
				},
				{
					"id": 3897,
					"name": "IconFilePlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1731
				},
				{
					"id": 3898,
					"name": "IconFileText",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1737
				},
				{
					"id": 3900,
					"name": "IconFilm",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1749
				},
				{
					"id": 3901,
					"name": "IconFilter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1755
				},
				{
					"id": 3902,
					"name": "IconFlag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1761
				},
				{
					"id": 3905,
					"name": "IconFolder",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1779
				},
				{
					"id": 3903,
					"name": "IconFolderMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1767
				},
				{
					"id": 3904,
					"name": "IconFolderPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1773
				},
				{
					"id": 3906,
					"name": "IconFramer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1785
				},
				{
					"id": 3907,
					"name": "IconFrown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1791
				},
				{
					"id": 3908,
					"name": "IconGift",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1797
				},
				{
					"id": 3909,
					"name": "IconGitBranch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1803
				},
				{
					"id": 3910,
					"name": "IconGitCommit",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1809
				},
				{
					"id": 3913,
					"name": "IconGitHub",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1827
				},
				{
					"id": 3911,
					"name": "IconGitMerge",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1815
				},
				{
					"id": 3912,
					"name": "IconGitPullRequest",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1821
				},
				{
					"id": 3914,
					"name": "IconGitlab",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1833
				},
				{
					"id": 3915,
					"name": "IconGlobe",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1839
				},
				{
					"id": 3916,
					"name": "IconGrid",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1845
				},
				{
					"id": 3917,
					"name": "IconHardDrive",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1851
				},
				{
					"id": 3918,
					"name": "IconHash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1857
				},
				{
					"id": 3919,
					"name": "IconHeadphones",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1863
				},
				{
					"id": 3920,
					"name": "IconHeart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1869
				},
				{
					"id": 3921,
					"name": "IconHelpCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1875
				},
				{
					"id": 3922,
					"name": "IconHexagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1881
				},
				{
					"id": 3923,
					"name": "IconHome",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1887
				},
				{
					"id": 3924,
					"name": "IconImage",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1893
				},
				{
					"id": 3925,
					"name": "IconInbox",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1899
				},
				{
					"id": 3926,
					"name": "IconInfo",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 51
				},
				{
					"id": 3927,
					"name": "IconInstagram",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1905
				},
				{
					"id": 3928,
					"name": "IconItalic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1911
				},
				{
					"id": 3929,
					"name": "IconKey",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1917
				},
				{
					"id": 3930,
					"name": "IconLayers",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1923
				},
				{
					"id": 3931,
					"name": "IconLayout",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1929
				},
				{
					"id": 3932,
					"name": "IconLifeBuoy",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1935
				},
				{
					"id": 3934,
					"name": "IconLink",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1947
				},
				{
					"id": 3933,
					"name": "IconLink2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1941
				},
				{
					"id": 3935,
					"name": "IconLinkedin",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1953
				},
				{
					"id": 3936,
					"name": "IconList",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1959
				},
				{
					"id": 3937,
					"name": "IconLoader",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 122
				},
				{
					"id": 3938,
					"name": "IconLock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1965
				},
				{
					"id": 3939,
					"name": "IconLogIn",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1971
				},
				{
					"id": 3940,
					"name": "IconLogOut",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1977
				},
				{
					"id": 3941,
					"name": "IconMail",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1983
				},
				{
					"id": 3943,
					"name": "IconMap",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1995
				},
				{
					"id": 3942,
					"name": "IconMapPin",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1989
				},
				{
					"id": 3945,
					"name": "IconMaximize",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2007
				},
				{
					"id": 3944,
					"name": "IconMaximize2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2001
				},
				{
					"id": 3946,
					"name": "IconMeh",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2013
				},
				{
					"id": 3947,
					"name": "IconMenu",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2019
				},
				{
					"id": 3948,
					"name": "IconMessageCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2025
				},
				{
					"id": 3949,
					"name": "IconMessageSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2031
				},
				{
					"id": 3951,
					"name": "IconMic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2043
				},
				{
					"id": 3950,
					"name": "IconMicOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2037
				},
				{
					"id": 3953,
					"name": "IconMinimize",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2055
				},
				{
					"id": 3952,
					"name": "IconMinimize2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2049
				},
				{
					"id": 3956,
					"name": "IconMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2073
				},
				{
					"id": 3954,
					"name": "IconMinusCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2061
				},
				{
					"id": 3955,
					"name": "IconMinusSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2067
				},
				{
					"id": 3957,
					"name": "IconMonitor",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2079
				},
				{
					"id": 3958,
					"name": "IconMoon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2085
				},
				{
					"id": 3959,
					"name": "IconMoreHorizontal",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2091
				},
				{
					"id": 3960,
					"name": "IconMoreVertical",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2097
				},
				{
					"id": 3961,
					"name": "IconMousePointer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2103
				},
				{
					"id": 3962,
					"name": "IconMove",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2109
				},
				{
					"id": 3963,
					"name": "IconMusic",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2115
				},
				{
					"id": 3965,
					"name": "IconNavigation",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2127
				},
				{
					"id": 3964,
					"name": "IconNavigation2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2121
				},
				{
					"id": 3966,
					"name": "IconOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2133
				},
				{
					"id": 3967,
					"name": "IconPackage",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2139
				},
				{
					"id": 3968,
					"name": "IconPaperclip",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2145
				},
				{
					"id": 3970,
					"name": "IconPause",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2157
				},
				{
					"id": 3969,
					"name": "IconPauseCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2151
				},
				{
					"id": 3971,
					"name": "IconPenTool",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2163
				},
				{
					"id": 3972,
					"name": "IconPercent",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2169
				},
				{
					"id": 3979,
					"name": "IconPhone",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2211
				},
				{
					"id": 3973,
					"name": "IconPhoneCall",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2175
				},
				{
					"id": 3974,
					"name": "IconPhoneForwarded",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2181
				},
				{
					"id": 3975,
					"name": "IconPhoneIncoming",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2187
				},
				{
					"id": 3976,
					"name": "IconPhoneMissed",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2193
				},
				{
					"id": 3977,
					"name": "IconPhoneOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2199
				},
				{
					"id": 3978,
					"name": "IconPhoneOutgoing",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2205
				},
				{
					"id": 3980,
					"name": "IconPieChart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2217
				},
				{
					"id": 3982,
					"name": "IconPlay",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2229
				},
				{
					"id": 3981,
					"name": "IconPlayCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2223
				},
				{
					"id": 3985,
					"name": "IconPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2247
				},
				{
					"id": 3983,
					"name": "IconPlusCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2235
				},
				{
					"id": 3984,
					"name": "IconPlusSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2241
				},
				{
					"id": 3986,
					"name": "IconPocket",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2253
				},
				{
					"id": 3987,
					"name": "IconPower",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2259
				},
				{
					"id": 3988,
					"name": "IconPrinter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2265
				},
				{
					"id": 3989,
					"name": "IconRadio",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2271
				},
				{
					"id": 3990,
					"name": "IconRefreshCcw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2277
				},
				{
					"id": 3991,
					"name": "IconRefreshCw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2283
				},
				{
					"id": 3992,
					"name": "IconRepeat",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2289
				},
				{
					"id": 3993,
					"name": "IconRewind",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2295
				},
				{
					"id": 3994,
					"name": "IconRotateCcw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2301
				},
				{
					"id": 3995,
					"name": "IconRotateCw",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2307
				},
				{
					"id": 3996,
					"name": "IconRss",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2313
				},
				{
					"id": 3997,
					"name": "IconSave",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2319
				},
				{
					"id": 3998,
					"name": "IconScissors",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2325
				},
				{
					"id": 3999,
					"name": "IconSearch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2331
				},
				{
					"id": 4000,
					"name": "IconSend",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2337
				},
				{
					"id": 4001,
					"name": "IconServer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2343
				},
				{
					"id": 4002,
					"name": "IconSettings",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2349
				},
				{
					"id": 4004,
					"name": "IconShare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2361
				},
				{
					"id": 4003,
					"name": "IconShare2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2355
				},
				{
					"id": 4006,
					"name": "IconShield",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2373
				},
				{
					"id": 4005,
					"name": "IconShieldOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2367
				},
				{
					"id": 4007,
					"name": "IconShoppingBag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2379
				},
				{
					"id": 4008,
					"name": "IconShoppingCart",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2385
				},
				{
					"id": 4009,
					"name": "IconShuffle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2391
				},
				{
					"id": 4010,
					"name": "IconSidebar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2397
				},
				{
					"id": 4011,
					"name": "IconSkipBack",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2403
				},
				{
					"id": 4012,
					"name": "IconSkipForward",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2409
				},
				{
					"id": 4013,
					"name": "IconSlack",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2415
				},
				{
					"id": 4014,
					"name": "IconSlash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2421
				},
				{
					"id": 4015,
					"name": "IconSliders",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2427
				},
				{
					"id": 4016,
					"name": "IconSmartphone",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2433
				},
				{
					"id": 4017,
					"name": "IconSmile",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2439
				},
				{
					"id": 4018,
					"name": "IconSpeaker",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2445
				},
				{
					"id": 4019,
					"name": "IconSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2451
				},
				{
					"id": 4020,
					"name": "IconStar",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2457
				},
				{
					"id": 4021,
					"name": "IconStopCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2463
				},
				{
					"id": 4022,
					"name": "IconSun",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2469
				},
				{
					"id": 4023,
					"name": "IconSunrise",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2475
				},
				{
					"id": 4024,
					"name": "IconSunset",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2481
				},
				{
					"id": 4025,
					"name": "IconTablet",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2487
				},
				{
					"id": 4026,
					"name": "IconTag",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2493
				},
				{
					"id": 4027,
					"name": "IconTarget",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2499
				},
				{
					"id": 4028,
					"name": "IconTerminal",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2505
				},
				{
					"id": 4029,
					"name": "IconThermometer",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2511
				},
				{
					"id": 4030,
					"name": "IconThumbsDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2517
				},
				{
					"id": 4031,
					"name": "IconThumbsUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2523
				},
				{
					"id": 4032,
					"name": "IconToggleLeft",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2529
				},
				{
					"id": 4033,
					"name": "IconToggleRight",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2535
				},
				{
					"id": 4034,
					"name": "IconTool",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2541
				},
				{
					"id": 4036,
					"name": "IconTrash",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2553
				},
				{
					"id": 4035,
					"name": "IconTrash2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2547
				},
				{
					"id": 4037,
					"name": "IconTrello",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2559
				},
				{
					"id": 4038,
					"name": "IconTrendingDown",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2565
				},
				{
					"id": 4039,
					"name": "IconTrendingUp",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2571
				},
				{
					"id": 4040,
					"name": "IconTriangle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2577
				},
				{
					"id": 4041,
					"name": "IconTruck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2583
				},
				{
					"id": 4042,
					"name": "IconTv",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2589
				},
				{
					"id": 4043,
					"name": "IconTwitch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2595
				},
				{
					"id": 4044,
					"name": "IconTwitter",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2601
				},
				{
					"id": 4045,
					"name": "IconType",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2607
				},
				{
					"id": 4046,
					"name": "IconUmbrella",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2613
				},
				{
					"id": 4047,
					"name": "IconUnderline",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2619
				},
				{
					"id": 4048,
					"name": "IconUnlock",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2625
				},
				{
					"id": 4050,
					"name": "IconUpload",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2637
				},
				{
					"id": 4049,
					"name": "IconUploadCloud",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2631
				},
				{
					"id": 4055,
					"name": "IconUser",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2667
				},
				{
					"id": 4051,
					"name": "IconUserCheck",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2643
				},
				{
					"id": 4052,
					"name": "IconUserMinus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2649
				},
				{
					"id": 4053,
					"name": "IconUserPlus",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2655
				},
				{
					"id": 4054,
					"name": "IconUserX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2661
				},
				{
					"id": 4056,
					"name": "IconUsers",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2673
				},
				{
					"id": 4058,
					"name": "IconVideo",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2685
				},
				{
					"id": 4057,
					"name": "IconVideoOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2679
				},
				{
					"id": 4059,
					"name": "IconVoicemail",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2691
				},
				{
					"id": 4063,
					"name": "IconVolume",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2715
				},
				{
					"id": 4060,
					"name": "IconVolume1",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2697
				},
				{
					"id": 4061,
					"name": "IconVolume2",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2703
				},
				{
					"id": 4062,
					"name": "IconVolumeX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2709
				},
				{
					"id": 4064,
					"name": "IconWatch",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2721
				},
				{
					"id": 4066,
					"name": "IconWifi",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2733
				},
				{
					"id": 4065,
					"name": "IconWifiOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2727
				},
				{
					"id": 4067,
					"name": "IconWind",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2739
				},
				{
					"id": 4071,
					"name": "IconX",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 57
				},
				{
					"id": 4068,
					"name": "IconXCircle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 63
				},
				{
					"id": 4069,
					"name": "IconXOctagon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2745
				},
				{
					"id": 4070,
					"name": "IconXSquare",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2751
				},
				{
					"id": 4072,
					"name": "IconYoutube",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2757
				},
				{
					"id": 4074,
					"name": "IconZap",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2769
				},
				{
					"id": 4073,
					"name": "IconZapOff",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2763
				},
				{
					"id": 4075,
					"name": "IconZoomIn",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2775
				},
				{
					"id": 4076,
					"name": "IconZoomOut",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 2781
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						3791,
						3792,
						3793,
						3794,
						3795,
						3796,
						3797,
						3798,
						3799,
						3800,
						3801,
						3802,
						3806,
						3803,
						3804,
						3805,
						3808,
						3807,
						3810,
						3809,
						3814,
						3811,
						3812,
						3813,
						3815,
						3816,
						3818,
						3817,
						3820,
						3819,
						3822,
						3821,
						3823,
						3824,
						3826,
						3825,
						3827,
						3828,
						3829,
						3830,
						3832,
						3831,
						3833,
						3836,
						3834,
						3835,
						3837,
						3838,
						3839,
						3840,
						3841,
						3842,
						3843,
						3844,
						3845,
						3846,
						3847,
						3848,
						3854,
						3849,
						3850,
						3851,
						3852,
						3853,
						3855,
						3856,
						3857,
						3858,
						3859,
						3860,
						3861,
						3862,
						3863,
						3864,
						3865,
						3866,
						3867,
						3868,
						3869,
						3870,
						3871,
						3872,
						3873,
						3874,
						3875,
						3876,
						3877,
						3880,
						3878,
						3879,
						3881,
						3883,
						3882,
						3884,
						3885,
						3888,
						3886,
						3887,
						3889,
						3891,
						3890,
						3892,
						3893,
						3894,
						3895,
						3899,
						3896,
						3897,
						3898,
						3900,
						3901,
						3902,
						3905,
						3903,
						3904,
						3906,
						3907,
						3908,
						3909,
						3910,
						3913,
						3911,
						3912,
						3914,
						3915,
						3916,
						3917,
						3918,
						3919,
						3920,
						3921,
						3922,
						3923,
						3924,
						3925,
						3926,
						3927,
						3928,
						3929,
						3930,
						3931,
						3932,
						3934,
						3933,
						3935,
						3936,
						3937,
						3938,
						3939,
						3940,
						3941,
						3943,
						3942,
						3945,
						3944,
						3946,
						3947,
						3948,
						3949,
						3951,
						3950,
						3953,
						3952,
						3956,
						3954,
						3955,
						3957,
						3958,
						3959,
						3960,
						3961,
						3962,
						3963,
						3965,
						3964,
						3966,
						3967,
						3968,
						3970,
						3969,
						3971,
						3972,
						3979,
						3973,
						3974,
						3975,
						3976,
						3977,
						3978,
						3980,
						3982,
						3981,
						3985,
						3983,
						3984,
						3986,
						3987,
						3988,
						3989,
						3990,
						3991,
						3992,
						3993,
						3994,
						3995,
						3996,
						3997,
						3998,
						3999,
						4000,
						4001,
						4002,
						4004,
						4003,
						4006,
						4005,
						4007,
						4008,
						4009,
						4010,
						4011,
						4012,
						4013,
						4014,
						4015,
						4016,
						4017,
						4018,
						4019,
						4020,
						4021,
						4022,
						4023,
						4024,
						4025,
						4026,
						4027,
						4028,
						4029,
						4030,
						4031,
						4032,
						4033,
						4034,
						4036,
						4035,
						4037,
						4038,
						4039,
						4040,
						4041,
						4042,
						4043,
						4044,
						4045,
						4046,
						4047,
						4048,
						4050,
						4049,
						4055,
						4051,
						4052,
						4053,
						4054,
						4056,
						4058,
						4057,
						4059,
						4063,
						4060,
						4061,
						4062,
						4064,
						4066,
						4065,
						4067,
						4071,
						4068,
						4069,
						4070,
						4072,
						4074,
						4073,
						4075,
						4076
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/icons/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 257,
			"name": "\"Icon/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Icon/index.tsx",
			"children": [
				{
					"id": 258,
					"name": "Icon",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 243
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						258
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Icon/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 782,
			"name": "\"Input/Input\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Input/Input.tsx",
			"children": [
				{
					"id": 783,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 816,
							"name": "actions",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 49,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 784,
							"name": "autoComplete",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 10,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 785,
							"name": "autofocus",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 11,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 786,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 12,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 787,
							"name": "copy",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 13,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 788,
							"name": "defaultValue",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 14,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "string"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							}
						},
						{
							"id": 789,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 15,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 790,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 16,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 791,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 17,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 792,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 18,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 793,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 19,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 794,
							"name": "inputRef",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 20,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 795,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 21,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 796,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 22,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 797,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 23,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 798,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 24,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 811,
							"name": "placeholder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 29,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 815,
							"name": "reveal",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 48,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 817,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 50,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 812,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 30,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 813,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 31,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "color"
									},
									{
										"type": "stringLiteral",
										"value": "date"
									},
									{
										"type": "stringLiteral",
										"value": "datetime-local"
									},
									{
										"type": "stringLiteral",
										"value": "email"
									},
									{
										"type": "stringLiteral",
										"value": "month"
									},
									{
										"type": "stringLiteral",
										"value": "number"
									},
									{
										"type": "stringLiteral",
										"value": "password"
									},
									{
										"type": "stringLiteral",
										"value": "reset"
									},
									{
										"type": "stringLiteral",
										"value": "search"
									},
									{
										"type": "stringLiteral",
										"value": "submit"
									},
									{
										"type": "stringLiteral",
										"value": "tel"
									},
									{
										"type": "stringLiteral",
										"value": "text"
									},
									{
										"type": "stringLiteral",
										"value": "time"
									},
									{
										"type": "stringLiteral",
										"value": "url"
									},
									{
										"type": "stringLiteral",
										"value": "week"
									}
								]
							}
						},
						{
							"id": 814,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 47,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 805,
							"name": "onBlur",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 806,
									"name": "onBlur",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 807,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 27,
									"character": 8
								}
							]
						},
						{
							"id": 799,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 800,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 801,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 25,
									"character": 10
								}
							]
						},
						{
							"id": 802,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 803,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 804,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 26,
									"character": 9
								}
							]
						},
						{
							"id": 808,
							"name": "onKeyDown",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 809,
									"name": "onKeyDown",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 810,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "KeyboardEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 28,
									"character": 11
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								816,
								784,
								785,
								786,
								787,
								788,
								789,
								790,
								791,
								792,
								793,
								794,
								795,
								796,
								797,
								798,
								811,
								815,
								817,
								812,
								813,
								814
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								805,
								799,
								802,
								808
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.tsx",
							"line": 9,
							"character": 22
						}
					]
				},
				{
					"id": 818,
					"name": "TextAreaProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 820,
							"name": "autoComplete",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 179,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 821,
							"name": "autofocus",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 180,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 819,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 178,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 822,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 181,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 823,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 182,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 824,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 183,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 825,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 184,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 826,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 185,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 827,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 186,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 828,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 187,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 829,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 188,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 847,
							"name": "limit",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 198,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 830,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 189,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 843,
							"name": "placeholder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 194,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 846,
							"name": "rows",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 197,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 848,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 199,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 845,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 196,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 844,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 195,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 837,
							"name": "onBlur",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 838,
									"name": "onBlur",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 839,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLTextAreaElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 192,
									"character": 8
								}
							]
						},
						{
							"id": 831,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 832,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 833,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLTextAreaElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 190,
									"character": 10
								}
							]
						},
						{
							"id": 834,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 835,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 836,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLTextAreaElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 191,
									"character": 9
								}
							]
						},
						{
							"id": 840,
							"name": "onKeyDown",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 841,
									"name": "onKeyDown",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 842,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLTextAreaElement"
													}
												],
												"name": "KeyboardEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Input/Input.tsx",
									"line": 193,
									"character": 11
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								820,
								821,
								819,
								822,
								823,
								824,
								825,
								826,
								827,
								828,
								829,
								847,
								830,
								843,
								846,
								848,
								845,
								844
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								837,
								831,
								834,
								840
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.tsx",
							"line": 177,
							"character": 30
						}
					]
				},
				{
					"id": 849,
					"name": "Input",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 850,
							"name": "Input",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 851,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 852,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 877,
													"name": "actions",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 78,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 853,
													"name": "autoComplete",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 54,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 854,
													"name": "autofocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 55,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 855,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 56,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 856,
													"name": "copy",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 57,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 857,
													"name": "defaultValue",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 58,
															"character": 14
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "intrinsic",
																"name": "string"
															},
															{
																"type": "intrinsic",
																"name": "number"
															}
														]
													}
												},
												{
													"id": 858,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 59,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 859,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 60,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 860,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 61,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 861,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 62,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 862,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 63,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 863,
													"name": "inputRef",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 64,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 864,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 65,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 865,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 66,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 866,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 67,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													}
												},
												{
													"id": 867,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 68,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 869,
													"name": "onBlur",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 70,
															"character": 8
														}
													],
													"type": {
														"type": "reference",
														"id": 805,
														"name": "onBlur"
													}
												},
												{
													"id": 868,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 69,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 799,
														"name": "onChange"
													}
												},
												{
													"id": 870,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 71,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 802,
														"name": "onFocus"
													}
												},
												{
													"id": 871,
													"name": "onKeyDown",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 72,
															"character": 11
														}
													],
													"type": {
														"type": "reference",
														"id": 808,
														"name": "onKeyDown"
													}
												},
												{
													"id": 872,
													"name": "placeholder",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 73,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 876,
													"name": "reveal",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 77,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 878,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 79,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 875,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 76,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 873,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 74,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "number"
															},
															{
																"type": "stringLiteral",
																"value": "color"
															},
															{
																"type": "stringLiteral",
																"value": "text"
															},
															{
																"type": "stringLiteral",
																"value": "submit"
															},
															{
																"type": "stringLiteral",
																"value": "reset"
															},
															{
																"type": "stringLiteral",
																"value": "date"
															},
															{
																"type": "stringLiteral",
																"value": "datetime-local"
															},
															{
																"type": "stringLiteral",
																"value": "email"
															},
															{
																"type": "stringLiteral",
																"value": "month"
															},
															{
																"type": "stringLiteral",
																"value": "password"
															},
															{
																"type": "stringLiteral",
																"value": "search"
															},
															{
																"type": "stringLiteral",
																"value": "tel"
															},
															{
																"type": "stringLiteral",
																"value": "time"
															},
															{
																"type": "stringLiteral",
																"value": "url"
															},
															{
																"type": "stringLiteral",
																"value": "week"
															}
														]
													}
												},
												{
													"id": 874,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 75,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														877,
														853,
														854,
														855,
														856,
														857,
														858,
														859,
														860,
														861,
														862,
														863,
														864,
														865,
														866,
														867,
														869,
														868,
														870,
														871,
														872,
														876,
														878,
														875,
														873,
														874
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Input/Input.tsx",
													"line": 53,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.tsx",
							"line": 53,
							"character": 14
						}
					]
				},
				{
					"id": 879,
					"name": "TextArea",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 880,
							"name": "TextArea",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 881,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 882,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 883,
													"name": "autoComplete",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 203,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 884,
													"name": "autofocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 204,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 885,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 205,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 886,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 206,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 887,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 207,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 888,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 208,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 889,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 209,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 890,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 210,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 891,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 211,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 892,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 212,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 893,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 213,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													}
												},
												{
													"id": 903,
													"name": "limit",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 223,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 894,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 214,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 897,
													"name": "onBlur",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 217,
															"character": 8
														}
													],
													"type": {
														"type": "reference",
														"id": 837,
														"name": "onBlur"
													}
												},
												{
													"id": 895,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 215,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 831,
														"name": "onChange"
													}
												},
												{
													"id": 896,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 216,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 834,
														"name": "onFocus"
													}
												},
												{
													"id": 898,
													"name": "onKeyDown",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 218,
															"character": 11
														}
													],
													"type": {
														"type": "reference",
														"id": 840,
														"name": "onKeyDown"
													}
												},
												{
													"id": 899,
													"name": "placeholder",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 219,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 902,
													"name": "rows",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 222,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													},
													"defaultValue": "4"
												},
												{
													"id": 904,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 224,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													}
												},
												{
													"id": 901,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 221,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 900,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Input/Input.tsx",
															"line": 220,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														883,
														884,
														885,
														886,
														887,
														888,
														889,
														890,
														891,
														892,
														893,
														903,
														894,
														897,
														895,
														896,
														898,
														899,
														902,
														904,
														901,
														900
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Input/Input.tsx",
													"line": 202,
													"character": 18
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.tsx",
							"line": 202,
							"character": 17
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						783,
						818
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						849,
						879
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Input/Input.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4077,
			"name": "\"Input/Input.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Input/Input.stories.tsx",
			"children": [
				{
					"id": 4111,
					"name": "icon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 36,
							"character": 10
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "any"
					},
					"defaultValue": "<IconPackage />"
				},
				{
					"id": 4078,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4079,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4080,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 14,
							"character": 20
						}
					]
				},
				{
					"id": 4081,
					"name": "ErrorState",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4082,
							"name": "ErrorState",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4083,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 16,
							"character": 23
						}
					]
				},
				{
					"id": 4108,
					"name": "size",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4109,
							"name": "size",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4110,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 34,
							"character": 17
						}
					]
				},
				{
					"id": 4096,
					"name": "textArea",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4097,
							"name": "textArea",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4098,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 26,
							"character": 21
						}
					]
				},
				{
					"id": 4099,
					"name": "textAreaWithLimit",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4100,
							"name": "textAreaWithLimit",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4101,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 28,
							"character": 30
						}
					]
				},
				{
					"id": 4105,
					"name": "withCustomActions",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4106,
							"name": "withCustomActions",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4107,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 32,
							"character": 30
						}
					]
				},
				{
					"id": 4093,
					"name": "withCustomStyle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4094,
							"name": "withCustomStyle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4095,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 24,
							"character": 28
						}
					]
				},
				{
					"id": 4090,
					"name": "withDescription",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4091,
							"name": "withDescription",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4092,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 22,
							"character": 28
						}
					]
				},
				{
					"id": 4084,
					"name": "withIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4085,
							"name": "withIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4086,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 18,
							"character": 21
						}
					]
				},
				{
					"id": 4087,
					"name": "withOption",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4088,
							"name": "withOption",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4089,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 20,
							"character": 23
						}
					]
				},
				{
					"id": 4102,
					"name": "withRevealAndCopy",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4103,
							"name": "withRevealAndCopy",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4104,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Input/Input.stories.tsx",
							"line": 30,
							"character": 30
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4111
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4078,
						4081,
						4108,
						4096,
						4099,
						4105,
						4093,
						4090,
						4084,
						4087,
						4102
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Input/Input.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 905,
			"name": "\"Input/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Input/index.tsx",
			"children": [
				{
					"id": 906,
					"name": "Input",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 849
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						906
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Input/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 907,
			"name": "\"InputNumber/InputNumber\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/InputNumber/InputNumber.tsx",
			"children": [
				{
					"id": 908,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 909,
							"name": "autoComplete",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 10,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 910,
							"name": "autofocus",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 11,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 911,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 12,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 912,
							"name": "defaultValue",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 13,
									"character": 14
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "intrinsic",
										"name": "string"
									},
									{
										"type": "intrinsic",
										"name": "number"
									}
								]
							}
						},
						{
							"id": 913,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 14,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 914,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 15,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 915,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 16,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 916,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 17,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 917,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 18,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 918,
							"name": "inputRef",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 19,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 919,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 20,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 920,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 21,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 921,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 22,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 940,
							"name": "max",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 33,
									"character": 5
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 939,
							"name": "min",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 32,
									"character": 5
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 922,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 23,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 935,
							"name": "placeholder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 28,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 938,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 31,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 936,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 29,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 937,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 30,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 929,
							"name": "onBlur",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 930,
									"name": "onBlur",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 931,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 26,
									"character": 8
								}
							]
						},
						{
							"id": 923,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 924,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 925,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 24,
									"character": 10
								}
							]
						},
						{
							"id": 926,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 927,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 928,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 25,
									"character": 9
								}
							]
						},
						{
							"id": 932,
							"name": "onKeyDown",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 933,
									"name": "onKeyDown",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 934,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "KeyboardEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/InputNumber/InputNumber.tsx",
									"line": 27,
									"character": 11
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								909,
								910,
								911,
								912,
								913,
								914,
								915,
								916,
								917,
								918,
								919,
								920,
								921,
								940,
								939,
								922,
								935,
								938,
								936,
								937
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								929,
								923,
								926,
								932
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/InputNumber/InputNumber.tsx",
							"line": 9,
							"character": 22
						}
					]
				},
				{
					"id": 941,
					"name": "InputNumber",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 942,
							"name": "InputNumber",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 943,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 944,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 945,
													"name": "autoComplete",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 37,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 946,
													"name": "autofocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 38,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 947,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 39,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 948,
													"name": "defaultValue",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 40,
															"character": 14
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "intrinsic",
																"name": "string"
															},
															{
																"type": "intrinsic",
																"name": "number"
															}
														]
													}
												},
												{
													"id": 949,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 41,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 950,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 42,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 951,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 43,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 952,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 44,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 953,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 45,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 954,
													"name": "inputRef",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 46,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 955,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 47,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 956,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 48,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 957,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 49,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													}
												},
												{
													"id": 968,
													"name": "max",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 60,
															"character": 5
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 967,
													"name": "min",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 59,
															"character": 5
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 958,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 50,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 960,
													"name": "onBlur",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 52,
															"character": 8
														}
													],
													"type": {
														"type": "reference",
														"id": 929,
														"name": "onBlur"
													}
												},
												{
													"id": 959,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 51,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 923,
														"name": "onChange"
													}
												},
												{
													"id": 961,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 53,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 926,
														"name": "onFocus"
													}
												},
												{
													"id": 962,
													"name": "onKeyDown",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 54,
															"character": 11
														}
													],
													"type": {
														"type": "reference",
														"id": 932,
														"name": "onKeyDown"
													}
												},
												{
													"id": 963,
													"name": "placeholder",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 55,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 966,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 58,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 965,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 57,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 964,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/InputNumber/InputNumber.tsx",
															"line": 56,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														945,
														946,
														947,
														948,
														949,
														950,
														951,
														952,
														953,
														954,
														955,
														956,
														957,
														968,
														967,
														958,
														960,
														959,
														961,
														962,
														963,
														966,
														965,
														964
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/InputNumber/InputNumber.tsx",
													"line": 36,
													"character": 21
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/InputNumber/InputNumber.tsx",
							"line": 36,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						908
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						941
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/InputNumber/InputNumber.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4112,
			"name": "\"InputNumber/InputNumber.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/InputNumber/InputNumber.stories.tsx",
			"children": [
				{
					"id": 4113,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4114,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4115,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/InputNumber/InputNumber.stories.tsx",
							"line": 14,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4113
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/InputNumber/InputNumber.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 969,
			"name": "\"InputNumber/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/InputNumber/index.ts",
			"children": [
				{
					"id": 970,
					"name": "InputNumber",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 941
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						970
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/InputNumber/index.ts",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 608,
			"name": "\"Loading/Loading\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Loading/Loading.tsx",
			"children": [
				{
					"id": 609,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 611,
							"name": "active",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Loading/Loading.tsx",
									"line": 8,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 610,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Loading/Loading.tsx",
									"line": 7,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								611,
								610
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Loading/Loading.tsx",
							"line": 6,
							"character": 15
						}
					]
				},
				{
					"id": 612,
					"name": "Loading",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 613,
							"name": "Loading",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 614,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 615,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 617,
													"name": "active",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Loading/Loading.tsx",
															"line": 10,
															"character": 50
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 616,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Loading/Loading.tsx",
															"line": 10,
															"character": 42
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														617,
														616
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Loading/Loading.tsx",
													"line": 10,
													"character": 32
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Loading/Loading.tsx",
							"line": 10,
							"character": 31
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						609
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						612
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Loading/Loading.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4116,
			"name": "\"Loading/Loading.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Loading/Loading.stories.tsx",
			"children": [
				{
					"id": 4117,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4118,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4119,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Loading/Loading.stories.tsx",
							"line": 11,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4117
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Loading/Loading.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 618,
			"name": "\"Loading/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Loading/index.tsx",
			"children": [
				{
					"id": 619,
					"name": "Loading",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 612
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						619
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Loading/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 396,
			"name": "\"Menu/Menu\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Menu/Menu.tsx",
			"children": [
				{
					"id": 406,
					"name": "GroupProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 407,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 79,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 408,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 80,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 409,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 81,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								407,
								408,
								409
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 78,
							"character": 20
						}
					]
				},
				{
					"id": 397,
					"name": "ItemProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 400,
							"name": "active",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 20,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 398,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 18,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 403,
							"name": "doNotCloseOverlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 23,
									"character": 19
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 399,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 19,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 402,
							"name": "onClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 22,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 401,
							"name": "rounded",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 21,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 404,
							"name": "showActiveBar",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 24,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 405,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 25,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								400,
								398,
								403,
								399,
								402,
								401,
								404,
								405
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 17,
							"character": 19
						}
					]
				},
				{
					"id": 410,
					"name": "MiscProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 411,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Menu/Menu.tsx",
									"line": 97,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								411
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 96,
							"character": 19
						}
					]
				},
				{
					"id": 429,
					"name": "Group",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 430,
							"name": "Group",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 431,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 432,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 433,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 84,
															"character": 32
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 434,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 84,
															"character": 38
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 435,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 84,
															"character": 45
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														433,
														434,
														435
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Menu/Menu.tsx",
													"line": 84,
													"character": 22
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 84,
							"character": 21
						}
					]
				},
				{
					"id": 417,
					"name": "Item",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 418,
							"name": "Item",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 419,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 420,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 423,
													"name": "active",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 31,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 421,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 29,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 426,
													"name": "doNotCloseOverlay",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 34,
															"character": 19
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 422,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 30,
															"character": 6
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 425,
													"name": "onClick",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 33,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 424,
													"name": "rounded",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 32,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 427,
													"name": "showActiveBar",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 35,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 428,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 36,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														423,
														421,
														426,
														422,
														425,
														424,
														427,
														428
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Menu/Menu.tsx",
													"line": 28,
													"character": 21
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 28,
							"character": 20
						}
					]
				},
				{
					"id": 412,
					"name": "Menu",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 413,
							"name": "Menu",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 414,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 415,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 416,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 9,
															"character": 24
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														416
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Menu/Menu.tsx",
													"line": 9,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 9,
							"character": 13
						}
					]
				},
				{
					"id": 436,
					"name": "Misc",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 437,
							"name": "Misc",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 438,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 439,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 440,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Menu/Menu.tsx",
															"line": 100,
															"character": 31
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														440
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Menu/Menu.tsx",
													"line": 100,
													"character": 21
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.tsx",
							"line": 100,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						406,
						397,
						410
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						429,
						417,
						412,
						436
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Menu/Menu.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4120,
			"name": "\"Menu/Menu.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Menu/Menu.stories.tsx",
			"children": [
				{
					"id": 4121,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4122,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4123,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.stories.tsx",
							"line": 14,
							"character": 20
						}
					]
				},
				{
					"id": 4132,
					"name": "withActiveBar",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4133,
							"name": "withActiveBar",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.stories.tsx",
							"line": 71,
							"character": 26
						}
					]
				},
				{
					"id": 4124,
					"name": "withActiveState",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4125,
							"name": "withActiveState",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4126,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.stories.tsx",
							"line": 23,
							"character": 28
						}
					]
				},
				{
					"id": 4130,
					"name": "withGroupTitles",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4131,
							"name": "withGroupTitles",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.stories.tsx",
							"line": 49,
							"character": 28
						}
					]
				},
				{
					"id": 4127,
					"name": "withRounded",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4128,
							"name": "withRounded",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4129,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Menu/Menu.stories.tsx",
							"line": 34,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4121,
						4132,
						4124,
						4130,
						4127
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Menu/Menu.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 441,
			"name": "\"Menu/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Menu/index.tsx",
			"children": [
				{
					"id": 442,
					"name": "Menu",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 412
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						442
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Menu/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 443,
			"name": "\"Modal/Modal\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Modal/Modal.tsx",
			"children": [
				{
					"id": 444,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 450,
							"name": "alignFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 13,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "right"
									},
									{
										"type": "stringLiteral",
										"value": "left"
									}
								]
							}
						},
						{
							"id": 445,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 8,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 467,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 30,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 447,
							"name": "closable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 10,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 466,
							"name": "contentStyle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 29,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 446,
							"name": "customFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 9,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 448,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 11,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 459,
							"name": "footerBackground",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 22,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 449,
							"name": "hideFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 12,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 452,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 15,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 451,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 14,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 453,
							"name": "loading",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 16,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 454,
							"name": "onCancel",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 17,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 455,
							"name": "onCancelText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 18,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 456,
							"name": "onConfirm",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 19,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 457,
							"name": "onConfirmText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 20,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 468,
							"name": "overlayClassName",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 31,
									"character": 18
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 465,
							"name": "overlayStyle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 28,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 458,
							"name": "showIcon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 21,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 463,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 26,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									}
								]
							}
						},
						{
							"id": 464,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 27,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 460,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 23,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 469,
							"name": "transition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 32,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						},
						{
							"id": 470,
							"name": "transitionOverlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 33,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						},
						{
							"id": 461,
							"name": "variant",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 24,
									"character": 9
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "danger"
									},
									{
										"type": "stringLiteral",
										"value": "warning"
									},
									{
										"type": "stringLiteral",
										"value": "success"
									}
								]
							}
						},
						{
							"id": 462,
							"name": "visible",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Modal/Modal.tsx",
									"line": 25,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								450,
								445,
								467,
								447,
								466,
								446,
								448,
								459,
								449,
								452,
								451,
								453,
								454,
								455,
								456,
								457,
								468,
								465,
								458,
								463,
								464,
								460,
								469,
								470,
								461,
								462
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.tsx",
							"line": 7,
							"character": 15
						}
					]
				},
				{
					"id": 471,
					"name": "Modal",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 472,
							"name": "Modal",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 473,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 474,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 480,
													"name": "alignFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 42,
															"character": 13
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "left"
															},
															{
																"type": "stringLiteral",
																"value": "right"
															}
														]
													},
													"defaultValue": "\"left\""
												},
												{
													"id": 475,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 37,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 497,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 59,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 477,
													"name": "closable",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 39,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 496,
													"name": "contentStyle",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 58,
															"character": 14
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 476,
													"name": "customFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 38,
															"character": 14
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 478,
													"name": "description",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 40,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 489,
													"name": "footerBackground",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 51,
															"character": 18
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 479,
													"name": "hideFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 41,
															"character": 12
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 490,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 52,
															"character": 6
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 481,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 43,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"horizontal\""
												},
												{
													"id": 482,
													"name": "loading",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 44,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 483,
													"name": "onCancel",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 45,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 484,
													"name": "onCancelText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 46,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"Cancel\""
												},
												{
													"id": 485,
													"name": "onConfirm",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 47,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 486,
													"name": "onConfirmText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 48,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"Confirm\""
												},
												{
													"id": 498,
													"name": "overlayClassName",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 60,
															"character": 18
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 495,
													"name": "overlayStyle",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 57,
															"character": 14
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 487,
													"name": "showIcon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 49,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 493,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 55,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															}
														]
													},
													"defaultValue": "\"large\""
												},
												{
													"id": 494,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 56,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 488,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 50,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 499,
													"name": "transition",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 61,
															"character": 12
														}
													],
													"type": {
														"type": "reference",
														"name": "AnimationTailwindClasses"
													}
												},
												{
													"id": 500,
													"name": "transitionOverlay",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 62,
															"character": 19
														}
													],
													"type": {
														"type": "reference",
														"name": "AnimationTailwindClasses"
													}
												},
												{
													"id": 491,
													"name": "variant",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 53,
															"character": 9
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "success"
															},
															{
																"type": "stringLiteral",
																"value": "danger"
															},
															{
																"type": "stringLiteral",
																"value": "warning"
															}
														]
													},
													"defaultValue": "\"success\""
												},
												{
													"id": 492,
													"name": "visible",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Modal/Modal.tsx",
															"line": 54,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														480,
														475,
														497,
														477,
														496,
														476,
														478,
														489,
														479,
														490,
														481,
														482,
														483,
														484,
														485,
														486,
														498,
														495,
														487,
														493,
														494,
														488,
														499,
														500,
														491,
														492
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Modal/Modal.tsx",
													"line": 36,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.tsx",
							"line": 36,
							"character": 11
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						444
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						471
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Modal/Modal.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4134,
			"name": "\"Modal/Modal.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Modal/Modal.stories.tsx",
			"children": [
				{
					"id": 4165,
					"name": "icon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 126,
							"character": 10
						}
					],
					"type": {
						"type": "reference",
						"name": "Element"
					},
					"defaultValue": "<IconAlertCircle background=\"brand\" size=\"xlarge\" />"
				},
				{
					"id": 4135,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4136,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4137,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 18,
							"character": 20
						}
					]
				},
				{
					"id": 4156,
					"name": "customFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4157,
							"name": "customFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4158,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 87,
							"character": 25
						}
					]
				},
				{
					"id": 4162,
					"name": "customFooterOneButton",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4163,
							"name": "customFooterOneButton",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4164,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 107,
							"character": 34
						}
					]
				},
				{
					"id": 4159,
					"name": "customFooterVertical",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4160,
							"name": "customFooterVertical",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4161,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 97,
							"character": 33
						}
					]
				},
				{
					"id": 4150,
					"name": "hideFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4151,
							"name": "hideFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4152,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 67,
							"character": 23
						}
					]
				},
				{
					"id": 4147,
					"name": "rightAlignedFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4148,
							"name": "rightAlignedFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4149,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 57,
							"character": 31
						}
					]
				},
				{
					"id": 4144,
					"name": "withCloseButton",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4145,
							"name": "withCloseButton",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4146,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 48,
							"character": 28
						}
					]
				},
				{
					"id": 4153,
					"name": "withFooterBackground",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4154,
							"name": "withFooterBackground",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4155,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 77,
							"character": 33
						}
					]
				},
				{
					"id": 4138,
					"name": "withIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4139,
							"name": "withIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4140,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 28,
							"character": 21
						}
					]
				},
				{
					"id": 4141,
					"name": "withVerticalLayout",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4142,
							"name": "withVerticalLayout",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4143,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Modal/Modal.stories.tsx",
							"line": 38,
							"character": 31
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4165
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4135,
						4156,
						4162,
						4159,
						4150,
						4147,
						4144,
						4153,
						4138,
						4141
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Modal/Modal.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 501,
			"name": "\"Modal/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Modal/index.tsx",
			"children": [
				{
					"id": 502,
					"name": "Modal",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 471
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						502
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Modal/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 981,
			"name": "\"Radio/Radio\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Radio/Radio.tsx",
			"children": [
				{
					"id": 997,
					"name": "GroupProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 998,
							"name": "allowedValues",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 22,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 999,
							"name": "checkboxes",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 23,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1011,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 35,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 1010,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 34,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1003,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 27,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1002,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 26,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1000,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 24,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1004,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 28,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1005,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 29,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1001,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 25,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 1006,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 30,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1012,
							"name": "options",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 36,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"typeArguments": [
									{
										"type": "reference",
										"id": 713,
										"name": "InputProps"
									}
								],
								"name": "Array"
							}
						},
						{
							"id": 1016,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 38,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 1008,
							"name": "transform",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 32,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1007,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 31,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1009,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 33,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1013,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 1014,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 1015,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 37,
									"character": 10
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								998,
								999,
								1011,
								1010,
								1003,
								1002,
								1000,
								1004,
								1005,
								1001,
								1006,
								1012,
								1016,
								1008,
								1007,
								1009
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								1013
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.tsx",
							"line": 21,
							"character": 20
						}
					]
				},
				{
					"id": 982,
					"name": "InputProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 989,
							"name": "checked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 15,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 985,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 11,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 986,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 12,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 987,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 13,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 983,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 9,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 988,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 14,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 996,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 18,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 984,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 10,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 990,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 991,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 992,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 16,
									"character": 10
								}
							]
						},
						{
							"id": 993,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 994,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 995,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLInputElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.tsx",
									"line": 17,
									"character": 9
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								989,
								985,
								986,
								987,
								983,
								988,
								996,
								984
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								990,
								993
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.tsx",
							"line": 8,
							"character": 20
						}
					]
				},
				{
					"id": 1035,
					"name": "Radio",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1036,
							"name": "Radio",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1037,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 1038,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 1045,
													"name": "checked",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 118,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 1043,
													"name": "description",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 116,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1040,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 113,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 1039,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 112,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1042,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 115,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1044,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 117,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1046,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 119,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 722,
														"name": "onChange"
													}
												},
												{
													"id": 1047,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 120,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 725,
														"name": "onFocus"
													}
												},
												{
													"id": 1048,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 121,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 1041,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 114,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														1045,
														1043,
														1040,
														1039,
														1042,
														1044,
														1046,
														1047,
														1048,
														1041
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Radio/Radio.tsx",
													"line": 111,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.tsx",
							"line": 111,
							"character": 14
						}
					]
				},
				{
					"id": 1017,
					"name": "RadioGroup",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 1018,
							"name": "RadioGroup",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1019,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 1020,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 1027,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 48,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 1028,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 49,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1024,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 45,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1023,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 44,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1021,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 42,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1025,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 46,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1026,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 47,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1022,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 43,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													}
												},
												{
													"id": 1032,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 53,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1033,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 54,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 745,
														"name": "onChange"
													}
												},
												{
													"id": 1030,
													"name": "options",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 51,
															"character": 9
														}
													],
													"type": {
														"type": "array",
														"elementType": {
															"type": "reference",
															"id": 713,
															"name": "InputProps"
														}
													}
												},
												{
													"id": 1034,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 55,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 1029,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 50,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1031,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Radio/Radio.tsx",
															"line": 52,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														1027,
														1028,
														1024,
														1023,
														1021,
														1025,
														1026,
														1022,
														1032,
														1033,
														1030,
														1034,
														1029,
														1031
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Radio/Radio.tsx",
													"line": 41,
													"character": 20
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.tsx",
							"line": 41,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						997,
						982
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1035,
						1017
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Radio/Radio.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4166,
			"name": "\"Radio/Radio.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Radio/Radio.stories.tsx",
			"children": [
				{
					"id": 4167,
					"name": "onToggleProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 4168,
							"name": "e",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Radio/Radio.stories.tsx",
									"line": 33,
									"character": 3
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								4168
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.stories.tsx",
							"line": 32,
							"character": 23
						}
					]
				},
				{
					"id": 4169,
					"name": "options",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.stories.tsx",
							"line": 7,
							"character": 13
						}
					],
					"type": {
						"type": "array",
						"elementType": {
							"type": "reflection",
							"declaration": {
								"id": 4170,
								"name": "__type",
								"kind": 65536,
								"kindString": "Type literal",
								"flags": {},
								"children": [
									{
										"id": 4172,
										"name": "description",
										"kind": 32,
										"kindString": "Variable",
										"flags": {},
										"sources": [
											{
												"fileName": "src/components/Radio/Radio.stories.tsx",
												"line": 10,
												"character": 15
											}
										],
										"type": {
											"type": "intrinsic",
											"name": "string"
										},
										"defaultValue": "\"Get notified when someones posts a comment on a posting. Get notified when someones posts a comment on a posting Get notified when someones posts a comment on a posting.\""
									},
									{
										"id": 4171,
										"name": "label",
										"kind": 32,
										"kindString": "Variable",
										"flags": {},
										"sources": [
											{
												"fileName": "src/components/Radio/Radio.stories.tsx",
												"line": 9,
												"character": 9
											}
										],
										"type": {
											"type": "intrinsic",
											"name": "string"
										},
										"defaultValue": "\"Comments\""
									},
									{
										"id": 4173,
										"name": "value",
										"kind": 32,
										"kindString": "Variable",
										"flags": {},
										"sources": [
											{
												"fileName": "src/components/Radio/Radio.stories.tsx",
												"line": 12,
												"character": 9
											}
										],
										"type": {
											"type": "intrinsic",
											"name": "string"
										},
										"defaultValue": "\"1\""
									}
								],
								"groups": [
									{
										"title": "Variables",
										"kind": 32,
										"children": [
											4172,
											4171,
											4173
										]
									}
								]
							}
						}
					},
					"defaultValue": "[\n  {\n    label: 'Comments',\n    description:\n      'Get notified when someones posts a comment on a posting. Get notified when someones posts a comment on a posting Get notified when someones posts a comment on a posting.',\n    value: '1',\n  },\n  {\n    label: 'Candidates',\n    description: 'Get notified when a candidate applies for a job.',\n    value: '2',\n  },\n  {\n    label: 'Offers',\n    description: 'Get notified when a candidate accepts or rejects an offer.',\n    value: '3',\n  },\n]"
				},
				{
					"id": 4174,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4175,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4176,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.stories.tsx",
							"line": 36,
							"character": 20
						}
					]
				},
				{
					"id": 4180,
					"name": "withCards",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4181,
							"name": "withCards",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4182,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.stories.tsx",
							"line": 52,
							"character": 22
						}
					]
				},
				{
					"id": 4177,
					"name": "withOptionsObj",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4178,
							"name": "withOptionsObj",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4179,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Radio/Radio.stories.tsx",
							"line": 50,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						4167
					]
				},
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4169
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4174,
						4180,
						4177
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Radio/Radio.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 971,
			"name": "\"Radio/RadioContext\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Radio/RadioContext.tsx",
			"children": [
				{
					"id": 972,
					"name": "RadioContext",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Radio/RadioContext.tsx",
							"line": 5,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reflection",
								"declaration": {
									"id": 973,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"children": [
										{
											"id": 979,
											"name": "activeId",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Radio/RadioContext.tsx",
													"line": 9,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 978,
											"name": "name",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Radio/RadioContext.tsx",
													"line": 8,
													"character": 6
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 980,
											"name": "parentSize",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Radio/RadioContext.tsx",
													"line": 10,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 977,
											"name": "type",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Radio/RadioContext.tsx",
													"line": 7,
													"character": 6
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										},
										{
											"id": 974,
											"name": "parentCallback",
											"kind": 64,
											"kindString": "Function",
											"flags": {
												"isExported": true
											},
											"signatures": [
												{
													"id": 975,
													"name": "parentCallback",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {
														"isExported": true
													},
													"parameters": [
														{
															"id": 976,
															"name": "e",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isExported": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "void"
													}
												}
											],
											"sources": [
												{
													"fileName": "src/components/Radio/RadioContext.tsx",
													"line": 6,
													"character": 16
												}
											]
										}
									],
									"groups": [
										{
											"title": "Variables",
											"kind": 32,
											"children": [
												979,
												978,
												980,
												977
											]
										},
										{
											"title": "Functions",
											"kind": 64,
											"children": [
												974
											]
										}
									]
								}
							}
						],
						"name": "Context"
					},
					"defaultValue": "createContext({\n  parentCallback: (e: any) => {},\n  type: '',\n  name: '',\n  activeId: '',\n  parentSize: '',\n})"
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						972
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Radio/RadioContext.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1049,
			"name": "\"Radio/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Radio/index.tsx",
			"children": [
				{
					"id": 1050,
					"name": "Radio",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1035
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1050
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Radio/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 620,
			"name": "\"Select/Select\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Select/Select.tsx",
			"children": [
				{
					"id": 625,
					"name": "OptGroupProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 627,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 19,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 626,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 18,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								627,
								626
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 17,
							"character": 23
						}
					]
				},
				{
					"id": 621,
					"name": "OptionProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 623,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 13,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 624,
							"name": "selected",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 14,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 622,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 12,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								623,
								624,
								622
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 11,
							"character": 21
						}
					]
				},
				{
					"id": 628,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {
						"isExported": true
					},
					"children": [
						{
							"id": 658,
							"name": "actions",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 61,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 629,
							"name": "autoComplete",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 23,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 630,
							"name": "autofocus",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 24,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 632,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 26,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 631,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 25,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 633,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 27,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 634,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 28,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 635,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 29,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 636,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 30,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 637,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 31,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 638,
							"name": "inputRef",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 32,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 639,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 33,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 640,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 34,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 641,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 35,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 642,
							"name": "name",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 36,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 652,
							"name": "placeholder",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 40,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 657,
							"name": "required",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 60,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 656,
							"name": "reveal",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 59,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 659,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 62,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 653,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 41,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 654,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 42,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "color"
									},
									{
										"type": "stringLiteral",
										"value": "date"
									},
									{
										"type": "stringLiteral",
										"value": "datetime-local"
									},
									{
										"type": "stringLiteral",
										"value": "email"
									},
									{
										"type": "stringLiteral",
										"value": "month"
									},
									{
										"type": "stringLiteral",
										"value": "number"
									},
									{
										"type": "stringLiteral",
										"value": "password"
									},
									{
										"type": "stringLiteral",
										"value": "reset"
									},
									{
										"type": "stringLiteral",
										"value": "search"
									},
									{
										"type": "stringLiteral",
										"value": "submit"
									},
									{
										"type": "stringLiteral",
										"value": "tel"
									},
									{
										"type": "stringLiteral",
										"value": "text"
									},
									{
										"type": "stringLiteral",
										"value": "time"
									},
									{
										"type": "stringLiteral",
										"value": "url"
									},
									{
										"type": "stringLiteral",
										"value": "week"
									}
								]
							}
						},
						{
							"id": 655,
							"name": "value",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 58,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 649,
							"name": "onBlur",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 650,
									"name": "onBlur",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 651,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLSelectElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 39,
									"character": 8
								}
							]
						},
						{
							"id": 643,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 644,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 645,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLSelectElement"
													}
												],
												"name": "ChangeEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 37,
									"character": 10
								}
							]
						},
						{
							"id": 646,
							"name": "onFocus",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isExported": true,
								"isOptional": true
							},
							"signatures": [
								{
									"id": 647,
									"name": "onFocus",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {
										"isExported": true
									},
									"parameters": [
										{
											"id": 648,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isExported": true
											},
											"type": {
												"type": "reference",
												"typeArguments": [
													{
														"type": "reference",
														"name": "HTMLSelectElement"
													}
												],
												"name": "FocusEvent"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Select/Select.tsx",
									"line": 38,
									"character": 9
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								658,
								629,
								630,
								632,
								631,
								633,
								634,
								635,
								636,
								637,
								638,
								639,
								640,
								641,
								642,
								652,
								657,
								656,
								659,
								653,
								654,
								655
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								649,
								643,
								646
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 22,
							"character": 22
						}
					]
				},
				{
					"id": 660,
					"name": "ColLayout",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 661,
							"name": "ColLayout",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 662,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 65,
							"character": 22
						}
					]
				},
				{
					"id": 696,
					"name": "OptGroup",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 697,
							"name": "OptGroup",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 698,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 699,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 701,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 162,
															"character": 42
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 700,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 162,
															"character": 32
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														701,
														700
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Select/Select.tsx",
													"line": 162,
													"character": 25
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 162,
							"character": 24
						}
					]
				},
				{
					"id": 689,
					"name": "Option",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 690,
							"name": "Option",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 691,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 692,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 694,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 154,
															"character": 40
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 695,
													"name": "selected",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 154,
															"character": 50
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 693,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 154,
															"character": 30
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														694,
														695,
														693
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Select/Select.tsx",
													"line": 154,
													"character": 23
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 154,
							"character": 22
						}
					]
				},
				{
					"id": 663,
					"name": "Select",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 664,
							"name": "Select",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 665,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 666,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 667,
													"name": "autoComplete",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 70,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 668,
													"name": "autofocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 71,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 669,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 72,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 670,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 73,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 671,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 74,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 672,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 75,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 673,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 76,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 674,
													"name": "icon",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 77,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 675,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 78,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 676,
													"name": "inputRef",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 79,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 677,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 80,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 678,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 81,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 679,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 82,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													}
												},
												{
													"id": 680,
													"name": "name",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 83,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 683,
													"name": "onBlur",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 86,
															"character": 8
														}
													],
													"type": {
														"type": "reference",
														"id": 649,
														"name": "onBlur"
													}
												},
												{
													"id": 681,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 84,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 643,
														"name": "onChange"
													}
												},
												{
													"id": 682,
													"name": "onFocus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 85,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"id": 646,
														"name": "onFocus"
													}
												},
												{
													"id": 684,
													"name": "placeholder",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 87,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 685,
													"name": "required",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 88,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 688,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 91,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												},
												{
													"id": 687,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 90,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 686,
													"name": "value",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Select/Select.tsx",
															"line": 89,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														667,
														668,
														669,
														670,
														671,
														672,
														673,
														674,
														675,
														676,
														677,
														678,
														679,
														680,
														683,
														681,
														682,
														684,
														685,
														688,
														687,
														686
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Select/Select.tsx",
													"line": 69,
													"character": 16
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.tsx",
							"line": 69,
							"character": 15
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						625,
						621,
						628
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						660,
						696,
						689,
						663
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Select/Select.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4183,
			"name": "\"Select/Select.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Select/Select.stories.tsx",
			"children": [
				{
					"id": 4185,
					"name": "OptGroup",
					"kind": 32,
					"kindString": "Variable",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 6,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"id": 696,
						"name": "OptGroup"
					}
				},
				{
					"id": 4184,
					"name": "Option",
					"kind": 32,
					"kindString": "Variable",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 6,
							"character": 14
						}
					],
					"type": {
						"type": "reference",
						"id": 689,
						"name": "Option"
					}
				},
				{
					"id": 4210,
					"name": "data",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 75,
							"character": 10
						}
					],
					"type": {
						"type": "array",
						"elementType": {
							"type": "intrinsic",
							"name": "string"
						}
					},
					"defaultValue": "['England', 'Wales', 'Scotland', 'Ireland']"
				},
				{
					"id": 4211,
					"name": "icon",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 76,
							"character": 10
						}
					],
					"type": {
						"type": "reference",
						"name": "Element"
					},
					"defaultValue": "<IconBook type={'Book'} />"
				},
				{
					"id": 4186,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4187,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4188,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 13,
							"character": 20
						}
					]
				},
				{
					"id": 4192,
					"name": "ErrorState",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4193,
							"name": "ErrorState",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4194,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 23,
							"character": 23
						}
					]
				},
				{
					"id": 4207,
					"name": "size",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4208,
							"name": "size",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4209,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 67,
							"character": 17
						}
					]
				},
				{
					"id": 4189,
					"name": "withCheckboxes",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4190,
							"name": "withCheckboxes",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4191,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 21,
							"character": 27
						}
					]
				},
				{
					"id": 4204,
					"name": "withDescription",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4205,
							"name": "withDescription",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4206,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 59,
							"character": 28
						}
					]
				},
				{
					"id": 4198,
					"name": "withIcon",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4199,
							"name": "withIcon",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4200,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 43,
							"character": 21
						}
					]
				},
				{
					"id": 4195,
					"name": "withOptionGroup",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4196,
							"name": "withOptionGroup",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4197,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 31,
							"character": 28
						}
					]
				},
				{
					"id": 4201,
					"name": "withOptionLabel",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4202,
							"name": "withOptionLabel",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4203,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Select/Select.stories.tsx",
							"line": 51,
							"character": 28
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4185,
						4184,
						4210,
						4211
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4186,
						4192,
						4207,
						4189,
						4204,
						4198,
						4195,
						4201
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Select/Select.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 702,
			"name": "\"Select/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Select/index.tsx",
			"children": [
				{
					"id": 703,
					"name": "Select",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 663
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						703
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Select/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 503,
			"name": "\"SidePanel/SidePanel\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/SidePanel/SidePanel.tsx",
			"children": [
				{
					"id": 504,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 512,
							"name": "align",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 15,
									"character": 7
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "right"
									},
									{
										"type": "stringLiteral",
										"value": "left"
									}
								]
							}
						},
						{
							"id": 513,
							"name": "alignFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 16,
									"character": 13
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "right"
									},
									{
										"type": "stringLiteral",
										"value": "left"
									}
								]
							}
						},
						{
							"id": 506,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 9,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 505,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 8,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 515,
							"name": "customFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 18,
									"character": 14
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 508,
							"name": "description",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 11,
									"character": 13
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 514,
							"name": "hideFooter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 17,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 511,
							"name": "loading",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 14,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 516,
							"name": "onCancel",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 19,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 517,
							"name": "onCancelText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 20,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 518,
							"name": "onConfirm",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 21,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 519,
							"name": "onConfirmText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 22,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 507,
							"name": "title",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 10,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 520,
							"name": "transition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 23,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						},
						{
							"id": 521,
							"name": "transitionOverlay",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 24,
									"character": 19
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						},
						{
							"id": 509,
							"name": "visible",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 12,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 510,
							"name": "wide",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/SidePanel/SidePanel.tsx",
									"line": 13,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								512,
								513,
								506,
								505,
								515,
								508,
								514,
								511,
								516,
								517,
								518,
								519,
								507,
								520,
								521,
								509,
								510
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.tsx",
							"line": 7,
							"character": 15
						}
					]
				},
				{
					"id": 522,
					"name": "SidePanel",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 523,
							"name": "SidePanel",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 524,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 525,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 533,
													"name": "align",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 35,
															"character": 7
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "left"
															},
															{
																"type": "stringLiteral",
																"value": "right"
															}
														]
													},
													"defaultValue": "\"right\""
												},
												{
													"id": 534,
													"name": "alignFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 36,
															"character": 13
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "left"
															},
															{
																"type": "stringLiteral",
																"value": "right"
															}
														]
													},
													"defaultValue": "\"right\""
												},
												{
													"id": 527,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 29,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 526,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 28,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 536,
													"name": "customFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 38,
															"character": 14
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													},
													"defaultValue": "undefined"
												},
												{
													"id": 529,
													"name": "description",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 31,
															"character": 13
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 535,
													"name": "hideFooter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 37,
															"character": 12
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												},
												{
													"id": 532,
													"name": "loading",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 34,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 538,
													"name": "onCancel",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 40,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 540,
													"name": "onCancelText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 42,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"Cancel\""
												},
												{
													"id": 537,
													"name": "onConfirm",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 39,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 539,
													"name": "onConfirmText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 41,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													},
													"defaultValue": "\"Confirm\""
												},
												{
													"id": 528,
													"name": "title",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 30,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 541,
													"name": "transition",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 43,
															"character": 12
														}
													],
													"type": {
														"type": "reference",
														"name": "AnimationTailwindClasses"
													}
												},
												{
													"id": 542,
													"name": "transitionOverlay",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 44,
															"character": 19
														}
													],
													"type": {
														"type": "reference",
														"name": "AnimationTailwindClasses"
													}
												},
												{
													"id": 530,
													"name": "visible",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 32,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "true"
												},
												{
													"id": 531,
													"name": "wide",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/SidePanel/SidePanel.tsx",
															"line": 33,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													},
													"defaultValue": "false"
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														533,
														534,
														527,
														526,
														536,
														529,
														535,
														532,
														538,
														540,
														537,
														539,
														528,
														541,
														542,
														530,
														531
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/SidePanel/SidePanel.tsx",
													"line": 27,
													"character": 19
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.tsx",
							"line": 27,
							"character": 15
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						504
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						522
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/SidePanel/SidePanel.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4212,
			"name": "\"SidePanel/SidePanel.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/SidePanel/SidePanel.stories.tsx",
			"children": [
				{
					"id": 4213,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4214,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4215,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 12,
							"character": 20
						}
					]
				},
				{
					"id": 4228,
					"name": "customFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4229,
							"name": "customFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4230,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 72,
							"character": 25
						}
					]
				},
				{
					"id": 4225,
					"name": "hideFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4226,
							"name": "hideFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4227,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 60,
							"character": 23
						}
					]
				},
				{
					"id": 4222,
					"name": "leftAligned",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4223,
							"name": "leftAligned",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4224,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 48,
							"character": 24
						}
					]
				},
				{
					"id": 4219,
					"name": "leftAlignedFooter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4220,
							"name": "leftAlignedFooter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4221,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 36,
							"character": 30
						}
					]
				},
				{
					"id": 4216,
					"name": "withWideLayout",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4217,
							"name": "withWideLayout",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4218,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
							"line": 24,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4213,
						4228,
						4225,
						4222,
						4219,
						4216
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/SidePanel/SidePanel.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 543,
			"name": "\"SidePanel/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/SidePanel/index.tsx",
			"children": [
				{
					"id": 544,
					"name": "SidePanel",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 522
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						544
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/SidePanel/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 331,
			"name": "\"Space/Space\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Space/Space.tsx",
			"children": [
				{
					"id": 332,
					"name": "Space",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 333,
							"name": "Space",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 334,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 335,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 339,
													"name": "block",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 9,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 342,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 12,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 338,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 8,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 336,
													"name": "direction",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 6,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 341,
													"name": "minus",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 11,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 337,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 7,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "2"
												},
												{
													"id": 340,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Space/Space.tsx",
															"line": 10,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														339,
														342,
														338,
														336,
														341,
														337,
														340
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Space/Space.tsx",
													"line": 5,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Space/Space.tsx",
							"line": 5,
							"character": 14
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						332
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Space/Space.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 343,
			"name": "\"Space/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Space/index.tsx",
			"children": [
				{
					"id": 344,
					"name": "Space",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 332
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						344
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Space/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 349,
			"name": "\"Tabs/Tabs\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Tabs/Tabs.tsx",
			"children": [
				{
					"id": 365,
					"name": "PanelProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 366,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 120,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 369,
							"name": "icon",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 123,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 367,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 121,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 368,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 122,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								366,
								369,
								367,
								368
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.tsx",
							"line": 119,
							"character": 20
						}
					]
				},
				{
					"id": 350,
					"name": "TabsProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 355,
							"name": "activeId",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 15,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 364,
							"name": "addOnAfter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 24,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 363,
							"name": "addOnBefore",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 23,
									"character": 13
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 357,
							"name": "block",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 17,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 353,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 13,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 354,
							"name": "defaultActiveId",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 14,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 351,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 11,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 360,
							"name": "onChange",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 20,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 361,
							"name": "onClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 21,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 362,
							"name": "scrollable",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 22,
									"character": 12
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 356,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 16,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 358,
							"name": "tabBarGutter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 18,
									"character": 14
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "number"
							}
						},
						{
							"id": 359,
							"name": "tabBarStyle",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 19,
									"character": 13
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 352,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Tabs/Tabs.tsx",
									"line": 12,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "pills"
									},
									{
										"type": "stringLiteral",
										"value": "underlined"
									},
									{
										"type": "stringLiteral",
										"value": "cards"
									}
								]
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								355,
								364,
								363,
								357,
								353,
								354,
								351,
								360,
								361,
								362,
								356,
								358,
								359,
								352
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.tsx",
							"line": 10,
							"character": 19
						}
					]
				},
				{
					"id": 388,
					"name": "Panel",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 389,
							"name": "Panel",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 390,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 391,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 392,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 125,
															"character": 32
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 393,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 125,
															"character": 36
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														392,
														393
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Tabs/Tabs.tsx",
													"line": 125,
													"character": 22
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.tsx",
							"line": 125,
							"character": 21
						}
					]
				},
				{
					"id": 370,
					"name": "Tabs",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 371,
							"name": "Tabs",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 372,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 373,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 377,
													"name": "activeId",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 31,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 387,
													"name": "addOnAfter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 41,
															"character": 12
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 386,
													"name": "addOnBefore",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 40,
															"character": 13
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 380,
													"name": "block",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 34,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 375,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 29,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 376,
													"name": "defaultActiveId",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 30,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 374,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 28,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 383,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 37,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 384,
													"name": "onClick",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 38,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 385,
													"name": "scrollable",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 39,
															"character": 12
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 379,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 33,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													}
												},
												{
													"id": 381,
													"name": "tabBarGutter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 35,
															"character": 14
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "number"
													}
												},
												{
													"id": 382,
													"name": "tabBarStyle",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 36,
															"character": 13
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 378,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Tabs/Tabs.tsx",
															"line": 32,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "pills"
															},
															{
																"type": "stringLiteral",
																"value": "underlined"
															},
															{
																"type": "stringLiteral",
																"value": "cards"
															}
														]
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														377,
														387,
														386,
														380,
														375,
														376,
														374,
														383,
														384,
														385,
														379,
														381,
														382,
														378
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Tabs/Tabs.tsx",
													"line": 27,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.tsx",
							"line": 27,
							"character": 13
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						365,
						350
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						388,
						370
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Tabs/Tabs.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4231,
			"name": "\"Tabs/Tabs.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Tabs/Tabs.stories.tsx",
			"children": [
				{
					"id": 4248,
					"name": "infitniteSroll",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isLet": true
					},
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 84,
							"character": 18
						}
					],
					"type": {
						"type": "array",
						"elementType": {
							"type": "reference",
							"name": "Element"
						}
					},
					"defaultValue": "[]"
				},
				{
					"id": 4247,
					"name": "limit",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 83,
							"character": 11
						}
					],
					"type": {
						"type": "unknown",
						"name": "30"
					},
					"defaultValue": "30"
				},
				{
					"id": 4244,
					"name": "BlockTabs",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4245,
							"name": "BlockTabs",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4246,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 69,
							"character": 22
						}
					]
				},
				{
					"id": 4232,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4233,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4234,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 13,
							"character": 20
						}
					]
				},
				{
					"id": 4241,
					"name": "LargeButtons",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4242,
							"name": "LargeButtons",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4243,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 55,
							"character": 25
						}
					]
				},
				{
					"id": 4249,
					"name": "Scroll",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4250,
							"name": "Scroll",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4251,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 94,
							"character": 19
						}
					]
				},
				{
					"id": 4235,
					"name": "Underlined",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4236,
							"name": "Underlined",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4237,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 27,
							"character": 23
						}
					]
				},
				{
					"id": 4238,
					"name": "WithIcons",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4239,
							"name": "WithIcons",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4240,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 41,
							"character": 22
						}
					]
				},
				{
					"id": 4255,
					"name": "addOnAfter",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4256,
							"name": "addOnAfter",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4257,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 114,
							"character": 23
						}
					]
				},
				{
					"id": 4252,
					"name": "addOnBefore",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4253,
							"name": "addOnBefore",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4254,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Tabs/Tabs.stories.tsx",
							"line": 100,
							"character": 24
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4248,
						4247
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4244,
						4232,
						4241,
						4249,
						4235,
						4238,
						4255,
						4252
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Tabs/Tabs.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 345,
			"name": "\"Tabs/TabsContext\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Tabs/TabsContext.tsx",
			"children": [
				{
					"id": 346,
					"name": "TabsContext",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Tabs/TabsContext.tsx",
							"line": 5,
							"character": 24
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reflection",
								"declaration": {
									"id": 347,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {
										"isExported": true
									},
									"children": [
										{
											"id": 348,
											"name": "activeId",
											"kind": 32,
											"kindString": "Variable",
											"flags": {
												"isExported": true
											},
											"sources": [
												{
													"fileName": "src/components/Tabs/TabsContext.tsx",
													"line": 6,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											},
											"defaultValue": "\"\""
										}
									],
									"groups": [
										{
											"title": "Variables",
											"kind": 32,
											"children": [
												348
											]
										}
									]
								}
							}
						],
						"name": "Context"
					},
					"defaultValue": "createContext({\n  activeId: '',\n})"
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						346
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Tabs/TabsContext.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 394,
			"name": "\"Tabs/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Tabs/index.tsx",
			"children": [
				{
					"id": 395,
					"name": "Tabs",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 370
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						395
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Tabs/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1051,
			"name": "\"Toggle/Toggle\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Toggle/Toggle.tsx",
			"children": [
				{
					"id": 1052,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 1066,
							"name": "align",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 19,
									"character": 7
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "right"
									},
									{
										"type": "stringLiteral",
										"value": "left"
									}
								]
							}
						},
						{
							"id": 1065,
							"name": "checked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 18,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 1063,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 16,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 1064,
							"name": "defaultChecked",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 17,
									"character": 16
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 1057,
							"name": "descriptionText",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 12,
									"character": 17
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 1053,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 8,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 1056,
							"name": "error",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 11,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 1054,
							"name": "id",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 9,
									"character": 4
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 1058,
							"name": "label",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 13,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 1059,
							"name": "labelOptional",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 14,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 1055,
							"name": "layout",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 10,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "horizontal"
									},
									{
										"type": "stringLiteral",
										"value": "vertical"
									}
								]
							}
						},
						{
							"id": 1067,
							"name": "size",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 20,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "tiny"
									},
									{
										"type": "stringLiteral",
										"value": "small"
									},
									{
										"type": "stringLiteral",
										"value": "medium"
									},
									{
										"type": "stringLiteral",
										"value": "large"
									},
									{
										"type": "stringLiteral",
										"value": "xlarge"
									}
								]
							}
						},
						{
							"id": 1060,
							"name": "onChange",
							"kind": 2048,
							"kindString": "Method",
							"flags": {
								"isOptional": true
							},
							"signatures": [
								{
									"id": 1061,
									"name": "onChange",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"parameters": [
										{
											"id": 1062,
											"name": "x",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {},
											"type": {
												"type": "reference",
												"name": "Boolean"
											}
										}
									],
									"type": {
										"type": "intrinsic",
										"name": "void"
									}
								}
							],
							"sources": [
								{
									"fileName": "src/components/Toggle/Toggle.tsx",
									"line": 15,
									"character": 10
								}
							]
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								1066,
								1065,
								1063,
								1064,
								1057,
								1053,
								1056,
								1054,
								1058,
								1059,
								1055,
								1067
							]
						},
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								1060
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.tsx",
							"line": 7,
							"character": 15
						}
					]
				},
				{
					"id": 1068,
					"name": "Toggle",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1069,
							"name": "Toggle",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1070,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 1071,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 1083,
													"name": "align",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 35,
															"character": 7
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "left"
															},
															{
																"type": "stringLiteral",
																"value": "right"
															}
														]
													},
													"defaultValue": "\"right\""
												},
												{
													"id": 1081,
													"name": "checked",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 33,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 1082,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 34,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1080,
													"name": "defaultChecked",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 32,
															"character": 16
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 1076,
													"name": "descriptionText",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 28,
															"character": 17
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1072,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 24,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 1075,
													"name": "error",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 27,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1073,
													"name": "id",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 25,
															"character": 4
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1077,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 29,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1078,
													"name": "labelOptional",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 30,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 1074,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 26,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "vertical"
															},
															{
																"type": "stringLiteral",
																"value": "horizontal"
															}
														]
													},
													"defaultValue": "\"vertical\""
												},
												{
													"id": 1079,
													"name": "onChange",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 31,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"id": 1060,
														"name": "onChange"
													}
												},
												{
													"id": 1084,
													"name": "size",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Toggle/Toggle.tsx",
															"line": 36,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "tiny"
															},
															{
																"type": "stringLiteral",
																"value": "small"
															},
															{
																"type": "stringLiteral",
																"value": "medium"
															},
															{
																"type": "stringLiteral",
																"value": "large"
															},
															{
																"type": "stringLiteral",
																"value": "xlarge"
															}
														]
													},
													"defaultValue": "\"medium\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														1083,
														1081,
														1082,
														1080,
														1076,
														1072,
														1075,
														1073,
														1077,
														1078,
														1074,
														1079,
														1084
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Toggle/Toggle.tsx",
													"line": 23,
													"character": 16
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.tsx",
							"line": 23,
							"character": 15
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						1052
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1068
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Toggle/Toggle.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4258,
			"name": "\"Toggle/Toggle.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Toggle/Toggle.stories.tsx",
			"children": [
				{
					"id": 4259,
					"name": "Primary",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4260,
							"name": "Primary",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4261,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.stories.tsx",
							"line": 16,
							"character": 20
						}
					]
				},
				{
					"id": 4262,
					"name": "checkedDefault",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4263,
							"name": "checkedDefault",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4264,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.stories.tsx",
							"line": 17,
							"character": 27
						}
					]
				},
				{
					"id": 4265,
					"name": "noLabel",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4266,
							"name": "noLabel",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4267,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.stories.tsx",
							"line": 18,
							"character": 20
						}
					]
				},
				{
					"id": 4268,
					"name": "size",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4269,
							"name": "size",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4270,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Toggle/Toggle.stories.tsx",
							"line": 19,
							"character": 17
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4259,
						4262,
						4265,
						4268
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Toggle/Toggle.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1085,
			"name": "\"Toggle/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Toggle/index.tsx",
			"children": [
				{
					"id": 1086,
					"name": "Toggle",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1068
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1086
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Toggle/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 545,
			"name": "\"Transition/Transition\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Transition/Transition.tsx",
			"children": [
				{
					"id": 546,
					"name": "TransitionProps",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 548,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 83,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 549,
							"name": "enter",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 85,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 550,
							"name": "enterFrom",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 86,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 551,
							"name": "enterTo",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 87,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 552,
							"name": "leave",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 88,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 553,
							"name": "leaveFrom",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 89,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 554,
							"name": "leaveTo",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 90,
									"character": 9
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 547,
							"name": "show",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 82,
									"character": 6
								}
							],
							"type": {
								"type": "reference",
								"name": "Boolean"
							}
						},
						{
							"id": 555,
							"name": "transition",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Transition/Transition.tsx",
									"line": 92,
									"character": 12
								}
							],
							"type": {
								"type": "reference",
								"name": "AnimationTailwindClasses"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								548,
								549,
								550,
								551,
								552,
								553,
								554,
								547,
								555
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Transition/Transition.tsx",
							"line": 81,
							"character": 25
						}
					]
				},
				{
					"id": 556,
					"name": "CSSTransition",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 557,
							"name": "CSSTransition",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 558,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 559,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 567,
													"name": "appear",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 25,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 568,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 26,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 561,
													"name": "enter",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 19,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 562,
													"name": "enterFrom",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 20,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 563,
													"name": "enterTo",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 21,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 564,
													"name": "leave",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 22,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 565,
													"name": "leaveFrom",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 23,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 566,
													"name": "leaveTo",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 24,
															"character": 9
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"\""
												},
												{
													"id": 560,
													"name": "show",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 18,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														567,
														568,
														561,
														562,
														563,
														564,
														565,
														566,
														560
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Transition/Transition.tsx",
													"line": 17,
													"character": 23
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Transition/Transition.tsx",
							"line": 17,
							"character": 22
						}
					]
				},
				{
					"id": 576,
					"name": "Transition",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 577,
							"name": "Transition",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 578,
									"name": "props",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "reference",
										"id": 546,
										"name": "TransitionProps"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Transition/Transition.tsx",
							"line": 95,
							"character": 16
						}
					]
				},
				{
					"id": 569,
					"name": "TransitionCompiler",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 570,
							"name": "TransitionCompiler",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 571,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 572,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 574,
													"name": "appear",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 77,
															"character": 42
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 575,
													"name": "rest",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 77,
															"character": 51
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 573,
													"name": "show",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Transition/Transition.tsx",
															"line": 77,
															"character": 34
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														574,
														575,
														573
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Transition/Transition.tsx",
													"line": 77,
													"character": 28
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Transition/Transition.tsx",
							"line": 77,
							"character": 27
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						546
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						556,
						576,
						569
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Transition/Transition.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4271,
			"name": "\"Transition/Transition.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Transition/Transition.stories.tsx",
			"children": [
				{
					"id": 4272,
					"name": "Default",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4273,
							"name": "Default",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"parameters": [
								{
									"id": 4274,
									"name": "args",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {
										"isExported": true
									},
									"type": {
										"type": "intrinsic",
										"name": "any"
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Transition/Transition.stories.tsx",
							"line": 10,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4272
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Transition/Transition.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 579,
			"name": "\"Transition/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Transition/index.tsx",
			"children": [
				{
					"id": 580,
					"name": "Transition",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 576
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						580
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Transition/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 200,
			"name": "\"Typography/Link\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/Link.tsx",
			"children": [
				{
					"id": 201,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 202,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 7,
									"character": 10
								}
							],
							"type": {
								"type": "reference",
								"name": "React.ReactNode"
							}
						},
						{
							"id": 205,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 10,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 204,
							"name": "href",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 9,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 207,
							"name": "onClick",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 12,
									"character": 9
								}
							],
							"type": {
								"type": "reference",
								"name": "HandlerFunction"
							}
						},
						{
							"id": 206,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 11,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 203,
							"name": "target",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Link.tsx",
									"line": 8,
									"character": 8
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "_blank"
									},
									{
										"type": "stringLiteral",
										"value": "_self"
									},
									{
										"type": "stringLiteral",
										"value": "_parent"
									},
									{
										"type": "stringLiteral",
										"value": "_top"
									},
									{
										"type": "stringLiteral",
										"value": "framename"
									}
								]
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								202,
								205,
								204,
								207,
								206,
								203
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Link.tsx",
							"line": 6,
							"character": 15
						}
					]
				},
				{
					"id": 208,
					"name": "Link",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 209,
							"name": "Link",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 210,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 211,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 212,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 16,
															"character": 10
														}
													],
													"type": {
														"type": "reference",
														"name": "ReactNode"
													}
												},
												{
													"id": 215,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 19,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 214,
													"name": "href",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 18,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 216,
													"name": "onClick",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 20,
															"character": 9
														}
													],
													"type": {
														"type": "reference",
														"name": "HandlerFunction"
													}
												},
												{
													"id": 217,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 21,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 213,
													"name": "target",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Link.tsx",
															"line": 17,
															"character": 8
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "_blank"
															},
															{
																"type": "stringLiteral",
																"value": "_self"
															},
															{
																"type": "stringLiteral",
																"value": "_parent"
															},
															{
																"type": "stringLiteral",
																"value": "_top"
															},
															{
																"type": "stringLiteral",
																"value": "framename"
															}
														]
													},
													"defaultValue": "\"_blank\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														212,
														215,
														214,
														216,
														217,
														213
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Typography/Link.tsx",
													"line": 15,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Link.tsx",
							"line": 15,
							"character": 13
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						201
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						208
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/Link.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 170,
			"name": "\"Typography/Text\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/Text.tsx",
			"children": [
				{
					"id": 171,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 173,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 7,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 172,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 6,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 178,
							"name": "code",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 12,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 176,
							"name": "disabled",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 10,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 179,
							"name": "keyboard",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 13,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 177,
							"name": "mark",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 11,
									"character": 6
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 183,
							"name": "small",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 17,
									"character": 7
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 181,
							"name": "strikethrough",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 15,
									"character": 15
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 182,
							"name": "strong",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 16,
									"character": 8
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						},
						{
							"id": 174,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 8,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						},
						{
							"id": 175,
							"name": "type",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 9,
									"character": 6
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "stringLiteral",
										"value": "default"
									},
									{
										"type": "stringLiteral",
										"value": "secondary"
									},
									{
										"type": "stringLiteral",
										"value": "success"
									},
									{
										"type": "stringLiteral",
										"value": "warning"
									},
									{
										"type": "stringLiteral",
										"value": "danger"
									}
								]
							}
						},
						{
							"id": 180,
							"name": "underline",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Text.tsx",
									"line": 14,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "boolean"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								173,
								172,
								178,
								176,
								179,
								177,
								183,
								181,
								182,
								174,
								175,
								180
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Text.tsx",
							"line": 5,
							"character": 15
						}
					]
				},
				{
					"id": 184,
					"name": "Text",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 185,
							"name": "Text",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 186,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 187,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 189,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 22,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 188,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 21,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 194,
													"name": "code",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 27,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 192,
													"name": "disabled",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 25,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 195,
													"name": "keyboard",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 28,
															"character": 10
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 193,
													"name": "mark",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 26,
															"character": 6
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 199,
													"name": "small",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 32,
															"character": 7
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 197,
													"name": "strikethrough",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 30,
															"character": 15
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 198,
													"name": "strong",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 31,
															"character": 8
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												},
												{
													"id": 190,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 23,
															"character": 7
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												},
												{
													"id": 191,
													"name": "type",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 24,
															"character": 6
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "stringLiteral",
																"value": "success"
															},
															{
																"type": "stringLiteral",
																"value": "danger"
															},
															{
																"type": "stringLiteral",
																"value": "warning"
															},
															{
																"type": "stringLiteral",
																"value": "default"
															},
															{
																"type": "stringLiteral",
																"value": "secondary"
															}
														]
													}
												},
												{
													"id": 196,
													"name": "underline",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Text.tsx",
															"line": 29,
															"character": 11
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "boolean"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														189,
														188,
														194,
														192,
														195,
														193,
														199,
														197,
														198,
														190,
														191,
														196
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Typography/Text.tsx",
													"line": 20,
													"character": 14
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Text.tsx",
							"line": 20,
							"character": 13
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						171
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						184
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/Text.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 156,
			"name": "\"Typography/Title\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/Title.tsx",
			"children": [
				{
					"id": 157,
					"name": "Props",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 160,
							"name": "children",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "src/components/Typography/Title.tsx",
									"line": 8,
									"character": 10
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "any"
							}
						},
						{
							"id": 158,
							"name": "className",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Title.tsx",
									"line": 6,
									"character": 11
								}
							],
							"type": {
								"type": "intrinsic",
								"name": "string"
							}
						},
						{
							"id": 159,
							"name": "level",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Title.tsx",
									"line": 7,
									"character": 7
								}
							],
							"type": {
								"type": "union",
								"types": [
									{
										"type": "unknown",
										"name": "1"
									},
									{
										"type": "unknown",
										"name": "2"
									},
									{
										"type": "unknown",
										"name": "3"
									},
									{
										"type": "unknown",
										"name": "4"
									},
									{
										"type": "unknown",
										"name": "5"
									}
								]
							}
						},
						{
							"id": 161,
							"name": "style",
							"kind": 1024,
							"kindString": "Property",
							"flags": {
								"isOptional": true
							},
							"sources": [
								{
									"fileName": "src/components/Typography/Title.tsx",
									"line": 9,
									"character": 7
								}
							],
							"type": {
								"type": "reference",
								"name": "CSSProperties"
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								160,
								158,
								159,
								161
							]
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Title.tsx",
							"line": 5,
							"character": 15
						}
					]
				},
				{
					"id": 162,
					"name": "Title",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 163,
							"name": "Title",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 164,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 165,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 168,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Title.tsx",
															"line": 12,
															"character": 47
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 166,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Title.tsx",
															"line": 12,
															"character": 26
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "string"
													}
												},
												{
													"id": 167,
													"name": "level",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Title.tsx",
															"line": 12,
															"character": 33
														}
													],
													"type": {
														"type": "union",
														"types": [
															{
																"type": "unknown",
																"name": "2"
															},
															{
																"type": "unknown",
																"name": "1"
															},
															{
																"type": "unknown",
																"name": "3"
															},
															{
																"type": "unknown",
																"name": "4"
															},
															{
																"type": "unknown",
																"name": "5"
															}
														]
													},
													"defaultValue": "1"
												},
												{
													"id": 169,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Title.tsx",
															"line": 12,
															"character": 54
														}
													],
													"type": {
														"type": "reference",
														"name": "CSSProperties"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														168,
														166,
														167,
														169
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Typography/Title.tsx",
													"line": 12,
													"character": 15
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Title.tsx",
							"line": 12,
							"character": 14
						}
					]
				}
			],
			"groups": [
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						157
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						162
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/Title.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 218,
			"name": "\"Typography/Typography\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/Typography.tsx",
			"children": [
				{
					"id": 219,
					"name": "Typography",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 220,
							"name": "Typography",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 221,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 222,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 223,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Typography.tsx",
															"line": 8,
															"character": 30
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 224,
													"name": "className",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Typography.tsx",
															"line": 8,
															"character": 41
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 226,
													"name": "style",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Typography.tsx",
															"line": 8,
															"character": 61
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 225,
													"name": "tag",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Typography/Typography.tsx",
															"line": 8,
															"character": 46
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													},
													"defaultValue": "\"div\""
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														223,
														224,
														226,
														225
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Typography/Typography.tsx",
													"line": 8,
													"character": 20
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.tsx",
							"line": 8,
							"character": 19
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						219
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/Typography.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4275,
			"name": "\"Typography/Typography.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/Typography.stories.tsx",
			"children": [
				{
					"id": 4279,
					"name": "Link",
					"kind": 32,
					"kindString": "Variable",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 12,
							"character": 25
						}
					],
					"type": {
						"type": "reference",
						"id": 208,
						"name": "Link"
					}
				},
				{
					"id": 4278,
					"name": "Text",
					"kind": 32,
					"kindString": "Variable",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 12,
							"character": 19
						}
					],
					"type": {
						"type": "reference",
						"id": 184,
						"name": "Text"
					}
				},
				{
					"id": 4277,
					"name": "Title",
					"kind": 32,
					"kindString": "Variable",
					"flags": {},
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 12,
							"character": 13
						}
					],
					"type": {
						"type": "reference",
						"id": 162,
						"name": "Title"
					}
				},
				{
					"id": 4276,
					"name": "gfm",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 6,
							"character": 9
						}
					],
					"type": {
						"type": "intrinsic",
						"name": "any"
					},
					"defaultValue": "require('remark-gfm')"
				},
				{
					"id": 4284,
					"name": "Texts",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4285,
							"name": "Texts",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 35,
							"character": 18
						}
					]
				},
				{
					"id": 4282,
					"name": "Titles",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4283,
							"name": "Titles",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 25,
							"character": 19
						}
					]
				},
				{
					"id": 4280,
					"name": "article",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4281,
							"name": "article",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Typography/Typography.stories.tsx",
							"line": 19,
							"character": 20
						}
					]
				}
			],
			"groups": [
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						4279,
						4278,
						4277,
						4276
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4284,
						4282,
						4280
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/Typography.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 227,
			"name": "\"Typography/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Typography/index.tsx",
			"children": [
				{
					"id": 228,
					"name": "Typography",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 219
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						228
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Typography/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1087,
			"name": "\"Upload/Upload\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Upload/Upload.tsx",
			"children": [
				{
					"id": 1094,
					"name": "Dragger",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"signatures": [
						{
							"id": 1095,
							"name": "Dragger",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1096,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 1097,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {},
											"children": [
												{
													"id": 1100,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Upload/Upload.tsx",
															"line": 10,
															"character": 42
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1098,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Upload/Upload.tsx",
															"line": 10,
															"character": 24
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1099,
													"name": "layout",
													"kind": 32,
													"kindString": "Variable",
													"flags": {},
													"sources": [
														{
															"fileName": "src/components/Upload/Upload.tsx",
															"line": 10,
															"character": 32
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														1100,
														1098,
														1099
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Upload/Upload.tsx",
													"line": 10,
													"character": 17
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Upload/Upload.tsx",
							"line": 10,
							"character": 16
						}
					]
				},
				{
					"id": 1088,
					"name": "Upload",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true
					},
					"signatures": [
						{
							"id": 1089,
							"name": "Upload",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 1090,
									"name": "__namedParameters",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"originalName": "__0",
									"type": {
										"type": "reflection",
										"declaration": {
											"id": 1091,
											"name": "__type",
											"kind": 65536,
											"kindString": "Type literal",
											"flags": {
												"isExported": true
											},
											"children": [
												{
													"id": 1093,
													"name": "children",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Upload/Upload.tsx",
															"line": 6,
															"character": 33
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												},
												{
													"id": 1092,
													"name": "label",
													"kind": 32,
													"kindString": "Variable",
													"flags": {
														"isExported": true
													},
													"sources": [
														{
															"fileName": "src/components/Upload/Upload.tsx",
															"line": 6,
															"character": 23
														}
													],
													"type": {
														"type": "intrinsic",
														"name": "any"
													}
												}
											],
											"groups": [
												{
													"title": "Variables",
													"kind": 32,
													"children": [
														1093,
														1092
													]
												}
											],
											"sources": [
												{
													"fileName": "src/components/Upload/Upload.tsx",
													"line": 6,
													"character": 16
												}
											]
										}
									}
								}
							],
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Upload/Upload.tsx",
							"line": 6,
							"character": 15
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						1094,
						1088
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Upload/Upload.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 4286,
			"name": "\"Upload/Upload.stories\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Upload/Upload.stories.tsx",
			"children": [
				{
					"id": 4287,
					"name": "Draggable",
					"kind": 64,
					"kindString": "Function",
					"flags": {
						"isExported": true,
						"isConst": true
					},
					"signatures": [
						{
							"id": 4288,
							"name": "Draggable",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {
								"isExported": true
							},
							"type": {
								"type": "reference",
								"name": "Element"
							}
						}
					],
					"sources": [
						{
							"fileName": "src/components/Upload/Upload.stories.tsx",
							"line": 11,
							"character": 22
						}
					]
				}
			],
			"groups": [
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						4287
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Upload/Upload.stories.tsx",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1101,
			"name": "\"Upload/index\"",
			"kind": 1,
			"kindString": "Module",
			"flags": {
				"isExported": true
			},
			"originalName": "/Users/copple/Projects/Supabase/ui/src/components/Upload/index.tsx",
			"children": [
				{
					"id": 1102,
					"name": "Upload",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {
						"isExported": true
					},
					"target": 1088
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						1102
					]
				}
			],
			"sources": [
				{
					"fileName": "src/components/Upload/index.tsx",
					"line": 1,
					"character": 0
				}
			]
		}
	],
	"groups": [
		{
			"title": "Modules",
			"kind": 1,
			"children": [
				65,
				90,
				88,
				2811,
				2895,
				2797,
				2783,
				2893,
				295,
				2924,
				309,
				124,
				2940,
				154,
				259,
				2971,
				293,
				712,
				2984,
				704,
				780,
				311,
				2997,
				329,
				581,
				3016,
				606,
				229,
				3026,
				5,
				1,
				3030,
				1103,
				1107,
				1109,
				1113,
				1115,
				1119,
				1121,
				1125,
				35,
				39,
				1127,
				1131,
				1133,
				1137,
				1139,
				1143,
				1145,
				1149,
				1151,
				1155,
				1157,
				1161,
				1163,
				1167,
				1187,
				1191,
				1169,
				1173,
				1175,
				1179,
				1181,
				1185,
				1199,
				1203,
				1193,
				1197,
				1211,
				1215,
				1205,
				1209,
				1235,
				1239,
				1217,
				1221,
				1223,
				1227,
				1229,
				1233,
				1241,
				1245,
				1247,
				1251,
				1259,
				1263,
				1253,
				1257,
				1271,
				1275,
				1265,
				1269,
				1283,
				1287,
				1277,
				1281,
				1289,
				1293,
				1295,
				1299,
				1307,
				1311,
				1301,
				1305,
				1313,
				1317,
				1319,
				1323,
				1325,
				1329,
				1331,
				1335,
				1343,
				1347,
				1337,
				1341,
				1349,
				1353,
				41,
				45,
				1355,
				1359,
				1361,
				1365,
				1367,
				1371,
				1373,
				1377,
				1379,
				1383,
				1385,
				1389,
				1391,
				1395,
				1397,
				1401,
				1403,
				1407,
				1409,
				1413,
				1415,
				1419,
				1421,
				1425,
				1427,
				1431,
				1433,
				1437,
				1469,
				1473,
				1439,
				1443,
				1445,
				1449,
				1451,
				1455,
				1457,
				1461,
				1463,
				1467,
				1475,
				1479,
				1481,
				1485,
				1487,
				1491,
				1493,
				1497,
				1499,
				1503,
				1505,
				1509,
				1511,
				1515,
				1517,
				1521,
				1523,
				1527,
				1529,
				1533,
				1535,
				1539,
				1541,
				1545,
				1547,
				1551,
				1553,
				1557,
				1559,
				1563,
				1565,
				1569,
				1571,
				1575,
				1577,
				1581,
				1583,
				1587,
				1589,
				1593,
				1595,
				1599,
				1601,
				1605,
				1607,
				1611,
				1625,
				1629,
				1613,
				1617,
				1619,
				1623,
				1631,
				1635,
				1643,
				1647,
				1637,
				1641,
				1649,
				1653,
				1655,
				1659,
				1673,
				1677,
				1661,
				1665,
				1667,
				1671,
				1679,
				1683,
				1691,
				1695,
				1685,
				1689,
				1697,
				1701,
				1703,
				1707,
				1709,
				1713,
				1715,
				1719,
				1739,
				1743,
				1721,
				1725,
				1727,
				1731,
				1733,
				1737,
				1745,
				1749,
				1751,
				1755,
				1757,
				1761,
				1775,
				1779,
				1763,
				1767,
				1769,
				1773,
				1781,
				1785,
				1787,
				1791,
				1793,
				1797,
				1799,
				1803,
				1805,
				1809,
				1823,
				1827,
				1811,
				1815,
				1817,
				1821,
				1829,
				1833,
				1835,
				1839,
				1841,
				1845,
				1847,
				1851,
				1853,
				1857,
				1859,
				1863,
				1865,
				1869,
				1871,
				1875,
				1877,
				1881,
				1883,
				1887,
				1889,
				1893,
				1895,
				1899,
				47,
				51,
				1901,
				1905,
				1907,
				1911,
				1913,
				1917,
				1919,
				1923,
				1925,
				1929,
				1931,
				1935,
				1943,
				1947,
				1937,
				1941,
				1949,
				1953,
				1955,
				1959,
				118,
				122,
				1961,
				1965,
				1967,
				1971,
				1973,
				1977,
				1979,
				1983,
				1991,
				1995,
				1985,
				1989,
				2003,
				2007,
				1997,
				2001,
				2009,
				2013,
				2015,
				2019,
				2021,
				2025,
				2027,
				2031,
				2039,
				2043,
				2033,
				2037,
				2051,
				2055,
				2045,
				2049,
				2069,
				2073,
				2057,
				2061,
				2063,
				2067,
				2075,
				2079,
				2081,
				2085,
				2087,
				2091,
				2093,
				2097,
				2099,
				2103,
				2105,
				2109,
				2111,
				2115,
				2123,
				2127,
				2117,
				2121,
				2129,
				2133,
				2135,
				2139,
				2141,
				2145,
				2153,
				2157,
				2147,
				2151,
				2159,
				2163,
				2165,
				2169,
				2207,
				2211,
				2171,
				2175,
				2177,
				2181,
				2183,
				2187,
				2189,
				2193,
				2195,
				2199,
				2201,
				2205,
				2213,
				2217,
				2225,
				2229,
				2219,
				2223,
				2243,
				2247,
				2231,
				2235,
				2237,
				2241,
				2249,
				2253,
				2255,
				2259,
				2261,
				2265,
				2267,
				2271,
				2273,
				2277,
				2279,
				2283,
				2285,
				2289,
				2291,
				2295,
				2297,
				2301,
				2303,
				2307,
				2309,
				2313,
				2315,
				2319,
				2321,
				2325,
				2327,
				2331,
				2333,
				2337,
				2339,
				2343,
				2345,
				2349,
				2357,
				2361,
				2351,
				2355,
				2369,
				2373,
				2363,
				2367,
				2375,
				2379,
				2381,
				2385,
				2387,
				2391,
				2393,
				2397,
				2399,
				2403,
				2405,
				2409,
				2411,
				2415,
				2417,
				2421,
				2423,
				2427,
				2429,
				2433,
				2435,
				2439,
				2441,
				2445,
				2447,
				2451,
				2453,
				2457,
				2459,
				2463,
				2465,
				2469,
				2471,
				2475,
				2477,
				2481,
				2483,
				2487,
				2489,
				2493,
				2495,
				2499,
				2501,
				2505,
				2507,
				2511,
				2513,
				2517,
				2519,
				2523,
				2525,
				2529,
				2531,
				2535,
				2537,
				2541,
				2549,
				2553,
				2543,
				2547,
				2555,
				2559,
				2561,
				2565,
				2567,
				2571,
				2573,
				2577,
				2579,
				2583,
				2585,
				2589,
				2591,
				2595,
				2597,
				2601,
				2603,
				2607,
				2609,
				2613,
				2615,
				2619,
				2621,
				2625,
				2633,
				2637,
				2627,
				2631,
				2663,
				2667,
				2639,
				2643,
				2645,
				2649,
				2651,
				2655,
				2657,
				2661,
				2669,
				2673,
				2681,
				2685,
				2675,
				2679,
				2687,
				2691,
				2711,
				2715,
				2693,
				2697,
				2699,
				2703,
				2705,
				2709,
				2717,
				2721,
				2729,
				2733,
				2723,
				2727,
				2735,
				2739,
				53,
				57,
				59,
				63,
				2741,
				2745,
				2747,
				2751,
				2753,
				2757,
				2765,
				2769,
				2759,
				2763,
				2771,
				2775,
				2777,
				2781,
				3790,
				257,
				782,
				4077,
				905,
				907,
				4112,
				969,
				608,
				4116,
				618,
				396,
				4120,
				441,
				443,
				4134,
				501,
				981,
				4166,
				971,
				1049,
				620,
				4183,
				702,
				503,
				4212,
				543,
				331,
				343,
				349,
				4231,
				345,
				394,
				1051,
				4258,
				1085,
				545,
				4271,
				579,
				200,
				170,
				156,
				218,
				4275,
				227,
				1087,
				4286,
				1101
			]
		}
	]
}