{"id":15151794,"url":"https://github.com/guoyunhe/react-bootstrap-icons-pro","last_synced_at":"2026-01-20T20:33:21.826Z","repository":{"id":218303741,"uuid":"746097602","full_name":"guoyunhe/react-bootstrap-icons-pro","owner":"guoyunhe","description":"Up-to-date Bootstrap icons as React components.","archived":false,"fork":false,"pushed_at":"2024-02-05T16:06:41.000Z","size":1764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T09:39:45.180Z","etag":null,"topics":["bootstrap","icons","iconset","react","svg","svg-icons"],"latest_commit_sha":null,"homepage":"https://guoyunhe.github.io/react-bootstrap-icons-pro/","language":"TypeScript","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/guoyunhe.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T03:23:44.000Z","updated_at":"2024-01-21T12:55:37.000Z","dependencies_parsed_at":"2024-09-21T23:02:34.487Z","dependency_job_id":"e01ac222-bd14-459e-b533-9af23a38c6e1","html_url":"https://github.com/guoyunhe/react-bootstrap-icons-pro","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"b67cf3da64f9590861d19ade9e573fae45f6ac42"},"previous_names":["guoyunhe/react-bootstrap-icons-pro"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/guoyunhe/react-bootstrap-icons-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guoyunhe%2Freact-bootstrap-icons-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guoyunhe%2Freact-bootstrap-icons-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guoyunhe%2Freact-bootstrap-icons-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guoyunhe%2Freact-bootstrap-icons-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guoyunhe","download_url":"https://codeload.github.com/guoyunhe/react-bootstrap-icons-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guoyunhe%2Freact-bootstrap-icons-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bootstrap","icons","iconset","react","svg","svg-icons"],"created_at":"2024-09-26T15:21:47.720Z","updated_at":"2026-01-20T20:33:21.810Z","avatar_url":"https://github.com/guoyunhe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Bootstrap Icons Pro\n\nUp-to-date Bootstrap icons (v1.11.3) as React components.\n\n## How to use\n\n```bash\nnpm i -S react-bootstrap-icons-pro\n```\n\n```jsx\nimport { BiArrowClockwise, BiCalendar, BiSearch, BiSend } from 'react-bootstrap-icons-pro';\n\nfunction App() {\n  return (\n    \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16 }}\u003e\n      \u003cBiArrowClockwise /\u003e\n      \u003cBiCalendar /\u003e\n      \u003cBiSearch /\u003e\n      \u003cBiSend /\u003e\n    \u003c/div\u003e\n  );\n}\n\nrender(\u003cApp /\u003e);\n```\n\n## Customize\n\nYou can customize each icon's size, color and other styles.\n\n```jsx\nimport { BiArrowClockwise, BiCalendar, BiSearch, BiSend } from 'react-bootstrap-icons-pro';\n\nfunction App() {\n  return (\n    \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16 }}\u003e\n      \u003cBiArrowClockwise size=\"2em\" /\u003e\n      \u003cBiCalendar size={12} /\u003e\n      \u003cBiSearch color=\"green\" /\u003e\n      \u003cBiSend color=\"#66ccff\" size={24} /\u003e\n    \u003c/div\u003e\n  );\n}\n\nrender(\u003cApp /\u003e);\n```\n\nIf you want to define global icon styles, use `.bi` class name.\n\n```css\n.bi {\n  display: block;\n  font-size: 1.3em;\n  vertical-align: middle;\n}\n```\n\n## FAQ\n\n### Why another package?\n\nExisting `react-bootstrap-icons` doesn't update for quite a long time. So I started a new one.\n\n### Why component name is `BiSearch` instead of `Search`?\n\nBecause here are many icon names starting with numbers, like icon `1-circle`. Without prefix, `1Circle` is invalid React component name. So I added `Bi` prefix to all component names.\n\nHere is another advantage, when you type `\u003cBi` in VS Code, you can get hints for icon components when you are not quite sure about the exact names of icons.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguoyunhe%2Freact-bootstrap-icons-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguoyunhe%2Freact-bootstrap-icons-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguoyunhe%2Freact-bootstrap-icons-pro/lists"}