{"id":32195389,"url":"https://github.com/green-coder/vrac-phosphor-icons","last_synced_at":"2026-07-03T21:33:58.376Z","repository":{"id":318175077,"uuid":"1070215292","full_name":"green-coder/vrac-phosphor-icons","owner":"green-coder","description":"Phosphor icons in Vrac","archived":false,"fork":false,"pushed_at":"2025-10-05T16:53:12.000Z","size":3181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-04T01:16:06.865Z","etag":null,"topics":["clojurescript","vrac"],"latest_commit_sha":null,"homepage":"https://vincent.404.taipei/vrac-phosphor-icons/","language":"Clojure","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/green-coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T13:59:49.000Z","updated_at":"2025-10-06T20:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a8d5072-d82f-4043-9d3b-706c3739543b","html_url":"https://github.com/green-coder/vrac-phosphor-icons","commit_stats":null,"previous_names":["green-coder/vrac-phosphor-icons"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/green-coder/vrac-phosphor-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fvrac-phosphor-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fvrac-phosphor-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fvrac-phosphor-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fvrac-phosphor-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/green-coder","download_url":"https://codeload.github.com/green-coder/vrac-phosphor-icons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-coder%2Fvrac-phosphor-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35102737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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":["clojurescript","vrac"],"created_at":"2025-10-22T02:10:54.653Z","updated_at":"2026-07-03T21:33:58.370Z","avatar_url":"https://github.com/green-coder.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phosphor icons as Vrac components\n\n[![Clojars Project](https://img.shields.io/clojars/v/taipei.404.vrac/phosphor-icons.svg)](https://clojars.org/taipei.404.vrac/phosphor-icons)\n[![Slack](https://img.shields.io/badge/slack-vrac-orange.svg?logo=slack)](https://clojurians.slack.com/app_redirect?channel=vrac)\n\n## Usage\n\n```clojure\n(require '[vrac.web :refer [$]])\n(require '[phosphor.icon :as pi])\n\n($ pi/heart {:style {:color \"red\"}})\n($ pi/heart-duotone {:style {:color \"red\"}})\n($ pi/heart-fill {:width \"2em\"\n                  :height \"2em\"})\n```\n\nSee [example-app/](example-app/) for more usage demo.\n\n## API Design\n\nAll the icons were placed in the same namespace, in order to help the user\nquickly find the icons s/he needs directly from the autocompletion.\n\nThe SVG icons are also provided as raw strings, to help the users when facing\nany uncommon use case that may arise.\n\nThe icon component adds the `icon` class to the SVG element and sets the `width` and `height` properties by default.\nIf you don't like those defaults, it's easy to use your own implementation after taking a look at the source code.\n\n## Bundle size\n\nTree shaking works well when compiling with Shadow-CLJS, which means that only the SVG icons you use will land in your released webapp.\n\nIf you want to test by yourself, try commenting the section about icon collections in the [example-app/](example-app/) and build a release.\nThe compiled JS code will be around 32k gzipped, including Clojurescript, Vrac, Signaali and the Phosphor icons used.\n\n## License\n\nThis library is a derived work of [`phosphor-icons/core`](https://github.com/phosphor-icons/core)\nbecause it is using its icons, so it is also distributed under the same MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-coder%2Fvrac-phosphor-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreen-coder%2Fvrac-phosphor-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-coder%2Fvrac-phosphor-icons/lists"}