{"id":16378060,"url":"https://github.com/devsrsouza/compose-icons","last_synced_at":"2025-04-07T03:19:49.200Z","repository":{"id":41516106,"uuid":"311134756","full_name":"DevSrSouza/compose-icons","owner":"DevSrSouza","description":"Popular Open Source icon packs for Compose Multiplatform","archived":false,"fork":false,"pushed_at":"2024-09-15T22:26:17.000Z","size":14308,"stargazers_count":661,"open_issues_count":20,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T02:14:42.074Z","etag":null,"topics":["android","compose-ios","compose-multiplatform","compose-multiplatform-library","jetbrains-compose","jetpack-compose","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/DevSrSouza.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}},"created_at":"2020-11-08T19:08:04.000Z","updated_at":"2025-03-25T09:34:07.000Z","dependencies_parsed_at":"2024-10-30T15:04:41.409Z","dependency_job_id":"ee880179-e21a-4f7e-b09e-13005ceaa4b9","html_url":"https://github.com/DevSrSouza/compose-icons","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSrSouza%2Fcompose-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSrSouza%2Fcompose-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSrSouza%2Fcompose-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSrSouza%2Fcompose-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSrSouza","download_url":"https://codeload.github.com/DevSrSouza/compose-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247584112,"owners_count":20962075,"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":["android","compose-ios","compose-multiplatform","compose-multiplatform-library","jetbrains-compose","jetpack-compose","kotlin"],"created_at":"2024-10-11T03:44:31.864Z","updated_at":"2025-04-07T03:19:49.181Z","avatar_url":"https://github.com/DevSrSouza.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [compose-icons](https://github.com/DevSrSouza/compose-icons)\n\nCompose Multiplatform icons is a pack of libraries that provide well known Icon Packs. The library usage is inspired by Compose Material Icons.\n\n## Compose Support\n- Android\n- Desktop\n- iOS\n- MacOS Native\n- Web (JSCanvas)\n- Wasm JS\n\n![](https://user-images.githubusercontent.com/29736164/111044124-6b131080-8425-11eb-9b03-0d3b409377a5.png)\n\n## Adding to your project\n\nAdd the project repository:\n```kotlin\nrepositories {\n    mavenCentral()\n}\n```\n\n```kotlin\nimplementation(\"br.com.devsrsouza.compose.icons:{ICON_PACK}:1.1.1\")\n```\n\n** `{ICON_PACK}` is a placeholder, you should replace it with your icon pack of choose.\n\nexample: `br.com.devsrsouza.compose.icons:font-awesome:1.1.1`\n\n## Example\n\n```kotlin\nIcon(\n    imageVector = FontAwesomeIcons.Brands.Github,\n)\n```\n\nYou can find all code reference in the docs of the icon packs bellow.\n\n## Icon Packs\n\n| Icon pack | Icon Version | Dependency | All Icons Docs |\n| --- | --- | --- | --- |\n| [Simple-Icons](https://simpleicons.org/) | 4.14.0 | `simple-icons` | [docs](simple-icons/DOCUMENTATION.md) |\n| [Feather](https://feathericons.com/) | 4.28.0 | `feather` | [docs](feather/DOCUMENTATION.md) |\n| [Tabler Icons](https://tabler-icons.io/) | 1.39.1 | `tabler-icons` | [docs](tabler-icons/DOCUMENTATION.md) |\n| [Eva Icons](https://akveo.github.io/eva-icons/#/) | 1.1.3 | `eva-icons` | [docs](eva-icons/DOCUMENTATION.md) |\n| [Font Awesome](https://fontawesome.com/) | 5.15.2 | `font-awesome` | [docs](font-awesome/DOCUMENTATION.md) |\n| [Octicons](https://primer.style/octicons/) | 12.1.0 | `octicons` | [docs](octicons/DOCUMENTATION.md) |\n| [Linea](http://www.linea.io/) | 1.0 | `linea` | [docs](linea/DOCUMENTATION.md) |\n| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 (a60f113) | `line-awesome` | [docs](line-awesome/DOCUMENTATION.md) |\n| [Weather Icons by Erik Flowers](https://github.com/erikflowers/weather-icons) | 2.0.12 | `erikflowers-weather-icons` | [docs](erikflowers-weather-icons/DOCUMENTATION.md) |\n| [css.gg](https://css.gg/) | 2.0.0 | `css-gg` | [docs](css-gg/DOCUMENTATION.md) |\n\n## Version Catalog\n\n```toml\n[versions]\ncomposeIcons = \"1.1.1\"\n\n[libraries]\ncomposeIcons-cssGg = { module = \"br.com.devsrsouza.compose.icons:css-gg\", version.ref = \"composeIcons\" }\ncomposeIcons-weatherIcons = { module = \"br.com.devsrsouza.compose.icons:erikflowers-weather-icons\", version.ref = \"composeIcons\" }\ncomposeIcons-evaIcons = { module = \"br.com.devsrsouza.compose.icons:eva-icons\", version.ref = \"composeIcons\" }\ncomposeIcons-feather = { module = \"br.com.devsrsouza.compose.icons:feather\", version.ref = \"composeIcons\" }\ncomposeIcons-fontAwesome = { module = \"br.com.devsrsouza.compose.icons:font-awesome\", version.ref = \"composeIcons\" }\ncomposeIcons-lineAwesome = { module = \"br.com.devsrsouza.compose.icons:line-awesome\", version.ref = \"composeIcons\" }\ncomposeIcons-linea = { module = \"br.com.devsrsouza.compose.icons:linea\", version.ref = \"composeIcons\" }\ncomposeIcons-octicons = { module = \"br.com.devsrsouza.compose.icons:octicons\", version.ref = \"composeIcons\" }\ncomposeIcons-simpleIcons = { module = \"br.com.devsrsouza.compose.icons:simple-icons\", version.ref = \"composeIcons\" }\ncomposeIcons-tablerIcons = { module = \"br.com.devsrsouza.compose.icons:tabler-icons\", version.ref = \"composeIcons\" }\n```\n\n## Roadmap\n- Add more icon packs\n- Migrate code generator to Gradle\n- Remove icons source from repository and check the abi when generate.\n- Improve sample app\n- Documentation to how add icon packs\n\n## How the project works\n\nThe project uses Kotlin Scripting (main.kts) to download and generate the icons into Compose source code, to generate the source code it uses the tooling library [svg-to-compose](https://github.com/DevSrSouza/svg-to-compose).\n\n## Contribution\n\nIf you know a icon pack that the project could support, please, submit an issue :D\n\n## License\n\nThe icon packs have their own license that you can find at the [All Icons Docs](#Icon-Packs)\n\nProject license:\n```\nMIT License\n\nCopyright (c) 2021 DevSrSouza\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n\n## Development\n\nUpdate API Dump: `./gradlew desktopApiDump`\nChecking API Dump: `./gradlew desktopApiCheck`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsrsouza%2Fcompose-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsrsouza%2Fcompose-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsrsouza%2Fcompose-icons/lists"}