{"id":13571051,"url":"https://github.com/jxnblk/rmdi","last_synced_at":"2025-04-04T07:32:51.593Z","repository":{"id":67376033,"uuid":"132638705","full_name":"jxnblk/rmdi","owner":"jxnblk","description":"React Material Design Icons – built with Pixo, Styled Components, and Styled System","archived":true,"fork":false,"pushed_at":"2018-09-04T23:42:38.000Z","size":227,"stargazers_count":129,"open_issues_count":3,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-05T03:37:55.091Z","etag":null,"topics":["components","icons","material-design","pixo","react","svg"],"latest_commit_sha":null,"homepage":"https://jxnblk.com/rmdi","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/jxnblk.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-05-08T16:52:13.000Z","updated_at":"2023-09-10T10:59:15.000Z","dependencies_parsed_at":"2023-02-21T03:01:11.288Z","dependency_job_id":null,"html_url":"https://github.com/jxnblk/rmdi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxnblk%2Frmdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxnblk%2Frmdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxnblk%2Frmdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxnblk%2Frmdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxnblk","download_url":"https://codeload.github.com/jxnblk/rmdi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247139463,"owners_count":20890234,"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":["components","icons","material-design","pixo","react","svg"],"created_at":"2024-08-01T14:00:57.951Z","updated_at":"2025-04-04T07:32:46.584Z","avatar_url":"https://github.com/jxnblk.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\n# React Material Design Icons\n\nBuilt with [Pixo][pixo], [Styled Components][sc], and [Styled System][sys]\n\nhttps://jxnblk.com/rmdi\n\n[pixo]: https://github.com/c8r/pixo\n[sys]: https://github.com/jxnblk/styled-system\n[sc]: https://github.com/styled-components/styled-components\n\n```sh\nnpm i rmdi\n```\n\n```jsx\n// import icons individually for better tree-shaking\nimport Accessibility from 'rmdi/lib/Accessibility'\n\nconst App = props =\u003e (\n  \u003cAccessibility\n    size={32}\n    color='tomato'\n  /\u003e\n)\n```\n\n```jsx\n// import all icons as a single component\nimport { Icon } from 'rmdi'\n\nconst App = props =\u003e (\n  \u003cIcon\n    name='accessibility'\n    size={32}\n    color='tomato'\n  /\u003e\n)\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\nProp | 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### Spacing Props\n\nMargin can be applied with the following props, which use Styled System's [`space`][space] function.\nMargin props accept numbers for pixel values, strings with CSS units, or arrays for [responsive][responsive] margin\n\nProp | Description\n---|---\n`m` | margin\n`mt` | margin-top\n`mr` | margin-right\n`mb` | margin-bottom\n`ml` | margin-left\n`mx` | margin-left and margin-right\n`my` | margin-top and margin-bottom\n\n[color]: https://github.com/jxnblk/styled-system#color-responsive\n[space]: https://github.com/jxnblk/styled-system#space-responsive\n[responsive]: https://github.com/jxnblk/styled-system#responsive-styles\n\n## Contributing\n\n```sh\nnpm install\n```\n\nThe build process will:\n\n1. Parse the `material-design-icons` package for SVG source code\n2. Copy the icons to the `svg/` folder\n3. Create an `examples/` folder for tests and development\n4. Run [Pixo][pixo] on the `svg/` folder and output to `src/`\n5. Run Babel on the `src/` folder and output to `lib/`\n\nTests:\n\n```sh\nnpm test\n```\n\nTo run the development server:\n\n```sh\nnpm start\n```\n\n## Related\n\n- [Google Material Design Icons](https://github.com/google/material-design-icons)\n- [Pixo][pixo]\n- [Styled Components][sc]\n- [Styled System][sys]\n- [React Icons](https://github.com/gorangajic/react-icons)\n\n[MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxnblk%2Frmdi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxnblk%2Frmdi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxnblk%2Frmdi/lists"}