Heroicons
Heroicons — 300+ Tailwind-aligned SVG icons
Installation
pip install justmyresource-heroicons
Usage
from justmyresource import ResourceRegistry
registry = ResourceRegistry()
content = registry.get_resource("heroicons:icon-name")
print(content.text) # SVG content
Prefixes
This pack can be accessed using the following prefixes:
-
heroicons(primary) -
hero(alias)
Variants
This pack includes the following variants:
-
24/outline(default) -
24/solid -
20/solid -
16/solid
To access a specific variant, use the format heroicons:variant/icon-name:
# Access default variant (24/outline)
content = registry.get_resource("heroicons:icon-name")
# Access specific variant
content = registry.get_resource("heroicons:24/outline/icon-name")
License
- Upstream License: MIT
- Copyright: Copyright (c) Tailwind Labs
- Upstream Source: https://heroicons.com
For full license details, see the LICENSE file.
Upstream
This pack bundles icons from:
- Source: https://heroicons.com
- Version: v2.2.0
Development
To build this pack from source:
# 1. Fetch upstream archive (downloads to cache/)
pack-tools fetch <pack-name>
# 2. Build icons.zip and manifest (processes from cache)
pack-tools build <pack-name>
# 3. Create distribution wheel
pack-tools dist <pack-name>
The cache persists across builds. To force a fresh download, delete the cache/ directory.
Release files for justmyresource-heroicons 2.2.0.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| justmyresource_heroicons-2.2.0.post1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / justmyresource_heroicons-2.2.0.post1-py3-none-any.whl
| Download URL | justmyresource_heroicons-2.2.0.post1-py3-none-any.whl |
|---|---|
| Size | 424.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d656ccb0c02b791b816278148dab9a00b4e972f76c7b1a63415ef31a00458c72
|
|
BLAKE2b-256 checksum How to use checksums |
a7c071a13ad6778dcd95372ebc4fc125c5bf5ba80877cece0f7e40069fee271f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|