import React from "react"; import { Ionicons } from "@expo/vector-icons"; import { IconT } from "../types"; const Icon = ({ color, name, size, style }: IconT) => ( ); export default Icon;