{"id":28963448,"url":"https://github.com/jaoaustero/solid-feather-icon","last_synced_at":"2026-04-29T15:04:34.069Z","repository":{"id":290056299,"uuid":"971902117","full_name":"jaoaustero/solid-feather-icon","owner":"jaoaustero","description":"⭐ A solidjs component for feather icons","archived":false,"fork":false,"pushed_at":"2025-04-27T12:39:30.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T19:06:42.538Z","etag":null,"topics":["feather","feather-icons","front-end","icons","solid-feather","solidjs","solidjs-feather","typescript","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/solid-feather-icon","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/jaoaustero.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T08:25:32.000Z","updated_at":"2025-05-19T01:12:49.000Z","dependencies_parsed_at":"2025-04-26T16:23:55.145Z","dependency_job_id":"f3d00abb-647b-4376-b1fe-1e72f355c418","html_url":"https://github.com/jaoaustero/solid-feather-icon","commit_stats":null,"previous_names":["jaoaustero/solid-feather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaoaustero/solid-feather-icon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-feather-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-feather-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-feather-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-feather-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaoaustero","download_url":"https://codeload.github.com/jaoaustero/solid-feather-icon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaoaustero%2Fsolid-feather-icon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261601528,"owners_count":23183097,"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","feather-icons","front-end","icons","solid-feather","solidjs","solidjs-feather","typescript","web"],"created_at":"2025-06-24T04:11:11.873Z","updated_at":"2026-04-28T13:36:27.388Z","avatar_url":"https://github.com/jaoaustero.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Features\n- Render as SVG to allow customization\n- Small size without any external libraries\n- Supports typescript\n\n\u003cbr /\u003e\n\n## Installation\nThe plugin are available in node and yarn package managers.\n\n```bash\n# Node\nnpm install solid-feather-icon\n\n# Yarn\nyard add solid-feather-icon\n```\n\n\u003cbr /\u003e\n\n## Quickstart\nImport the `solid-feather` in your file, and simply add the component and it's properties.\n\n\u003e Note: Component icon will not render when `type` is missing.\n\n```jsx\nimport SolidFeatherIcon from 'solid-feather-icon';\n\nfunction App() {\n    return (\n        \u003cSolidFeatherIcon\n            type=\"activity\"/\u003e\n    );\n}\n```\n\n\u003cbr /\u003e\n\n## Props\nHere are the properties supported\n\n| Name               | Description                             | Default        |\n|--------------------|-----------------------------------------|----------------|\n| `type`             | Icon type base on feather icons library | `undefined`    | \n| `height`           | Icon height                             | `24`           |\n| `width`            | Icon width                              | `24`           |\n| `fill`             | Defines the color                       | `none`         |\n| `stroke`           | Sets the color of the line around       | `currentColor` |\n| `stroke-line-cap`  | Sets the shape of the end-lines         | `round`        |\n| `stroke-line-join` | Sets the shape of the corners           | `round`        |\n| `stroke-width`     | Sets the width of the line around       | `2`            |\n\n\u003cbr /\u003e\n\n## Styling and Customization\nComponent will allow you to add custom class attribute or custom inline style to customize\nthe style of the icon.\n\n\u003cbr /\u003e\n\n## License\nCode released under [MIT](https://github.com/jaoaustero/solid-feather-icon/blob/main/LICENSE) license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaoaustero%2Fsolid-feather-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaoaustero%2Fsolid-feather-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaoaustero%2Fsolid-feather-icon/lists"}