/* eslint-disable react/destructuring-assignment */ import * as React from "react"; import { Icon, useTheme } from "@ui-kitten/components"; export default function TabBarIcon(props) { const theme = useTheme(); return ( ); }