{"id":14981629,"url":"https://github.com/artcoholic/akar-icons","last_synced_at":"2025-04-12T15:34:06.784Z","repository":{"id":41804672,"uuid":"306119910","full_name":"artcoholic/akar-icons","owner":"artcoholic","description":"Akar icons library as React components.","archived":false,"fork":false,"pushed_at":"2024-03-21T22:36:24.000Z","size":2688,"stargazers_count":408,"open_issues_count":16,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T16:11:15.707Z","etag":null,"topics":["icon-pack","icons","react","reactjs","svg","svg-icons"],"latest_commit_sha":null,"homepage":"https://akaricons.com","language":"JavaScript","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/artcoholic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-10-21T18:56:25.000Z","updated_at":"2025-03-17T16:00:47.000Z","dependencies_parsed_at":"2023-01-20T19:02:33.965Z","dependency_job_id":"52a9e76b-e65c-4ef0-b35d-08eb4fb3954a","html_url":"https://github.com/artcoholic/akar-icons","commit_stats":{"total_commits":348,"total_committers":8,"mean_commits":43.5,"dds":"0.23275862068965514","last_synced_commit":"91efc410364eba1d2bac5b9c52bb09ca903fa08e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcoholic%2Fakar-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcoholic%2Fakar-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcoholic%2Fakar-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcoholic%2Fakar-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcoholic","download_url":"https://codeload.github.com/artcoholic/akar-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589905,"owners_count":21129702,"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":["icon-pack","icons","react","reactjs","svg","svg-icons"],"created_at":"2024-09-24T14:03:57.541Z","updated_at":"2025-04-12T15:34:06.758Z","avatar_url":"https://github.com/artcoholic.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Generic"],"sub_categories":[],"readme":"![npm](https://img.shields.io/npm/v/akar-icons?style=for-the-badge)\n![npm](https://img.shields.io/npm/dm/akar-icons?style=for-the-badge)\n\n# akar-icons\nA perfectly rounded icon library made for designers, developers, and pretty much everyone. Explore all of our icons at [akaricons.com](https://akaricons.com). \n\n\u003ca href=\"https://akaricons.com\" target=\"_blank\"\u003e\n  \u003cimg alt=\"akar icons\" src=\"https://repository-images.githubusercontent.com/306119910/c3a57000-2be0-11eb-88a2-2714f9bafcd4\"\u003e\n\u003c/a\u003e\n\n## Get Started\n\n### 1. Installation\nInstall with npm:\n\n```shell\nnpm install --save akar-icons\n```\n\n### 2. Usage\nImport the icons you need into your React project and declare them in your render method:\n\n```jsx\nimport { ArrowRight, Star, LinkOut } from 'akar-icons';\n\nconst MyComponent = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003cArrowRight /\u003e\n      \u003cStar /\u003e\n      \u003cLinkOut /\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default MyComponent;\n```\n\nIcons can be configured with inline props including inline ```style``` objects:\n\n```jsx\n\u003cStar color=\"yellow\" size={32} strokeWidth={3} style={{ display: \"block\" }}/\u003e\n```\n\nProp | Description | Default\n---- | ----------- | -------\n`color` | Set the icon color | `currentColor`\n`size` | Set the width and height of the svg icon | `24`\n`strokeWidth` | Set the stroke width of the icon | `2`\n`style` | Add [inline styles](https://facebook.github.io/react/tips/inline-styles.html) to the element | `{}`\n\nYou can also import the whole icon library like this:\n```jsx\nimport * as Icon from 'akar-icons';\n\nconst MyComponent = () =\u003e {\n  return \u003cIcon.ArrowRight /\u003e\n};\n\nexport default MyComponent;\n```\n\nExplore all of our icons at [akaricons.com](https://akaricons.com).\n\n## Related Projects\n* [akar-icons-app](https://github.com/artcoholic/akar-icons-app) - Homepage repo of Akar icons.\n* [akar-icons-fonts](https://github.com/artcoholic/akar-icons-fonts) - Akar icons as icon fonts.\n* [akar-icons-web-components](https://github.com/awmleer/akar-icons-web-components) - Akar icons as web components, fully customizable and use anywhere.\n* [akar-icons-svelte](https://github.com/WilliamVenner/akar-icons-svelte) - Akar icons as Svelte components.\n* [blade-akar-icons](https://github.com/codeat3/blade-akar-icons) - A package to easily make use of Akar Icons in your Laravel Blade views.\n* [akar_icons_flutter](https://github.com/alann-maulana/akar_icons_flutter) - Akar icons package for Flutter.\n\n## Author\nArturo Wibawa ([@agwibawa](https://twitter.com/agwibawa))\n\n## License\n[MIT License](./LICENSE), Copyright © 2020-present Arturo Wibawa.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcoholic%2Fakar-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcoholic%2Fakar-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcoholic%2Fakar-icons/lists"}