initial commit
This commit is contained in:
6
src/lib/lucid-options.ts
Normal file
6
src/lib/lucid-options.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lucideOptions: { label: string, value: string }[] = [
|
||||
{ label: "Code 2", value: "code-2" },
|
||||
{ label: "Notebook", value: "notebook" },
|
||||
{ label: "Github", value: "github" },
|
||||
{ label: "Linkedin", value: "linkedin" },
|
||||
]
|
||||
Reference in New Issue
Block a user