{"id":18950303,"url":"https://github.com/rakugoteam/godot-material-icons","last_synced_at":"2025-04-16T00:31:38.949Z","repository":{"id":40573316,"uuid":"403081196","full_name":"rakugoteam/Godot-Material-Icons","owner":"rakugoteam","description":"Templarian's Material Design Icons for Godot","archived":false,"fork":false,"pushed_at":"2024-03-20T18:00:47.000Z","size":2091,"stargazers_count":37,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"godot-4","last_synced_at":"2024-03-21T19:07:40.124Z","etag":null,"topics":["addon","godot-addon","godot-engine","icon-font","icons","material-design"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakugoteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"jeremi360"}},"created_at":"2021-09-04T14:45:13.000Z","updated_at":"2024-03-16T14:40:34.000Z","dependencies_parsed_at":"2022-08-09T23:31:28.016Z","dependency_job_id":"d09ec531-6ddb-4377-870d-88bc2f496f91","html_url":"https://github.com/rakugoteam/Godot-Material-Icons","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakugoteam%2FGodot-Material-Icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakugoteam%2FGodot-Material-Icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakugoteam%2FGodot-Material-Icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakugoteam%2FGodot-Material-Icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakugoteam","download_url":"https://codeload.github.com/rakugoteam/Godot-Material-Icons/tar.gz/refs/heads/godot-4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223690230,"owners_count":17186576,"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","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":["addon","godot-addon","godot-engine","icon-font","icons","material-design"],"created_at":"2024-11-08T13:22:17.280Z","updated_at":"2025-04-16T00:31:38.931Z","avatar_url":"https://github.com/rakugoteam.png","language":"CSS","funding_links":["https://patreon.com/jeremi360"],"categories":[],"sub_categories":[],"readme":"# Deprecated\nUse [Godot Font Icons](https://github.com/rakugoteam/Godot-Icons-Fonts) instead!\n\n![github-top-lang][lang] ![lic] ![lic-font]\n\n# MaterialIcons for Godot\n\n[*Templarian's Material-Design-Icons*](https://github.com/templarian/MaterialDesign) \nis a collection of icons for the [Material Design](https://material.io/) specification.\n\n![](.assets/addon-in-action.png)\n\nNow compatible with both Godot 3.4+ (version 1.x) and 4.0+ (version 2.x).\n\nThis addon provides the following nodes to use the icons in Godot:\n- **MaterialIcon**: A node that displays an icon from the Material Design Icons collection.\n- **MaterialButton**: A node that displays an icon from the Material Design Icons collection as a button (without label).\n\nVersion 2.0 is rewritten to give you access to **MaterialIconsDB** singleton for easier use of icons anywhere in your project.\n\nIt's also adds **IconsFinder** to the Godot's **Tools** menu.\n\n![](.assets/where-in-menu.png)\n\nSo you can find the icons easily.\n\n![IconsFinder Screen Shot](.assets/icon-finder.png)\n\n## Using it with RichTextLabel\nFrom version 2.0 you can use the icons in RichTextLabel.\n\n![](.assets/label-with-icon.png)\n\n```gdscript\n@tool\nextends RichTextLabel\n\n@export_multiline\nvar text_with_icons : String:\n\tset(value):\n\t\ttext_with_icons = value\n\t\tbbcode_enabled = true\n\t\ttext = MaterialIconsDB.parse_icons(value)\n\n\tget: return text_with_icons\n\nfunc _ready():\n\tbbcode_enabled = true\n\ttext = MaterialIconsDB.parse_icons(text_with_icons)\n```\n\n## Exporting\nFor emojis to work in exported projects, you need add `*.json` files to include files settings:\n![include files settings](.assets/export.png)\n\n[lic]: https://img.shields.io/github/license/rakugoteam/Godot-Material-Icons?style=flat-square\u0026label=📃%20License\u0026\n[lang]: https://img.shields.io/github/languages/top/rakugoteam/Godot-Material-Icons?style=flat-square\n[lic-font]:https://img.shields.io/static/v1.svg?label=📜%20Font%20License\u0026message=Pictogrammers%20Free%20License\u0026color=informational\u0026style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakugoteam%2Fgodot-material-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakugoteam%2Fgodot-material-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakugoteam%2Fgodot-material-icons/lists"}