diff options
author | Paweł Kuna <1282324+codecalm@users.noreply.github.com> | 2021-11-03 13:03:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 13:03:49 +0100 |
commit | 5a67714f0d590c889a16be40754e768b80bdee54 (patch) | |
tree | e74e130e3a5053dc2f6aab52101a632682b93079 | |
parent | Merge pull request #124 from alex-oleshkevich/document-vue-lib (diff) | |
parent | Update README.md (diff) | |
download | tabler-icons-5a67714f0d590c889a16be40754e768b80bdee54.tar.xz |
Merge pull request #119 from DevSrSouza/patch-1
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -208,6 +208,10 @@ You can use [`tabler-icons-svelte`](https://github.com/benflap/tabler-icons-svel <CircleX /> ``` +### Jetpack Compose + +For Android or Desktop you can use [`compose-icons`](https://github.com/DevSrSouza/compose-icons) to use icons in your projects. (see [docs](https://github.com/DevSrSouza/compose-icons/blob/master/tabler-icons/DOCUMENTATION.md)) + ## Multiple strokes All icons in this repository have been created with the value of the `stroke-width` property, so if you change the value, you can get different icon variants that will fit in well with your design. |