Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lucide-icons/lucide into fe…
Browse files Browse the repository at this point in the history
…at/astro
  • Loading branch information
MoustaphaDev committed Dec 24, 2024
2 parents 497bf34 + ea0ac2f commit 6997973
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 47 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Join the community on our [Discord](https://discord.gg/EH6nSts) server!

## License

Lucide is totally free for commercial use and personally use, this software is licensed under the [ISC License](https://github.com/lucide-icons/lucide/blob/main/LICENSE).
Lucide is totally free for commercial use and personal use, this software is licensed under the [ISC License](https://github.com/lucide-icons/lucide/blob/main/LICENSE).

## Credits

Expand Down
3 changes: 2 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Lucide is an open-source icon library that provides 1000+ vector (svg) files for
## Available Icons

Lucide contains icons with different variants and states, allowing users to choose the most suitable icon for their needs. And if a desired icon isn't available yet, users can open a design request, and the Lucide community contributors will help provide new icons. With more icons to choose from, users have more options to work with in their projects.
Complete Set of Icons

### Complete Set of Icons

As new applications with specific features arise, Lucide aims to provide a complete set of icons for every project. The community follows a set of design rules when designing new icons. These rules maintain standards for the icons, such as recognizability, consistency in style, and readability at all sizes. While creativity is valued in new icons, recognizable design conventions are important to ensure that the icons are easily identifiable by users.

Expand Down
7 changes: 6 additions & 1 deletion icons/rotate-ccw.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"rerun",
"refresh",
"backup",
"undo"
"undo",
"replay",
"redo",
"retry",
"rewind",
"reverse"
],
"categories": [
"arrows",
Expand Down
1 change: 1 addition & 0 deletions icons/snowflake.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"lscheibel",
"ericfennis"
],
Expand Down
18 changes: 12 additions & 6 deletions icons/snowflake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions icons/sun-snow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/thermometer-snowflake.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis",
"karsa-mistmere"
"karsa-mistmere",
"ericfennis"
],
"tags": [
"temperature",
Expand Down
14 changes: 8 additions & 6 deletions icons/thermometer-snowflake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion icons/trophy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"sports",
"winner",
"achievement",
"award"
"award",
"champion",
"celebration",
"victory"
],
"categories": [
"sports",
Expand Down
2 changes: 1 addition & 1 deletion packages/lucide-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"vitest": "^1.1.1"
},
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6997973

Please sign in to comment.