-
-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(icons): External Lucide icons like from lab on lucide.dev (#2194)
* Add section title * Add external libs list in sidebar * Make external lib work * Adds external lib to detail view * fix lint issues * Update to https
- Loading branch information
1 parent
f980863
commit e11fa13
Showing
31 changed files
with
835 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
[ | ||
{ | ||
"name": "accessibility", | ||
"title": "Accessibility" | ||
}, | ||
{ | ||
"name": "account", | ||
"title": "Accounts & access" | ||
}, | ||
{ | ||
"name": "animals", | ||
"title": "Animals" | ||
}, | ||
{ | ||
"name": "arrows", | ||
"title": "Arrows" | ||
}, | ||
{ | ||
"name": "brands", | ||
"title": "Brands" | ||
}, | ||
{ | ||
"name": "buildings", | ||
"title": "Buildings" | ||
}, | ||
{ | ||
"name": "charts", | ||
"title": "Charts" | ||
}, | ||
{ | ||
"name": "communication", | ||
"title": "Communication" | ||
}, | ||
{ | ||
"name": "connectivity", | ||
"title": "Connectivity" | ||
}, | ||
{ | ||
"name": "currency", | ||
"title": "Currency" | ||
}, | ||
{ | ||
"name": "cursors", | ||
"title": "Cursors" | ||
}, | ||
{ | ||
"name": "design", | ||
"title": "Design" | ||
}, | ||
{ | ||
"name": "development", | ||
"title": "Coding & development" | ||
}, | ||
{ | ||
"name": "devices", | ||
"title": "Devices" | ||
}, | ||
{ | ||
"name": "emoji", | ||
"title": "Emoji" | ||
}, | ||
{ | ||
"name": "files", | ||
"title": "File icons" | ||
}, | ||
{ | ||
"name": "food-beverage", | ||
"title": "Food & beverage" | ||
}, | ||
{ | ||
"name": "furniture", | ||
"title": "Furniture" | ||
}, | ||
{ | ||
"name": "gaming", | ||
"title": "Gaming" | ||
}, | ||
{ | ||
"name": "home", | ||
"title": "Home" | ||
}, | ||
{ | ||
"name": "layout", | ||
"title": "Layout" | ||
}, | ||
{ | ||
"name": "mail", | ||
"title": "Mail" | ||
}, | ||
{ | ||
"name": "maps", | ||
"title": "Maps" | ||
}, | ||
{ | ||
"name": "maths", | ||
"title": "Maths" | ||
}, | ||
{ | ||
"name": "medical", | ||
"title": "Medical" | ||
}, | ||
{ | ||
"name": "money", | ||
"title": "Money" | ||
}, | ||
{ | ||
"name": "multimedia", | ||
"title": "Multimedia" | ||
}, | ||
{ | ||
"name": "nature", | ||
"title": "Nature" | ||
}, | ||
{ | ||
"name": "navigation", | ||
"title": "Navigation" | ||
}, | ||
{ | ||
"name": "notifications", | ||
"title": "Notifications" | ||
}, | ||
{ | ||
"name": "people", | ||
"title": "People" | ||
}, | ||
{ | ||
"name": "photography", | ||
"title": "Photography" | ||
}, | ||
{ | ||
"name": "science", | ||
"title": "Science" | ||
}, | ||
{ | ||
"name": "seasons", | ||
"title": "Seasons" | ||
}, | ||
{ | ||
"name": "security", | ||
"title": "Security" | ||
}, | ||
{ | ||
"name": "shapes", | ||
"title": "Shapes" | ||
}, | ||
{ | ||
"name": "shopping", | ||
"title": "Shopping" | ||
}, | ||
{ | ||
"name": "social", | ||
"title": "Social" | ||
}, | ||
{ | ||
"name": "sports", | ||
"title": "Sports" | ||
}, | ||
{ | ||
"name": "sustainability", | ||
"title": "Sustainability" | ||
}, | ||
{ | ||
"name": "text", | ||
"title": "Text formatting" | ||
}, | ||
{ | ||
"name": "time", | ||
"title": "Time & calendar" | ||
}, | ||
{ | ||
"name": "tools", | ||
"title": "Tools" | ||
}, | ||
{ | ||
"name": "transportation", | ||
"title": "Transportation" | ||
}, | ||
{ | ||
"name": "travel", | ||
"title": "Travel" | ||
}, | ||
{ | ||
"name": "weather", | ||
"title": "Weather" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.