{"id":21280834,"url":"https://github.com/consensysmesh/rimble-icons","last_synced_at":"2025-07-11T10:32:57.839Z","repository":{"id":39277741,"uuid":"224279165","full_name":"ConsenSysMesh/rimble-icons","owner":"ConsenSysMesh","description":"Cryptocurrency icons and Material app icons for React with styled-components","archived":false,"fork":false,"pushed_at":"2023-01-05T08:11:30.000Z","size":10600,"stargazers_count":6,"open_issues_count":36,"forks_count":9,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-22T23:39:12.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rimble-icons.netlify.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/ConsenSysMesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-26T20:22:27.000Z","updated_at":"2022-01-21T05:29:48.000Z","dependencies_parsed_at":"2023-02-03T20:01:37.030Z","dependency_job_id":null,"html_url":"https://github.com/ConsenSysMesh/rimble-icons","commit_stats":null,"previous_names":["consensys/rimble-icons"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Frimble-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Frimble-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Frimble-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Frimble-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConsenSysMesh","download_url":"https://codeload.github.com/ConsenSysMesh/rimble-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225715945,"owners_count":17512908,"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":[],"created_at":"2024-11-21T10:41:20.417Z","updated_at":"2024-11-21T10:41:20.890Z","avatar_url":"https://github.com/ConsenSysMesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rimble Icons\n\nCrypto icons and Material icons as ES6 React styled-components\n\n```sh\nyarn add @rimble/icons styled-components\n```\n\n```jsx\n// import icons individually for better tree-shaking\nimport { Accessibility, Eth, Btc } from '@rimble/icons'\n\nconst App = props =\u003e (\n  \u003cAccessibility\n    size={32}\n    color='tomato'\n  /\u003e\n  \u003cEth /\u003e\n  \u003cBtc /\u003e\n)\n```\n\n```jsx\n// import all icons as a single component\nimport { Icon } from \"@rimble/icons\";\n\nconst App = props =\u003e \u003cIcon name=\"Accessibility\" size={32} color=\"tomato\" /\u003e;\n```\n\n## List of Icons\n\nSee the [icon list](ICONS.md) for a complete list of all icons available\n\n## Props\n\n| Prop    | Type   | Description                                                |\n| ------- | ------ | ---------------------------------------------------------- |\n| `size`  | number | width and height in pixels                                 |\n| `color` | string | fill color, uses Styled System's [`color`][color] function |\n\n## Contributing\n\n```sh\nyarn install\n```\n\nThe build process will:\n\n1. Parse the `material-design-icons` package for SVG source code\n1. Parse the `crypto-icons` repo folder\n1. Copy all the icons to the `svg/` folder\n1. Run svgr over all icons to wrap in a react template with styled-system props\n1. Replace default color prop with original background color for token icons\n1. Create index files that imports all icons per directory\n1. Create an `examples/` folder for tests and development\n1. Run Babel on the `src/` folder and output to `lib/` for CommonJS compatible icons\n1. Run Babel on the `src/` folder and output to `es/` for ES6 compatible icons\n\nTo run the development server:\n\n1. First navigate to the `demo` directory\n2. Install all the dependencies for the demo\n3. Run the demo app\n\n```sh\ncd demo\nyarn install\nyarn start\n```\n\nShould start a local web server that displays all the icons\n\n## Related\n\n- [RMDI](https://jxnblk.com/rmdi)\n- [Google Material Design Icons](https://github.com/google/material-design-icons)\n- [Pixo](https://github.com/c8r/pixo)\n- [Styled Components](https://www.styled-components.com/)\n- [Styled System](https://styled-system.com/)\n- [React Icons](https://github.com/gorangajic/react-icons)\n- [Cryptocurrency Icons](https://github.com/atomiclabs/cryptocurrency-icons)\n\n[MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Frimble-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsensysmesh%2Frimble-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Frimble-icons/lists"}