{"id":20400320,"url":"https://github.com/fschutt/material-icons","last_synced_at":"2025-07-22T14:33:45.747Z","repository":{"id":33183344,"uuid":"154262776","full_name":"fschutt/material-icons","owner":"fschutt","description":"Rust bindings (codepoint mappings) for the Google Material Icons font (https://material.io/tools/icons/)","archived":false,"fork":false,"pushed_at":"2024-01-10T18:42:16.000Z","size":337,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-17T09:14:53.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fschutt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-23T04:34:31.000Z","updated_at":"2023-12-28T11:06:23.000Z","dependencies_parsed_at":"2025-04-12T13:51:09.762Z","dependency_job_id":"a9e1d3d7-7ae1-4b0a-afb7-e61648ce3715","html_url":"https://github.com/fschutt/material-icons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fschutt/material-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fmaterial-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fmaterial-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fmaterial-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fmaterial-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fschutt","download_url":"https://codeload.github.com/fschutt/material-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fmaterial-icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266510662,"owners_count":23940692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T04:39:31.851Z","updated_at":"2025-07-22T14:33:45.720Z","avatar_url":"https://github.com/fschutt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# material-icons\n\nThis crate contains the auto-generated mapping from an icon name\n(such as `Icon::NetworkWifi`) to the character codepoint `\\u{e1ba}`)\nin Googles Material Icon Font ([https://material.io/tools/icons/](https://material.io/tools/icons/)) -\nuseful if you want to use the material-icons font in user interfaces created\nin Rust\n\n## Example\n\n```rust\nuse material_icons::{Icon, icon_to_char};\nlet icon_char = icon_to_char(Icon::Rotation3d);\nassert_eq!('\\u{e84d}', icon_char);\n```\n\nWhen the resulting character is displayed using any font renderer,\nthe character will result in the \"3d_rotation\" glyph.\n\n## License (please read - regarding embedded font)\n\nAccording to [https://github.com/google/material-design-icons/blob/master/LICENSE](https://github.com/google/material-design-icons/blob/master/LICENSE)\n(retrieved 23-10-2018) the font data embedded in this library is licensed under\nthe Apache 2.0 license, which explains the license for this crate.\n\nYou do not need to attribute Google (although they appreciate it):\n\n\u003e \"We have made these icons available for you to incorporate into your products\n\u003e under the Apache License Version 2.0. Feel free to remix and re-share these\n\u003e icons and documentation in your products. We'd love attribution in your app's\n\u003e about screen, but it's not required. The only thing we ask is that you not\n\u003e re-sell these icons.\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fmaterial-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffschutt%2Fmaterial-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fmaterial-icons/lists"}