Skip to content

Commit 1ef8220

Browse files
committed
Merge pull request #393 from up2dul/master
add Lucide icon
2 parents 4847f7a + 2f24b02 commit 1ef8220

File tree

1 file changed

+104
-100
lines changed

1 file changed

+104
-100
lines changed

README.md

Lines changed: 104 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -23,106 +23,109 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
2323
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2424
## Table of Contents
2525

26-
- [UI Components](#ui-components)
27-
- [Editable data grid / spreadsheet](#editable-data-grid--spreadsheet)
28-
- [Table](#table)
29-
- [Infinite Scroll](#infinite-scroll)
30-
- [Overlay](#overlay)
31-
- [Notification](#notification)
32-
- [Tooltip](#tooltip)
33-
- [Menu](#menu)
34-
- [Sticky](#sticky)
35-
- [Tabs](#tabs)
36-
- [Loader](#loader)
37-
- [Carousel](#carousel)
38-
- [Buttons](#buttons)
39-
- [Collapse](#collapse)
40-
- [Chart](#chart)
41-
- [Command palette](#command-palette)
42-
- [Tree](#tree)
43-
- [UI Navigation](#ui-navigation)
44-
- [Custom Scrollbar](#custom-scrollbar)
45-
- [Audio / Video](#audio--video)
46-
- [Map](#map)
47-
- [Time / Date / Age](#time--date--age)
48-
- [Photo / Image](#photo--image)
49-
- [Icons](#icons)
50-
- [Paginator](#paginator)
51-
- [Markdown Viewer](#markdown-viewer)
52-
- [Canvas](#canvas)
53-
- [Miscellaneous](#miscellaneous)
54-
- [Form Components](#form-components)
55-
- [Date / Time picker](#date--time-picker)
56-
- [Emoji picker](#emoji-picker)
57-
- [Input Types](#input-types)
58-
- [Autocomplete](#autocomplete)
59-
- [Select](#select)
60-
- [Color Picker](#color-picker)
61-
- [Toggle](#toggle)
62-
- [Slider](#slider)
63-
- [Radio Button](#radio-button)
64-
- [Type Select](#type-select)
65-
- [Tag Input](#tag-input)
66-
- [Autosize Input / Textarea](#autosize-input--textarea)
67-
- [Star Rating](#star-rating)
68-
- [Drag and Drop](#drag-and-drop)
69-
- [Sortable List](#sortable-list)
70-
- [Rich Text Editor](#rich-text-editor)
71-
- [Markdown Editor](#markdown-editor)
72-
- [Image Editing](#image-editing)
73-
- [Form Component Collections](#form-component-collections)
74-
- [Miscellaneous](#miscellaneous-1)
75-
- [Syntax Highlight](#syntax-highlight)
76-
- [UI Layout](#ui-layout)
77-
- [UI Animation](#ui-animation)
78-
- [Parallax](#parallax)
79-
- [UI Frameworks](#ui-frameworks)
80-
- [Responsive](#responsive)
81-
- [Material Design](#material-design)
82-
- [Mobile](#mobile)
83-
- [Component Collections](#component-collections)
84-
- [UI Utilities](#ui-utilities)
85-
- [Reporter](#reporter)
86-
- [Visibility Reporter](#visibility-reporter)
87-
- [Measurement Reporter](#measurement-reporter)
88-
- [Device Input](#device-input)
89-
- [Keyboard Events](#keyboard-events)
90-
- [Scroll Events](#scroll-events)
91-
- [Touch Swipe](#touch-swipe)
92-
- [Mouse Events](#mouse-events)
93-
- [Meta Tags](#meta-tags)
94-
- [Portal](#portal)
95-
- [Test User Behavior](#test-user-behavior)
96-
- [Code Design](#code-design)
97-
- [Data Store](#data-store)
98-
- [Form Logic](#form-logic)
99-
- [Router](#router)
100-
- [Props from server](#props-from-server)
101-
- [Communication with server](#communication-with-server)
102-
- [CSS / Style](#css--style)
103-
- [HTML Template](#html-template)
104-
- [Isomorphic Apps](#isomorphic-apps)
105-
- [Boilerplate](#boilerplate)
106-
- [Miscellaneous](#miscellaneous-2)
107-
- [Utilities](#utilities)
108-
- [i18n](#i18n)
109-
- [Framework bindings / integrations](#framework-bindings--integrations)
110-
- [Integrations with Third Party Services](#integrations-with-third-party-services)
111-
- [Performance](#performance)
112-
- [UI](#ui)
113-
- [Inspect](#inspect)
114-
- [Lazy Load](#lazy-load)
115-
- [App Size](#app-size)
116-
- [Server-Side Rendering](#server-side-rendering)
117-
- [Dev Tools](#dev-tools)
118-
- [Test](#test)
119-
- [Redux](#redux)
120-
- [Inspect](#inspect-1)
121-
- [Miscellaneous](#miscellaneous-3)
122-
- [Miscellaneous](#miscellaneous-4)
123-
- [Static Website Generator](#static-website-generator)
124-
- [Cloud Solutions](#cloud-solutions)
125-
- [Databases](#databases)
26+
- [🚀 Absolutely Awesome React Components \& Libraries](#-absolutely-awesome-react-components--libraries)
27+
- [Contributing](#contributing)
28+
- [Table of Contents](#table-of-contents)
29+
- [UI Components](#ui-components)
30+
- [Editable data grid / spreadsheet](#editable-data-grid--spreadsheet)
31+
- [Table](#table)
32+
- [Infinite Scroll](#infinite-scroll)
33+
- [Overlay](#overlay)
34+
- [Notification](#notification)
35+
- [Tooltip](#tooltip)
36+
- [Menu](#menu)
37+
- [Sticky](#sticky)
38+
- [Tabs](#tabs)
39+
- [Loader](#loader)
40+
- [Carousel](#carousel)
41+
- [Buttons](#buttons)
42+
- [Collapse](#collapse)
43+
- [Chart](#chart)
44+
- [Command palette](#command-palette)
45+
- [Tree](#tree)
46+
- [UI Navigation](#ui-navigation)
47+
- [Custom Scrollbar](#custom-scrollbar)
48+
- [Audio / Video](#audio--video)
49+
- [Map](#map)
50+
- [Time / Date / Age](#time--date--age)
51+
- [Photo / Image](#photo--image)
52+
- [Icons](#icons)
53+
- [Paginator](#paginator)
54+
- [Markdown Viewer](#markdown-viewer)
55+
- [Canvas](#canvas)
56+
- [Miscellaneous](#miscellaneous)
57+
- [Form Components](#form-components)
58+
- [Date / Time picker](#date--time-picker)
59+
- [Emoji picker](#emoji-picker)
60+
- [Input Types](#input-types)
61+
- [Autocomplete](#autocomplete)
62+
- [Select](#select)
63+
- [Color Picker](#color-picker)
64+
- [Toggle](#toggle)
65+
- [Slider](#slider)
66+
- [Radio Button](#radio-button)
67+
- [Type Select](#type-select)
68+
- [Tag Input](#tag-input)
69+
- [Autosize Input / Textarea](#autosize-input--textarea)
70+
- [Star Rating](#star-rating)
71+
- [Drag and Drop](#drag-and-drop)
72+
- [Sortable List](#sortable-list)
73+
- [Rich Text Editor](#rich-text-editor)
74+
- [Markdown Editor](#markdown-editor)
75+
- [Image Editing](#image-editing)
76+
- [Form Component Collections](#form-component-collections)
77+
- [Miscellaneous](#miscellaneous-1)
78+
- [Syntax Highlight](#syntax-highlight)
79+
- [UI Layout](#ui-layout)
80+
- [UI Animation](#ui-animation)
81+
- [Parallax](#parallax)
82+
- [UI Frameworks](#ui-frameworks)
83+
- [Responsive](#responsive)
84+
- [Material Design](#material-design)
85+
- [Mobile](#mobile)
86+
- [Component Collections](#component-collections)
87+
- [UI Utilities](#ui-utilities)
88+
- [Reporter](#reporter)
89+
- [Visibility Reporter](#visibility-reporter)
90+
- [Measurement Reporter](#measurement-reporter)
91+
- [Device Input](#device-input)
92+
- [Keyboard Events](#keyboard-events)
93+
- [Scroll Events](#scroll-events)
94+
- [Touch Swipe](#touch-swipe)
95+
- [Mouse Events](#mouse-events)
96+
- [Meta Tags](#meta-tags)
97+
- [Portal](#portal)
98+
- [Test User Behavior](#test-user-behavior)
99+
- [Code Design](#code-design)
100+
- [Data Store](#data-store)
101+
- [Form Logic](#form-logic)
102+
- [Router](#router)
103+
- [Props from server](#props-from-server)
104+
- [Communication with server](#communication-with-server)
105+
- [CSS / Style](#css--style)
106+
- [HTML Template](#html-template)
107+
- [Isomorphic Apps](#isomorphic-apps)
108+
- [Boilerplate](#boilerplate)
109+
- [Miscellaneous](#miscellaneous-2)
110+
- [Utilities](#utilities)
111+
- [i18n](#i18n)
112+
- [Framework bindings / integrations](#framework-bindings--integrations)
113+
- [Integrations with Third Party Services](#integrations-with-third-party-services)
114+
- [Performance](#performance)
115+
- [UI](#ui)
116+
- [Inspect](#inspect)
117+
- [Lazy Load](#lazy-load)
118+
- [App Size](#app-size)
119+
- [Server-Side Rendering](#server-side-rendering)
120+
- [Dev Tools](#dev-tools)
121+
- [Test](#test)
122+
- [Redux](#redux)
123+
- [Inspect](#inspect-1)
124+
- [Miscellaneous](#miscellaneous-3)
125+
- [Miscellaneous](#miscellaneous-4)
126+
- [Static Website Generator](#static-website-generator)
127+
- [Cloud Solutions](#cloud-solutions)
128+
- [Databases](#databases)
126129

127130
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
128131

@@ -349,6 +352,7 @@ _Display icons / icon set / emojis_
349352
- [react-open-doodles](https://github.com/lunahq/react-open-doodles) - Awesome free illustrations as react components.
350353
- [react-icomoon](https://github.com/aykutkardas/react-icomoon) - With react-icomoon you can easily use the icons you have selected or created in icomoon.
351354
- [tabler-icons-react](https://tabler-icons-react.vercel.app) - A set of over 450 free MIT-licensed high-quality SVG icons.
355+
- [Lucide](https://github.com/lucide-icons/lucide) - Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
352356

353357
### Paginator
354358

0 commit comments

Comments
 (0)