{"id":19133613,"url":"https://github.com/geist-org/icons","last_synced_at":"2025-10-07T13:24:27.490Z","repository":{"id":40545284,"uuid":"259056403","full_name":"geist-org/icons","owner":"geist-org","description":"React components for Geist icons","archived":false,"fork":false,"pushed_at":"2023-03-04T14:36:17.000Z","size":948,"stargazers_count":44,"open_issues_count":8,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T14:56:05.398Z","etag":null,"topics":["feather-icons","geist","geist-ui","hacktoberfest","icons","react-icons"],"latest_commit_sha":null,"homepage":"https://geist-ui.dev/icons","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/geist-org.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}},"created_at":"2020-04-26T14:52:22.000Z","updated_at":"2025-04-14T21:59:59.000Z","dependencies_parsed_at":"2024-06-18T16:56:20.081Z","dependency_job_id":null,"html_url":"https://github.com/geist-org/icons","commit_stats":{"total_commits":49,"total_committers":6,"mean_commits":8.166666666666666,"dds":0.5510204081632653,"last_synced_commit":"5937509f49f82f82e7b28147ec729a9cfa6d0483"},"previous_names":["geist-org/react-icons","zeit-ui/react-icons"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geist-org%2Ficons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geist-org%2Ficons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geist-org%2Ficons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geist-org%2Ficons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geist-org","download_url":"https://codeload.github.com/geist-org/icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094937,"owners_count":21211836,"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":["feather-icons","geist","geist-ui","hacktoberfest","icons","react-icons"],"created_at":"2024-11-09T06:23:06.806Z","updated_at":"2025-10-07T13:24:22.454Z","avatar_url":"https://github.com/geist-org.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Icons\n\nThe icon components for Geist UI.\n\n[![npm Version](https://img.shields.io/npm/v/@geist-ui/icons)](https://www.npmjs.com/package/@geist-ui/icons)\n[![Build](https://img.shields.io/github/workflow/status/geist-org/icons/Build)](https://github.com/geist-org/icons/actions?query=workflow%3ABuild)\n\n## Install\n\n```\n$ yarn add @geist-ui/icons\nOR\n$ npm install @geist-ui/icons\n```\n\n## Usage\n\n```tsx\nimport React from 'react'\nimport { Code } from '@geist-ui/icons'\n\nconst App = () =\u003e {\n  return \u003cCode /\u003e\n}\n\nexport default App\n```\n\nIcons can be configured with `color`, `size` and any SVG props:\n\n```ts\n\u003cCode color=\"red\" size={36} /\u003e\n\u003cCode color=\"blue\" strokeWidth={2} /\u003e\n```\n\n## Other ways\n\n1. You can include the whole icon pack:\n\n```tsx\nimport * as Icons from '@geist-ui/icons'\n\nconst App = () =\u003e {\n  return \u003cIcons.Code /\u003e\n}\n```\n\n2. You can include single icon:\n\n```tsx\nimport Code from '@geist-ui/icons/code'\n\nconst App = () =\u003e {\n  return \u003cCode /\u003e\n}\n```\n\n\u003cbr/\u003e\n\n## LICENSE\n\n[MIT](https://raw.githubusercontent.com/geist-org/icons/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeist-org%2Ficons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeist-org%2Ficons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeist-org%2Ficons/lists"}