.gitignore
.travis.yml
CHANGELOG.rst
LICENSE
Makefile
README.rst
manage.py
pyproject.toml
requirements.txt
setup.py
tox.ini
docs/api.rst
docs/conf.py
docs/demo.rst
docs/example.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/requirements.txt
docs/settings.rst
docs/templatetags.rst
example/README.rst
example/manage.py
example/requirements.txt
example/settings.py
example/app/__init__.py
example/app/urls.py
example/app/views.py
example/app/templates/base.html
example/app/templates/home.html
src/django_icons/__init__.py
src/django_icons/_version.py
src/django_icons/css.py
src/django_icons/utils.py
src/django_icons.egg-info/PKG-INFO
src/django_icons.egg-info/SOURCES.txt
src/django_icons.egg-info/dependency_links.txt
src/django_icons.egg-info/not-zip-safe
src/django_icons.egg-info/top_level.txt
src/django_icons/renderers/__init__.py
src/django_icons/renderers/base.py
src/django_icons/renderers/bootstrap3.py
src/django_icons/renderers/fontawesome.py
src/django_icons/renderers/image.py
src/django_icons/renderers/material.py
src/django_icons/templatetags/__init__.py
src/django_icons/templatetags/icons.py
tests/__init__.py
tests/test_base.py
tests/test_bootstrap3.py
tests/test_css.py
tests/test_fontawesome.py
tests/test_image.py
tests/test_material.py
tests/test_template_tags.py
tests/test_utils.py
tests/test_version.py
tests/app/__init__.py
tests/app/renderers.py
tests/app/settings.py
tests/app/urls.py