Material Official
Material Design Icons (Official) — 2500+ Google design system icons with 5 style variants
Installation
pip install justmyresource-material-icons
Usage
from justmyresource import ResourceRegistry
registry = ResourceRegistry()
content = registry.get_resource("material-icons:icon-name")
print(content.text) # SVG content
Prefixes
This pack can be accessed using the following prefixes:
-
material-icons(primary) -
mi(alias)
Variants
This pack includes the following variants:
-
filled -
outlined(default) -
rounded -
sharp -
two-tone
To access a specific variant, use the format material-icons:variant/icon-name:
# Access default variant (outlined)
content = registry.get_resource("material-icons:icon-name")
# Access specific variant
content = registry.get_resource("material-icons:filled/icon-name")
License
- Upstream License: Apache-2.0
- Copyright: Copyright (c) Google LLC
- Upstream Source: https://github.com/google/material-design-icons
For full license details, see the LICENSE file.
Upstream
This pack bundles icons from:
- Source: https://github.com/google/material-design-icons
- Version: 4.0.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-material-icons 4.0.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_material_icons-4.0.0.post1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / justmyresource_material_icons-4.0.0.post1-py3-none-any.whl
| Download URL | justmyresource_material_icons-4.0.0.post1-py3-none-any.whl |
|---|---|
| Size | 1.8 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2505527123abba789bde8b48e895c21461f96276692492fa240b9f9589fee1e7
|
|
BLAKE2b-256 checksum How to use checksums |
7cf606e1b8dc5635f43637cde8d6540dd8fcd5bb1a60cd265930a78251b1d4f5
|
| 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}
|