{"id":9243603,"url":"https://github.com/purescript-react/purescript-react-icons","last_synced_at":"2026-02-16T13:35:17.353Z","repository":{"id":44155651,"uuid":"511953230","full_name":"purescript-react/purescript-react-icons","owner":"purescript-react","description":"PureScript bindings for react-icons","archived":false,"fork":false,"pushed_at":"2025-02-26T13:02:57.000Z","size":3496,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T07:32:27.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purescript-react.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,"zenodo":null}},"created_at":"2022-07-08T16:07:29.000Z","updated_at":"2025-02-26T13:03:01.000Z","dependencies_parsed_at":"2023-12-26T14:15:35.474Z","dependency_job_id":"4b552bd8-3b79-4f8b-9479-382b89730d9f","html_url":"https://github.com/purescript-react/purescript-react-icons","commit_stats":null,"previous_names":["purescript-react/purescript-react-icons"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/purescript-react/purescript-react-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-react%2Fpurescript-react-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-react%2Fpurescript-react-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-react%2Fpurescript-react-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-react%2Fpurescript-react-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purescript-react","download_url":"https://codeload.github.com/purescript-react/purescript-react-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-react%2Fpurescript-react-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-05-08T00:10:19.788Z","updated_at":"2026-02-16T13:35:17.339Z","avatar_url":"https://github.com/purescript-react.png","language":"JavaScript","readme":"# purescript-react-icons\n\nPureScript bindings for [`react-icons`](https://react-icons.github.io/react-icons).\n\n\u003e Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.\n\nTested with react-icons `v5.5.0`.\n\n## Installation\n\n```shell\nnpm install --save react-icons@5.5.0\nspago install react-icons\n```\n\n## Usage\n\nSearch for an icon on [`react-icons`](https://react-icons.github.io/react-icons)\nand see these examples on how to import in PureScript.\n\n```purescript\nimport React.Icons (icon, icon_)\nimport React.Icons.Fa (faGithub)\nimport React.Icons.Md (mdCrop)\n\nicon_ faGithub\nicon mdCrop { id: \"0\", className: \"my-class\", size: \"24px\", color: \"#ff0000\" }\n```\n\n## Libraries\n\nAll icons and a search can be found on the [`react-icons` project website](https://react-icons.github.io/react-icons).\n\n- [Ant Design Icons](https://github.com/ant-design/ant-design-icons) ([MIT](https://opensource.org/licenses/MIT))\n- [Bootstrap Icons](https://github.com/twbs/icons) ([MIT](https://opensource.org/licenses/MIT))\n- [BoxIcons](https://github.com/atisawd/boxicons) ([CC BY 4.0 License](https://github.com/atisawd/boxicons/blob/master/LICENSE))\n- [Circum Icons](https://circumicons.com/) ([MPL-2.0 license](https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE))\n- [Devicons](https://vorillaz.github.io/devicons/) ([MIT](https://opensource.org/licenses/MIT))\n- [Feather](https://feathericons.com/) ([MIT](https://github.com/feathericons/feather/blob/master/LICENSE))\n- [Flat Color Icons](https://github.com/icons8/flat-color-icons) ([MIT](https://opensource.org/licenses/MIT))\n- [Font Awesome](https://fontawesome.com/) ([CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/))\n- [Game Icons](https://game-icons.net/) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/))\n- [Github Octicons icons](https://octicons.github.com/) ([MIT](https://github.com/primer/octicons/blob/master/LICENSE))\n- [Grommet-Icons](https://github.com/grommet/grommet-icons) ([Apache License Version 2.0](http://www.apache.org/licenses/))\n- [Heroicons 2](https://github.com/tailwindlabs/heroicons) ([MIT](https://opensource.org/licenses/MIT))\n- [Heroicons](https://github.com/tailwindlabs/heroicons) ([MIT](https://opensource.org/licenses/MIT))\n- [IcoMoon Free](https://github.com/Keyamoon/IcoMoon-Free) ([CC BY 4.0 License](https://github.com/Keyamoon/IcoMoon-Free/blob/master/License.txt))\n- [Ionicons 4](https://ionicons.com/) ([MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE))\n- [Ionicons 5](https://ionicons.com/) ([MIT](https://github.com/ionic-team/ionicons/blob/master/LICENSE))\n- [Material Design icons](https://google.github.io/material-design-icons/) ([Apache License Version 2.0](https://github.com/google/material-design-icons/blob/master/LICENSE))\n- [Radix Icons](https://icons.radix-ui.com) ([MIT](https://github.com/radix-ui/icons/blob/master/LICENSE))\n- [Remix Icon](https://github.com/Remix-Design/RemixIcon) ([Apache License Version 2.0](http://www.apache.org/licenses/))\n- [Simple Icons](https://simpleicons.org/) ([CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/))\n- [Simple Line Icons](https://thesabbir.github.io/simple-line-icons/) ([MIT](https://opensource.org/licenses/MIT))\n- [Tabler Icons](https://github.com/tabler/tabler-icons) ([MIT](https://opensource.org/licenses/MIT))\n- [Themify Icons](https://github.com/lykmapipo/themify-icons) ([MIT](https://github.com/thecreation/standard-icons/blob/master/modules/themify-icons/LICENSE))\n- [Typicons](https://s-ings.com/typicons/) ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/))\n- [VS Code Icons](https://github.com/microsoft/vscode-codicons) ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/))\n- [Weather Icons](https://erikflowers.github.io/weather-icons/) ([SIL OFL 1.1](http://scripts.sil.org/OFL))\n- [css.gg](https://github.com/astrit/css.gg) ([MIT](https://opensource.org/licenses/MIT))\n\n## Development\n\n[Release and update a new version](./RELEASE.md)\n","funding_links":[],"categories":["UI"],"sub_categories":["React"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-react%2Fpurescript-react-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurescript-react%2Fpurescript-react-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-react%2Fpurescript-react-icons/lists"}