Font Awesome 7 icons as SVG for Wagtail
Project description
Wagtail Font Awesome SVG
Add Font Awesome v7 SVG icons to your Wagtail project.
Install
pip install wagtail-font-awesome-svg
Add wagtailfontawesomesvg to your installed apps.
INSTALLED_APPS = [
'wagtailfontawesomesvg',
]
Usage
This is an overview of available icons.
Choose an icon and add it via your wagtail_hooks.py:
from wagtail import hooks
@hooks.register("register_icons")
def register_icons(icons):
return icons + [
'wagtailfontawesomesvg/brands/facebook.svg',
'wagtailfontawesomesvg/regular/face-laugh.svg',
'wagtailfontawesomesvg/solid/yin-yang.svg',
...
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wagtail_font_awesome_svg-2.0.tar.gz
(714.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wagtail_font_awesome_svg-2.0.tar.gz.
File metadata
- Download URL: wagtail_font_awesome_svg-2.0.tar.gz
- Upload date:
- Size: 714.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aac01b5ea8b0c3de3e363a91aa5067f514b9cd385224d6ba7153d9de47120493
|
|
| MD5 |
7db9782f4c563ab55b56f72a4533fbd1
|
|
| BLAKE2b-256 |
ba4f636d4bc6ac1571e9f88ba9e03543cb898c9a364c0e8968a799f5d35aa28a
|
File details
Details for the file wagtail_font_awesome_svg-2.0-py3-none-any.whl.
File metadata
- Download URL: wagtail_font_awesome_svg-2.0-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
031e0d3d64ec96a87216519502c97a29ef6e6f10f4f8d6bbb4c98dce567bd9b7
|
|
| MD5 |
3e4e40a4d3bc4e46a841f2a31847ec4c
|
|
| BLAKE2b-256 |
10b550d24da612a9681a8dec95efa632a2a6d00935b3d2bf1d8491bb66182461
|