text
stringlengths
3
8.33k
repo
stringclasses
52 values
path
stringlengths
6
141
language
stringclasses
35 values
sha
stringlengths
64
64
chunk_index
int32
0
273
n_tokens
int32
1
896
, "description": "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.", "docs_path": "build\\gits\\shadcn-ui$ui-openv0remix\\docs\\progress.mdx", "docs": { "import": { "source": "progress.mdx", "code": "import { Progress } from \"@/co...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
8491df3239b38061d25ffc2e2c8f08bedf32e0cb748898664444245b603b520a
31
896
className=\"flex items-center space-x-2\">\r\n <RadioGroupItem value=\"comfortable\" id=\"r2\" />\r\n <Label htmlFor=\"r2\">Comfortable</Label>\r\n </div>\r\n <div className=\"flex items-center space-x-2\">\r\n <RadioGroupItem value=\"compact\" id=\"r3\" />\r\n <Label htmlFor=\"r3\...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
6b5697a6d92b619eba09a73332bd70159afeeb05b7b36245cbd03f5ed418ccdc
32
896
docs\\select.mdx", "docs": { "import": { "source": "select.mdx", "code": "import {\n Select,\n SelectContent,\n SelectItem,\n SelectTrigger,\n SelectValue,\n} from \"@/components/ui/select\"" }, "use": [ { "source": "select.mdx", "code": "<Select>\n...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
b485017936f409b653674abde15eeb792c554933e66922acb56cefa333267684
33
896
my-4\" />\r\n <div className=\"flex h-5 items-center space-x-4 text-sm\">\r\n <div>Blog</div>\r\n <Separator orientation=\"vertical\" />\r\n <div>Docs</div>\r\n <Separator orientation=\"vertical\" />\r\n <div>Source</div>\r\n </div>\r\n </div>\r\n )\r\n}" } ...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
7549a3538201365c088d5b472f19af916c7ad534020ad3fb669963d67f0cf000
34
896
\r\n </Label>\r\n <Input id=\"username\" value=\"@peduarte\" className=\"col-span-3\" />\r\n </div>\r\n </div>\r\n <SheetFooter>\r\n <SheetClose asChild>\r\n <Button type=\"submit\">Save changes</Button>\r\n </SheetClose>\r\n </SheetFooter...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
c89c5f76d4d9a28df446f00146920fc767a125d9ce4edd6d02a7ea1ceaf8f19e
35
896
name": "Switch", "description": "A control that allows the user to toggle between checked and not checked.", "docs_path": "build\\gits\\shadcn-ui$ui-openv0remix\\docs\\switch.mdx", "docs": { "import": { "source": "switch.mdx", "code": "import { Switch } from \"@/components/ui/switch\""...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
3c3ca0410bcfe02afd2908293c6a82b611ad598f77cbf1842a3a23f8bd4e0f7b
36
896
: \"PayPal\",\r\n },\r\n {\r\n invoice: \"INV003\",\r\n paymentStatus: \"Unpaid\",\r\n totalAmount: \"$350.00\",\r\n paymentMethod: \"Bank Transfer\",\r\n },\r\n {\r\n invoice: \"INV004\",\r\n paymentStatus: \"Paid\",\r\n totalAmount: \"$450.00\",\r\n paymentMethod: \"Credit Card\",\r\n },\...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
850722c488ed63875a2f9fb80fed975f52e9ced09a5c307d17cfd97faed09b3b
37
896
TabsList>\n <TabsContent value=\"account\">Make changes to your account here.</TabsContent>\n <TabsContent value=\"password\">Change your password here.</TabsContent>\n</Tabs>" } ], "examples": [ { "source": "tabs-demo.tsx", "code": "import { Button } from \"@/component...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
dda9276cccfbb9f05747a2479527800516c55b41c6d844bbcf04a4fce9dbcb27
38
896
=\"new\">New password</Label>\r\n <Input id=\"new\" type=\"password\" />\r\n </div>\r\n </CardContent>\r\n <CardFooter>\r\n <Button>Save password</Button>\r\n </CardFooter>\r\n </Card>\r\n </TabsContent>\r\n </Tabs>\r\n )\r\n}" } ...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
f19415b3088ee320eb3d338d8c7b07e2c8d3498e4ad9c1a2d5a5e46c97091890
39
896
Label>\r\n <Textarea placeholder=\"Type your message here.\" id=\"message-2\" />\r\n <p className=\"text-sm text-muted-foreground\">\r\n Your message will be copied to the support team.\r\n </p>\r\n </div>\r\n )\r\n}" } ] } }, { "name": "Toast", "description": "A ...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
9ab763998f93b47e076c94aa5e63d8994ecbf94fcfb277b0c261f57bd90fb57f
40
896
r\nexport default function ToastSimple() {\r\n const { toast } = useToast()\r\n\r\n return (\r\n <Button\r\n variant=\"outline\"\r\n onClick={() => {\r\n toast({\r\n description: \"Your message has been sent.\",\r\n })\r\n }}\r\n >\r\n Show Toast\r\n </Button>\r\n ...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
4ba69e047212097950bb47b13c2c3e068651360183fc1bcf72f86c20a1e4269e
41
896
\r\n <Toggle aria-label=\"Toggle italic\">\r\n <Bold className=\"h-4 w-4\" />\r\n </Toggle>\r\n )\r\n}" }, { "source": "toggle-disabled.tsx", "code": "import { Underline } from \"lucide-react\"\r\n\r\nimport { Toggle } from \"@/components/ui/toggle\"\r\n\r\nexport default...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
0244ec4d1313cd912ddb0dd0f14d897772c9995808f9f441bffb7bec697016c9
42
896
", "code": "import {\n Tooltip,\n TooltipContent,\n TooltipProvider,\n TooltipTrigger,\n} from \"@/components/ui/tooltip\"" }, "use": [ { "source": "tooltip.mdx", "code": "<TooltipProvider>\n <Tooltip>\n <TooltipTrigger>Hover</TooltipTrigger>\n <TooltipContent>...
synth-ui
public/assets/content/external/components/shadcn/dump.json
JSON
d7ac46f9df089be16871636e8c95a5e9328b5dd9c1ff9ebc496e08aa50b147f7
43
336
[ { "source": "accessibility.json", "name": "Accessibility", "title": "Accessibility", "tags": ["disability", "disabled", "dda", "wheelchair"], "categories": ["accessibility", "medical"] }, { "source": "activity-square.json", "name": "ActivitySquare", "title": "Activity Square", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
56712635b1833bb49359e45a20c79aeeaa41a5cd51809b6045c8d59e587f6d0c
0
896
: "alarm-plus.json", "name": "AlarmPlus", "title": "Alarm Plus", "tags": ["add"], "categories": ["devices", "notifications", "time"] }, { "source": "album.json", "name": "Album", "title": "Album", "tags": ["photo", "book"], "categories": ["photography", "multimedia"] }, { ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
b7b063e7c768eea7dafb6c23ad4f99e830b95ce11aca182540af834fb5d4a354
1
896
, "flex", "justify"], "categories": ["layout"] }, { "source": "align-horizontal-justify-center.json", "name": "AlignHorizontalJustifyCenter", "title": "Align Horizontal Justify Center", "tags": ["center", "items", "flex", "justify"], "categories": ["layout"] }, { "source": "align-hor...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
66bef45c72d28b3b3f65366a4608b43e887a86ca4f2f62351edf05d1192a9aed
2
896
], "categories": ["layout"] }, { "source": "align-vertical-distribute-start.json", "name": "AlignVerticalDistributeStart", "title": "Align Vertical Distribute Start", "tags": ["top", "items", "flex", "justify"], "categories": ["layout"] }, { "source": "align-vertical-justify-center.j...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
bed87a4d9b7ef94567295a01815c63a3b36ee81b7e22e5cb96d8c409eb4c306d
3
896
"tv", "television", "broadcast", "live", "frequency", "tune", "scan", "channels", "aerial", "receiver", "transmission", "transducer", "terrestrial", "satellite", "cable" ], "categories": ["devices", "multimedia", "communication"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
ac19e479b3e2531c31ea55665734b1a14abdba9fd23ecb33d7ed0683196ec0ca
4
896
"arrows", "navigation", "gaming"] }, { "source": "arrow-big-left.json", "name": "ArrowBigLeft", "title": "Arrow Big Left", "tags": ["previous", "back", "direction", "west", "indicate turn"], "categories": ["arrows", "navigation", "gaming"] }, { "source": "arrow-big-right-dash.json", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
6c524ce59b88e596b8febc4085c39f21c27a6958dd17f72e9b49e61799a8dbcc
5
896
backwards", "reverse", "direction", "south", "download", "expand", "fold", "vertical" ], "categories": ["arrows", "navigation", "files"] }, { "source": "arrow-down-left-from-circle.json", "name": "ArrowDownLeftFromCircle", "title": "Arrow Down Left From ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
8fae1b2a311dec4a9b2cb838ec4769516b9818510fc112450f01f8e95943e2bf
6
896
", "direction", "south", "download", "save", "git", "version control", "pull", "collapse", "fold", "vertical" ], "categories": ["arrows", "navigation", "files", "development"] }, { "source": "arrow-down-up.json", "name": "ArrowDownUp", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
c6df9a0dad13c464d624e3da4338235c1a255cd15ca66a3f039b985346b1436c
7
896
, "collapse", "fold", "horizontal", "|<-" ], "categories": ["arrows", "navigation"] }, { "source": "arrow-left.json", "name": "ArrowLeft", "title": "Arrow Left", "tags": ["previous", "back", "direction", "west", "<-"], "categories": ["arrows", "navigation"] }, ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
a63410249a0ebd54f3370c8bd5c48b66c7996fb9fefc068f232c604a1bfc249d
8
896
-up-a-z.json", "name": "ArrowUpAZ", "title": "Arrow Up A Z", "tags": ["filter", "sort", "ascending", "alphabetical"], "categories": ["text", "layout", "arrows"] }, { "source": "arrow-up-circle.json", "name": "ArrowUpCircle", "title": "Arrow Up Circle", "tags": ["forward", "direction"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
80ea4084851dcfbc974935cb82e3f5f7325553cd3c46b0fb9d96846410dae1a8
9
896
"arrows", "navigation", "maps"] }, { "source": "arrow-up-right-square.json", "name": "ArrowUpRightSquare", "title": "Arrow Up Right Square", "tags": [ "direction", "north-east", "diagonal", "sign", "keyboard", "button", "share" ], "categories": ["arr...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
df9cfa1f145d300da11d0479cdf0a31be9f439403ac35d58cf367fb0b5c64d8b
10
896
json", "name": "Atom", "title": "Atom", "tags": ["atomic", "nuclear", "physics", "particle", "element", "molecule"], "categories": ["science"] }, { "source": "award.json", "name": "Award", "title": "Award", "tags": ["achievement", "badge", "rosette", "prize", "winner"], "categori...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
452f400cf26996a66a9ca3a09666a9a5f76d6547f40cc7cb175c89ca535a466f
11
896
marketing", "finance", "financial", "exchange", "transaction", "payment", "€" ], "categories": ["shopping", "money", "currency", "account", "shapes"] }, { "source": "badge-help.json", "name": "BadgeHelp", "title": "Badge Help", "tags": ["verified", "unveri...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
d51b347a3e1602716cc549772d1fcfc91535780a1686dca4e7288d5e01adf939
12
896
"name": "BadgeRussianRuble", "title": "Badge Russian Ruble", "tags": [ "discount", "offer", "sale", "voucher", "tag", "monetization", "marketing", "finance", "financial", "exchange", "transaction", "payment", "rub", "₽" ], ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
30ec539a5d8a173651c0f36aa08f5ec5253717db52ecd58ee7a2f9c79ffd1ae7
13
896
"categories": ["charts"] }, { "source": "bar-chart-big.json", "name": "BarChartBig", "title": "Bar Chart Big", "tags": ["statistics", "diagram", "graph"], "categories": ["charts"] }, { "source": "bar-chart-horizontal-big.json", "name": "BarChartHorizontalBig", "title": "Bar Chart...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
6647384d51a1e8f716b2e7e12e3cbd4cf8919d9d49bd4c9a273c80dfb32fda2f
14
896
"categories": ["science", "gaming"] }, { "source": "bean-off.json", "name": "BeanOff", "title": "Bean Off", "tags": [ "soy free", "legume", "soy", "food", "seed", "allergy", "intolerance", "diet" ], "categories": ["food-beverage"] }, { ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
748ac5670618e6defb21c232ce6cc0a1ee071322e72060664d323f669e9291b4
15
896
name": "Bell", "title": "Bell", "tags": ["alarm", "notification", "sound", "reminder"], "categories": ["account", "notifications"] }, { "source": "bike.json", "name": "Bike", "title": "Bike", "tags": ["bicycle", "transport", "trip"], "categories": ["transportation"] }, { "sou...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
0bb0a1e9f28aff75144b102693a8cb65ba4836427529b224a0442e1113cf8d13
16
896
bomb.json", "name": "Bomb", "title": "Bomb", "tags": [ "fatal", "error", "crash", "blockbuster", "mine", "explosion", "explode", "explosive" ], "categories": [] }, { "source": "bone.json", "name": "Bone", "title": "Bone", "tags": ["...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
05c656dffa3ae03d05c9e20d7a6f9516dcfba02a1c570764ef0789d434cd4574
17
896
Template", "tags": ["read", "code", "version control", "git", "repository", "dashed"], "categories": ["development"] }, { "source": "book-up-2.json", "name": "BookUp2", "title": "Book Up 2", "tags": ["code", "version control", "git", "repository", "push", "force"], "categories": ["develo...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
1463275f48b229954f081fb8bbc5b92d93049fa1b5458703c99d09645611860b
18
896
"Box Select", "tags": ["selection", "square", "rectangular", "marquee", "tool", "dashed"], "categories": ["text", "design"] }, { "source": "box.json", "name": "Box", "title": "Box", "tags": ["cube", "package"], "categories": ["shapes", "gaming", "development"] }, { "source": "box...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
6252c854836a02a8b9ec9f590aadb2ecde24ac75d8e0e3fca7b068a1cecc8be5
19
896
"tags": ["debug", "code", "insect", "kill", "exterminate", "pest control"], "categories": ["development", "animals"] }, { "source": "bug-play.json", "name": "BugPlay", "title": "Bug Play", "tags": ["debug", "code", "insect"], "categories": ["development", "animals"] }, { "source": "b...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
cb0d0f66d68d8498c7d0068767f8dfedafac6d119ef1288037a3fd3b74e9cd5c
20
896
dessert", "fondant", "icing sugar", "sweet", "baking" ], "categories": ["food-beverage", "social", "account"] }, { "source": "calculator.json", "name": "Calculator", "title": "Calculator", "tags": ["count", "calculating machine"], "categories": ["maths", "devices"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
69edc4d144ffaf9c4b9b051b6eab177acd8ed0bd00e33fc5842a226fcb12ff97
21
896
CalendarX2", "title": "Calendar X 2", "tags": ["date", "time", "event", "remove"], "categories": ["time"] }, { "source": "calendar-x.json", "name": "CalendarX", "title": "Calendar X", "tags": ["date", "time", "event", "remove", "busy"], "categories": ["time"] }, { "source": "...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
99feb9c9488f72dbc9d49e83798df932c3c4c4298c430e95868d48360440b095
22
896
, "name": "Carrot", "title": "Carrot", "tags": ["vegetable", "food", "eat"], "categories": ["food-beverage"] }, { "source": "case-lower.json", "name": "CaseLower", "title": "Case Lower", "tags": ["text", "letters", "characters", "font", "typography"], "categories": ["text"] }, ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
61786edb8f8b09a9af54c8798189c13abb0c5a3d2546eb91acdd1dfd89a8e5eb
23
896
": "Check", "tags": ["done", "todo", "tick", "complete", "task"], "categories": ["notifications"] }, { "source": "chef-hat.json", "name": "ChefHat", "title": "Chef Hat", "tags": ["cooking", "food", "kitchen", "restaurant"], "categories": ["food-beverage"] }, { "source": "cherry.j...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
3a5da1aa0b4e27edced61478b4ba7522ee8ab9dd54e628469197b017ed9656a4
24
896
json", "name": "ChevronRightSquare", "title": "Chevron Right Square", "tags": [ "forward", "next", "more than", "greater", "menu", "panel", "code", "coding", "command line", "terminal", "prompt", "shell", "console", ">" ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
1120b0182fab78a9c4771f96adbe502a61c239f9137834ed14a634f397229333
25
896
right.json", "name": "ChevronsRight", "title": "Chevrons Right", "tags": ["turn", "corner"], "categories": ["arrows", "navigation", "gaming"] }, { "source": "chevrons-up-down.json", "name": "ChevronsUpDown", "title": "Chevrons Up Down", "tags": ["expand", "unfold", "vertical"], "...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
462c8f14b2b4743d2eabcfee0082db0a86a9480e74e46b64936fa72d084050eb
26
896
{ "source": "circle-equal.json", "name": "CircleEqual", "title": "Circle Equal", "tags": ["calculate", "shape", "="], "categories": ["maths", "shapes"] }, { "source": "circle-off.json", "name": "CircleOff", "title": "Circle Off", "tags": [ "diameter", "zero", "Ø...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
2dad8df53f36a0b464cea8a3a1cfa1380c58ddd12f416e9ff242a19fafeb9098
27
896
"source": "clipboard-edit.json", "name": "ClipboardEdit", "title": "Clipboard Edit", "tags": ["edit", "paste", "signature"], "categories": ["text"] }, { "source": "clipboard-list.json", "name": "ClipboardList", "title": "Clipboard List", "tags": ["copy", "paste", "tasks"], "categ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
b09c7366b9ab623f2c62d1d5f8ceee66dd3af2942280fec8748c08f901c322cb
28
896
source": "clock-5.json", "name": "Clock5", "title": "Clock 5", "tags": ["time", "watch", "alarm"], "categories": ["time"] }, { "source": "clock-6.json", "name": "Clock6", "title": "Clock 6", "tags": ["time", "watch", "alarm"], "categories": ["time"] }, { "source": "clock-...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
706ca8932190016016c26048dfdd3da566834ff0febe654657ccec294efad6a1
29
896
title": "Cloud Rain Wind", "tags": ["weather", "rainfall"], "categories": ["weather"] }, { "source": "cloud-rain.json", "name": "CloudRain", "title": "Cloud Rain", "tags": ["weather", "rainfall"], "categories": ["weather"] }, { "source": "cloud-snow.json", "name": "CloudSnow"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
e4a70ab9c85a28e1a3990a6fc36679c37418e2acd7079d156a12424997b0184f
30
896
", "edit", "gear", "preferences"], "categories": ["account"] }, { "source": "coins.json", "name": "Coins", "title": "Coins", "tags": ["money", "cash", "finance", "gamble"], "categories": ["money", "gaming"] }, { "source": "columns.json", "name": "Columns", "title": "Columns",...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
652c9749bad53b763c6a1ef88ab8e09d80a4cb22597a68943fcd4e22a5c493c6
31
896
development", "transportation", "mail"] }, { "source": "contrast.json", "name": "Contrast", "title": "Contrast", "tags": ["display", "accessibility"], "categories": ["photography", "accessibility", "design"] }, { "source": "cookie.json", "name": "Cookie", "title": "Cookie", "...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
1f0f5cdb8c58a69e0d8ef68b356b7bda776c1e38e20d3cb00ec03915ea735493
32
896
", "text", "development"] }, { "source": "corner-left-down.json", "name": "CornerLeftDown", "title": "Corner Left Down", "tags": ["arrow"], "categories": ["arrows"] }, { "source": "corner-left-up.json", "name": "CornerLeftUp", "title": "Corner Left Up", "tags": ["arrow"], ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
77cb42650a190174774efb688693520eaab4488424a34e90dfb5fecba4621fa6
33
896
json", "name": "CupSoda", "title": "Cup Soda", "tags": ["beverage", "cup", "drink", "soda", "straw", "water"], "categories": ["food-beverage"] }, { "source": "currency.json", "name": "Currency", "title": "Currency", "tags": ["finance", "money"], "categories": ["currency", "money"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
3a8f6a5af0108579b1a37113e6d292124c9086a792644ed3e45df4d3739764d5
34
896
.json", "name": "Dice4", "title": "Dice 4", "tags": ["dice", "random", "tabletop", "4", "board", "game"], "categories": ["gaming"] }, { "source": "dice-5.json", "name": "Dice5", "title": "Dice 5", "tags": ["dice", "random", "tabletop", "5", "board", "game"], "categories": ["gamin...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
7e1c6b1caa5882aab084dc906c3649c55f9a3de4b4f3830c11e4c46d253ac623
35
896
dna-off.json", "name": "DnaOff", "title": "Dna Off", "tags": [ "gene", "gmo free", "helix", "heredity", "chromosome", "nucleic acid" ], "categories": ["medical", "food-beverage"] }, { "source": "dna.json", "name": "Dna", "title": "Dna", "tags":...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
301c814c7d28e8164993a9fa4b1af890a55c68f332b4843d74d6f5291271fb85
36
896
], "categories": ["multimedia"] }, { "source": "dribbble.json", "name": "Dribbble", "title": "Dribbble", "tags": ["design", "social"], "categories": ["brands", "social", "design"] }, { "source": "droplet.json", "name": "Droplet", "title": "Droplet", "tags": ["water", "wea...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
ff77fa7999d9c92a8d500fed477c07d88f98a567211c2be80e24199f4984364a
37
896
"eraser.json", "name": "Eraser", "title": "Eraser", "tags": ["pencil", "drawing", "undo", "delete", "clear"], "categories": ["text"] }, { "source": "euro.json", "name": "Euro", "title": "Euro", "tags": ["currency", "money", "payment"], "categories": ["currency", "money"] }, {...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
37cdb6b034974a651a150a69216fa22dcfb35e68e452e99258192bfc7d2f0a3a
38
896
"], "categories": ["files"] }, { "source": "file-audio-2.json", "name": "FileAudio2", "title": "File Audio 2", "tags": ["music", "audio", "sound", "headphones"], "categories": ["files"] }, { "source": "file-audio.json", "name": "FileAudio", "title": "File Audio", "tags": ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
74707c641c43c90f7dc39492e4456f31895a18c3744a208748de0f689ebe9e8c
39
896
"files", "development"] }, { "source": "file-code.json", "name": "FileCode", "title": "File Code", "tags": [ "script", "document", "gist", "html", "xml", "property list", "plist" ], "categories": ["files", "development"] }, { "source": "file-...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
832b27b599fcb68de982c1682a3f557e042df61392bcbb2f488d1506a580bf9a
40
896
, "security"], "categories": ["files", "security"] }, { "source": "file-line-chart.json", "name": "FileLineChart", "title": "File Line Chart", "tags": ["statistics", "diagram", "graph", "presentation"], "categories": ["files"] }, { "source": "file-lock-2.json", "name": "FileLock2...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
3c4b96987da04839e5a2ca880366a09f671e5dbe7323f5923833b96f5aa32dfb
41
896
{ "source": "file-signature.json", "name": "FileSignature", "title": "File Signature", "tags": ["edit", "signature"], "categories": ["files"] }, { "source": "file-spreadsheet.json", "name": "FileSpreadsheet", "title": "File Spreadsheet", "tags": ["spreadsheet", "sheet", "table"],...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
21bc7ff51e4da1ff48d446973b60a07280b5be79f6be7a50f7fe2a58d96726b3
42
896
": "file-warning.json", "name": "FileWarning", "title": "File Warning", "tags": [ "hidden", "warning", "alert", "danger", "protected", "exclamation mark" ], "categories": ["files", "notifications"] }, { "source": "file-x-2.json", "name": "FileX2", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
584a59d423cca03f32257d001510b5a1105da15feb8301a79448fbc8854e4f3a
43
896
}, { "source": "flag-off.json", "name": "FlagOff", "title": "Flag Off", "tags": ["unflag"], "categories": ["account", "social"] }, { "source": "flag-triangle-left.json", "name": "FlagTriangleLeft", "title": "Flag Triangle Left", "tags": ["report", "timeline"], "categories":...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
18f6dab54b01dc935720ab3ff15b6abeee819a9bc9320b3ae3a8ca9e3c376877
44
896
: "flip-vertical.json", "name": "FlipVertical", "title": "Flip Vertical", "tags": ["reflect", "mirror", "alignment", "dashed"], "categories": ["design", "photography"] }, { "source": "flower-2.json", "name": "Flower2", "title": "Flower 2", "tags": ["sustainability", "nature", "plant"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
767b9b60b96aac4b5b60e23d3dd7d43f41a54f71a1af6776b123b4fb8529e11f
45
896
["directory", "download", "import", "export"], "categories": ["files", "arrows"] }, { "source": "folder-edit.json", "name": "FolderEdit", "title": "Folder Edit", "tags": ["directory", "edit", "rename"], "categories": ["files"] }, { "source": "folder-git-2.json", "name": "FolderGi...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
d7c7415a7811c047f676f65ea164e82e7f790dfcc1c2431c0f83bb2375db126c
46
896
": "FolderOutput", "title": "Folder Output", "tags": ["directory", "import", "export"], "categories": ["files", "arrows"] }, { "source": "folder-plus.json", "name": "FolderPlus", "title": "Folder Plus", "tags": ["directory", "add", "create", "new"], "categories": ["files"] }, { ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
0cbf2257b15cde9ed750eee2d1197bfcdf1601ee150814661424287e9044ad54
47
896
: "Forklift", "title": "Forklift", "tags": ["vehicle", "transport", "logistics"], "categories": ["transportation"] }, { "source": "form-input.json", "name": "FormInput", "title": "Form Input", "tags": ["2fa", "authenticate", "login", "field", "text"], "categories": ["text"] }, { ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
3d80b19a0c90287f7e525738a651639c6fccf631d54222a200bb7ff6aac1837b
48
896
", "scroll", "swipe", "album", "portfolio", "history", "versions", "backup", "time machine" ], "categories": [ "layout", "design", "development", "photography", "multimedia", "files" ] }, { "source": "gallery-vertica...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
188fa7b1de3b12d8bce19b761ebaffa0dc6e8a3cf9ef11efca6faa185f2ea630
49
896
, "marriage", "rubygems" ], "categories": ["gaming", "money", "development"] }, { "source": "ghost.json", "name": "Ghost", "title": "Ghost", "tags": ["pac-man", "spooky"], "categories": ["gaming"] }, { "source": "gift.json", "name": "Gift", "title": "Gift", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
1d3be0610ca1ffaac5f19ffe1ff4b76b470b2decadd00d1fe51a2e7b104d462f
50
896
, "glass", "water"], "categories": ["food-beverage"] }, { "source": "glasses.json", "name": "Glasses", "title": "Glasses", "tags": ["glasses", "spectacles"], "categories": ["accessibility"] }, { "source": "globe-2.json", "name": "Globe2", "title": "Globe 2", "tags": ["wor...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
068153aae12ff2ddcdd76143e3beff43b1ac210a7b7d58fa99d258be8299365a
51
896
, { "source": "group.json", "name": "Group", "title": "Group", "tags": [ "cubes", "packages", "parts", "units", "collection", "cluster", "gather", "dashed" ], "categories": ["shapes", "files"] }, { "source": "hammer.json", "name": "Ha...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
f7d633b3d8526318fadaa3d3c7b2cab2fce7f8a6d43158b333171b87c4c9d40e
52
896
: "Heading 1", "tags": ["h1", "html", "markup", "markdown"], "categories": ["text", "development"] }, { "source": "heading-2.json", "name": "Heading2", "title": "Heading 2", "tags": ["h2", "html", "markup", "markdown"], "categories": ["text", "development"] }, { "source": "headin...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
e098cd416ea016786b96f8b1d740c78ee41e4ef9862b7cb8299e9ca3307ad7e3
53
896
", "tags": ["like", "love", "emotion", "suit", "playing", "cards"], "categories": [ "medical", "social", "multimedia", "emoji", "gaming", "shapes" ] }, { "source": "help-circle.json", "name": "HelpCircle", "title": "Help Circle", "tags": ["question mar...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
b0b505c13db0d3d9ad2862e9c2fffe398ca42e6067cc50ce395efffc662cb8d6
54
896
Cream", "tags": ["gelato", "food"], "categories": ["food-beverage"] }, { "source": "image-minus.json", "name": "ImageMinus", "title": "Image Minus", "tags": ["remove", "delete"], "categories": ["photography", "multimedia", "files"] }, { "source": "image-off.json", "name": "Im...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
18b689e709e11e92ae093c172defbc9568ee03d97ccde75b58e15e87814874bb
55
896
"arrow", "left"], "categories": ["arrows", "design"] }, { "source": "japanese-yen.json", "name": "JapaneseYen", "title": "Japanese Yen", "tags": ["currency", "money", "payment"], "categories": ["currency", "money"] }, { "source": "joystick.json", "name": "Joystick", "title": ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
e694c690f2924018fa9ad48814be3dca0faf052eb14afa0f105a434130f44c6c
56
896
"lighting", "household", "home", "furniture"], "categories": ["furniture"] }, { "source": "lamp-desk.json", "name": "LampDesk", "title": "Lamp Desk", "tags": ["lighting", "household", "office", "desk", "home", "furniture"], "categories": ["furniture"] }, { "source": "lamp-floor.json"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
86b434af60abc3867e6430d5c84beb29d6d1de98078f205710f93c6792c009d7
57
896
", "layout"] }, { "source": "layout-dashboard.json", "name": "LayoutDashboard", "title": "Layout Dashboard", "tags": ["masonry", "brick"], "categories": ["design", "layout"] }, { "source": "layout-grid.json", "name": "LayoutGrid", "title": "Layout Grid", "tags": ["app", "home...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
f300b61ac0f5267a7432105a06b43606d1f322f2182c29690c53b139c262f5de
58
896
", "alternatives"], "categories": ["text"] }, { "source": "lightbulb-off.json", "name": "LightbulbOff", "title": "Lightbulb Off", "tags": ["lights"], "categories": ["photography"] }, { "source": "lightbulb.json", "name": "Lightbulb", "title": "Lightbulb", "tags": ["idea",...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
42cd72ec819076d88e871db69c7850dcf4ac8c1910ceb64113650cec585666b2
59
896
, "name": "ListPlus", "title": "List Plus", "tags": ["playlist", "add", "song", "track", "new"], "categories": ["multimedia", "text"] }, { "source": "list-restart.json", "name": "ListRestart", "title": "List Restart", "tags": ["reset", "refresh", "reload", "playlist", "replay"], ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
7f0d09971aa632cb29b0672eaae851b5c0520db4ca84c29786afafeb0d751f6e
60
896
source": "lock.json", "name": "Lock", "title": "Lock", "tags": ["security", "password", "secure", "admin"], "categories": ["security"] }, { "source": "log-in.json", "name": "LogIn", "title": "Log In", "tags": ["sign in", "arrow", "enter", "auth"], "categories": ["arrows", "accoun...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
896706edb2d2e463cfc3ec63401a2cc9769cd4164bfd4cbae1ac412413482c1c
61
896
}, { "source": "mail-search.json", "name": "MailSearch", "title": "Mail Search", "tags": ["email", "message", "letter", "search"], "categories": ["mail"] }, { "source": "mail-warning.json", "name": "MailWarning", "title": "Mail Warning", "tags": [ "email", "message"...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
78cab678464b80743b5dca064cbd882c78c83e38f4af014a8fdf59fa67170bff
62
896
"title": "Medal", "tags": ["prize", "sports", "winner", "trophy", "award", "achievement"], "categories": ["sports", "gaming"] }, { "source": "megaphone-off.json", "name": "MegaphoneOff", "title": "Megaphone Off", "tags": [ "advertisement", "attention", "alert", "notif...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
585f25ef0aa1b457b44d5bf65a15a41fd20d510f349f00d96bfb8d1838f677c6
63
896
"tags": ["comment", "chat", "conversation", "copy", "multiple"], "categories": ["account"] }, { "source": "mic-2.json", "name": "Mic2", "title": "Mic 2", "tags": [ "lyrics", "voice", "listen", "sound", "music", "radio", "podcast", "karaoke", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
6a1b5dd7633be8750c47806ee65205cc2bbc8a020c196cbe72eca43b2bf3f1e5
64
896
line", "operator", "code", "coding", "minimum", "downgrade", "-" ], "categories": ["maths", "shapes"] }, { "source": "minus-square.json", "name": "MinusSquare", "title": "Minus Square", "tags": [ "subtract", "remove", "decrease", "r...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
8f716292d448132b5ffedf712c10aa091a981fb06073902004d014f761b27fa0
65
896
, "boot", "virtual machine", "vm" ], "categories": ["connectivity", "devices", "multimedia", "development"] }, { "source": "monitor-smartphone.json", "name": "MonitorSmartphone", "title": "Monitor Smartphone", "tags": [ "smartphone", "phone", "cellphone", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
8b99d02e296dfefd6b672f7a54148d54096c781c8ef91f08e7775c8c2c56e221
66
896
: "Mountain Snow", "tags": ["alpine", "climb", "snow"], "categories": ["nature"] }, { "source": "mountain.json", "name": "Mountain", "title": "Mountain", "tags": ["climb", "hike", "rock"], "categories": ["nature", "gaming"] }, { "source": "mouse-pointer-2.json", "name": "Mous...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
ecd10adfe9f404ae76b403093bfc4a983f1c1c0113a4f2c216e8c403968099b6
67
896
"MoveDownRight", "title": "Move Down Right", "tags": ["arrow", "direction"], "categories": ["arrows"] }, { "source": "move-down.json", "name": "MoveDown", "title": "Move Down", "tags": ["arrow", "direction", "downwards", "south"], "categories": ["arrows"] }, { "source": "move...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
f0743dbded101e934b71f1c1107479a6300625ffbbe74d6131ed3d938e3ebeab
68
896
", "files"] }, { "source": "navigation-2-off.json", "name": "Navigation2Off", "title": "Navigation 2 Off", "tags": ["location", "travel"], "categories": ["navigation", "maps"] }, { "source": "navigation-2.json", "name": "Navigation2", "title": "Navigation 2", "tags": ["locati...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
30c343602f2d5d7fea400a5c24645439dfde846389ea9d5e6509c73e527ca96e
69
896
"tags": ["box", "container", "archive", "zip"], "categories": ["files", "development"] }, { "source": "package-check.json", "name": "PackageCheck", "title": "Package Check", "tags": ["confirm", "verified", "done", "todo", "tick", "complete", "task"], "categories": ["development"] }, { ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
cc5224722cd16516d93c33d589e3e5b891bd054670427588d9539e0f7082a699
70
896
: ["layout", "arrows"] }, { "source": "panel-bottom-inactive.json", "name": "PanelBottomInactive", "title": "Panel Bottom Inactive", "tags": ["drawer", "dock", "show", "reveal", "dashed"], "categories": ["layout"] }, { "source": "panel-bottom-open.json", "name": "PanelBottomOpen", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
f21ed07c535deab5efa4ae1f4d6456f12923a51c07d685793a88c9d0c48b8fcc
71
896
name": "PanelTopInactive", "title": "Panel Top Inactive", "tags": ["menu bar", "drawer", "show", "reveal", "dashed"], "categories": ["layout"] }, { "source": "panel-top-open.json", "name": "PanelTopOpen", "title": "Panel Top Open", "tags": ["menu bar", "drawer", "show", "reveal"], "c...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
8b88d3e1da0d64410082cf357a48b7cac841a3403e79a180acebcad169aa9613
72
896
"music", "audio", "stop"], "categories": ["multimedia", "shapes"] }, { "source": "pause-octagon.json", "name": "PauseOctagon", "title": "Pause Octagon", "tags": ["music", "audio", "stop"], "categories": ["multimedia", "shapes"] }, { "source": "pause.json", "name": "Pause", "t...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
c2fa0254208841ff6a87ab2435689f89c4ed47ed626b1dc08ad88c7f54767f8f
73
896
"artist", "measurements", "centimeters", "cm", "millimeters", "mm", "metre", "foot", "feet", "inches", "units", "size", "length", "width", "height", "dimensions", "depth", "breadth", "extent" ], "categori...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
41c224bc0b3effad0d0a46682a2b6d8363c74add60f92339d0078f04c5fbb1a8
74
896
devices", "communication"] }, { "source": "phone-missed.json", "name": "PhoneMissed", "title": "Phone Missed", "tags": ["call"], "categories": ["connectivity", "devices", "communication"] }, { "source": "phone-off.json", "name": "PhoneOff", "title": "Phone Off", "tags": ["cal...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
15f1e23b4de351565564c8def752451b6212ab3763de0454849bd24a0d0adb1f
75
896
paragraph", "mark", "paraph", "blind", "typography", "type", "text", "prose", "symbol" ], "categories": ["text"] }, { "source": "pill.json", "name": "Pill", "title": "Pill", "tags": [ "medicine", "medication", "drug", "p...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
d31076167092f2f0b9ac2f5da03d07ee3198aeaf5569c868e1b439d197a2691a
76
896
": ["devices", "development"] }, { "source": "plug-zap-2.json", "name": "PlugZap2", "title": "Plug Zap 2", "tags": [ "electricity", "electronics", "charge", "charging", "battery", "connect" ], "categories": ["devices"] }, { "source": "plug-zap.json...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
b89bd42442c6de89182839ed80b343442a2eb048a03f03f85a2105d82bd816a8
77
896
] }, { "source": "pointer.json", "name": "Pointer", "title": "Pointer", "tags": ["mouse"], "categories": ["cursors"] }, { "source": "popcorn.json", "name": "Popcorn", "title": "Popcorn", "tags": [ "cinema", "movies", "films", "salted", "sweet", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
a1db12462aae4efdddbed9df1ec1e733d0430eec7d50fce4187043129e222827
78
896
"] }, { "source": "rabbit.json", "name": "Rabbit", "title": "Rabbit", "tags": [ "animal", "rodent", "pet", "pest", "bunny", "hare", "fast", "speed", "hop" ], "categories": ["animals"] }, { "source": "radar.json", "name": "Rada...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
93ff941fa2228a57bed95963df15abcbfd1e198b500e6ab5907a9685e549d123
79
896
", "counterfoil"], "categories": ["money", "travel"] }, { "source": "rectangle-horizontal.json", "name": "RectangleHorizontal", "title": "Rectangle Horizontal", "tags": ["rectangle", "aspect ratio", "16:9", "horizontal", "shape"], "categories": ["shapes", "design"] }, { "source": "re...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
60513bd045a27b8e4be1c3b6580203f6a970d65a434ab400650cf653d444dbcd
80
896
cooler", "icebox", "chiller", "cold storage" ], "categories": ["food-beverage", "home"] }, { "source": "regex.json", "name": "Regex", "title": "Regex", "tags": ["search", "text", "code"], "categories": ["text", "development"] }, { "source": "remove-formatting.js...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
ed038057bd05dddc9c33e0bdcaabd6d2e0949a328ce273fbadeb03be947f156e
81
896
, { "source": "rotate-3d.json", "name": "Rotate3d", "title": "Rotate 3d", "tags": ["gizmo", "transform", "orientation", "orbit"], "categories": ["design"] }, { "source": "rotate-ccw.json", "name": "RotateCcw", "title": "Rotate Ccw", "tags": [ "arrow", "left", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
e04e2c339070918bd727a812cbfe87a928df2ad7f9e11fcf6a855ee38e51ce6d
82
896
dish", "restaurant", "lunch", "meal"], "categories": ["food-beverage"] }, { "source": "satellite-dish.json", "name": "SatelliteDish", "title": "Satellite Dish", "tags": ["antenna", "receiver", "dish aerial", "saucer"], "categories": ["connectivity", "devices", "multimedia"] }, { "sou...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
b62630347eb514417d27673467133c4ab4e298eb2cec4ae9b75d6bfb99aab984
83
896
buildings", "maps"] }, { "source": "scissors-line-dashed.json", "name": "ScissorsLineDashed", "title": "Scissors Line Dashed", "tags": [ "cut here", "along", "snip", "chop", "stationery", "crafts", "instructions", "diagram" ], "categories": ["d...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
486da1208fb68334d59cf724139fea40e79429d2c7e31cba75720ed9e5ae1700
84
896
"chevrons", "<>" ], "categories": ["text", "account", "social", "development"] }, { "source": "search-slash.json", "name": "SearchSlash", "title": "Search Slash", "tags": [ "find", "scan", "magnifier", "magnifying glass", "stop", "clear", "canc...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
2dc4a60548e96cd37e1b42e1ec180b357e049c9b4e002a1f318ca3a9ae0e27c3
85
896
", "storage"], "categories": ["development", "devices"] }, { "source": "server.json", "name": "Server", "title": "Server", "tags": ["cloud", "storage"], "categories": ["development", "devices"] }, { "source": "settings-2.json", "name": "Settings2", "title": "Settings 2", ...
synth-ui
public/assets/content/external/icons/lucide/dump.json
JSON
4b55fba8cd70f8589ffb3c56bf1b3a9f60a1ef35bc549fb381b6e3093e2fffcc
86
896