mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-06-18 01:29:37 +07:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
|
import MaterialCommunityIcons from "@expo/vector-icons/MaterialCommunityIcons";
|
||
|
import { styled } from "tamagui";
|
||
|
|
||
|
export const Icons = styled(MaterialCommunityIcons, {
|
||
|
color: "$color",
|
||
|
});
|
||
|
|
||
|
export default Icons;
|