Skip to content

Commit

Permalink
Update icons to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyziri committed Dec 3, 2024
1 parent 2a7b387 commit 3f7c320
Show file tree
Hide file tree
Showing 26 changed files with 37,478 additions and 45,239 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dioxus-free-icons = { version = "0.8", features = ["font-awesome-brands"] }

### Support features

The following features are available. Please see [react-icons site](https://react-icons.github.io/react-icons) to check the icon name and icon design.
The following features are available. Please see [react-icons site](https://react-icons.github.io/react-icons) to check the icon name and icon design.

- [bootstrap](https://docs.rs/dioxus-free-icons/latest/dioxus_free_icons/icons/bs_icons/index.html)
- [font-awesome-brands](https://docs.rs/dioxus-free-icons/latest/dioxus_free_icons/icons/fa_brands_icons/index.html)
Expand Down Expand Up @@ -77,19 +77,19 @@ This project is licensed under the MIT license.

Icon Library|License|Version
---|---|---
[Bootstrap Icons](https://icons.getbootstrap.com/)|[MIT License](https://github.com/twbs/icons/blob/main/LICENSE.md)| [1.8.3](https://github.com/twbs/icons/tree/v1.8.3)
[Feather](https://feathericons.com/)|[MIT License](https://github.com/feathericons/feather/blob/master/LICENSE)| [4.29.0](https://github.com/feathericons/feather/tree/v4.29.0)
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)| [6.1.1](https://github.com/FortAwesome/Font-Awesome/tree/6.1.1)
[Heroicons](https://heroicons.com/)|[MIT License](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE)| [1.0.6](https://github.com/tailwindlabs/heroicons/tree/v1.0.6)
[Ionicons](https://ionic.io/ionicons)|[MIT License](https://github.com/ionic-team/ionicons/blob/main/LICENSE)| [6.0.2](https://github.com/ionic-team/ionicons/tree/v6.0.2)
[Bootstrap Icons](https://icons.getbootstrap.com/)|[MIT License](https://github.com/twbs/icons/blob/main/LICENSE)| [1.11.3](https://github.com/twbs/icons/tree/v1.11.3)
[Feather](https://feathericons.com/)|[MIT License](https://github.com/feathericons/feather/blob/master/LICENSE)| [4.29.2](https://github.com/feathericons/feather/tree/v4.29.2)
[Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)| [6.7.1](https://github.com/FortAwesome/Font-Awesome/tree/6.7.1)
[Heroicons](https://heroicons.com/)|[MIT License](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE)| [2.2.0](https://github.com/tailwindlabs/heroicons/tree/v2.2.0)
[Ionicons](https://ionic.io/ionicons)|[MIT License](https://github.com/ionic-team/ionicons/blob/main/LICENSE)| [7.4.0](https://github.com/ionic-team/ionicons/tree/v7.4.0)
[Lucide](https://lucide.dev)|[ISC License](https://github.com/lucide-icons/lucide/blob/main/LICENSE)| [0.265.0](https://github.com/lucide-icons/lucide/tree/v0.265.0)
[Material Design icons](https://developers.google.com/fonts/docs/material_icons)|[Apache License 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE)| [4.0.0](https://github.com/google/material-design-icons/tree/4.0.0)
[Octicons](https://primer.style/octicons/)|[MIT License](https://github.com/primer/octicons/blob/main/LICENSE)| [17.3.0](https://github.com/primer/octicons/tree/v17.3.0)
[Octicons](https://primer.style/octicons/)|[MIT License](https://github.com/primer/octicons/blob/main/LICENSE)| [19.12.0](https://github.com/primer/octicons/tree/v19.12.0)

## Contribution

The project welcomes all contributions from anyone willing to work in good faith with other contributors and the community.
In particular, contributions regarding support for other free icons such as Material Design icons or Ionicons are welcome.
The project welcomes all contributions from anyone willing to work in good faith with other contributors and the community.
In particular, contributions regarding support for other free icons such as Material Design icons or Ionicons are welcome.
This library aims to be a react-icons-like library for dioxus projects.

### Development
Expand Down
2 changes: 1 addition & 1 deletion icon_resources/bootstrap
Submodule bootstrap updated 2622 files
2 changes: 1 addition & 1 deletion icon_resources/feather
Submodule feather updated 320 files
2 changes: 1 addition & 1 deletion icon_resources/font-awesome
Submodule font-awesome updated 6430 files
2 changes: 1 addition & 1 deletion icon_resources/heroicons
Submodule heroicons updated 3540 files
2 changes: 1 addition & 1 deletion icon_resources/ionicons
Submodule ionicons updated 2001 files
2 changes: 1 addition & 1 deletion icon_resources/octicons
Submodule octicons updated 760 files
2 changes: 1 addition & 1 deletion packages/codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn main() {
let fi_output_path = format!("{}/fi_icons.rs", OUTPUT_BASE_PATH);
create_icon_file::create_icon_file(FI_SVG_BASE_PATH, &fi_output_path, "Fi");

// create feather icons
// create lucide icons
const LD_SVG_BASE_PATH: &str = "../../icon_resources/lucide/icons";
let ld_output_path = format!("{}/ld_icons.rs", OUTPUT_BASE_PATH);
create_icon_file::create_icon_file(LD_SVG_BASE_PATH, &ld_output_path, "Ld");
Expand Down
Loading

0 comments on commit 3f7c320

Please sign in to comment.