{"id":16791956,"url":"https://github.com/metonym/svelte-stacks-icons","last_synced_at":"2026-04-18T10:39:21.195Z","repository":{"id":40270360,"uuid":"400842257","full_name":"metonym/svelte-stacks-icons","owner":"metonym","description":"Stack Overflow Stacks SVG icons as Svelte components","archived":false,"fork":false,"pushed_at":"2022-10-06T14:43:38.000Z","size":924,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T18:53:03.772Z","etag":null,"topics":["icon-library","icons","stack-overflow","stacks","svelte","svelte-components"],"latest_commit_sha":null,"homepage":"https://metonym.github.io/svelte-stacks-icons","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/metonym.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":"2021-08-28T16:42:35.000Z","updated_at":"2022-04-09T17:52:38.000Z","dependencies_parsed_at":"2023-01-19T12:32:51.116Z","dependency_job_id":null,"html_url":"https://github.com/metonym/svelte-stacks-icons","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/metonym/svelte-stacks-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metonym%2Fsvelte-stacks-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metonym%2Fsvelte-stacks-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metonym%2Fsvelte-stacks-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metonym%2Fsvelte-stacks-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metonym","download_url":"https://codeload.github.com/metonym/svelte-stacks-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metonym%2Fsvelte-stacks-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272003743,"owners_count":24856779,"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-25T02:00:12.092Z","response_time":1107,"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":["icon-library","icons","stack-overflow","stacks","svelte","svelte-components"],"created_at":"2024-10-13T08:43:39.332Z","updated_at":"2026-04-18T10:39:16.170Z","avatar_url":"https://github.com/metonym.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svelte-stacks-icons\n\n[![NPM][npm]][npm-url]\n\n\u003e [Stack Overflow Stacks SVG icons](https://github.com/StackExchange/Stacks-Icons) as Svelte components.\n\n\u003c!-- REPO_URL --\u003e\n\nTry it in the [Svelte REPL](https://svelte.dev/repl/cb5d02d03b96401ea0b5cbce6e3f6621).\n\n---\n\n\u003c!-- TOC --\u003e\n\n## Installation\n\n```sh\n# Yarn\nyarn add -D svelte-stacks-icons\n\n# npm\nnpm i -D svelte-stacks-icons\n\n# pnpm\npnpm i -D svelte-stacks-icons\n```\n\n## Usage\n\n### Basic\n\n```svelte\n\u003cscript\u003e\n  import { Alert, Calendar, Eye } from \"svelte-stacks-icons\";\n\u003c/script\u003e\n\n\u003cAlert /\u003e\n\u003cCalendar /\u003e\n\u003cEye /\u003e\n```\n\nRefer to [ICON_INDEX.md](ICON_INDEX.md) for a list of supported icons.\n\n### Direct import\n\nUse the direct import for faster compiling during development.\n\n**Note:** even if using base imports, unused imports are still tree shakeable by application bundlers like Rollup or webpack.\n\n```svelte no-eval\n\u003cscript\u003e\n  import School from \"svelte-stacks-icons/lib/School.svelte\";\n\u003c/script\u003e\n```\n\n## Using `svelte:component`\n\n```svelte\n\u003cscript\u003e\n  import * as icons from \"svelte-stacks-icons\";\n\u003c/script\u003e\n\n{#each Object.entries(icons) as [icon, component]}\n  \u003cdiv\u003e\n    \u003csvelte:component this={component} /\u003e\n    {icon}\n  \u003c/div\u003e\n{/each}\n```\n\n## TypeScript\n\nSvelte version 3.31 or greater is required to use this library with TypeScript.\n\n## [Changelog](CHANGELOG.md)\n\n## License\n\n[MIT](LICENSE)\n\n[npm]: https://img.shields.io/npm/v/svelte-stacks-icons.svg?color=%23f48225\u0026style=for-the-badge\n[npm-url]: https://npmjs.com/package/svelte-stacks-icons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetonym%2Fsvelte-stacks-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetonym%2Fsvelte-stacks-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetonym%2Fsvelte-stacks-icons/lists"}