mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
init
This commit is contained in:
16
front/src/lib/vars.ts
Normal file
16
front/src/lib/vars.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Mail, User, Phone, Globe, Server, KeyRound, Contact } from "@lucide/svelte";
|
||||
|
||||
export const INPUT_TYPES = [
|
||||
"email", "username", "name", "phone", "ip",
|
||||
"domain", "password",
|
||||
];
|
||||
|
||||
export const INPUT_TYPE_ICON = {
|
||||
email: Mail,
|
||||
username: User,
|
||||
name: Contact,
|
||||
phone: Phone,
|
||||
domain: Globe,
|
||||
ip: Server,
|
||||
password: KeyRound,
|
||||
};
|
||||
Reference in New Issue
Block a user