{"id":13796516,"url":"https://github.com/qwikest/icons","last_synced_at":"2025-05-13T00:30:51.675Z","repository":{"id":95162994,"uuid":"606010024","full_name":"qwikest/icons","owner":"qwikest","description":"Include popular icons easily in your Qwik projects with @qwikest/icons 🚀","archived":false,"fork":false,"pushed_at":"2023-12-30T08:51:42.000Z","size":596,"stargazers_count":81,"open_issues_count":8,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T19:13:05.580Z","etag":null,"topics":["icons","qwik"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwikest.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-02-24T11:50:46.000Z","updated_at":"2024-10-22T14:56:33.000Z","dependencies_parsed_at":"2024-01-07T07:11:06.556Z","dependency_job_id":"f48b2ccd-fd7a-4902-a2b5-f78dd7047ac5","html_url":"https://github.com/qwikest/icons","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"e4d6a16472c93f64f57674e4fd68afd15aff04ee"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwikest%2Ficons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwikest%2Ficons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwikest%2Ficons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwikest%2Ficons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwikest","download_url":"https://codeload.github.com/qwikest/icons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225159864,"owners_count":17430197,"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":["icons","qwik"],"created_at":"2024-08-03T23:01:11.243Z","updated_at":"2024-11-18T10:31:23.176Z","avatar_url":"https://github.com/qwikest.png","language":"TypeScript","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Qwik Icons\n\nInclude popular icons easily in your Qwik projects with `@qwikest/icons` 🚀\n\nCurrently included libraries (with icon prefix):\n\n- `Bs`: [Bootstrap Icons](https://icons.getbootstrap.com/)\n- `Fa`: [Font Awesome 6 Free](https://fontawesome.com/v6/icons/?o=r\u0026m=free)\n- `Fl`: [Flowbite Icons](https://flowbite.com/icons/)\n- `Go`: [Octicons](https://primer.style/design/foundations/icons/) by GitHub\n- `Hi`: [Heroicons](https://heroicons.com/) by Tailwind\n- `In`: [Iconoir](https://iconoir.com/)\n- `Io`: [Ionicons](https://ionic.io/ionicons) by Ionic\n- `Lu`: [Lucide](https://lucide.dev/) [superset of feather icons]\n- `Mo`: [Mono Icons](https://icons.mono.company/)\n- `Mat`: [Material Icons](https://github.com/google/material-design-icons)\n- `Si`: [Simple Icons](https://simpleicons.org/) [icons for popular brands]\n- `Tb`: [Tabler Icons](https://tabler-icons.io/)\n\n## Installation\n\nSimply install the package with your package manager of choice:\n\n```bash\nnpm i @qwikest/icons\nyarn add @qwikest/icons\npnpm add @qwikest/icons\n```\n\n## Usage\n\n\u003e If you want to, you can also directly start playing around with the package in this [code sandbox](https://codesandbox.io/p/sandbox/keen-knuth-pni4bo?file=%2Fsrc%2Froutes%2Findex.tsx%3A7%2C11) – no setup needed 👀\n\n```tsx\nimport { LuRocket } from \"@qwikest/icons/lucide\";\n\nexport const MyComponent = component$(() =\u003e {\n  // Icon size and color are inherited by default ⬇️\n  return (\n    \u003cdiv style={{ color: \"red\", fontSize: \"40px\" }}\u003e\n      \u003cLuRocket /\u003e\n    \u003c/div\u003e\n  );\n});\n```\n\n## Available Libraries\n\n```tsx\nimport { Bs1Circle } from \"@qwikest/icons/bootstrap\";\nimport { Fa0Solid } from \"@qwikest/icons/font-awesome\";\nimport { FlAdressBookSolid } from \"@qwikest/icons/flowbite\";\nimport { HiAcademicCapMini } from \"@qwikest/icons/heroicons\";\nimport { In1StMedal } from \"@qwikest/icons/iconoir\";\nimport { IoAirplaneOutline } from \"@qwikest/icons/ionicons\";\nimport { LuRocket } from \"@qwikest/icons/lucide\";\nimport { MatGifBoxSharp } from \"@qwikest/icons/material\";\nimport { MoAdd } from \"@qwikest/icons/monoicons\";\nimport { GoFlame24 } from \"@qwikest/icons/octicons\";\nimport { Si1Password } from \"@qwikest/icons/simpleicons\";\nimport { Tb123 } from \"@qwikest/icons/tablericons\";\n```\n\n\u003e **Missing a library?** Feel free to [open an issue](https://github.com/qwikest/icons/issues/new?title=Add%20Icon%20Pack:) or even a MR 🤝\n\n## Upcoming\n\n- 🖌️ Configurable stroke width for supported packages\n- 🎁 Additional icon libraries\n- 🎨 Built-in company based colors for [simple icons](https://simpleicons.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikest%2Ficons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwikest%2Ficons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikest%2Ficons/lists"}