{"id":16499056,"url":"https://github.com/joshday/heroicons.jl","last_synced_at":"2025-08-25T17:03:55.061Z","repository":{"id":49327252,"uuid":"350540301","full_name":"joshday/HeroIcons.jl","owner":"joshday","description":"Use the https://heroicons.com SVGs in Julia!","archived":false,"fork":false,"pushed_at":"2024-08-23T13:38:32.000Z","size":29,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T17:03:54.441Z","etag":null,"topics":["julia","svg-icons"],"latest_commit_sha":null,"homepage":"https://joshday.github.io/HeroIcons.jl/","language":"Julia","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/joshday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-03-23T01:19:01.000Z","updated_at":"2025-05-09T17:06:21.000Z","dependencies_parsed_at":"2024-10-28T10:13:15.966Z","dependency_job_id":"55639c86-392f-438e-96f4-583eb0505165","html_url":"https://github.com/joshday/HeroIcons.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/joshday/HeroIcons.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHeroIcons.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHeroIcons.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHeroIcons.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHeroIcons.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshday","download_url":"https://codeload.github.com/joshday/HeroIcons.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FHeroIcons.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272100683,"owners_count":24873442,"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":["julia","svg-icons"],"created_at":"2024-10-11T14:51:00.234Z","updated_at":"2025-08-25T17:03:54.687Z","avatar_url":"https://github.com/joshday.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HeroIcons\n\n- This package provides access to the [https://heroicons.com](https://heroicons.com) collection of SVG icons from Julia.\n- Any `HeroIcons.Icon` will display as expected in `MIME\"text/html\"` environments (like [Pluto](https://github.com/fonsp/Pluto.jl)!).\n\n\n## Usage\n\nHeroIcons come in four sizes/styles: `outline`, `solid`, `mini`, and `micro`.  Each size/style has its own set of icons.\n\n- You can retrieve the raw SVG string via `raw_outline(:arrow_down)` (similarly for `solid`, `mini`, and `micro`).\n- The `Icon` object (`Icon(icon_name::Symbol, style::Symbol)`) displays the SVG in `MIME\"text/html\"` environments.\n- Icons are \"queryable\" via `HeroIcons.outline.\u003cTAB\u003e` (similarly for `solid`, `mini`, and `micro`).  E.g. `HeroIcons.outline.arrow_down` will return the `Icon` object for the icon `arrow_down`.\n\n```julia\nusing HeroIcons\n\nHeroIcons.outline.arrow_down\n\nHeroIcons.solid.arrow_down\n\nHeroIcons.mini.arrow_down\n\nHeroIcons.micro.arrow_down\n```\n\n- To quickly view icons, use HeroIcons.jl with Cobweb.jl!\n\n```julia\nusing Cobweb\n\nCobweb.preview(outline.arrow_circle_down)  # View a single icon\n\nCobweb.preview(HeroIcons.Viewer())  # See all available icons\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fheroicons.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshday%2Fheroicons.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fheroicons.jl/lists"}