{"id":30060183,"url":"https://github.com/tiaanduplessis/react-native-jam-icons","last_synced_at":"2026-04-16T18:09:48.208Z","repository":{"id":57337837,"uuid":"129254780","full_name":"tiaanduplessis/react-native-jam-icons","owner":"tiaanduplessis","description":"Jam icons as React Native Components","archived":false,"fork":false,"pushed_at":"2019-06-02T22:56:55.000Z","size":605,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T00:56:22.163Z","etag":null,"topics":["icons","jam-icons","react","react-native","svg"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiaanduplessis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-12T13:22:32.000Z","updated_at":"2022-05-30T09:48:51.000Z","dependencies_parsed_at":"2022-09-11T10:02:51.693Z","dependency_job_id":null,"html_url":"https://github.com/tiaanduplessis/react-native-jam-icons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tiaanduplessis/react-native-jam-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Freact-native-jam-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Freact-native-jam-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Freact-native-jam-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Freact-native-jam-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiaanduplessis","download_url":"https://codeload.github.com/tiaanduplessis/react-native-jam-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Freact-native-jam-icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269352318,"owners_count":24402672,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["icons","jam-icons","react","react-native","svg"],"created_at":"2025-08-08T01:42:25.647Z","updated_at":"2026-04-16T18:09:43.154Z","avatar_url":"https://github.com/tiaanduplessis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-jam-icons\n[![package version](https://img.shields.io/npm/v/react-native-jam-icons.svg?style=flat-square)](https://npmjs.org/package/react-native-jam-icons)\n[![package downloads](https://img.shields.io/npm/dm/react-native-jam-icons.svg?style=flat-square)](https://npmjs.org/package/react-native-jam-icons)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![package license](https://img.shields.io/npm/l/react-native-jam-icons.svg?style=flat-square)](https://npmjs.org/package/react-native-jam-icons)\n[![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Jam icons as React Native Components\n\n## Table of Contents\n\n- [About](#about)\n- [Install](#install)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [License](#License)\n\n## About\n\nhandcrafted \u0026 pixel perfect icons form [Jam icons](http://jam-icons.com/) as React components. Created using [SVGR](https://github.com/smooth-code/svgr)\n\n## Install\n\nThis project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com). \n\nFirst install [react-native-svg](https://github.com/react-native-community/react-native-svg) (Not needed when using Expo). Then:\n\n```sh\n$ npm install react-native-jam-icons\n$ # OR\n$ yarn add react-native-jam-icons\n```\n\n## Usage\n\n```js\nimport { Amazon } from 'react-native-jam-icons'\n\nconst Example = (props) =\u003e \u003cView\u003e\n    \u003cAmazon width={40} height={40} color={'pink'}/\u003e\n\u003c/View\u003e\n```\n\nSee [icons](src/icons) and [jam-icons](http://jam-icons.com/) for available icons.\n\n## Contribute\n\n1. Fork it and create your feature branch: git checkout -b my-new-feature\n2. Commit your changes: git commit -am 'Add some feature'\n3.Push to the branch: git push origin my-new-feature \n4. Submit a pull request\n\n## License\n\nMIT\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Freact-native-jam-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiaanduplessis%2Freact-native-jam-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Freact-native-jam-icons/lists"}