{"id":13525499,"url":"https://github.com/ForsakenHarmony/preact-feather","last_synced_at":"2025-04-01T05:31:38.274Z","repository":{"id":40767687,"uuid":"101441340","full_name":"ForsakenHarmony/preact-feather","owner":"ForsakenHarmony","description":"Preact component for Feather icons","archived":false,"fork":false,"pushed_at":"2023-01-04T00:48:50.000Z","size":1808,"stargazers_count":33,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-17T21:50:27.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ForsakenHarmony.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}},"created_at":"2017-08-25T20:52:09.000Z","updated_at":"2024-03-09T12:52:31.000Z","dependencies_parsed_at":"2023-02-01T16:00:31.468Z","dependency_job_id":null,"html_url":"https://github.com/ForsakenHarmony/preact-feather","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForsakenHarmony%2Fpreact-feather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForsakenHarmony%2Fpreact-feather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForsakenHarmony%2Fpreact-feather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForsakenHarmony%2Fpreact-feather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForsakenHarmony","download_url":"https://codeload.github.com/ForsakenHarmony/preact-feather/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222535431,"owners_count":16999231,"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-08-01T06:01:19.401Z","updated_at":"2024-11-02T10:30:24.909Z","avatar_url":"https://github.com/ForsakenHarmony.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Preact Feather Icons\n\n[![npm](https://img.shields.io/npm/v/preact-feather.svg)](https://www.npmjs.com/package/preact-feather)\n\n## Simply beautiful SVG icons as Preact components.\n\nDesigned by [colebemis](https://github.com/colebemis/) on a 24x24 grid with an emphasis on functionality, consistency and simplicity.\n\n### Installation\n\n    npm install preact-feather --save\n\n### Usage\n\n```javascript\nimport { Camera } from 'preact-feather';\n\nclass MyClass extends Component {\n  render() {\n    return \u003cCamera /\u003e\n  }\n}\n````\n\nIf you can't use ES6 imports, it's possible to include icons from the compiled folder `./dist`.\n\n```js\nvar Camera = require('preact-feather/dist/icons/camera');\n\nvar MyComponent = () =\u003e {\n  return (\n    \u003cCamera /\u003e\n  );\n};\n```\n\nYou can also include the whole icon pack:\n\n```javascript\nimport * as Icon from 'preact-feather';\n\nclass MyClass extends Component {\n  render() {\n    return \u003cIcon.Camera /\u003e\n  }\n}\n```\n\nIcons can be configured with inline props:\n\n```js\n\u003cIcon.AlertCircle color=\"red\" size={48} /\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FForsakenHarmony%2Fpreact-feather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FForsakenHarmony%2Fpreact-feather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FForsakenHarmony%2Fpreact-feather/lists"}