Skip to content

Commit

Permalink
Icon list
Browse files Browse the repository at this point in the history
  • Loading branch information
Holat committed Sep 1, 2023
1 parent 7172c44 commit 91e36ae
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"cSpell.words": [
"Entypo",
"flatlist",
"FUNT",
"Ionicons",
"Pressable",
"Scrn"
]
}
28 changes: 28 additions & 0 deletions constants/Icons.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
const Icons = [
{
name: "note",
color: "#1384F8",
},
{
name: "edit",
color: "#664BE6",
},
{
name: "message",
color: "#FDAD13",
},
{
name: "folder",
color: "#1FB473",
},
{
name: "meet",
color: "#EC1F78",
},
{
name: "grocery",
color: "#F69223",
},
];

export default Icons;

0 comments on commit 91e36ae

Please sign in to comment.