pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

new{py-dataclasses, py-mkdocs-material, py-qiskit}, del{py-bitstring}



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Sep 20 23:59:47 2020 +0100
Changeset:	f17d09a1141f4aac41b6e2acaff1839c63fa38d8

Added Files:
	py-dataclasses-json/DESCR
	py-dataclasses-json/Makefile
	py-dataclasses-json/PLIST
	py-dataclasses-json/distinfo
	py-mkdocs-material/DESCR
	py-mkdocs-material/Makefile
	py-mkdocs-material/PLIST
	py-mkdocs-material/distinfo
	py-qiskit/DESCR
	py-qiskit/Makefile
	py-qiskit/PLIST
	py-qiskit/distinfo
Removed Files:
	py-bitstring/DESCR
	py-bitstring/Makefile
	py-bitstring/PLIST
	py-bitstring/distinfo

Log Message:
new{py-dataclasses, py-mkdocs-material, py-qiskit}, del{py-bitstring}

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f17d09a1141f4aac41b6e2acaff1839c63fa38d8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-bitstring/DESCR           |    5 -
 py-bitstring/Makefile        |   28 -
 py-bitstring/PLIST           |    5 -
 py-bitstring/distinfo        |    6 -
 py-dataclasses-json/DESCR    |    1 +
 py-dataclasses-json/Makefile |   16 +
 py-dataclasses-json/PLIST    |   28 +
 py-dataclasses-json/distinfo |    6 +
 py-mkdocs-material/DESCR     |    3 +
 py-mkdocs-material/Makefile  |   22 +
 py-mkdocs-material/PLIST     | 7673 ++++++++++++++++++++++++++++++++++++++++++
 py-mkdocs-material/distinfo  |    6 +
 py-qiskit/DESCR              |   23 +
 py-qiskit/Makefile           |   24 +
 py-qiskit/PLIST              |    4 +
 py-qiskit/distinfo           |    6 +
 16 files changed, 7812 insertions(+), 44 deletions(-)

diffs:
diff --git a/py-bitstring/DESCR b/py-bitstring/DESCR
deleted file mode 100644
index bde7966415..0000000000
--- a/py-bitstring/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-A pure Python module for analysing, constructing and modifying binary data
-The underlying binary data can be interpreted as, or constructed from
-hexadecimal, octal or binary strings, signed or unsigned integers,and signed
-or unsigned exponential-Golomb coded integers. It can also be used as and
-created from plain Python strings
diff --git a/py-bitstring/Makefile b/py-bitstring/Makefile
deleted file mode 100644
index 34709865d2..0000000000
--- a/py-bitstring/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2012/10/16 09:40:27 jihbed Exp $
-#
-
-DISTNAME=	bitstring-3.1.5
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=b/bitstring/}
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://scott-griffiths.github.io/bitstring/
-COMMENT=	Tools for analysis and modification of binary data in python
-LICENSE=	mit
-
-
-USE_LANGUAGES=	# none
-
-PYDISTUTILSPKG=	yes
-
-DOCDIR=		${PREFIX}/share/doc/py-bitstring
-
-INSTALLATION_DIRS=	${DOCDIR}
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/bitstring_manual.pdf ${DESTDIR}${DOCDIR}
-
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-bitstring/PLIST b/py-bitstring/PLIST
deleted file mode 100644
index 9129297639..0000000000
--- a/py-bitstring/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/07/27 23:37:12 jihbed Exp $
-${PYSITELIB}/bitstring.py
-${PYSITELIB}/bitstring.pyc
-${PYSITELIB}/bitstring.pyo
-share/doc/py-bitstring/bitstring_manual.pdf
diff --git a/py-bitstring/distinfo b/py-bitstring/distinfo
deleted file mode 100644
index bfe2d129dd..0000000000
--- a/py-bitstring/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.8 2012/09/30 09:55:06 noud4 Exp $
-
-SHA1 (bitstring-3.1.5.zip) = 96ffe09e9788a22a3d75ad4a629d24bfc70bdac3
-RMD160 (bitstring-3.1.5.zip) = e345b651eb2b23e13eba75793b4ab0bf91ce357e
-SHA512 (bitstring-3.1.5.zip) = a147c5da1b230299435b7903d991f9a5daf1144cf441bdedbceffd94ea1bcf3c7e27fca94aa624ab0b8b3abba5278e56720b85d7f33b9ebf3099e9ee4ffdb3f3
-Size (bitstring-3.1.5.zip) = 624428 bytes
diff --git a/py-dataclasses-json/DESCR b/py-dataclasses-json/DESCR
new file mode 100644
index 0000000000..d815434e96
--- /dev/null
+++ b/py-dataclasses-json/DESCR
@@ -0,0 +1 @@
+Easily serialize dataclasses to and from JSON
diff --git a/py-dataclasses-json/Makefile b/py-dataclasses-json/Makefile
new file mode 100644
index 0000000000..87b432fe0f
--- /dev/null
+++ b/py-dataclasses-json/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	dataclasses-json-0.5.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/11/1b/f10675e21894318b7f208a92d09b9a1cea7c0a06a5b10cefcb4c74af8855/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/lidatong/dataclasses-json
+COMMENT=	Easily serialize dataclasses to and from JSON
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-dataclasses-json/PLIST b/py-dataclasses-json/PLIST
new file mode 100644
index 0000000000..3b3f85b934
--- /dev/null
+++ b/py-dataclasses-json/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+bin/publish.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dataclasses_json/__init__.py
+${PYSITELIB}/dataclasses_json/__init__.pyc
+${PYSITELIB}/dataclasses_json/__init__.pyo
+${PYSITELIB}/dataclasses_json/api.py
+${PYSITELIB}/dataclasses_json/api.pyc
+${PYSITELIB}/dataclasses_json/api.pyo
+${PYSITELIB}/dataclasses_json/cfg.py
+${PYSITELIB}/dataclasses_json/cfg.pyc
+${PYSITELIB}/dataclasses_json/cfg.pyo
+${PYSITELIB}/dataclasses_json/core.py
+${PYSITELIB}/dataclasses_json/core.pyc
+${PYSITELIB}/dataclasses_json/core.pyo
+${PYSITELIB}/dataclasses_json/mm.py
+${PYSITELIB}/dataclasses_json/mm.pyc
+${PYSITELIB}/dataclasses_json/mm.pyo
+${PYSITELIB}/dataclasses_json/undefined.py
+${PYSITELIB}/dataclasses_json/undefined.pyc
+${PYSITELIB}/dataclasses_json/undefined.pyo
+${PYSITELIB}/dataclasses_json/utils.py
+${PYSITELIB}/dataclasses_json/utils.pyc
+${PYSITELIB}/dataclasses_json/utils.pyo
diff --git a/py-dataclasses-json/distinfo b/py-dataclasses-json/distinfo
new file mode 100644
index 0000000000..c6720f32f1
--- /dev/null
+++ b/py-dataclasses-json/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (dataclasses-json-0.5.2.tar.gz) = c2ac5e55d7101aaa7f6a5e29aa118325716b6154
+RMD160 (dataclasses-json-0.5.2.tar.gz) = 2da44c16b1a3a8fa61ed5b9c64f23fb435f6b356
+SHA512 (dataclasses-json-0.5.2.tar.gz) = 459de85d0a503908c9d4cb18e5a7a7f4d3c8e3ec92e4ca432f567920050a454f384459826e7c54d314131d62f4593e4ccbf0441aa4c773a15442499d79afe9be
+Size (dataclasses-json-0.5.2.tar.gz) = 28424 bytes
diff --git a/py-mkdocs-material/DESCR b/py-mkdocs-material/DESCR
new file mode 100644
index 0000000000..c928fcc6d7
--- /dev/null
+++ b/py-mkdocs-material/DESCR
@@ -0,0 +1,3 @@
+Create a branded static site from a set of Markdown files to host the
+documentation of your Open Source or commercial project customizable,
+searchable, mobile-friendly, 40+ languages.
diff --git a/py-mkdocs-material/Makefile b/py-mkdocs-material/Makefile
new file mode 100644
index 0000000000..d5fa0a6144
--- /dev/null
+++ b/py-mkdocs-material/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	mkdocs-material-5.5.13
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	https://files.pythonhosted.org/packages/b3/2f/c87b86610caf65d4fe12a033d890be26600d5bdd34132801abd717bee7df/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://squidfunk.github.io/mkdocs-material/
+COMMENT=	Material Design theme for MkDocs
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-mkdocs>=1.1:../../textproc/py-mkdocs
+DEPENDS+=	${PYPKGPREFIX}-pygments>=2.5.2:../../textproc/py-pygments
+DEPENDS+=	${PYPKGPREFIX}-markdown>=3.1.1:../../textproc/py-markdown
+DEPENDS+=	${PYPKGPREFIX}-pymdown-extensions>=8.0:../../wip/py-pymdown-extensions
+DEPENDS+=	${PYPKGPREFIX}-mkdocs-material-extensions>=1.0:../../wip/py-mkdocs-material-extensions
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mkdocs-material/PLIST b/py-mkdocs-material/PLIST
new file mode 100644
index 0000000000..4dabb16e55
--- /dev/null
+++ b/py-mkdocs-material/PLIST
@@ -0,0 +1,7673 @@
+@comment $NetBSD$
+${PYSITELIB}/material/.icons/fontawesome/LICENSE.txt
+${PYSITELIB}/material/.icons/fontawesome/brands/500px.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/accessible-icon.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/accusoft.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/acquisitions-incorporated.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/adn.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/adobe.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/adversal.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/affiliatetheme.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/airbnb.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/algolia.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/alipay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/amazon-pay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/amazon.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/amilia.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/android.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/angellist.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/angrycreative.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/angular.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/app-store-ios.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/app-store.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/apper.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/apple-pay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/apple.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/artstation.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/asymmetrik.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/atlassian.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/audible.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/autoprefixer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/avianex.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/aviato.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/aws.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bandcamp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/battle-net.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/behance-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/behance.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bimobject.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bitbucket.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bitcoin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bity.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/black-tie.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/blackberry.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/blogger-b.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/blogger.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bluetooth-b.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bluetooth.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/bootstrap.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/btc.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/buffer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/buromobelexperte.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/buy-n-large.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/buysellads.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/canadian-maple-leaf.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-amazon-pay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-amex.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-apple-pay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-diners-club.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-discover.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-jcb.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-mastercard.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-paypal.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-stripe.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cc-visa.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/centercode.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/centos.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/chrome.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/chromecast.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cloudscale.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cloudsmith.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cloudversify.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/codepen.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/codiepie.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/confluence.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/connectdevelop.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/contao.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cotton-bureau.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cpanel.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-by.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-nc-eu.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-nc-jp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-nc.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-nd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-pd-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-pd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-remix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-sa.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-sampling-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-sampling.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-share.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons-zero.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/creative-commons.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/critical-role.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/css3-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/css3.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/cuttlefish.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/d-and-d-beyond.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/d-and-d.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dailymotion.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dashcube.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/deezer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/delicious.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/deploydog.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/deskpro.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dev.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/deviantart.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dhl.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/diaspora.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/digg.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/digital-ocean.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/discord.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/discourse.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dochub.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/docker.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/draft2digital.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dribbble-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dribbble.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dropbox.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/drupal.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/dyalog.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/earlybirds.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ebay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/edge-legacy.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/edge.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/elementor.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ello.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ember.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/empire.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/envira.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/erlang.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ethereum.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/etsy.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/evernote.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/expeditedssl.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/facebook-f.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/facebook-messenger.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/facebook-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/facebook.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fantasy-flight-games.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fedex.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fedora.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/figma.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/firefox-browser.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/firefox.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/first-order-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/first-order.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/firstdraft.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/flickr.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/flipboard.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fly.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/font-awesome-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/font-awesome-flag.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/font-awesome-logo-full.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/font-awesome.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fonticons-fi.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fonticons.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fort-awesome-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fort-awesome.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/forumbee.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/foursquare.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/free-code-camp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/freebsd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/fulcrum.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/galactic-republic.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/galactic-senate.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/get-pocket.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gg-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gg.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/git-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/git-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/git.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/github-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/github-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/github.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gitkraken.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gitlab.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gitter.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/glide-g.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/glide.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gofore.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/goodreads-g.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/goodreads.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-drive.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-pay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-play.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-plus-g.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-plus-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google-wallet.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/google.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gratipay.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/grav.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gripfire.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/grunt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/gulp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hacker-news-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hacker-news.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hackerrank.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hips.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hire-a-helper.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hooli.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hornbill.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hotjar.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/houzz.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/html5.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/hubspot.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ideal.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/imdb.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/instagram-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/instagram.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/intercom.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/internet-explorer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/invision.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ioxhost.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/itch-io.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/itunes-note.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/itunes.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/java.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/jedi-order.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/jenkins.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/jira.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/joget.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/joomla.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/js-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/js.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/jsfiddle.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/kaggle.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/keybase.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/keycdn.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/kickstarter-k.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/kickstarter.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/korvue.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/laravel.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/lastfm-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/lastfm.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/leanpub.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/less.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/line.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/linkedin-in.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/linkedin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/linode.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/linux.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/lyft.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/magento.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mailchimp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mandalorian.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/markdown.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mastodon.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/maxcdn.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mdb.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/medapps.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/medium-m.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/medium.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/medrt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/meetup.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/megaport.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mendeley.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/microblog.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/microsoft.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mixcloud.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mixer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/mizuni.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/modx.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/monero.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/napster.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/neos.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/nimblr.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/node-js.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/node.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/npm.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ns8.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/nutritionix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/odnoklassniki-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/odnoklassniki.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/old-republic.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/opencart.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/openid.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/opera.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/optin-monster.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/orcid.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/osi.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/page4.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pagelines.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/palfed.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/patreon.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/paypal.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/penny-arcade.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/periscope.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/phabricator.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/phoenix-framework.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/phoenix-squadron.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/php.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pied-piper-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pied-piper-hat.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pied-piper-pp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pied-piper-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pied-piper.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pinterest-p.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pinterest-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pinterest.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/playstation.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/product-hunt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/pushed.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/python.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/qq.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/quinscape.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/quora.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/r-project.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/raspberry-pi.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ravelry.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/react.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/reacteurope.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/readme.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/rebel.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/red-river.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/reddit-alien.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/reddit-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/reddit.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/redhat.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/renren.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/replyd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/researchgate.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/resolving.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/rev.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/rocketchat.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/rockrms.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/rust.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/safari.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/salesforce.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sass.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/schlix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/scribd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/searchengin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sellcast.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sellsy.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/servicestack.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/shirtsinbulk.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/shopify.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/shopware.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/simplybuilt.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sistrix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sith.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sketch.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/skyatlas.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/skype.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/slack-hash.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/slack.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/slideshare.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/snapchat-ghost.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/snapchat-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/snapchat.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/soundcloud.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sourcetree.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/speakap.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/speaker-deck.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/spotify.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/squarespace.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stack-exchange.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stack-overflow.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stackpath.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/staylinked.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/steam-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/steam-symbol.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/steam.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/sticker-mule.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/strava.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stripe-s.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stripe.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/studiovinari.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stumbleupon-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/stumbleupon.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/superpowers.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/supple.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/suse.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/swift.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/symfony.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/teamspeak.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/telegram-plane.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/telegram.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/tencent-weibo.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/the-red-yeti.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/themeco.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/themeisle.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/think-peaks.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/tiktok.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/trade-federation.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/trello.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/tripadvisor.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/tumblr-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/tumblr.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/twitch.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/twitter-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/twitter.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/typo3.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/uber.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ubuntu.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/uikit.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/umbraco.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/uniregistry.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/unity.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/unsplash.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/untappd.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ups.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/usb.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/usps.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/ussunnah.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vaadin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/viacoin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/viadeo-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/viadeo.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/viber.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vimeo-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vimeo-v.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vimeo.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vine.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vk.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vnv.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/vuejs.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/waze.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/weebly.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/weibo.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/weixin.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/whatsapp-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/whatsapp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/whmcs.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wikipedia-w.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/windows.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wix.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wizards-of-the-coast.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wolf-pack-battalion.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wordpress-simple.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wordpress.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wpbeginner.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wpexplorer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wpforms.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/wpressr.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/xbox.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/xing-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/xing.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/y-combinator.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yahoo.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yammer.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yandex-international.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yandex.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yarn.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yelp.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/yoast.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/youtube-square.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/youtube.svg
+${PYSITELIB}/material/.icons/fontawesome/brands/zhihu.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/address-book.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/address-card.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/angry.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/arrow-alt-circle-down.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/arrow-alt-circle-left.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/arrow-alt-circle-right.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/arrow-alt-circle-up.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/bell-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/bell.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/bookmark.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/building.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar-check.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar-minus.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar-times.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/calendar.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/caret-square-down.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/caret-square-left.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/caret-square-right.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/caret-square-up.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/chart-bar.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/check-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/check-square.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/clipboard.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/clock.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/clone.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/closed-captioning.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/comment-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/comment-dots.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/comment.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/comments.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/compass.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/copy.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/copyright.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/credit-card.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/dizzy.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/dot-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/edit.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/envelope-open.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/envelope.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/eye-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/eye.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-archive.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-audio.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-code.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-excel.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-image.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-pdf.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-powerpoint.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-video.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file-word.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/file.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/flag.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/flushed.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/folder-open.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/folder.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/font-awesome-logo-full.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/frown-open.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/frown.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/futbol.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/gem.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grimace.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-beam-sweat.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-hearts.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-squint-tears.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-stars.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-tears.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-tongue-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-tongue-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-tongue.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/grin.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-lizard.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-paper.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-peace.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-point-down.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-point-left.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-point-right.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-point-up.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-pointer.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-rock.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-scissors.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hand-spock.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/handshake.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hdd.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/heart.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hospital.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/hourglass.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/id-badge.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/id-card.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/image.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/images.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/keyboard.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/kiss-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/kiss-wink-heart.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/kiss.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/laugh-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/laugh-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/laugh-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/laugh.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/lemon.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/life-ring.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/lightbulb.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/list-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/map.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/meh-blank.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/meh-rolling-eyes.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/meh.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/minus-square.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/money-bill-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/moon.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/newspaper.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/object-group.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/object-ungroup.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/paper-plane.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/pause-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/play-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/plus-square.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/question-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/registered.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/sad-cry.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/sad-tear.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/save.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/share-square.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/smile-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/smile-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/smile.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/snowflake.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/square.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/star-half.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/star.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/sticky-note.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/stop-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/sun.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/surprise.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/thumbs-down.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/thumbs-up.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/times-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/tired.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/trash-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/user-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/user.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/window-close.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/window-maximize.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/window-minimize.svg
+${PYSITELIB}/material/.icons/fontawesome/regular/window-restore.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ad.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/address-book.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/address-card.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/adjust.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/air-freshener.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/align-center.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/align-justify.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/align-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/align-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/allergies.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ambulance.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/american-sign-language-interpreting.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/anchor.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-double-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-double-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-double-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-double-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angle-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/angry.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ankh.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/apple-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/archive.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/archway.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-alt-circle-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-alt-circle-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-alt-circle-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-alt-circle-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-circle-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-circle-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-circle-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-circle-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrow-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrows-alt-h.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrows-alt-v.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/arrows-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/assistive-listening-systems.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/asterisk.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/at.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/atlas.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/atom.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/audio-description.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/award.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/baby-carriage.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/baby.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/backspace.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/backward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bacon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bacteria.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bacterium.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bahai.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/balance-scale-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/balance-scale-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/balance-scale.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ban.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/band-aid.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/barcode.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bars.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/baseball-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/basketball-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bath.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/battery-empty.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/battery-full.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/battery-half.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/battery-quarter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/battery-three-quarters.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bed.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/beer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bell-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bell.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bezier-curve.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bible.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bicycle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/biking.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/binoculars.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/biohazard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/birthday-cake.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/blender-phone.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/blender.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/blind.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/blog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bold.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bolt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bomb.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bone.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bong.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/book-dead.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/book-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/book-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/book-reader.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/book.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bookmark.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/border-all.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/border-none.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/border-style.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bowling-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/box-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/box-tissue.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/box.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/boxes.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/braille.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/brain.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bread-slice.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/briefcase-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/briefcase.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/broadcast-tower.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/broom.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/brush.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bug.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/building.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bullhorn.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bullseye.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/burn.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bus-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/bus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/business-time.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calculator.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-day.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-minus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-times.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar-week.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/calendar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/camera-retro.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/camera.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/campground.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/candy-cane.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cannabis.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/capsules.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/car-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/car-battery.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/car-crash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/car-side.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/car.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caravan.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-square-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-square-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-square-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-square-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/caret-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/carrot.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cart-arrow-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cart-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cash-register.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cat.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/certificate.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chair.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chalkboard-teacher.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chalkboard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/charging-station.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chart-area.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chart-bar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chart-line.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chart-pie.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/check-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/check-double.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/check-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cheese.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-bishop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-board.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-king.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-knight.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-pawn.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-queen.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess-rook.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chess.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-circle-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-circle-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-circle-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-circle-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/chevron-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/child.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/church.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/circle-notch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/city.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clinic-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clipboard-check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clipboard-list.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clipboard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/clone.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/closed-captioning.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-download-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-meatball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-moon-rain.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-moon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-rain.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-showers-heavy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-sun-rain.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-sun.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud-upload-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cloud.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cocktail.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/code-branch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/code.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/coffee.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cogs.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/coins.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/columns.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment-dollar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment-dots.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comment.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comments-dollar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/comments.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/compact-disc.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/compass.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/compress-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/compress-arrows-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/compress.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/concierge-bell.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cookie-bite.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cookie.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/copy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/copyright.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/couch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/credit-card.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crop-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cross.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crosshairs.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crow.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crown.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/crutch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cube.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cubes.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/cut.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/database.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/deaf.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/democrat.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/desktop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dharmachakra.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/diagnoses.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-d20.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-d6.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-five.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-four.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-one.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-six.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-three.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice-two.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dice.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/digital-tachograph.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/directions.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/disease.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/divide.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dizzy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dna.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dollar-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dolly-flatbed.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dolly.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/donate.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/door-closed.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/door-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dot-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dove.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/download.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/drafting-compass.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dragon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/draw-polygon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/drum-steelpan.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/drum.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/drumstick-bite.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dumbbell.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dumpster-fire.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dumpster.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/dungeon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/edit.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/egg.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/eject.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ellipsis-h.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ellipsis-v.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/envelope-open-text.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/envelope-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/envelope-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/envelope.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/equals.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/eraser.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ethernet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/euro-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/exchange-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/exclamation-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/exclamation-triangle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/exclamation.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/expand-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/expand-arrows-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/expand.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/external-link-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/external-link-square-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/eye-dropper.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/eye-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/eye.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fan.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fast-backward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fast-forward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/faucet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fax.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/feather-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/feather.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/female.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fighter-jet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-archive.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-audio.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-code.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-contract.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-csv.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-download.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-excel.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-export.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-image.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-import.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-invoice-dollar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-invoice.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-medical-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-pdf.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-powerpoint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-prescription.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-signature.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-upload.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-video.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file-word.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/file.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fill-drip.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fill.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/film.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/filter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fingerprint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fire-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fire-extinguisher.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fire.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/first-aid.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fish.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/fist-raised.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/flag-checkered.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/flag-usa.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/flag.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/flask.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/flushed.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/folder-minus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/folder-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/folder-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/folder.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/font-awesome-logo-full.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/font.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/football-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/forward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/frog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/frown-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/frown.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/funnel-dollar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/futbol.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gamepad.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gas-pump.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gavel.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gem.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/genderless.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ghost.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gift.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gifts.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/glass-cheers.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/glass-martini-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/glass-martini.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/glass-whiskey.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/glasses.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/globe-africa.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/globe-americas.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/globe-asia.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/globe-europe.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/globe.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/golf-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/gopuram.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/graduation-cap.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/greater-than-equal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/greater-than.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grimace.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-beam-sweat.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-hearts.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-squint-tears.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-stars.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-tears.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-tongue-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-tongue-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-tongue.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grin.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grip-horizontal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grip-lines-vertical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grip-lines.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/grip-vertical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/guitar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/h-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hamburger.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hammer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hamsa.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-holding-heart.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-holding-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-holding-usd.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-holding-water.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-holding.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-lizard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-middle-finger.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-paper.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-peace.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-point-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-point-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-point-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-point-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-pointer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-rock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-scissors.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-sparkles.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hand-spock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hands-helping.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hands-wash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hands.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/handshake-alt-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/handshake-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/handshake.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hanukiah.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hard-hat.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hashtag.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hat-cowboy-side.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hat-cowboy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hat-wizard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hdd.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/head-side-cough-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/head-side-cough.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/head-side-mask.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/head-side-virus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/heading.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/headphones-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/headphones.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/headset.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/heart-broken.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/heart.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/heartbeat.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/helicopter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/highlighter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hiking.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hippo.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/history.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hockey-puck.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/holly-berry.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/home.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/horse-head.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/horse.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hospital-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hospital-symbol.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hospital-user.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hospital.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hot-tub.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hotdog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hotel.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hourglass-end.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hourglass-half.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hourglass-start.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hourglass.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/house-damage.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/house-user.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/hryvnia.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/i-cursor.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ice-cream.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/icicles.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/icons.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/id-badge.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/id-card-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/id-card.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/igloo.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/image.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/images.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/inbox.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/indent.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/industry.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/infinity.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/info-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/info.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/italic.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/jedi.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/joint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/journal-whills.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/kaaba.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/key.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/keyboard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/khanda.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/kiss-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/kiss-wink-heart.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/kiss.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/kiwi-bird.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/landmark.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/language.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laptop-code.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laptop-house.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laptop-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laptop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laugh-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laugh-squint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laugh-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/laugh.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/layer-group.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/leaf.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lemon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/less-than-equal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/less-than.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/level-down-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/level-up-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/life-ring.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lightbulb.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/link.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lira-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/list-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/list-ol.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/list-ul.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/list.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/location-arrow.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lock-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/long-arrow-alt-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/long-arrow-alt-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/long-arrow-alt-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/long-arrow-alt-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/low-vision.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/luggage-cart.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lungs-virus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/lungs.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/magic.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/magnet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mail-bulk.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/male.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-marked-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-marked.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-marker-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-marker.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-pin.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map-signs.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/map.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/marker.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mars-double.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mars-stroke-h.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mars-stroke-v.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mars-stroke.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mars.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mask.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/medal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/medkit.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/meh-blank.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/meh-rolling-eyes.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/meh.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/memory.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/menorah.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mercury.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/meteor.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microchip.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microphone-alt-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microphone-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microphone-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microphone.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/microscope.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/minus-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/minus-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/minus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mitten.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mobile-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mobile.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-bill-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-bill-wave-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-bill-wave.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-bill.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-check-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/money-check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/monument.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/moon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mortar-pestle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mosque.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/motorcycle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mountain.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mouse-pointer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mouse.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/mug-hot.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/music.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/network-wired.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/neuter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/newspaper.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/not-equal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/notes-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/object-group.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/object-ungroup.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/oil-can.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/om.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/otter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/outdent.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pager.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paint-brush.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paint-roller.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/palette.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pallet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paper-plane.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paperclip.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/parachute-box.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paragraph.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/parking.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/passport.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pastafarianism.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paste.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pause-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pause.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/paw.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/peace.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pen-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pen-fancy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pen-nib.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pen-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pen.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pencil-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pencil-ruler.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/people-arrows.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/people-carry.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pepper-hot.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/percent.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/percentage.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/person-booth.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone-square-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone-volume.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/phone.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/photo-video.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/piggy-bank.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pills.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pizza-slice.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/place-of-worship.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plane-arrival.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plane-departure.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plane-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plane.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/play-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/play.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plug.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plus-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plus-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/podcast.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/poll-h.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/poll.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/poo-storm.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/poo.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/poop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/portrait.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pound-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/power-off.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pray.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/praying-hands.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/prescription-bottle-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/prescription-bottle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/prescription.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/print.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/procedures.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/project-diagram.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pump-medical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/pump-soap.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/puzzle-piece.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/qrcode.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/question-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/question.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/quidditch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/quote-left.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/quote-right.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/quran.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/radiation-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/radiation.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/rainbow.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/random.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/receipt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/record-vinyl.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/recycle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/redo-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/redo.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/registered.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/remove-format.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/reply-all.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/reply.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/republican.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/restroom.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/retweet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ribbon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ring.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/road.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/robot.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/rocket.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/route.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/rss-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/rss.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ruble-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ruler-combined.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ruler-horizontal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ruler-vertical.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ruler.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/running.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/rupee-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sad-cry.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sad-tear.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/satellite-dish.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/satellite.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/save.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/school.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/screwdriver.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/scroll.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sd-card.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/search-dollar.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/search-location.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/search-minus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/search-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/search.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/seedling.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/server.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shapes.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/share-alt-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/share-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/share-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/share.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shekel-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shield-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shield-virus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ship.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shipping-fast.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shoe-prints.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shopping-bag.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shopping-basket.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shopping-cart.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shower.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/shuttle-van.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sign-in-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sign-language.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sign-out-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/signal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/signature.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sim-card.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sitemap.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/skating.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/skiing-nordic.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/skiing.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/skull-crossbones.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/skull.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sleigh.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sliders-h.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smile-beam.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smile-wink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smile.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smoking-ban.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/smoking.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sms.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/snowboarding.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/snowflake.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/snowman.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/snowplow.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/soap.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/socks.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/solar-panel.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-alpha-down-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-alpha-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-alpha-up-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-alpha-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-amount-down-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-amount-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-amount-up-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-amount-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-numeric-down-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-numeric-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-numeric-up-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-numeric-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sort.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/spa.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/space-shuttle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/spell-check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/spider.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/spinner.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/splotch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/spray-can.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/square-full.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/square-root-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stamp.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star-and-crescent.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star-half-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star-half.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star-of-david.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star-of-life.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/star.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/step-backward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/step-forward.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stethoscope.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sticky-note.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stop-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stop.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stopwatch-20.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stopwatch.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/store-alt-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/store-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/store-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/store.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stream.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/street-view.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/strikethrough.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/stroopwafel.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/subscript.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/subway.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/suitcase-rolling.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/suitcase.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sun.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/superscript.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/surprise.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/swatchbook.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/swimmer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/swimming-pool.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/synagogue.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sync-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/sync.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/syringe.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/table-tennis.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/table.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tablet-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tablet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tablets.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tachometer-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tag.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tags.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tape.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tasks.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/taxi.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/teeth-open.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/teeth.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/temperature-high.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/temperature-low.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tenge.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/terminal.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/text-height.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/text-width.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/th-large.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/th-list.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/th.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/theater-masks.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer-empty.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer-full.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer-half.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer-quarter.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer-three-quarters.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thermometer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thumbs-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thumbs-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/thumbtack.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/ticket-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/times-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/times.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tint-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tint.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tired.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toggle-off.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toggle-on.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toilet-paper-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toilet-paper.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toilet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/toolbox.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tools.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tooth.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/torah.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/torii-gate.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tractor.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trademark.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/traffic-light.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trailer.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/train.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tram.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/transgender-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/transgender.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trash-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trash-restore-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trash-restore.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tree.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/trophy.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/truck-loading.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/truck-monster.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/truck-moving.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/truck-pickup.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/truck.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tshirt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tty.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/tv.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/umbrella-beach.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/umbrella.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/underline.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/undo-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/undo.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/universal-access.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/university.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/unlink.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/unlock-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/unlock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/upload.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-alt-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-astronaut.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-check.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-circle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-clock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-cog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-edit.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-friends.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-graduate.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-injured.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-lock.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-md.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-minus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-ninja.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-nurse.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-plus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-secret.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-shield.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-tag.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-tie.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user-times.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/user.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/users-cog.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/users-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/users.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/utensil-spoon.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/utensils.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vector-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/venus-double.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/venus-mars.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/venus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vial.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vials.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/video-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/video.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vihara.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/virus-slash.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/virus.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/viruses.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/voicemail.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/volleyball-ball.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/volume-down.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/volume-mute.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/volume-off.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/volume-up.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vote-yea.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/vr-cardboard.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/walking.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wallet.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/warehouse.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/water.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wave-square.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/weight-hanging.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/weight.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wheelchair.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wifi.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wind.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/window-close.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/window-maximize.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/window-minimize.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/window-restore.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wine-bottle.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wine-glass-alt.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wine-glass.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/won-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/wrench.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/x-ray.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/yen-sign.svg
+${PYSITELIB}/material/.icons/fontawesome/solid/yin-yang.svg
+${PYSITELIB}/material/.icons/logo.svg
+${PYSITELIB}/material/.icons/material/LICENSE
+${PYSITELIB}/material/.icons/material/ab-testing.svg
+${PYSITELIB}/material/.icons/material/abjad-arabic.svg
+${PYSITELIB}/material/.icons/material/abjad-hebrew.svg
+${PYSITELIB}/material/.icons/material/abugida-devanagari.svg
+${PYSITELIB}/material/.icons/material/abugida-thai.svg
+${PYSITELIB}/material/.icons/material/access-point-check.svg
+${PYSITELIB}/material/.icons/material/access-point-minus.svg
+${PYSITELIB}/material/.icons/material/access-point-network-off.svg
+${PYSITELIB}/material/.icons/material/access-point-network.svg
+${PYSITELIB}/material/.icons/material/access-point-off.svg
+${PYSITELIB}/material/.icons/material/access-point-plus.svg
+${PYSITELIB}/material/.icons/material/access-point-remove.svg
+${PYSITELIB}/material/.icons/material/access-point.svg
+${PYSITELIB}/material/.icons/material/account-alert-outline.svg
+${PYSITELIB}/material/.icons/material/account-alert.svg
+${PYSITELIB}/material/.icons/material/account-arrow-left-outline.svg
+${PYSITELIB}/material/.icons/material/account-arrow-left.svg
+${PYSITELIB}/material/.icons/material/account-arrow-right-outline.svg
+${PYSITELIB}/material/.icons/material/account-arrow-right.svg
+${PYSITELIB}/material/.icons/material/account-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/account-box-multiple.svg
+${PYSITELIB}/material/.icons/material/account-box-outline.svg
+${PYSITELIB}/material/.icons/material/account-box.svg
+${PYSITELIB}/material/.icons/material/account-cancel-outline.svg
+${PYSITELIB}/material/.icons/material/account-cancel.svg
+${PYSITELIB}/material/.icons/material/account-cash-outline.svg
+${PYSITELIB}/material/.icons/material/account-cash.svg
+${PYSITELIB}/material/.icons/material/account-check-outline.svg
+${PYSITELIB}/material/.icons/material/account-check.svg
+${PYSITELIB}/material/.icons/material/account-child-circle.svg
+${PYSITELIB}/material/.icons/material/account-child-outline.svg
+${PYSITELIB}/material/.icons/material/account-child.svg
+${PYSITELIB}/material/.icons/material/account-circle-outline.svg
+${PYSITELIB}/material/.icons/material/account-circle.svg
+${PYSITELIB}/material/.icons/material/account-clock-outline.svg
+${PYSITELIB}/material/.icons/material/account-clock.svg
+${PYSITELIB}/material/.icons/material/account-cog-outline.svg
+${PYSITELIB}/material/.icons/material/account-cog.svg
+${PYSITELIB}/material/.icons/material/account-convert-outline.svg
+${PYSITELIB}/material/.icons/material/account-convert.svg
+${PYSITELIB}/material/.icons/material/account-cowboy-hat.svg
+${PYSITELIB}/material/.icons/material/account-details-outline.svg
+${PYSITELIB}/material/.icons/material/account-details.svg
+${PYSITELIB}/material/.icons/material/account-edit-outline.svg
+${PYSITELIB}/material/.icons/material/account-edit.svg
+${PYSITELIB}/material/.icons/material/account-group-outline.svg
+${PYSITELIB}/material/.icons/material/account-group.svg
+${PYSITELIB}/material/.icons/material/account-hard-hat.svg
+${PYSITELIB}/material/.icons/material/account-heart-outline.svg
+${PYSITELIB}/material/.icons/material/account-heart.svg
+${PYSITELIB}/material/.icons/material/account-key-outline.svg
+${PYSITELIB}/material/.icons/material/account-key.svg
+${PYSITELIB}/material/.icons/material/account-lock-outline.svg
+${PYSITELIB}/material/.icons/material/account-lock.svg
+${PYSITELIB}/material/.icons/material/account-minus-outline.svg
+${PYSITELIB}/material/.icons/material/account-minus.svg
+${PYSITELIB}/material/.icons/material/account-multiple-check-outline.svg
+${PYSITELIB}/material/.icons/material/account-multiple-check.svg
+${PYSITELIB}/material/.icons/material/account-multiple-minus-outline.svg
+${PYSITELIB}/material/.icons/material/account-multiple-minus.svg
+${PYSITELIB}/material/.icons/material/account-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/account-multiple-plus-outline.svg
+${PYSITELIB}/material/.icons/material/account-multiple-plus.svg
+${PYSITELIB}/material/.icons/material/account-multiple-remove-outline.svg
+${PYSITELIB}/material/.icons/material/account-multiple-remove.svg
+${PYSITELIB}/material/.icons/material/account-multiple.svg
+${PYSITELIB}/material/.icons/material/account-music-outline.svg
+${PYSITELIB}/material/.icons/material/account-music.svg
+${PYSITELIB}/material/.icons/material/account-network-outline.svg
+${PYSITELIB}/material/.icons/material/account-network.svg
+${PYSITELIB}/material/.icons/material/account-off-outline.svg
+${PYSITELIB}/material/.icons/material/account-off.svg
+${PYSITELIB}/material/.icons/material/account-outline.svg
+${PYSITELIB}/material/.icons/material/account-plus-outline.svg
+${PYSITELIB}/material/.icons/material/account-plus.svg
+${PYSITELIB}/material/.icons/material/account-question-outline.svg
+${PYSITELIB}/material/.icons/material/account-question.svg
+${PYSITELIB}/material/.icons/material/account-reactivate-outline.svg
+${PYSITELIB}/material/.icons/material/account-reactivate.svg
+${PYSITELIB}/material/.icons/material/account-remove-outline.svg
+${PYSITELIB}/material/.icons/material/account-remove.svg
+${PYSITELIB}/material/.icons/material/account-search-outline.svg
+${PYSITELIB}/material/.icons/material/account-search.svg
+${PYSITELIB}/material/.icons/material/account-settings-outline.svg
+${PYSITELIB}/material/.icons/material/account-settings.svg
+${PYSITELIB}/material/.icons/material/account-star-outline.svg
+${PYSITELIB}/material/.icons/material/account-star.svg
+${PYSITELIB}/material/.icons/material/account-supervisor-circle-outline.svg
+${PYSITELIB}/material/.icons/material/account-supervisor-circle.svg
+${PYSITELIB}/material/.icons/material/account-supervisor-outline.svg
+${PYSITELIB}/material/.icons/material/account-supervisor.svg
+${PYSITELIB}/material/.icons/material/account-switch-outline.svg
+${PYSITELIB}/material/.icons/material/account-switch.svg
+${PYSITELIB}/material/.icons/material/account-tie-outline.svg
+${PYSITELIB}/material/.icons/material/account-tie-voice-off-outline.svg
+${PYSITELIB}/material/.icons/material/account-tie-voice-off.svg
+${PYSITELIB}/material/.icons/material/account-tie-voice-outline.svg
+${PYSITELIB}/material/.icons/material/account-tie-voice.svg
+${PYSITELIB}/material/.icons/material/account-tie.svg
+${PYSITELIB}/material/.icons/material/account-voice.svg
+${PYSITELIB}/material/.icons/material/account.svg
+${PYSITELIB}/material/.icons/material/adjust.svg
+${PYSITELIB}/material/.icons/material/adobe-acrobat.svg
+${PYSITELIB}/material/.icons/material/adobe.svg
+${PYSITELIB}/material/.icons/material/air-conditioner.svg
+${PYSITELIB}/material/.icons/material/air-filter.svg
+${PYSITELIB}/material/.icons/material/air-horn.svg
+${PYSITELIB}/material/.icons/material/air-humidifier-off.svg
+${PYSITELIB}/material/.icons/material/air-humidifier.svg
+${PYSITELIB}/material/.icons/material/air-purifier.svg
+${PYSITELIB}/material/.icons/material/airbag.svg
+${PYSITELIB}/material/.icons/material/airballoon-outline.svg
+${PYSITELIB}/material/.icons/material/airballoon.svg
+${PYSITELIB}/material/.icons/material/airplane-landing.svg
+${PYSITELIB}/material/.icons/material/airplane-off.svg
+${PYSITELIB}/material/.icons/material/airplane-takeoff.svg
+${PYSITELIB}/material/.icons/material/airplane.svg
+${PYSITELIB}/material/.icons/material/airport.svg
+${PYSITELIB}/material/.icons/material/alarm-bell.svg
+${PYSITELIB}/material/.icons/material/alarm-check.svg
+${PYSITELIB}/material/.icons/material/alarm-light-outline.svg
+${PYSITELIB}/material/.icons/material/alarm-light.svg
+${PYSITELIB}/material/.icons/material/alarm-multiple.svg
+${PYSITELIB}/material/.icons/material/alarm-note-off.svg
+${PYSITELIB}/material/.icons/material/alarm-note.svg
+${PYSITELIB}/material/.icons/material/alarm-off.svg
+${PYSITELIB}/material/.icons/material/alarm-plus.svg
+${PYSITELIB}/material/.icons/material/alarm-snooze.svg
+${PYSITELIB}/material/.icons/material/alarm.svg
+${PYSITELIB}/material/.icons/material/album.svg
+${PYSITELIB}/material/.icons/material/alert-box-outline.svg
+${PYSITELIB}/material/.icons/material/alert-box.svg
+${PYSITELIB}/material/.icons/material/alert-circle-check-outline.svg
+${PYSITELIB}/material/.icons/material/alert-circle-check.svg
+${PYSITELIB}/material/.icons/material/alert-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alert-circle.svg
+${PYSITELIB}/material/.icons/material/alert-decagram-outline.svg
+${PYSITELIB}/material/.icons/material/alert-decagram.svg
+${PYSITELIB}/material/.icons/material/alert-minus-outline.svg
+${PYSITELIB}/material/.icons/material/alert-minus.svg
+${PYSITELIB}/material/.icons/material/alert-octagon-outline.svg
+${PYSITELIB}/material/.icons/material/alert-octagon.svg
+${PYSITELIB}/material/.icons/material/alert-octagram-outline.svg
+${PYSITELIB}/material/.icons/material/alert-octagram.svg
+${PYSITELIB}/material/.icons/material/alert-outline.svg
+${PYSITELIB}/material/.icons/material/alert-plus-outline.svg
+${PYSITELIB}/material/.icons/material/alert-plus.svg
+${PYSITELIB}/material/.icons/material/alert-remove-outline.svg
+${PYSITELIB}/material/.icons/material/alert-remove.svg
+${PYSITELIB}/material/.icons/material/alert-rhombus-outline.svg
+${PYSITELIB}/material/.icons/material/alert-rhombus.svg
+${PYSITELIB}/material/.icons/material/alert.svg
+${PYSITELIB}/material/.icons/material/alien-outline.svg
+${PYSITELIB}/material/.icons/material/alien.svg
+${PYSITELIB}/material/.icons/material/align-horizontal-center.svg
+${PYSITELIB}/material/.icons/material/align-horizontal-left.svg
+${PYSITELIB}/material/.icons/material/align-horizontal-right.svg
+${PYSITELIB}/material/.icons/material/align-vertical-bottom.svg
+${PYSITELIB}/material/.icons/material/align-vertical-center.svg
+${PYSITELIB}/material/.icons/material/align-vertical-top.svg
+${PYSITELIB}/material/.icons/material/all-inclusive.svg
+${PYSITELIB}/material/.icons/material/allergy.svg
+${PYSITELIB}/material/.icons/material/alpha-a-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-a-box.svg
+${PYSITELIB}/material/.icons/material/alpha-a-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-a-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-a.svg
+${PYSITELIB}/material/.icons/material/alpha-b-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-b-box.svg
+${PYSITELIB}/material/.icons/material/alpha-b-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-b-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-b.svg
+${PYSITELIB}/material/.icons/material/alpha-c-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-c-box.svg
+${PYSITELIB}/material/.icons/material/alpha-c-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-c-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-c.svg
+${PYSITELIB}/material/.icons/material/alpha-d-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-d-box.svg
+${PYSITELIB}/material/.icons/material/alpha-d-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-d-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-d.svg
+${PYSITELIB}/material/.icons/material/alpha-e-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-e-box.svg
+${PYSITELIB}/material/.icons/material/alpha-e-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-e-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-e.svg
+${PYSITELIB}/material/.icons/material/alpha-f-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-f-box.svg
+${PYSITELIB}/material/.icons/material/alpha-f-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-f-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-f.svg
+${PYSITELIB}/material/.icons/material/alpha-g-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-g-box.svg
+${PYSITELIB}/material/.icons/material/alpha-g-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-g-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-g.svg
+${PYSITELIB}/material/.icons/material/alpha-h-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-h-box.svg
+${PYSITELIB}/material/.icons/material/alpha-h-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-h-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-h.svg
+${PYSITELIB}/material/.icons/material/alpha-i-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-i-box.svg
+${PYSITELIB}/material/.icons/material/alpha-i-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-i-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-i.svg
+${PYSITELIB}/material/.icons/material/alpha-j-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-j-box.svg
+${PYSITELIB}/material/.icons/material/alpha-j-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-j-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-j.svg
+${PYSITELIB}/material/.icons/material/alpha-k-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-k-box.svg
+${PYSITELIB}/material/.icons/material/alpha-k-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-k-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-k.svg
+${PYSITELIB}/material/.icons/material/alpha-l-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-l-box.svg
+${PYSITELIB}/material/.icons/material/alpha-l-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-l-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-l.svg
+${PYSITELIB}/material/.icons/material/alpha-m-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-m-box.svg
+${PYSITELIB}/material/.icons/material/alpha-m-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-m-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-m.svg
+${PYSITELIB}/material/.icons/material/alpha-n-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-n-box.svg
+${PYSITELIB}/material/.icons/material/alpha-n-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-n-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-n.svg
+${PYSITELIB}/material/.icons/material/alpha-o-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-o-box.svg
+${PYSITELIB}/material/.icons/material/alpha-o-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-o-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-o.svg
+${PYSITELIB}/material/.icons/material/alpha-p-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-p-box.svg
+${PYSITELIB}/material/.icons/material/alpha-p-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-p-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-p.svg
+${PYSITELIB}/material/.icons/material/alpha-q-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-q-box.svg
+${PYSITELIB}/material/.icons/material/alpha-q-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-q-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-q.svg
+${PYSITELIB}/material/.icons/material/alpha-r-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-r-box.svg
+${PYSITELIB}/material/.icons/material/alpha-r-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-r-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-r.svg
+${PYSITELIB}/material/.icons/material/alpha-s-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-s-box.svg
+${PYSITELIB}/material/.icons/material/alpha-s-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-s-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-s.svg
+${PYSITELIB}/material/.icons/material/alpha-t-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-t-box.svg
+${PYSITELIB}/material/.icons/material/alpha-t-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-t-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-t.svg
+${PYSITELIB}/material/.icons/material/alpha-u-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-u-box.svg
+${PYSITELIB}/material/.icons/material/alpha-u-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-u-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-u.svg
+${PYSITELIB}/material/.icons/material/alpha-v-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-v-box.svg
+${PYSITELIB}/material/.icons/material/alpha-v-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-v-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-v.svg
+${PYSITELIB}/material/.icons/material/alpha-w-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-w-box.svg
+${PYSITELIB}/material/.icons/material/alpha-w-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-w-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-w.svg
+${PYSITELIB}/material/.icons/material/alpha-x-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-x-box.svg
+${PYSITELIB}/material/.icons/material/alpha-x-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-x-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-x.svg
+${PYSITELIB}/material/.icons/material/alpha-y-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-y-box.svg
+${PYSITELIB}/material/.icons/material/alpha-y-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-y-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-y.svg
+${PYSITELIB}/material/.icons/material/alpha-z-box-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-z-box.svg
+${PYSITELIB}/material/.icons/material/alpha-z-circle-outline.svg
+${PYSITELIB}/material/.icons/material/alpha-z-circle.svg
+${PYSITELIB}/material/.icons/material/alpha-z.svg
+${PYSITELIB}/material/.icons/material/alpha.svg
+${PYSITELIB}/material/.icons/material/alphabet-aurebesh.svg
+${PYSITELIB}/material/.icons/material/alphabet-cyrillic.svg
+${PYSITELIB}/material/.icons/material/alphabet-greek.svg
+${PYSITELIB}/material/.icons/material/alphabet-latin.svg
+${PYSITELIB}/material/.icons/material/alphabet-piqad.svg
+${PYSITELIB}/material/.icons/material/alphabet-tengwar.svg
+${PYSITELIB}/material/.icons/material/alphabetical-off.svg
+${PYSITELIB}/material/.icons/material/alphabetical-variant-off.svg
+${PYSITELIB}/material/.icons/material/alphabetical-variant.svg
+${PYSITELIB}/material/.icons/material/alphabetical.svg
+${PYSITELIB}/material/.icons/material/altimeter.svg
+${PYSITELIB}/material/.icons/material/amazon-alexa.svg
+${PYSITELIB}/material/.icons/material/amazon.svg
+${PYSITELIB}/material/.icons/material/ambulance.svg
+${PYSITELIB}/material/.icons/material/ammunition.svg
+${PYSITELIB}/material/.icons/material/ampersand.svg
+${PYSITELIB}/material/.icons/material/amplifier-off.svg
+${PYSITELIB}/material/.icons/material/amplifier.svg
+${PYSITELIB}/material/.icons/material/anchor.svg
+${PYSITELIB}/material/.icons/material/android-auto.svg
+${PYSITELIB}/material/.icons/material/android-debug-bridge.svg
+${PYSITELIB}/material/.icons/material/android-messages.svg
+${PYSITELIB}/material/.icons/material/android-studio.svg
+${PYSITELIB}/material/.icons/material/android.svg
+${PYSITELIB}/material/.icons/material/angle-acute.svg
+${PYSITELIB}/material/.icons/material/angle-obtuse.svg
+${PYSITELIB}/material/.icons/material/angle-right.svg
+${PYSITELIB}/material/.icons/material/angular.svg
+${PYSITELIB}/material/.icons/material/angularjs.svg
+${PYSITELIB}/material/.icons/material/animation-outline.svg
+${PYSITELIB}/material/.icons/material/animation-play-outline.svg
+${PYSITELIB}/material/.icons/material/animation-play.svg
+${PYSITELIB}/material/.icons/material/animation.svg
+${PYSITELIB}/material/.icons/material/ansible.svg
+${PYSITELIB}/material/.icons/material/antenna.svg
+${PYSITELIB}/material/.icons/material/anvil.svg
+${PYSITELIB}/material/.icons/material/apache-kafka.svg
+${PYSITELIB}/material/.icons/material/api-off.svg
+${PYSITELIB}/material/.icons/material/api.svg
+${PYSITELIB}/material/.icons/material/apple-airplay.svg
+${PYSITELIB}/material/.icons/material/apple-finder.svg
+${PYSITELIB}/material/.icons/material/apple-icloud.svg
+${PYSITELIB}/material/.icons/material/apple-ios.svg
+${PYSITELIB}/material/.icons/material/apple-keyboard-caps.svg
+${PYSITELIB}/material/.icons/material/apple-keyboard-command.svg
+${PYSITELIB}/material/.icons/material/apple-keyboard-control.svg
+${PYSITELIB}/material/.icons/material/apple-keyboard-option.svg
+${PYSITELIB}/material/.icons/material/apple-keyboard-shift.svg
+${PYSITELIB}/material/.icons/material/apple-safari.svg
+${PYSITELIB}/material/.icons/material/apple.svg
+${PYSITELIB}/material/.icons/material/application-cog.svg
+${PYSITELIB}/material/.icons/material/application-export.svg
+${PYSITELIB}/material/.icons/material/application-import.svg
+${PYSITELIB}/material/.icons/material/application-settings.svg
+${PYSITELIB}/material/.icons/material/application.svg
+${PYSITELIB}/material/.icons/material/approximately-equal-box.svg
+${PYSITELIB}/material/.icons/material/approximately-equal.svg
+${PYSITELIB}/material/.icons/material/apps-box.svg
+${PYSITELIB}/material/.icons/material/apps.svg
+${PYSITELIB}/material/.icons/material/arch.svg
+${PYSITELIB}/material/.icons/material/archive-alert-outline.svg
+${PYSITELIB}/material/.icons/material/archive-alert.svg
+${PYSITELIB}/material/.icons/material/archive-arrow-down-outline.svg
+${PYSITELIB}/material/.icons/material/archive-arrow-down.svg
+${PYSITELIB}/material/.icons/material/archive-arrow-up-outline.svg
+${PYSITELIB}/material/.icons/material/archive-arrow-up.svg
+${PYSITELIB}/material/.icons/material/archive-outline.svg
+${PYSITELIB}/material/.icons/material/archive.svg
+${PYSITELIB}/material/.icons/material/arm-flex-outline.svg
+${PYSITELIB}/material/.icons/material/arm-flex.svg
+${PYSITELIB}/material/.icons/material/arrange-bring-forward.svg
+${PYSITELIB}/material/.icons/material/arrange-bring-to-front.svg
+${PYSITELIB}/material/.icons/material/arrange-send-backward.svg
+${PYSITELIB}/material/.icons/material/arrange-send-to-back.svg
+${PYSITELIB}/material/.icons/material/arrow-all.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-left-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-left-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-left-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-left.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-right-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-right-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-right-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-bottom-right.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-all.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-down.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-horizontal.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-left.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-right.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-up.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse-vertical.svg
+${PYSITELIB}/material/.icons/material/arrow-collapse.svg
+${PYSITELIB}/material/.icons/material/arrow-decision-auto-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-decision-auto.svg
+${PYSITELIB}/material/.icons/material/arrow-decision-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-decision.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-box-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-box.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-hexagon-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-down-box.svg
+${PYSITELIB}/material/.icons/material/arrow-down-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-down-drop-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down-drop-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-down-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-down-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-down.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-all.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-down.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-horizontal.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-left.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-right.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-up.svg
+${PYSITELIB}/material/.icons/material/arrow-expand-vertical.svg
+${PYSITELIB}/material/.icons/material/arrow-expand.svg
+${PYSITELIB}/material/.icons/material/arrow-horizontal-lock.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-box-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-box.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-hexagon-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-left-box.svg
+${PYSITELIB}/material/.icons/material/arrow-left-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-left-drop-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-drop-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-left-right-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left-right-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-left-right.svg
+${PYSITELIB}/material/.icons/material/arrow-left-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-left-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-left.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-box-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-box.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-hexagon-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-right-box.svg
+${PYSITELIB}/material/.icons/material/arrow-right-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-right-drop-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right-drop-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-right-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-right-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-right.svg
+${PYSITELIB}/material/.icons/material/arrow-split-horizontal.svg
+${PYSITELIB}/material/.icons/material/arrow-split-vertical.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left-bottom-right-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left-bottom-right.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-top-left.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right-bottom-left-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right-bottom-left.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-top-right.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-box-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-box.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-hexagon-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-up-box.svg
+${PYSITELIB}/material/.icons/material/arrow-up-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-up-down-bold-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-down-bold.svg
+${PYSITELIB}/material/.icons/material/arrow-up-down.svg
+${PYSITELIB}/material/.icons/material/arrow-up-drop-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up-drop-circle.svg
+${PYSITELIB}/material/.icons/material/arrow-up-thick.svg
+${PYSITELIB}/material/.icons/material/arrow-up-thin-circle-outline.svg
+${PYSITELIB}/material/.icons/material/arrow-up.svg
+${PYSITELIB}/material/.icons/material/arrow-vertical-lock.svg
+${PYSITELIB}/material/.icons/material/artstation.svg
+${PYSITELIB}/material/.icons/material/aspect-ratio.svg
+${PYSITELIB}/material/.icons/material/assistant.svg
+${PYSITELIB}/material/.icons/material/asterisk.svg
+${PYSITELIB}/material/.icons/material/at.svg
+${PYSITELIB}/material/.icons/material/atlassian.svg
+${PYSITELIB}/material/.icons/material/atm.svg
+${PYSITELIB}/material/.icons/material/atom-variant.svg
+${PYSITELIB}/material/.icons/material/atom.svg
+${PYSITELIB}/material/.icons/material/attachment.svg
+${PYSITELIB}/material/.icons/material/audio-video-off.svg
+${PYSITELIB}/material/.icons/material/audio-video.svg
+${PYSITELIB}/material/.icons/material/augmented-reality.svg
+${PYSITELIB}/material/.icons/material/auto-download.svg
+${PYSITELIB}/material/.icons/material/auto-fix.svg
+${PYSITELIB}/material/.icons/material/auto-upload.svg
+${PYSITELIB}/material/.icons/material/autorenew.svg
+${PYSITELIB}/material/.icons/material/av-timer.svg
+${PYSITELIB}/material/.icons/material/aws.svg
+${PYSITELIB}/material/.icons/material/axe.svg
+${PYSITELIB}/material/.icons/material/axis-arrow-info.svg
+${PYSITELIB}/material/.icons/material/axis-arrow-lock.svg
+${PYSITELIB}/material/.icons/material/axis-arrow.svg
+${PYSITELIB}/material/.icons/material/axis-lock.svg
+${PYSITELIB}/material/.icons/material/axis-x-arrow-lock.svg
+${PYSITELIB}/material/.icons/material/axis-x-arrow.svg
+${PYSITELIB}/material/.icons/material/axis-x-rotate-clockwise.svg
+${PYSITELIB}/material/.icons/material/axis-x-rotate-counterclockwise.svg
+${PYSITELIB}/material/.icons/material/axis-x-y-arrow-lock.svg
+${PYSITELIB}/material/.icons/material/axis-y-arrow-lock.svg
+${PYSITELIB}/material/.icons/material/axis-y-arrow.svg
+${PYSITELIB}/material/.icons/material/axis-y-rotate-clockwise.svg
+${PYSITELIB}/material/.icons/material/axis-y-rotate-counterclockwise.svg
+${PYSITELIB}/material/.icons/material/axis-z-arrow-lock.svg
+${PYSITELIB}/material/.icons/material/axis-z-arrow.svg
+${PYSITELIB}/material/.icons/material/axis-z-rotate-clockwise.svg
+${PYSITELIB}/material/.icons/material/axis-z-rotate-counterclockwise.svg
+${PYSITELIB}/material/.icons/material/axis.svg
+${PYSITELIB}/material/.icons/material/babel.svg
+${PYSITELIB}/material/.icons/material/baby-bottle-outline.svg
+${PYSITELIB}/material/.icons/material/baby-bottle.svg
+${PYSITELIB}/material/.icons/material/baby-buggy.svg
+${PYSITELIB}/material/.icons/material/baby-carriage-off.svg
+${PYSITELIB}/material/.icons/material/baby-carriage.svg
+${PYSITELIB}/material/.icons/material/baby-face-outline.svg
+${PYSITELIB}/material/.icons/material/baby-face.svg
+${PYSITELIB}/material/.icons/material/baby.svg
+${PYSITELIB}/material/.icons/material/backburger.svg
+${PYSITELIB}/material/.icons/material/backspace-outline.svg
+${PYSITELIB}/material/.icons/material/backspace-reverse-outline.svg
+${PYSITELIB}/material/.icons/material/backspace-reverse.svg
+${PYSITELIB}/material/.icons/material/backspace.svg
+${PYSITELIB}/material/.icons/material/backup-restore.svg
+${PYSITELIB}/material/.icons/material/bacteria-outline.svg
+${PYSITELIB}/material/.icons/material/bacteria.svg
+${PYSITELIB}/material/.icons/material/badge-account-alert-outline.svg
+${PYSITELIB}/material/.icons/material/badge-account-alert.svg
+${PYSITELIB}/material/.icons/material/badge-account-horizontal-outline.svg
+${PYSITELIB}/material/.icons/material/badge-account-horizontal.svg
+${PYSITELIB}/material/.icons/material/badge-account-outline.svg
+${PYSITELIB}/material/.icons/material/badge-account.svg
+${PYSITELIB}/material/.icons/material/badminton.svg
+${PYSITELIB}/material/.icons/material/bag-carry-on-check.svg
+${PYSITELIB}/material/.icons/material/bag-carry-on-off.svg
+${PYSITELIB}/material/.icons/material/bag-carry-on.svg
+${PYSITELIB}/material/.icons/material/bag-checked.svg
+${PYSITELIB}/material/.icons/material/bag-personal-off-outline.svg
+${PYSITELIB}/material/.icons/material/bag-personal-off.svg
+${PYSITELIB}/material/.icons/material/bag-personal-outline.svg
+${PYSITELIB}/material/.icons/material/bag-personal.svg
+${PYSITELIB}/material/.icons/material/bag-suitcase-off-outline.svg
+${PYSITELIB}/material/.icons/material/bag-suitcase-off.svg
+${PYSITELIB}/material/.icons/material/bag-suitcase-outline.svg
+${PYSITELIB}/material/.icons/material/bag-suitcase.svg
+${PYSITELIB}/material/.icons/material/baguette.svg
+${PYSITELIB}/material/.icons/material/balloon.svg
+${PYSITELIB}/material/.icons/material/ballot-outline.svg
+${PYSITELIB}/material/.icons/material/ballot-recount-outline.svg
+${PYSITELIB}/material/.icons/material/ballot-recount.svg
+${PYSITELIB}/material/.icons/material/ballot.svg
+${PYSITELIB}/material/.icons/material/bandage.svg
+${PYSITELIB}/material/.icons/material/bandcamp.svg
+${PYSITELIB}/material/.icons/material/bank-minus.svg
+${PYSITELIB}/material/.icons/material/bank-outline.svg
+${PYSITELIB}/material/.icons/material/bank-plus.svg
+${PYSITELIB}/material/.icons/material/bank-remove.svg
+${PYSITELIB}/material/.icons/material/bank-transfer-in.svg
+${PYSITELIB}/material/.icons/material/bank-transfer-out.svg
+${PYSITELIB}/material/.icons/material/bank-transfer.svg
+${PYSITELIB}/material/.icons/material/bank.svg
+${PYSITELIB}/material/.icons/material/barcode-off.svg
+${PYSITELIB}/material/.icons/material/barcode-scan.svg
+${PYSITELIB}/material/.icons/material/barcode.svg
+${PYSITELIB}/material/.icons/material/barley-off.svg
+${PYSITELIB}/material/.icons/material/barley.svg
+${PYSITELIB}/material/.icons/material/barn.svg
+${PYSITELIB}/material/.icons/material/barrel.svg
+${PYSITELIB}/material/.icons/material/baseball-bat.svg
+${PYSITELIB}/material/.icons/material/baseball.svg
+${PYSITELIB}/material/.icons/material/bash.svg
+${PYSITELIB}/material/.icons/material/basket-fill.svg
+${PYSITELIB}/material/.icons/material/basket-minus-outline.svg
+${PYSITELIB}/material/.icons/material/basket-minus.svg
+${PYSITELIB}/material/.icons/material/basket-off-outline.svg
+${PYSITELIB}/material/.icons/material/basket-off.svg
+${PYSITELIB}/material/.icons/material/basket-outline.svg
+${PYSITELIB}/material/.icons/material/basket-plus-outline.svg
+${PYSITELIB}/material/.icons/material/basket-plus.svg
+${PYSITELIB}/material/.icons/material/basket-remove-outline.svg
+${PYSITELIB}/material/.icons/material/basket-remove.svg
+${PYSITELIB}/material/.icons/material/basket-unfill.svg
+${PYSITELIB}/material/.icons/material/basket.svg
+${PYSITELIB}/material/.icons/material/basketball-hoop-outline.svg
+${PYSITELIB}/material/.icons/material/basketball-hoop.svg
+${PYSITELIB}/material/.icons/material/basketball.svg
+${PYSITELIB}/material/.icons/material/bat.svg
+${PYSITELIB}/material/.icons/material/battery-10-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-10.svg
+${PYSITELIB}/material/.icons/material/battery-20-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-20.svg
+${PYSITELIB}/material/.icons/material/battery-30-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-30.svg
+${PYSITELIB}/material/.icons/material/battery-40-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-40.svg
+${PYSITELIB}/material/.icons/material/battery-50-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-50.svg
+${PYSITELIB}/material/.icons/material/battery-60-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-60.svg
+${PYSITELIB}/material/.icons/material/battery-70-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-70.svg
+${PYSITELIB}/material/.icons/material/battery-80-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-80.svg
+${PYSITELIB}/material/.icons/material/battery-90-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-90.svg
+${PYSITELIB}/material/.icons/material/battery-alert-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-alert-variant-outline.svg
+${PYSITELIB}/material/.icons/material/battery-alert-variant.svg
+${PYSITELIB}/material/.icons/material/battery-alert.svg
+${PYSITELIB}/material/.icons/material/battery-bluetooth-variant.svg
+${PYSITELIB}/material/.icons/material/battery-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-charging-10.svg
+${PYSITELIB}/material/.icons/material/battery-charging-100.svg
+${PYSITELIB}/material/.icons/material/battery-charging-20.svg
+${PYSITELIB}/material/.icons/material/battery-charging-30.svg
+${PYSITELIB}/material/.icons/material/battery-charging-40.svg
+${PYSITELIB}/material/.icons/material/battery-charging-50.svg
+${PYSITELIB}/material/.icons/material/battery-charging-60.svg
+${PYSITELIB}/material/.icons/material/battery-charging-70.svg
+${PYSITELIB}/material/.icons/material/battery-charging-80.svg
+${PYSITELIB}/material/.icons/material/battery-charging-90.svg
+${PYSITELIB}/material/.icons/material/battery-charging-high.svg
+${PYSITELIB}/material/.icons/material/battery-charging-low.svg
+${PYSITELIB}/material/.icons/material/battery-charging-medium.svg
+${PYSITELIB}/material/.icons/material/battery-charging-outline.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-10.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-20.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-30.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-40.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-50.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-60.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-70.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-80.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-90.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-alert.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless-outline.svg
+${PYSITELIB}/material/.icons/material/battery-charging-wireless.svg
+${PYSITELIB}/material/.icons/material/battery-charging.svg
+${PYSITELIB}/material/.icons/material/battery-heart-outline.svg
+${PYSITELIB}/material/.icons/material/battery-heart-variant.svg
+${PYSITELIB}/material/.icons/material/battery-heart.svg
+${PYSITELIB}/material/.icons/material/battery-high.svg
+${PYSITELIB}/material/.icons/material/battery-low.svg
+${PYSITELIB}/material/.icons/material/battery-medium.svg
+${PYSITELIB}/material/.icons/material/battery-minus.svg
+${PYSITELIB}/material/.icons/material/battery-negative.svg
+${PYSITELIB}/material/.icons/material/battery-off-outline.svg
+${PYSITELIB}/material/.icons/material/battery-off.svg
+${PYSITELIB}/material/.icons/material/battery-outline.svg
+${PYSITELIB}/material/.icons/material/battery-plus.svg
+${PYSITELIB}/material/.icons/material/battery-positive.svg
+${PYSITELIB}/material/.icons/material/battery-unknown-bluetooth.svg
+${PYSITELIB}/material/.icons/material/battery-unknown.svg
+${PYSITELIB}/material/.icons/material/battery.svg
+${PYSITELIB}/material/.icons/material/battlenet.svg
+${PYSITELIB}/material/.icons/material/beach.svg
+${PYSITELIB}/material/.icons/material/beaker-alert-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-alert.svg
+${PYSITELIB}/material/.icons/material/beaker-check-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-check.svg
+${PYSITELIB}/material/.icons/material/beaker-minus-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-minus.svg
+${PYSITELIB}/material/.icons/material/beaker-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-plus-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-plus.svg
+${PYSITELIB}/material/.icons/material/beaker-question-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-question.svg
+${PYSITELIB}/material/.icons/material/beaker-remove-outline.svg
+${PYSITELIB}/material/.icons/material/beaker-remove.svg
+${PYSITELIB}/material/.icons/material/beaker.svg
+${PYSITELIB}/material/.icons/material/bed-double-outline.svg
+${PYSITELIB}/material/.icons/material/bed-double.svg
+${PYSITELIB}/material/.icons/material/bed-empty.svg
+${PYSITELIB}/material/.icons/material/bed-king-outline.svg
+${PYSITELIB}/material/.icons/material/bed-king.svg
+${PYSITELIB}/material/.icons/material/bed-outline.svg
+${PYSITELIB}/material/.icons/material/bed-queen-outline.svg
+${PYSITELIB}/material/.icons/material/bed-queen.svg
+${PYSITELIB}/material/.icons/material/bed-single-outline.svg
+${PYSITELIB}/material/.icons/material/bed-single.svg
+${PYSITELIB}/material/.icons/material/bed.svg
+${PYSITELIB}/material/.icons/material/bee-flower.svg
+${PYSITELIB}/material/.icons/material/bee.svg
+${PYSITELIB}/material/.icons/material/beehive-off-outline.svg
+${PYSITELIB}/material/.icons/material/beehive-outline.svg
+${PYSITELIB}/material/.icons/material/beekeeper.svg
+${PYSITELIB}/material/.icons/material/beer-outline.svg
+${PYSITELIB}/material/.icons/material/beer.svg
+${PYSITELIB}/material/.icons/material/bell-alert-outline.svg
+${PYSITELIB}/material/.icons/material/bell-alert.svg
+${PYSITELIB}/material/.icons/material/bell-cancel-outline.svg
+${PYSITELIB}/material/.icons/material/bell-cancel.svg
+${PYSITELIB}/material/.icons/material/bell-check-outline.svg
+${PYSITELIB}/material/.icons/material/bell-check.svg
+${PYSITELIB}/material/.icons/material/bell-circle-outline.svg
+${PYSITELIB}/material/.icons/material/bell-circle.svg
+${PYSITELIB}/material/.icons/material/bell-minus-outline.svg
+${PYSITELIB}/material/.icons/material/bell-minus.svg
+${PYSITELIB}/material/.icons/material/bell-off-outline.svg
+${PYSITELIB}/material/.icons/material/bell-off.svg
+${PYSITELIB}/material/.icons/material/bell-outline.svg
+${PYSITELIB}/material/.icons/material/bell-plus-outline.svg
+${PYSITELIB}/material/.icons/material/bell-plus.svg
+${PYSITELIB}/material/.icons/material/bell-remove-outline.svg
+${PYSITELIB}/material/.icons/material/bell-remove.svg
+${PYSITELIB}/material/.icons/material/bell-ring-outline.svg
+${PYSITELIB}/material/.icons/material/bell-ring.svg
+${PYSITELIB}/material/.icons/material/bell-sleep-outline.svg
+${PYSITELIB}/material/.icons/material/bell-sleep.svg
+${PYSITELIB}/material/.icons/material/bell.svg
+${PYSITELIB}/material/.icons/material/beta.svg
+${PYSITELIB}/material/.icons/material/betamax.svg
+${PYSITELIB}/material/.icons/material/biathlon.svg
+${PYSITELIB}/material/.icons/material/bicycle-basket.svg
+${PYSITELIB}/material/.icons/material/bicycle.svg
+${PYSITELIB}/material/.icons/material/bike-fast.svg
+${PYSITELIB}/material/.icons/material/bike.svg
+${PYSITELIB}/material/.icons/material/billboard.svg
+${PYSITELIB}/material/.icons/material/billiards-rack.svg
+${PYSITELIB}/material/.icons/material/billiards.svg
+${PYSITELIB}/material/.icons/material/binoculars.svg
+${PYSITELIB}/material/.icons/material/bio.svg
+${PYSITELIB}/material/.icons/material/biohazard.svg
+${PYSITELIB}/material/.icons/material/bitbucket.svg
+${PYSITELIB}/material/.icons/material/bitcoin.svg
+${PYSITELIB}/material/.icons/material/black-mesa.svg
+${PYSITELIB}/material/.icons/material/blender-software.svg
+${PYSITELIB}/material/.icons/material/blender.svg
+${PYSITELIB}/material/.icons/material/blinds-open.svg
+${PYSITELIB}/material/.icons/material/blinds.svg
+${PYSITELIB}/material/.icons/material/block-helper.svg
+${PYSITELIB}/material/.icons/material/blogger.svg
+${PYSITELIB}/material/.icons/material/blood-bag.svg
+${PYSITELIB}/material/.icons/material/bluetooth-audio.svg
+${PYSITELIB}/material/.icons/material/bluetooth-connect.svg
+${PYSITELIB}/material/.icons/material/bluetooth-off.svg
+${PYSITELIB}/material/.icons/material/bluetooth-settings.svg
+${PYSITELIB}/material/.icons/material/bluetooth-transfer.svg
+${PYSITELIB}/material/.icons/material/bluetooth.svg
+${PYSITELIB}/material/.icons/material/blur-linear.svg
+${PYSITELIB}/material/.icons/material/blur-off.svg
+${PYSITELIB}/material/.icons/material/blur-radial.svg
+${PYSITELIB}/material/.icons/material/blur.svg
+${PYSITELIB}/material/.icons/material/bolnisi-cross.svg
+${PYSITELIB}/material/.icons/material/bolt.svg
+${PYSITELIB}/material/.icons/material/bomb-off.svg
+${PYSITELIB}/material/.icons/material/bomb.svg
+${PYSITELIB}/material/.icons/material/bone.svg
+${PYSITELIB}/material/.icons/material/book-account-outline.svg
+${PYSITELIB}/material/.icons/material/book-account.svg
+${PYSITELIB}/material/.icons/material/book-alphabet.svg
+${PYSITELIB}/material/.icons/material/book-check-outline.svg
+${PYSITELIB}/material/.icons/material/book-check.svg
+${PYSITELIB}/material/.icons/material/book-cross.svg
+${PYSITELIB}/material/.icons/material/book-information-variant.svg
+${PYSITELIB}/material/.icons/material/book-lock-open.svg
+${PYSITELIB}/material/.icons/material/book-lock.svg
+${PYSITELIB}/material/.icons/material/book-minus-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/book-minus-multiple.svg
+${PYSITELIB}/material/.icons/material/book-minus.svg
+${PYSITELIB}/material/.icons/material/book-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/book-multiple.svg
+${PYSITELIB}/material/.icons/material/book-music.svg
+${PYSITELIB}/material/.icons/material/book-open-blank-variant.svg
+${PYSITELIB}/material/.icons/material/book-open-outline.svg
+${PYSITELIB}/material/.icons/material/book-open-page-variant.svg
+${PYSITELIB}/material/.icons/material/book-open-variant.svg
+${PYSITELIB}/material/.icons/material/book-open.svg
+${PYSITELIB}/material/.icons/material/book-outline.svg
+${PYSITELIB}/material/.icons/material/book-play-outline.svg
+${PYSITELIB}/material/.icons/material/book-play.svg
+${PYSITELIB}/material/.icons/material/book-plus-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/book-plus-multiple.svg
+${PYSITELIB}/material/.icons/material/book-plus.svg
+${PYSITELIB}/material/.icons/material/book-remove-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/book-remove-multiple.svg
+${PYSITELIB}/material/.icons/material/book-remove.svg
+${PYSITELIB}/material/.icons/material/book-search-outline.svg
+${PYSITELIB}/material/.icons/material/book-search.svg
+${PYSITELIB}/material/.icons/material/book-variant-multiple.svg
+${PYSITELIB}/material/.icons/material/book-variant.svg
+${PYSITELIB}/material/.icons/material/book.svg
+${PYSITELIB}/material/.icons/material/bookmark-check-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-check.svg
+${PYSITELIB}/material/.icons/material/bookmark-minus-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-minus.svg
+${PYSITELIB}/material/.icons/material/bookmark-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-multiple.svg
+${PYSITELIB}/material/.icons/material/bookmark-music-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-music.svg
+${PYSITELIB}/material/.icons/material/bookmark-off-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-off.svg
+${PYSITELIB}/material/.icons/material/bookmark-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-plus-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-plus.svg
+${PYSITELIB}/material/.icons/material/bookmark-remove-outline.svg
+${PYSITELIB}/material/.icons/material/bookmark-remove.svg
+${PYSITELIB}/material/.icons/material/bookmark.svg
+${PYSITELIB}/material/.icons/material/bookshelf.svg
+${PYSITELIB}/material/.icons/material/boom-gate-alert-outline.svg
+${PYSITELIB}/material/.icons/material/boom-gate-alert.svg
+${PYSITELIB}/material/.icons/material/boom-gate-down-outline.svg
+${PYSITELIB}/material/.icons/material/boom-gate-down.svg
+${PYSITELIB}/material/.icons/material/boom-gate-outline.svg
+${PYSITELIB}/material/.icons/material/boom-gate-up-outline.svg
+${PYSITELIB}/material/.icons/material/boom-gate-up.svg
+${PYSITELIB}/material/.icons/material/boom-gate.svg
+${PYSITELIB}/material/.icons/material/boombox.svg
+${PYSITELIB}/material/.icons/material/boomerang.svg
+${PYSITELIB}/material/.icons/material/bootstrap.svg
+${PYSITELIB}/material/.icons/material/border-all-variant.svg
+${PYSITELIB}/material/.icons/material/border-all.svg
+${PYSITELIB}/material/.icons/material/border-bottom-variant.svg
+${PYSITELIB}/material/.icons/material/border-bottom.svg
+${PYSITELIB}/material/.icons/material/border-color.svg
+${PYSITELIB}/material/.icons/material/border-horizontal.svg
+${PYSITELIB}/material/.icons/material/border-inside.svg
+${PYSITELIB}/material/.icons/material/border-left-variant.svg
+${PYSITELIB}/material/.icons/material/border-left.svg
+${PYSITELIB}/material/.icons/material/border-none-variant.svg
+${PYSITELIB}/material/.icons/material/border-none.svg
+${PYSITELIB}/material/.icons/material/border-outside.svg
+${PYSITELIB}/material/.icons/material/border-right-variant.svg
+${PYSITELIB}/material/.icons/material/border-right.svg
+${PYSITELIB}/material/.icons/material/border-style.svg
+${PYSITELIB}/material/.icons/material/border-top-variant.svg
+${PYSITELIB}/material/.icons/material/border-top.svg
+${PYSITELIB}/material/.icons/material/border-vertical.svg
+${PYSITELIB}/material/.icons/material/bottle-soda-classic-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-soda-classic.svg
+${PYSITELIB}/material/.icons/material/bottle-soda-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-soda.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic-plus-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic-plus.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic-skull-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic-skull.svg
+${PYSITELIB}/material/.icons/material/bottle-tonic.svg
+${PYSITELIB}/material/.icons/material/bottle-wine-outline.svg
+${PYSITELIB}/material/.icons/material/bottle-wine.svg
+${PYSITELIB}/material/.icons/material/bow-tie.svg
+${PYSITELIB}/material/.icons/material/bowl-mix-outline.svg
+${PYSITELIB}/material/.icons/material/bowl-mix.svg
+${PYSITELIB}/material/.icons/material/bowl-outline.svg
+${PYSITELIB}/material/.icons/material/bowl.svg
+${PYSITELIB}/material/.icons/material/bowling.svg
+${PYSITELIB}/material/.icons/material/box-cutter-off.svg
+${PYSITELIB}/material/.icons/material/box-cutter.svg
+${PYSITELIB}/material/.icons/material/box-shadow.svg
+${PYSITELIB}/material/.icons/material/box.svg
+${PYSITELIB}/material/.icons/material/boxing-glove.svg
+${PYSITELIB}/material/.icons/material/braille.svg
+${PYSITELIB}/material/.icons/material/brain.svg
+${PYSITELIB}/material/.icons/material/bread-slice-outline.svg
+${PYSITELIB}/material/.icons/material/bread-slice.svg
+${PYSITELIB}/material/.icons/material/bridge.svg
+${PYSITELIB}/material/.icons/material/briefcase-account-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-account.svg
+${PYSITELIB}/material/.icons/material/briefcase-check-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-check.svg
+${PYSITELIB}/material/.icons/material/briefcase-clock-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-clock.svg
+${PYSITELIB}/material/.icons/material/briefcase-download-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-download.svg
+${PYSITELIB}/material/.icons/material/briefcase-edit-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-edit.svg
+${PYSITELIB}/material/.icons/material/briefcase-minus-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-minus.svg
+${PYSITELIB}/material/.icons/material/briefcase-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-plus-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-plus.svg
+${PYSITELIB}/material/.icons/material/briefcase-remove-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-remove.svg
+${PYSITELIB}/material/.icons/material/briefcase-search-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-search.svg
+${PYSITELIB}/material/.icons/material/briefcase-upload-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-upload.svg
+${PYSITELIB}/material/.icons/material/briefcase-variant-outline.svg
+${PYSITELIB}/material/.icons/material/briefcase-variant.svg
+${PYSITELIB}/material/.icons/material/briefcase.svg
+${PYSITELIB}/material/.icons/material/brightness-1.svg
+${PYSITELIB}/material/.icons/material/brightness-2.svg
+${PYSITELIB}/material/.icons/material/brightness-3.svg
+${PYSITELIB}/material/.icons/material/brightness-4.svg
+${PYSITELIB}/material/.icons/material/brightness-5.svg
+${PYSITELIB}/material/.icons/material/brightness-6.svg
+${PYSITELIB}/material/.icons/material/brightness-7.svg
+${PYSITELIB}/material/.icons/material/brightness-auto.svg
+${PYSITELIB}/material/.icons/material/brightness-percent.svg
+${PYSITELIB}/material/.icons/material/broom.svg
+${PYSITELIB}/material/.icons/material/brush.svg
+${PYSITELIB}/material/.icons/material/bucket-outline.svg
+${PYSITELIB}/material/.icons/material/bucket.svg
+${PYSITELIB}/material/.icons/material/buddhism.svg
+${PYSITELIB}/material/.icons/material/buffer.svg
+${PYSITELIB}/material/.icons/material/buffet.svg
+${PYSITELIB}/material/.icons/material/bug-check-outline.svg
+${PYSITELIB}/material/.icons/material/bug-check.svg
+${PYSITELIB}/material/.icons/material/bug-outline.svg
+${PYSITELIB}/material/.icons/material/bug.svg
+${PYSITELIB}/material/.icons/material/bugle.svg
+${PYSITELIB}/material/.icons/material/bulldozer.svg
+${PYSITELIB}/material/.icons/material/bullet.svg
+${PYSITELIB}/material/.icons/material/bulletin-board.svg
+${PYSITELIB}/material/.icons/material/bullhorn-outline.svg
+${PYSITELIB}/material/.icons/material/bullhorn.svg
+${PYSITELIB}/material/.icons/material/bullseye-arrow.svg
+${PYSITELIB}/material/.icons/material/bullseye.svg
+${PYSITELIB}/material/.icons/material/bulma.svg
+${PYSITELIB}/material/.icons/material/bunk-bed-outline.svg
+${PYSITELIB}/material/.icons/material/bunk-bed.svg
+${PYSITELIB}/material/.icons/material/bus-alert.svg
+${PYSITELIB}/material/.icons/material/bus-articulated-end.svg
+${PYSITELIB}/material/.icons/material/bus-articulated-front.svg
+${PYSITELIB}/material/.icons/material/bus-clock.svg
+${PYSITELIB}/material/.icons/material/bus-double-decker.svg
+${PYSITELIB}/material/.icons/material/bus-marker.svg
+${PYSITELIB}/material/.icons/material/bus-multiple.svg
+${PYSITELIB}/material/.icons/material/bus-school.svg
+${PYSITELIB}/material/.icons/material/bus-side.svg
+${PYSITELIB}/material/.icons/material/bus-stop-covered.svg
+${PYSITELIB}/material/.icons/material/bus-stop-uncovered.svg
+${PYSITELIB}/material/.icons/material/bus-stop.svg
+${PYSITELIB}/material/.icons/material/bus.svg
+${PYSITELIB}/material/.icons/material/butterfly-outline.svg
+${PYSITELIB}/material/.icons/material/butterfly.svg
+${PYSITELIB}/material/.icons/material/cable-data.svg
+${PYSITELIB}/material/.icons/material/cached.svg
+${PYSITELIB}/material/.icons/material/cactus.svg
+${PYSITELIB}/material/.icons/material/cake-layered.svg
+${PYSITELIB}/material/.icons/material/cake-variant.svg
+${PYSITELIB}/material/.icons/material/cake.svg
+${PYSITELIB}/material/.icons/material/calculator-variant-outline.svg
+${PYSITELIB}/material/.icons/material/calculator-variant.svg
+${PYSITELIB}/material/.icons/material/calculator.svg
+${PYSITELIB}/material/.icons/material/calendar-account-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-account.svg
+${PYSITELIB}/material/.icons/material/calendar-alert.svg
+${PYSITELIB}/material/.icons/material/calendar-arrow-left.svg
+${PYSITELIB}/material/.icons/material/calendar-arrow-right.svg
+${PYSITELIB}/material/.icons/material/calendar-blank-multiple.svg
+${PYSITELIB}/material/.icons/material/calendar-blank-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-blank.svg
+${PYSITELIB}/material/.icons/material/calendar-check-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-check.svg
+${PYSITELIB}/material/.icons/material/calendar-clock.svg
+${PYSITELIB}/material/.icons/material/calendar-cursor.svg
+${PYSITELIB}/material/.icons/material/calendar-edit.svg
+${PYSITELIB}/material/.icons/material/calendar-export.svg
+${PYSITELIB}/material/.icons/material/calendar-heart.svg
+${PYSITELIB}/material/.icons/material/calendar-import.svg
+${PYSITELIB}/material/.icons/material/calendar-minus.svg
+${PYSITELIB}/material/.icons/material/calendar-month-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-month.svg
+${PYSITELIB}/material/.icons/material/calendar-multiple-check.svg
+${PYSITELIB}/material/.icons/material/calendar-multiple.svg
+${PYSITELIB}/material/.icons/material/calendar-multiselect.svg
+${PYSITELIB}/material/.icons/material/calendar-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-plus.svg
+${PYSITELIB}/material/.icons/material/calendar-question.svg
+${PYSITELIB}/material/.icons/material/calendar-range-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-range.svg
+${PYSITELIB}/material/.icons/material/calendar-refresh-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-refresh.svg
+${PYSITELIB}/material/.icons/material/calendar-remove-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-remove.svg
+${PYSITELIB}/material/.icons/material/calendar-search.svg
+${PYSITELIB}/material/.icons/material/calendar-star.svg
+${PYSITELIB}/material/.icons/material/calendar-sync-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-sync.svg
+${PYSITELIB}/material/.icons/material/calendar-text-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-text.svg
+${PYSITELIB}/material/.icons/material/calendar-today.svg
+${PYSITELIB}/material/.icons/material/calendar-week-begin.svg
+${PYSITELIB}/material/.icons/material/calendar-week.svg
+${PYSITELIB}/material/.icons/material/calendar-weekend-outline.svg
+${PYSITELIB}/material/.icons/material/calendar-weekend.svg
+${PYSITELIB}/material/.icons/material/calendar.svg
+${PYSITELIB}/material/.icons/material/call-made.svg
+${PYSITELIB}/material/.icons/material/call-merge.svg
+${PYSITELIB}/material/.icons/material/call-missed.svg
+${PYSITELIB}/material/.icons/material/call-received.svg
+${PYSITELIB}/material/.icons/material/call-split.svg
+${PYSITELIB}/material/.icons/material/camcorder-off.svg
+${PYSITELIB}/material/.icons/material/camcorder.svg
+${PYSITELIB}/material/.icons/material/camera-account.svg
+${PYSITELIB}/material/.icons/material/camera-burst.svg
+${PYSITELIB}/material/.icons/material/camera-control.svg
+${PYSITELIB}/material/.icons/material/camera-enhance-outline.svg
+${PYSITELIB}/material/.icons/material/camera-enhance.svg
+${PYSITELIB}/material/.icons/material/camera-front-variant.svg
+${PYSITELIB}/material/.icons/material/camera-front.svg
+${PYSITELIB}/material/.icons/material/camera-gopro.svg
+${PYSITELIB}/material/.icons/material/camera-image.svg
+${PYSITELIB}/material/.icons/material/camera-iris.svg
+${PYSITELIB}/material/.icons/material/camera-metering-center.svg
+${PYSITELIB}/material/.icons/material/camera-metering-matrix.svg
+${PYSITELIB}/material/.icons/material/camera-metering-partial.svg
+${PYSITELIB}/material/.icons/material/camera-metering-spot.svg
+${PYSITELIB}/material/.icons/material/camera-off.svg
+${PYSITELIB}/material/.icons/material/camera-outline.svg
+${PYSITELIB}/material/.icons/material/camera-party-mode.svg
+${PYSITELIB}/material/.icons/material/camera-plus-outline.svg
+${PYSITELIB}/material/.icons/material/camera-plus.svg
+${PYSITELIB}/material/.icons/material/camera-rear-variant.svg
+${PYSITELIB}/material/.icons/material/camera-rear.svg
+${PYSITELIB}/material/.icons/material/camera-retake-outline.svg
+${PYSITELIB}/material/.icons/material/camera-retake.svg
+${PYSITELIB}/material/.icons/material/camera-switch-outline.svg
+${PYSITELIB}/material/.icons/material/camera-switch.svg
+${PYSITELIB}/material/.icons/material/camera-timer.svg
+${PYSITELIB}/material/.icons/material/camera-wireless-outline.svg
+${PYSITELIB}/material/.icons/material/camera-wireless.svg
+${PYSITELIB}/material/.icons/material/camera.svg
+${PYSITELIB}/material/.icons/material/campfire.svg
+${PYSITELIB}/material/.icons/material/cancel.svg
+${PYSITELIB}/material/.icons/material/candle.svg
+${PYSITELIB}/material/.icons/material/candycane.svg
+${PYSITELIB}/material/.icons/material/cannabis.svg
+${PYSITELIB}/material/.icons/material/caps-lock.svg
+${PYSITELIB}/material/.icons/material/car-2-plus.svg
+${PYSITELIB}/material/.icons/material/car-3-plus.svg
+${PYSITELIB}/material/.icons/material/car-arrow-left.svg
+${PYSITELIB}/material/.icons/material/car-arrow-right.svg
+${PYSITELIB}/material/.icons/material/car-back.svg
+${PYSITELIB}/material/.icons/material/car-battery.svg
+${PYSITELIB}/material/.icons/material/car-brake-abs.svg
+${PYSITELIB}/material/.icons/material/car-brake-alert.svg
+${PYSITELIB}/material/.icons/material/car-brake-hold.svg
+${PYSITELIB}/material/.icons/material/car-brake-parking.svg
+${PYSITELIB}/material/.icons/material/car-brake-retarder.svg
+${PYSITELIB}/material/.icons/material/car-child-seat.svg
+${PYSITELIB}/material/.icons/material/car-clutch.svg
+${PYSITELIB}/material/.icons/material/car-cog.svg
+${PYSITELIB}/material/.icons/material/car-connected.svg
+${PYSITELIB}/material/.icons/material/car-convertible.svg
+${PYSITELIB}/material/.icons/material/car-coolant-level.svg
+${PYSITELIB}/material/.icons/material/car-cruise-control.svg
+${PYSITELIB}/material/.icons/material/car-defrost-front.svg
+${PYSITELIB}/material/.icons/material/car-defrost-rear.svg
+${PYSITELIB}/material/.icons/material/car-door-lock.svg
+${PYSITELIB}/material/.icons/material/car-door.svg
+${PYSITELIB}/material/.icons/material/car-electric.svg
+${PYSITELIB}/material/.icons/material/car-esp.svg
+${PYSITELIB}/material/.icons/material/car-estate.svg
+${PYSITELIB}/material/.icons/material/car-hatchback.svg
+${PYSITELIB}/material/.icons/material/car-info.svg
+${PYSITELIB}/material/.icons/material/car-key.svg
+${PYSITELIB}/material/.icons/material/car-lifted-pickup.svg
+${PYSITELIB}/material/.icons/material/car-light-dimmed.svg
+${PYSITELIB}/material/.icons/material/car-light-fog.svg
+${PYSITELIB}/material/.icons/material/car-light-high.svg
+${PYSITELIB}/material/.icons/material/car-limousine.svg
+${PYSITELIB}/material/.icons/material/car-multiple.svg
+${PYSITELIB}/material/.icons/material/car-off.svg
+${PYSITELIB}/material/.icons/material/car-outline.svg
+${PYSITELIB}/material/.icons/material/car-parking-lights.svg
+${PYSITELIB}/material/.icons/material/car-pickup.svg
+${PYSITELIB}/material/.icons/material/car-seat-cooler.svg
+${PYSITELIB}/material/.icons/material/car-seat-heater.svg
+${PYSITELIB}/material/.icons/material/car-seat.svg
+${PYSITELIB}/material/.icons/material/car-settings.svg
+${PYSITELIB}/material/.icons/material/car-shift-pattern.svg
+${PYSITELIB}/material/.icons/material/car-side.svg
+${PYSITELIB}/material/.icons/material/car-sports.svg
+${PYSITELIB}/material/.icons/material/car-tire-alert.svg
+${PYSITELIB}/material/.icons/material/car-traction-control.svg
+${PYSITELIB}/material/.icons/material/car-turbocharger.svg
+${PYSITELIB}/material/.icons/material/car-wash.svg
+${PYSITELIB}/material/.icons/material/car-windshield-outline.svg
+${PYSITELIB}/material/.icons/material/car-windshield.svg
+${PYSITELIB}/material/.icons/material/car.svg
+${PYSITELIB}/material/.icons/material/carabiner.svg
+${PYSITELIB}/material/.icons/material/caravan.svg
+${PYSITELIB}/material/.icons/material/card-account-details-outline.svg
+${PYSITELIB}/material/.icons/material/card-account-details-star-outline.svg
+${PYSITELIB}/material/.icons/material/card-account-details-star.svg
+${PYSITELIB}/material/.icons/material/card-account-details.svg
+${PYSITELIB}/material/.icons/material/card-account-mail-outline.svg
+${PYSITELIB}/material/.icons/material/card-account-mail.svg
+${PYSITELIB}/material/.icons/material/card-account-phone-outline.svg
+${PYSITELIB}/material/.icons/material/card-account-phone.svg
+${PYSITELIB}/material/.icons/material/card-bulleted-off-outline.svg
+${PYSITELIB}/material/.icons/material/card-bulleted-off.svg
+${PYSITELIB}/material/.icons/material/card-bulleted-outline.svg
+${PYSITELIB}/material/.icons/material/card-bulleted-settings-outline.svg
+${PYSITELIB}/material/.icons/material/card-bulleted-settings.svg
+${PYSITELIB}/material/.icons/material/card-bulleted.svg
+${PYSITELIB}/material/.icons/material/card-outline.svg
+${PYSITELIB}/material/.icons/material/card-plus-outline.svg
+${PYSITELIB}/material/.icons/material/card-plus.svg
+${PYSITELIB}/material/.icons/material/card-search-outline.svg
+${PYSITELIB}/material/.icons/material/card-search.svg
+${PYSITELIB}/material/.icons/material/card-text-outline.svg
+${PYSITELIB}/material/.icons/material/card-text.svg
+${PYSITELIB}/material/.icons/material/card.svg
+${PYSITELIB}/material/.icons/material/cards-club.svg
+${PYSITELIB}/material/.icons/material/cards-diamond-outline.svg
+${PYSITELIB}/material/.icons/material/cards-diamond.svg
+${PYSITELIB}/material/.icons/material/cards-heart.svg
+${PYSITELIB}/material/.icons/material/cards-outline.svg
+${PYSITELIB}/material/.icons/material/cards-playing-outline.svg
+${PYSITELIB}/material/.icons/material/cards-spade.svg
+${PYSITELIB}/material/.icons/material/cards-variant.svg
+${PYSITELIB}/material/.icons/material/cards.svg
+${PYSITELIB}/material/.icons/material/carrot.svg
+${PYSITELIB}/material/.icons/material/cart-arrow-down.svg
+${PYSITELIB}/material/.icons/material/cart-arrow-right.svg
+${PYSITELIB}/material/.icons/material/cart-arrow-up.svg
+${PYSITELIB}/material/.icons/material/cart-minus.svg
+${PYSITELIB}/material/.icons/material/cart-off.svg
+${PYSITELIB}/material/.icons/material/cart-outline.svg
+${PYSITELIB}/material/.icons/material/cart-plus.svg
+${PYSITELIB}/material/.icons/material/cart-remove.svg
+${PYSITELIB}/material/.icons/material/cart.svg
+${PYSITELIB}/material/.icons/material/case-sensitive-alt.svg
+${PYSITELIB}/material/.icons/material/cash-100.svg
+${PYSITELIB}/material/.icons/material/cash-check.svg
+${PYSITELIB}/material/.icons/material/cash-lock-open.svg
+${PYSITELIB}/material/.icons/material/cash-lock.svg
+${PYSITELIB}/material/.icons/material/cash-marker.svg
+${PYSITELIB}/material/.icons/material/cash-minus.svg
+${PYSITELIB}/material/.icons/material/cash-multiple.svg
+${PYSITELIB}/material/.icons/material/cash-plus.svg
+${PYSITELIB}/material/.icons/material/cash-refund.svg
+${PYSITELIB}/material/.icons/material/cash-register.svg
+${PYSITELIB}/material/.icons/material/cash-remove.svg
+${PYSITELIB}/material/.icons/material/cash-usd-outline.svg
+${PYSITELIB}/material/.icons/material/cash-usd.svg
+${PYSITELIB}/material/.icons/material/cash.svg
+${PYSITELIB}/material/.icons/material/cassette.svg
+${PYSITELIB}/material/.icons/material/cast-audio.svg
+${PYSITELIB}/material/.icons/material/cast-connected.svg
+${PYSITELIB}/material/.icons/material/cast-education.svg
+${PYSITELIB}/material/.icons/material/cast-off.svg
+${PYSITELIB}/material/.icons/material/cast.svg
+${PYSITELIB}/material/.icons/material/castle.svg
+${PYSITELIB}/material/.icons/material/cat.svg
+${PYSITELIB}/material/.icons/material/cctv.svg
+${PYSITELIB}/material/.icons/material/ceiling-light.svg
+${PYSITELIB}/material/.icons/material/cellphone-android.svg
+${PYSITELIB}/material/.icons/material/cellphone-arrow-down.svg
+${PYSITELIB}/material/.icons/material/cellphone-basic.svg
+${PYSITELIB}/material/.icons/material/cellphone-charging.svg
+${PYSITELIB}/material/.icons/material/cellphone-cog.svg
+${PYSITELIB}/material/.icons/material/cellphone-dock.svg
+${PYSITELIB}/material/.icons/material/cellphone-erase.svg
+${PYSITELIB}/material/.icons/material/cellphone-information.svg
+${PYSITELIB}/material/.icons/material/cellphone-iphone.svg
+${PYSITELIB}/material/.icons/material/cellphone-key.svg
+${PYSITELIB}/material/.icons/material/cellphone-link-off.svg
+${PYSITELIB}/material/.icons/material/cellphone-link.svg
+${PYSITELIB}/material/.icons/material/cellphone-lock.svg
+${PYSITELIB}/material/.icons/material/cellphone-message-off.svg
+${PYSITELIB}/material/.icons/material/cellphone-message.svg
+${PYSITELIB}/material/.icons/material/cellphone-nfc-off.svg
+${PYSITELIB}/material/.icons/material/cellphone-nfc.svg
+${PYSITELIB}/material/.icons/material/cellphone-off.svg
+${PYSITELIB}/material/.icons/material/cellphone-play.svg
+${PYSITELIB}/material/.icons/material/cellphone-screenshot.svg
+${PYSITELIB}/material/.icons/material/cellphone-settings.svg
+${PYSITELIB}/material/.icons/material/cellphone-sound.svg
+${PYSITELIB}/material/.icons/material/cellphone-text.svg
+${PYSITELIB}/material/.icons/material/cellphone-wireless.svg
+${PYSITELIB}/material/.icons/material/cellphone.svg
+${PYSITELIB}/material/.icons/material/celtic-cross.svg
+${PYSITELIB}/material/.icons/material/centos.svg
+${PYSITELIB}/material/.icons/material/certificate-outline.svg
+${PYSITELIB}/material/.icons/material/certificate.svg
+${PYSITELIB}/material/.icons/material/chair-rolling.svg
+${PYSITELIB}/material/.icons/material/chair-school.svg
+${PYSITELIB}/material/.icons/material/charity.svg
+${PYSITELIB}/material/.icons/material/chart-arc.svg
+${PYSITELIB}/material/.icons/material/chart-areaspline-variant.svg
+${PYSITELIB}/material/.icons/material/chart-areaspline.svg
+${PYSITELIB}/material/.icons/material/chart-bar-stacked.svg
+${PYSITELIB}/material/.icons/material/chart-bar.svg
+${PYSITELIB}/material/.icons/material/chart-bell-curve-cumulative.svg
+${PYSITELIB}/material/.icons/material/chart-bell-curve.svg
+${PYSITELIB}/material/.icons/material/chart-box-outline.svg
+${PYSITELIB}/material/.icons/material/chart-box-plus-outline.svg
+${PYSITELIB}/material/.icons/material/chart-box.svg
+${PYSITELIB}/material/.icons/material/chart-bubble.svg
+${PYSITELIB}/material/.icons/material/chart-donut-variant.svg
+${PYSITELIB}/material/.icons/material/chart-donut.svg
+${PYSITELIB}/material/.icons/material/chart-gantt.svg
+${PYSITELIB}/material/.icons/material/chart-histogram.svg
+${PYSITELIB}/material/.icons/material/chart-line-stacked.svg
+${PYSITELIB}/material/.icons/material/chart-line-variant.svg
+${PYSITELIB}/material/.icons/material/chart-line.svg
+${PYSITELIB}/material/.icons/material/chart-multiline.svg
+${PYSITELIB}/material/.icons/material/chart-multiple.svg
+${PYSITELIB}/material/.icons/material/chart-pie.svg
+${PYSITELIB}/material/.icons/material/chart-ppf.svg
+${PYSITELIB}/material/.icons/material/chart-sankey-variant.svg
+${PYSITELIB}/material/.icons/material/chart-sankey.svg
+${PYSITELIB}/material/.icons/material/chart-scatter-plot-hexbin.svg
+${PYSITELIB}/material/.icons/material/chart-scatter-plot.svg
+${PYSITELIB}/material/.icons/material/chart-timeline-variant.svg
+${PYSITELIB}/material/.icons/material/chart-timeline.svg
+${PYSITELIB}/material/.icons/material/chart-tree.svg
+${PYSITELIB}/material/.icons/material/chat-alert-outline.svg
+${PYSITELIB}/material/.icons/material/chat-alert.svg
+${PYSITELIB}/material/.icons/material/chat-minus-outline.svg
+${PYSITELIB}/material/.icons/material/chat-minus.svg
+${PYSITELIB}/material/.icons/material/chat-outline.svg
+${PYSITELIB}/material/.icons/material/chat-plus-outline.svg
+${PYSITELIB}/material/.icons/material/chat-plus.svg
+${PYSITELIB}/material/.icons/material/chat-processing-outline.svg
+${PYSITELIB}/material/.icons/material/chat-processing.svg
+${PYSITELIB}/material/.icons/material/chat-remove-outline.svg
+${PYSITELIB}/material/.icons/material/chat-remove.svg
+${PYSITELIB}/material/.icons/material/chat-sleep-outline.svg
+${PYSITELIB}/material/.icons/material/chat-sleep.svg
+${PYSITELIB}/material/.icons/material/chat.svg
+${PYSITELIB}/material/.icons/material/check-all.svg
+${PYSITELIB}/material/.icons/material/check-bold.svg
+${PYSITELIB}/material/.icons/material/check-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/check-box-outline.svg
+${PYSITELIB}/material/.icons/material/check-circle-outline.svg
+${PYSITELIB}/material/.icons/material/check-circle.svg
+${PYSITELIB}/material/.icons/material/check-decagram.svg
+${PYSITELIB}/material/.icons/material/check-network-outline.svg
+${PYSITELIB}/material/.icons/material/check-network.svg
+${PYSITELIB}/material/.icons/material/check-outline.svg
+${PYSITELIB}/material/.icons/material/check-underline-circle-outline.svg
+${PYSITELIB}/material/.icons/material/check-underline-circle.svg
+${PYSITELIB}/material/.icons/material/check-underline.svg
+${PYSITELIB}/material/.icons/material/check.svg
+${PYSITELIB}/material/.icons/material/checkbook.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank-circle-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank-circle.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank-off-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank-off.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-blank.svg
+${PYSITELIB}/material/.icons/material/checkbox-intermediate.svg
+${PYSITELIB}/material/.icons/material/checkbox-marked-circle-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-marked-circle.svg
+${PYSITELIB}/material/.icons/material/checkbox-marked-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-marked.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-blank-circle-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-blank-circle.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-blank-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-blank.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-marked-circle-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-marked-circle.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-marked-outline.svg
+${PYSITELIB}/material/.icons/material/checkbox-multiple-marked.svg
+${PYSITELIB}/material/.icons/material/checkerboard-minus.svg
+${PYSITELIB}/material/.icons/material/checkerboard-plus.svg
+${PYSITELIB}/material/.icons/material/checkerboard-remove.svg
+${PYSITELIB}/material/.icons/material/checkerboard.svg
+${PYSITELIB}/material/.icons/material/cheese-off.svg
+${PYSITELIB}/material/.icons/material/cheese.svg
+${PYSITELIB}/material/.icons/material/chef-hat.svg
+${PYSITELIB}/material/.icons/material/chemical-weapon.svg
+${PYSITELIB}/material/.icons/material/chess-bishop.svg
+${PYSITELIB}/material/.icons/material/chess-king.svg
+${PYSITELIB}/material/.icons/material/chess-knight.svg
+${PYSITELIB}/material/.icons/material/chess-pawn.svg
+${PYSITELIB}/material/.icons/material/chess-queen.svg
+${PYSITELIB}/material/.icons/material/chess-rook.svg
+${PYSITELIB}/material/.icons/material/chevron-double-down.svg
+${PYSITELIB}/material/.icons/material/chevron-double-left.svg
+${PYSITELIB}/material/.icons/material/chevron-double-right.svg
+${PYSITELIB}/material/.icons/material/chevron-double-up.svg
+${PYSITELIB}/material/.icons/material/chevron-down-box-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-down-box.svg
+${PYSITELIB}/material/.icons/material/chevron-down-circle-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-down-circle.svg
+${PYSITELIB}/material/.icons/material/chevron-down.svg
+${PYSITELIB}/material/.icons/material/chevron-left-box-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-left-box.svg
+${PYSITELIB}/material/.icons/material/chevron-left-circle-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-left-circle.svg
+${PYSITELIB}/material/.icons/material/chevron-left.svg
+${PYSITELIB}/material/.icons/material/chevron-right-box-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-right-box.svg
+${PYSITELIB}/material/.icons/material/chevron-right-circle-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-right-circle.svg
+${PYSITELIB}/material/.icons/material/chevron-right.svg
+${PYSITELIB}/material/.icons/material/chevron-triple-down.svg
+${PYSITELIB}/material/.icons/material/chevron-triple-left.svg
+${PYSITELIB}/material/.icons/material/chevron-triple-right.svg
+${PYSITELIB}/material/.icons/material/chevron-triple-up.svg
+${PYSITELIB}/material/.icons/material/chevron-up-box-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-up-box.svg
+${PYSITELIB}/material/.icons/material/chevron-up-circle-outline.svg
+${PYSITELIB}/material/.icons/material/chevron-up-circle.svg
+${PYSITELIB}/material/.icons/material/chevron-up.svg
+${PYSITELIB}/material/.icons/material/chili-hot.svg
+${PYSITELIB}/material/.icons/material/chili-medium.svg
+${PYSITELIB}/material/.icons/material/chili-mild.svg
+${PYSITELIB}/material/.icons/material/chili-off.svg
+${PYSITELIB}/material/.icons/material/chip.svg
+${PYSITELIB}/material/.icons/material/christianity-outline.svg
+${PYSITELIB}/material/.icons/material/christianity.svg
+${PYSITELIB}/material/.icons/material/church.svg
+${PYSITELIB}/material/.icons/material/cigar-off.svg
+${PYSITELIB}/material/.icons/material/cigar.svg
+${PYSITELIB}/material/.icons/material/circle-double.svg
+${PYSITELIB}/material/.icons/material/circle-edit-outline.svg
+${PYSITELIB}/material/.icons/material/circle-expand.svg
+${PYSITELIB}/material/.icons/material/circle-half-full.svg
+${PYSITELIB}/material/.icons/material/circle-half.svg
+${PYSITELIB}/material/.icons/material/circle-medium.svg
+${PYSITELIB}/material/.icons/material/circle-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/circle-multiple.svg
+${PYSITELIB}/material/.icons/material/circle-off-outline.svg
+${PYSITELIB}/material/.icons/material/circle-outline.svg
+${PYSITELIB}/material/.icons/material/circle-slice-1.svg
+${PYSITELIB}/material/.icons/material/circle-slice-2.svg
+${PYSITELIB}/material/.icons/material/circle-slice-3.svg
+${PYSITELIB}/material/.icons/material/circle-slice-4.svg
+${PYSITELIB}/material/.icons/material/circle-slice-5.svg
+${PYSITELIB}/material/.icons/material/circle-slice-6.svg
+${PYSITELIB}/material/.icons/material/circle-slice-7.svg
+${PYSITELIB}/material/.icons/material/circle-slice-8.svg
+${PYSITELIB}/material/.icons/material/circle-small.svg
+${PYSITELIB}/material/.icons/material/circle.svg
+${PYSITELIB}/material/.icons/material/circular-saw.svg
+${PYSITELIB}/material/.icons/material/city-variant-outline.svg
+${PYSITELIB}/material/.icons/material/city-variant.svg
+${PYSITELIB}/material/.icons/material/city.svg
+${PYSITELIB}/material/.icons/material/clipboard-account-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-account.svg
+${PYSITELIB}/material/.icons/material/clipboard-alert-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-alert.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-down-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-down.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-left-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-left.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-right-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-right.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-up-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-arrow-up.svg
+${PYSITELIB}/material/.icons/material/clipboard-check-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-check-multiple.svg
+${PYSITELIB}/material/.icons/material/clipboard-check-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-check.svg
+${PYSITELIB}/material/.icons/material/clipboard-edit-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-edit.svg
+${PYSITELIB}/material/.icons/material/clipboard-file-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-file.svg
+${PYSITELIB}/material/.icons/material/clipboard-flow-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-flow.svg
+${PYSITELIB}/material/.icons/material/clipboard-list-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-list.svg
+${PYSITELIB}/material/.icons/material/clipboard-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-multiple.svg
+${PYSITELIB}/material/.icons/material/clipboard-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-play-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-play-multiple.svg
+${PYSITELIB}/material/.icons/material/clipboard-play-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-play.svg
+${PYSITELIB}/material/.icons/material/clipboard-plus-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-plus.svg
+${PYSITELIB}/material/.icons/material/clipboard-pulse-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-pulse.svg
+${PYSITELIB}/material/.icons/material/clipboard-text-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-text-multiple.svg
+${PYSITELIB}/material/.icons/material/clipboard-text-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-text-play-outline.svg
+${PYSITELIB}/material/.icons/material/clipboard-text-play.svg
+${PYSITELIB}/material/.icons/material/clipboard-text.svg
+${PYSITELIB}/material/.icons/material/clipboard.svg
+${PYSITELIB}/material/.icons/material/clippy.svg
+${PYSITELIB}/material/.icons/material/clock-alert-outline.svg
+${PYSITELIB}/material/.icons/material/clock-alert.svg
+${PYSITELIB}/material/.icons/material/clock-check-outline.svg
+${PYSITELIB}/material/.icons/material/clock-check.svg
+${PYSITELIB}/material/.icons/material/clock-digital.svg
+${PYSITELIB}/material/.icons/material/clock-end.svg
+${PYSITELIB}/material/.icons/material/clock-fast.svg
+${PYSITELIB}/material/.icons/material/clock-in.svg
+${PYSITELIB}/material/.icons/material/clock-out.svg
+${PYSITELIB}/material/.icons/material/clock-outline.svg
+${PYSITELIB}/material/.icons/material/clock-start.svg
+${PYSITELIB}/material/.icons/material/clock-time-eight-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-eight.svg
+${PYSITELIB}/material/.icons/material/clock-time-eleven-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-eleven.svg
+${PYSITELIB}/material/.icons/material/clock-time-five-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-five.svg
+${PYSITELIB}/material/.icons/material/clock-time-four-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-four.svg
+${PYSITELIB}/material/.icons/material/clock-time-nine-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-nine.svg
+${PYSITELIB}/material/.icons/material/clock-time-one-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-one.svg
+${PYSITELIB}/material/.icons/material/clock-time-seven-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-seven.svg
+${PYSITELIB}/material/.icons/material/clock-time-six-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-six.svg
+${PYSITELIB}/material/.icons/material/clock-time-ten-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-ten.svg
+${PYSITELIB}/material/.icons/material/clock-time-three-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-three.svg
+${PYSITELIB}/material/.icons/material/clock-time-twelve-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-twelve.svg
+${PYSITELIB}/material/.icons/material/clock-time-two-outline.svg
+${PYSITELIB}/material/.icons/material/clock-time-two.svg
+${PYSITELIB}/material/.icons/material/clock.svg
+${PYSITELIB}/material/.icons/material/close-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/close-box-multiple.svg
+${PYSITELIB}/material/.icons/material/close-box-outline.svg
+${PYSITELIB}/material/.icons/material/close-box.svg
+${PYSITELIB}/material/.icons/material/close-circle-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/close-circle-multiple.svg
+${PYSITELIB}/material/.icons/material/close-circle-outline.svg
+${PYSITELIB}/material/.icons/material/close-circle.svg
+${PYSITELIB}/material/.icons/material/close-network-outline.svg
+${PYSITELIB}/material/.icons/material/close-network.svg
+${PYSITELIB}/material/.icons/material/close-octagon-outline.svg
+${PYSITELIB}/material/.icons/material/close-octagon.svg
+${PYSITELIB}/material/.icons/material/close-outline.svg
+${PYSITELIB}/material/.icons/material/close-thick.svg
+${PYSITELIB}/material/.icons/material/close.svg
+${PYSITELIB}/material/.icons/material/closed-caption-outline.svg
+${PYSITELIB}/material/.icons/material/closed-caption.svg
+${PYSITELIB}/material/.icons/material/cloud-alert.svg
+${PYSITELIB}/material/.icons/material/cloud-braces.svg
+${PYSITELIB}/material/.icons/material/cloud-check-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-check.svg
+${PYSITELIB}/material/.icons/material/cloud-circle.svg
+${PYSITELIB}/material/.icons/material/cloud-download-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-download.svg
+${PYSITELIB}/material/.icons/material/cloud-lock-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-lock.svg
+${PYSITELIB}/material/.icons/material/cloud-off-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-print-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-print.svg
+${PYSITELIB}/material/.icons/material/cloud-question.svg
+${PYSITELIB}/material/.icons/material/cloud-refresh.svg
+${PYSITELIB}/material/.icons/material/cloud-search-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-search.svg
+${PYSITELIB}/material/.icons/material/cloud-sync-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-sync.svg
+${PYSITELIB}/material/.icons/material/cloud-tags.svg
+${PYSITELIB}/material/.icons/material/cloud-upload-outline.svg
+${PYSITELIB}/material/.icons/material/cloud-upload.svg
+${PYSITELIB}/material/.icons/material/cloud.svg
+${PYSITELIB}/material/.icons/material/clover.svg
+${PYSITELIB}/material/.icons/material/coach-lamp.svg
+${PYSITELIB}/material/.icons/material/coat-rack.svg
+${PYSITELIB}/material/.icons/material/code-array.svg
+${PYSITELIB}/material/.icons/material/code-braces-box.svg
+${PYSITELIB}/material/.icons/material/code-braces.svg
+${PYSITELIB}/material/.icons/material/code-brackets.svg
+${PYSITELIB}/material/.icons/material/code-equal.svg
+${PYSITELIB}/material/.icons/material/code-greater-than-or-equal.svg
+${PYSITELIB}/material/.icons/material/code-greater-than.svg
+${PYSITELIB}/material/.icons/material/code-json.svg
+${PYSITELIB}/material/.icons/material/code-less-than-or-equal.svg
+${PYSITELIB}/material/.icons/material/code-less-than.svg
+${PYSITELIB}/material/.icons/material/code-not-equal-variant.svg
+${PYSITELIB}/material/.icons/material/code-not-equal.svg
+${PYSITELIB}/material/.icons/material/code-parentheses-box.svg
+${PYSITELIB}/material/.icons/material/code-parentheses.svg
+${PYSITELIB}/material/.icons/material/code-string.svg
+${PYSITELIB}/material/.icons/material/code-tags-check.svg
+${PYSITELIB}/material/.icons/material/code-tags.svg
+${PYSITELIB}/material/.icons/material/codepen.svg
+${PYSITELIB}/material/.icons/material/coffee-maker.svg
+${PYSITELIB}/material/.icons/material/coffee-off-outline.svg
+${PYSITELIB}/material/.icons/material/coffee-off.svg
+${PYSITELIB}/material/.icons/material/coffee-outline.svg
+${PYSITELIB}/material/.icons/material/coffee-to-go-outline.svg
+${PYSITELIB}/material/.icons/material/coffee-to-go.svg
+${PYSITELIB}/material/.icons/material/coffee.svg
+${PYSITELIB}/material/.icons/material/coffin.svg
+${PYSITELIB}/material/.icons/material/cog-box.svg
+${PYSITELIB}/material/.icons/material/cog-clockwise.svg
+${PYSITELIB}/material/.icons/material/cog-counterclockwise.svg
+${PYSITELIB}/material/.icons/material/cog-off-outline.svg
+${PYSITELIB}/material/.icons/material/cog-off.svg
+${PYSITELIB}/material/.icons/material/cog-outline.svg
+${PYSITELIB}/material/.icons/material/cog-refresh-outline.svg
+${PYSITELIB}/material/.icons/material/cog-refresh.svg
+${PYSITELIB}/material/.icons/material/cog-sync-outline.svg
+${PYSITELIB}/material/.icons/material/cog-sync.svg
+${PYSITELIB}/material/.icons/material/cog-transfer-outline.svg
+${PYSITELIB}/material/.icons/material/cog-transfer.svg
+${PYSITELIB}/material/.icons/material/cog.svg
+${PYSITELIB}/material/.icons/material/cogs.svg
+${PYSITELIB}/material/.icons/material/collage.svg
+${PYSITELIB}/material/.icons/material/collapse-all-outline.svg
+${PYSITELIB}/material/.icons/material/collapse-all.svg
+${PYSITELIB}/material/.icons/material/color-helper.svg
+${PYSITELIB}/material/.icons/material/comma-box-outline.svg
+${PYSITELIB}/material/.icons/material/comma-box.svg
+${PYSITELIB}/material/.icons/material/comma-circle-outline.svg
+${PYSITELIB}/material/.icons/material/comma-circle.svg
+${PYSITELIB}/material/.icons/material/comma.svg
+${PYSITELIB}/material/.icons/material/comment-account-outline.svg
+${PYSITELIB}/material/.icons/material/comment-account.svg
+${PYSITELIB}/material/.icons/material/comment-alert-outline.svg
+${PYSITELIB}/material/.icons/material/comment-alert.svg
+${PYSITELIB}/material/.icons/material/comment-arrow-left-outline.svg
+${PYSITELIB}/material/.icons/material/comment-arrow-left.svg
+${PYSITELIB}/material/.icons/material/comment-arrow-right-outline.svg
+${PYSITELIB}/material/.icons/material/comment-arrow-right.svg
+${PYSITELIB}/material/.icons/material/comment-bookmark-outline.svg
+${PYSITELIB}/material/.icons/material/comment-bookmark.svg
+${PYSITELIB}/material/.icons/material/comment-check-outline.svg
+${PYSITELIB}/material/.icons/material/comment-check.svg
+${PYSITELIB}/material/.icons/material/comment-edit-outline.svg
+${PYSITELIB}/material/.icons/material/comment-edit.svg
+${PYSITELIB}/material/.icons/material/comment-eye-outline.svg
+${PYSITELIB}/material/.icons/material/comment-eye.svg
+${PYSITELIB}/material/.icons/material/comment-flash-outline.svg
+${PYSITELIB}/material/.icons/material/comment-flash.svg
+${PYSITELIB}/material/.icons/material/comment-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/comment-multiple.svg
+${PYSITELIB}/material/.icons/material/comment-outline.svg
+${PYSITELIB}/material/.icons/material/comment-plus-outline.svg
+${PYSITELIB}/material/.icons/material/comment-plus.svg
+${PYSITELIB}/material/.icons/material/comment-processing-outline.svg
+${PYSITELIB}/material/.icons/material/comment-processing.svg
+${PYSITELIB}/material/.icons/material/comment-question-outline.svg
+${PYSITELIB}/material/.icons/material/comment-question.svg
+${PYSITELIB}/material/.icons/material/comment-quote-outline.svg
+${PYSITELIB}/material/.icons/material/comment-quote.svg
+${PYSITELIB}/material/.icons/material/comment-remove-outline.svg
+${PYSITELIB}/material/.icons/material/comment-remove.svg
+${PYSITELIB}/material/.icons/material/comment-search-outline.svg
+${PYSITELIB}/material/.icons/material/comment-search.svg
+${PYSITELIB}/material/.icons/material/comment-text-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/comment-text-multiple.svg
+${PYSITELIB}/material/.icons/material/comment-text-outline.svg
+${PYSITELIB}/material/.icons/material/comment-text.svg
+${PYSITELIB}/material/.icons/material/comment.svg
+${PYSITELIB}/material/.icons/material/compare-horizontal.svg
+${PYSITELIB}/material/.icons/material/compare-vertical.svg
+${PYSITELIB}/material/.icons/material/compare.svg
+${PYSITELIB}/material/.icons/material/compass-off-outline.svg
+${PYSITELIB}/material/.icons/material/compass-off.svg
+${PYSITELIB}/material/.icons/material/compass-outline.svg
+${PYSITELIB}/material/.icons/material/compass-rose.svg
+${PYSITELIB}/material/.icons/material/compass.svg
+${PYSITELIB}/material/.icons/material/concourse-ci.svg
+${PYSITELIB}/material/.icons/material/console-line.svg
+${PYSITELIB}/material/.icons/material/console-network-outline.svg
+${PYSITELIB}/material/.icons/material/console-network.svg
+${PYSITELIB}/material/.icons/material/console.svg
+${PYSITELIB}/material/.icons/material/consolidate.svg
+${PYSITELIB}/material/.icons/material/contactless-payment-circle-outline.svg
+${PYSITELIB}/material/.icons/material/contactless-payment-circle.svg
+${PYSITELIB}/material/.icons/material/contactless-payment.svg
+${PYSITELIB}/material/.icons/material/contacts-outline.svg
+${PYSITELIB}/material/.icons/material/contacts.svg
+${PYSITELIB}/material/.icons/material/contain-end.svg
+${PYSITELIB}/material/.icons/material/contain-start.svg
+${PYSITELIB}/material/.icons/material/contain.svg
+${PYSITELIB}/material/.icons/material/content-copy.svg
+${PYSITELIB}/material/.icons/material/content-cut.svg
+${PYSITELIB}/material/.icons/material/content-duplicate.svg
+${PYSITELIB}/material/.icons/material/content-paste.svg
+${PYSITELIB}/material/.icons/material/content-save-alert-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-alert.svg
+${PYSITELIB}/material/.icons/material/content-save-all-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-all.svg
+${PYSITELIB}/material/.icons/material/content-save-cog-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-cog.svg
+${PYSITELIB}/material/.icons/material/content-save-edit-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-edit.svg
+${PYSITELIB}/material/.icons/material/content-save-move-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-move.svg
+${PYSITELIB}/material/.icons/material/content-save-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-settings-outline.svg
+${PYSITELIB}/material/.icons/material/content-save-settings.svg
+${PYSITELIB}/material/.icons/material/content-save.svg
+${PYSITELIB}/material/.icons/material/contrast-box.svg
+${PYSITELIB}/material/.icons/material/contrast-circle.svg
+${PYSITELIB}/material/.icons/material/contrast.svg
+${PYSITELIB}/material/.icons/material/controller-classic-outline.svg
+${PYSITELIB}/material/.icons/material/controller-classic.svg
+${PYSITELIB}/material/.icons/material/cookie.svg
+${PYSITELIB}/material/.icons/material/coolant-temperature.svg
+${PYSITELIB}/material/.icons/material/copyright.svg
+${PYSITELIB}/material/.icons/material/cordova.svg
+${PYSITELIB}/material/.icons/material/corn-off.svg
+${PYSITELIB}/material/.icons/material/corn.svg
+${PYSITELIB}/material/.icons/material/cosine-wave.svg
+${PYSITELIB}/material/.icons/material/counter.svg
+${PYSITELIB}/material/.icons/material/cow.svg
+${PYSITELIB}/material/.icons/material/cpu-32-bit.svg
+${PYSITELIB}/material/.icons/material/cpu-64-bit.svg
+${PYSITELIB}/material/.icons/material/crane.svg
+${PYSITELIB}/material/.icons/material/creation.svg
+${PYSITELIB}/material/.icons/material/creative-commons.svg
+${PYSITELIB}/material/.icons/material/credit-card-check-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-check.svg
+${PYSITELIB}/material/.icons/material/credit-card-clock-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-clock.svg
+${PYSITELIB}/material/.icons/material/credit-card-marker-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-marker.svg
+${PYSITELIB}/material/.icons/material/credit-card-minus-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-minus.svg
+${PYSITELIB}/material/.icons/material/credit-card-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-multiple.svg
+${PYSITELIB}/material/.icons/material/credit-card-off-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-off.svg
+${PYSITELIB}/material/.icons/material/credit-card-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-plus-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-plus.svg
+${PYSITELIB}/material/.icons/material/credit-card-refund-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-refund.svg
+${PYSITELIB}/material/.icons/material/credit-card-remove-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-remove.svg
+${PYSITELIB}/material/.icons/material/credit-card-scan-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-scan.svg
+${PYSITELIB}/material/.icons/material/credit-card-settings-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-settings.svg
+${PYSITELIB}/material/.icons/material/credit-card-wireless-off-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-wireless-off.svg
+${PYSITELIB}/material/.icons/material/credit-card-wireless-outline.svg
+${PYSITELIB}/material/.icons/material/credit-card-wireless.svg
+${PYSITELIB}/material/.icons/material/credit-card.svg
+${PYSITELIB}/material/.icons/material/cricket.svg
+${PYSITELIB}/material/.icons/material/crop-free.svg
+${PYSITELIB}/material/.icons/material/crop-landscape.svg
+${PYSITELIB}/material/.icons/material/crop-portrait.svg
+${PYSITELIB}/material/.icons/material/crop-rotate.svg
+${PYSITELIB}/material/.icons/material/crop-square.svg
+${PYSITELIB}/material/.icons/material/crop.svg
+${PYSITELIB}/material/.icons/material/crosshairs-gps.svg
+${PYSITELIB}/material/.icons/material/crosshairs-off.svg
+${PYSITELIB}/material/.icons/material/crosshairs-question.svg
+${PYSITELIB}/material/.icons/material/crosshairs.svg
+${PYSITELIB}/material/.icons/material/crown-outline.svg
+${PYSITELIB}/material/.icons/material/crown.svg
+${PYSITELIB}/material/.icons/material/cryengine.svg
+${PYSITELIB}/material/.icons/material/crystal-ball.svg
+${PYSITELIB}/material/.icons/material/cube-off-outline.svg
+${PYSITELIB}/material/.icons/material/cube-off.svg
+${PYSITELIB}/material/.icons/material/cube-outline.svg
+${PYSITELIB}/material/.icons/material/cube-scan.svg
+${PYSITELIB}/material/.icons/material/cube-send.svg
+${PYSITELIB}/material/.icons/material/cube-unfolded.svg
+${PYSITELIB}/material/.icons/material/cube.svg
+${PYSITELIB}/material/.icons/material/cup-off-outline.svg
+${PYSITELIB}/material/.icons/material/cup-off.svg
+${PYSITELIB}/material/.icons/material/cup-outline.svg
+${PYSITELIB}/material/.icons/material/cup-water.svg
+${PYSITELIB}/material/.icons/material/cup.svg
+${PYSITELIB}/material/.icons/material/cupboard-outline.svg
+${PYSITELIB}/material/.icons/material/cupboard.svg
+${PYSITELIB}/material/.icons/material/cupcake.svg
+${PYSITELIB}/material/.icons/material/curling.svg
+${PYSITELIB}/material/.icons/material/currency-bdt.svg
+${PYSITELIB}/material/.icons/material/currency-brl.svg
+${PYSITELIB}/material/.icons/material/currency-btc.svg
+${PYSITELIB}/material/.icons/material/currency-cny.svg
+${PYSITELIB}/material/.icons/material/currency-eth.svg
+${PYSITELIB}/material/.icons/material/currency-eur-off.svg
+${PYSITELIB}/material/.icons/material/currency-eur.svg
+${PYSITELIB}/material/.icons/material/currency-gbp.svg
+${PYSITELIB}/material/.icons/material/currency-ils.svg
+${PYSITELIB}/material/.icons/material/currency-inr.svg
+${PYSITELIB}/material/.icons/material/currency-jpy.svg
+${PYSITELIB}/material/.icons/material/currency-krw.svg
+${PYSITELIB}/material/.icons/material/currency-kzt.svg
+${PYSITELIB}/material/.icons/material/currency-mnt.svg
+${PYSITELIB}/material/.icons/material/currency-ngn.svg
+${PYSITELIB}/material/.icons/material/currency-php.svg
+${PYSITELIB}/material/.icons/material/currency-rial.svg
+${PYSITELIB}/material/.icons/material/currency-rub.svg
+${PYSITELIB}/material/.icons/material/currency-sign.svg
+${PYSITELIB}/material/.icons/material/currency-try.svg
+${PYSITELIB}/material/.icons/material/currency-twd.svg
+${PYSITELIB}/material/.icons/material/currency-usd-circle-outline.svg
+${PYSITELIB}/material/.icons/material/currency-usd-circle.svg
+${PYSITELIB}/material/.icons/material/currency-usd-off.svg
+${PYSITELIB}/material/.icons/material/currency-usd.svg
+${PYSITELIB}/material/.icons/material/current-ac.svg
+${PYSITELIB}/material/.icons/material/current-dc.svg
+${PYSITELIB}/material/.icons/material/cursor-default-click-outline.svg
+${PYSITELIB}/material/.icons/material/cursor-default-click.svg
+${PYSITELIB}/material/.icons/material/cursor-default-gesture-outline.svg
+${PYSITELIB}/material/.icons/material/cursor-default-gesture.svg
+${PYSITELIB}/material/.icons/material/cursor-default-outline.svg
+${PYSITELIB}/material/.icons/material/cursor-default.svg
+${PYSITELIB}/material/.icons/material/cursor-move.svg
+${PYSITELIB}/material/.icons/material/cursor-pointer.svg
+${PYSITELIB}/material/.icons/material/cursor-text.svg
+${PYSITELIB}/material/.icons/material/dance-pole.svg
+${PYSITELIB}/material/.icons/material/data-matrix-edit.svg
+${PYSITELIB}/material/.icons/material/data-matrix-minus.svg
+${PYSITELIB}/material/.icons/material/data-matrix-plus.svg
+${PYSITELIB}/material/.icons/material/data-matrix-remove.svg
+${PYSITELIB}/material/.icons/material/data-matrix-scan.svg
+${PYSITELIB}/material/.icons/material/data-matrix.svg
+${PYSITELIB}/material/.icons/material/database-check.svg
+${PYSITELIB}/material/.icons/material/database-edit.svg
+${PYSITELIB}/material/.icons/material/database-export.svg
+${PYSITELIB}/material/.icons/material/database-import.svg
+${PYSITELIB}/material/.icons/material/database-lock.svg
+${PYSITELIB}/material/.icons/material/database-marker.svg
+${PYSITELIB}/material/.icons/material/database-minus.svg
+${PYSITELIB}/material/.icons/material/database-plus.svg
+${PYSITELIB}/material/.icons/material/database-refresh.svg
+${PYSITELIB}/material/.icons/material/database-remove.svg
+${PYSITELIB}/material/.icons/material/database-search.svg
+${PYSITELIB}/material/.icons/material/database-settings.svg
+${PYSITELIB}/material/.icons/material/database-sync.svg
+${PYSITELIB}/material/.icons/material/database.svg
+${PYSITELIB}/material/.icons/material/death-star-variant.svg
+${PYSITELIB}/material/.icons/material/death-star.svg
+${PYSITELIB}/material/.icons/material/deathly-hallows.svg
+${PYSITELIB}/material/.icons/material/debian.svg
+${PYSITELIB}/material/.icons/material/debug-step-into.svg
+${PYSITELIB}/material/.icons/material/debug-step-out.svg
+${PYSITELIB}/material/.icons/material/debug-step-over.svg
+${PYSITELIB}/material/.icons/material/decagram-outline.svg
+${PYSITELIB}/material/.icons/material/decagram.svg
+${PYSITELIB}/material/.icons/material/decimal-comma-decrease.svg
+${PYSITELIB}/material/.icons/material/decimal-comma-increase.svg
+${PYSITELIB}/material/.icons/material/decimal-comma.svg
+${PYSITELIB}/material/.icons/material/decimal-decrease.svg
+${PYSITELIB}/material/.icons/material/decimal-increase.svg
+${PYSITELIB}/material/.icons/material/decimal.svg
+${PYSITELIB}/material/.icons/material/delete-alert-outline.svg
+${PYSITELIB}/material/.icons/material/delete-alert.svg
+${PYSITELIB}/material/.icons/material/delete-circle-outline.svg
+${PYSITELIB}/material/.icons/material/delete-circle.svg
+${PYSITELIB}/material/.icons/material/delete-clock-outline.svg
+${PYSITELIB}/material/.icons/material/delete-clock.svg
+${PYSITELIB}/material/.icons/material/delete-empty-outline.svg
+${PYSITELIB}/material/.icons/material/delete-empty.svg
+${PYSITELIB}/material/.icons/material/delete-forever-outline.svg
+${PYSITELIB}/material/.icons/material/delete-forever.svg
+${PYSITELIB}/material/.icons/material/delete-off-outline.svg
+${PYSITELIB}/material/.icons/material/delete-off.svg
+${PYSITELIB}/material/.icons/material/delete-outline.svg
+${PYSITELIB}/material/.icons/material/delete-restore.svg
+${PYSITELIB}/material/.icons/material/delete-sweep-outline.svg
+${PYSITELIB}/material/.icons/material/delete-sweep.svg
+${PYSITELIB}/material/.icons/material/delete-variant.svg
+${PYSITELIB}/material/.icons/material/delete.svg
+${PYSITELIB}/material/.icons/material/delta.svg
+${PYSITELIB}/material/.icons/material/desk-lamp.svg
+${PYSITELIB}/material/.icons/material/desk.svg
+${PYSITELIB}/material/.icons/material/deskphone.svg
+${PYSITELIB}/material/.icons/material/desktop-classic.svg
+${PYSITELIB}/material/.icons/material/desktop-mac-dashboard.svg
+${PYSITELIB}/material/.icons/material/desktop-mac.svg
+${PYSITELIB}/material/.icons/material/desktop-tower-monitor.svg
+${PYSITELIB}/material/.icons/material/desktop-tower.svg
+${PYSITELIB}/material/.icons/material/details.svg
+${PYSITELIB}/material/.icons/material/dev-to.svg
+${PYSITELIB}/material/.icons/material/developer-board.svg
+${PYSITELIB}/material/.icons/material/deviantart.svg
+${PYSITELIB}/material/.icons/material/devices.svg
+${PYSITELIB}/material/.icons/material/diabetes.svg
+${PYSITELIB}/material/.icons/material/dialpad.svg
+${PYSITELIB}/material/.icons/material/diameter-outline.svg
+${PYSITELIB}/material/.icons/material/diameter-variant.svg
+${PYSITELIB}/material/.icons/material/diameter.svg
+${PYSITELIB}/material/.icons/material/diamond-outline.svg
+${PYSITELIB}/material/.icons/material/diamond-stone.svg
+${PYSITELIB}/material/.icons/material/diamond.svg
+${PYSITELIB}/material/.icons/material/dice-1-outline.svg
+${PYSITELIB}/material/.icons/material/dice-1.svg
+${PYSITELIB}/material/.icons/material/dice-2-outline.svg
+${PYSITELIB}/material/.icons/material/dice-2.svg
+${PYSITELIB}/material/.icons/material/dice-3-outline.svg
+${PYSITELIB}/material/.icons/material/dice-3.svg
+${PYSITELIB}/material/.icons/material/dice-4-outline.svg
+${PYSITELIB}/material/.icons/material/dice-4.svg
+${PYSITELIB}/material/.icons/material/dice-5-outline.svg
+${PYSITELIB}/material/.icons/material/dice-5.svg
+${PYSITELIB}/material/.icons/material/dice-6-outline.svg
+${PYSITELIB}/material/.icons/material/dice-6.svg
+${PYSITELIB}/material/.icons/material/dice-d10-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d10.svg
+${PYSITELIB}/material/.icons/material/dice-d12-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d12.svg
+${PYSITELIB}/material/.icons/material/dice-d20-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d20.svg
+${PYSITELIB}/material/.icons/material/dice-d4-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d4.svg
+${PYSITELIB}/material/.icons/material/dice-d6-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d6.svg
+${PYSITELIB}/material/.icons/material/dice-d8-outline.svg
+${PYSITELIB}/material/.icons/material/dice-d8.svg
+${PYSITELIB}/material/.icons/material/dice-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/dice-multiple.svg
+${PYSITELIB}/material/.icons/material/digital-ocean.svg
+${PYSITELIB}/material/.icons/material/dip-switch.svg
+${PYSITELIB}/material/.icons/material/directions-fork.svg
+${PYSITELIB}/material/.icons/material/directions.svg
+${PYSITELIB}/material/.icons/material/disc-alert.svg
+${PYSITELIB}/material/.icons/material/disc-player.svg
+${PYSITELIB}/material/.icons/material/disc.svg
+${PYSITELIB}/material/.icons/material/discord.svg
+${PYSITELIB}/material/.icons/material/dishwasher-alert.svg
+${PYSITELIB}/material/.icons/material/dishwasher-off.svg
+${PYSITELIB}/material/.icons/material/dishwasher.svg
+${PYSITELIB}/material/.icons/material/disqus.svg
+${PYSITELIB}/material/.icons/material/distribute-horizontal-center.svg
+${PYSITELIB}/material/.icons/material/distribute-horizontal-left.svg
+${PYSITELIB}/material/.icons/material/distribute-horizontal-right.svg
+${PYSITELIB}/material/.icons/material/distribute-vertical-bottom.svg
+${PYSITELIB}/material/.icons/material/distribute-vertical-center.svg
+${PYSITELIB}/material/.icons/material/distribute-vertical-top.svg
+${PYSITELIB}/material/.icons/material/diving-flippers.svg
+${PYSITELIB}/material/.icons/material/diving-helmet.svg
+${PYSITELIB}/material/.icons/material/diving-scuba-flag.svg
+${PYSITELIB}/material/.icons/material/diving-scuba-tank-multiple.svg
+${PYSITELIB}/material/.icons/material/diving-scuba-tank.svg
+${PYSITELIB}/material/.icons/material/diving-scuba.svg
+${PYSITELIB}/material/.icons/material/diving-snorkel.svg
+${PYSITELIB}/material/.icons/material/division-box.svg
+${PYSITELIB}/material/.icons/material/division.svg
+${PYSITELIB}/material/.icons/material/dlna.svg
+${PYSITELIB}/material/.icons/material/dna.svg
+${PYSITELIB}/material/.icons/material/dns-outline.svg
+${PYSITELIB}/material/.icons/material/dns.svg
+${PYSITELIB}/material/.icons/material/do-not-disturb-off.svg
+${PYSITELIB}/material/.icons/material/do-not-disturb.svg
+${PYSITELIB}/material/.icons/material/dock-bottom.svg
+${PYSITELIB}/material/.icons/material/dock-left.svg
+${PYSITELIB}/material/.icons/material/dock-right.svg
+${PYSITELIB}/material/.icons/material/dock-top.svg
+${PYSITELIB}/material/.icons/material/dock-window.svg
+${PYSITELIB}/material/.icons/material/docker.svg
+${PYSITELIB}/material/.icons/material/doctor.svg
+${PYSITELIB}/material/.icons/material/dog-service.svg
+${PYSITELIB}/material/.icons/material/dog-side.svg
+${PYSITELIB}/material/.icons/material/dog.svg
+${PYSITELIB}/material/.icons/material/dolby.svg
+${PYSITELIB}/material/.icons/material/dolly.svg
+${PYSITELIB}/material/.icons/material/domain-off.svg
+${PYSITELIB}/material/.icons/material/domain-plus.svg
+${PYSITELIB}/material/.icons/material/domain-remove.svg
+${PYSITELIB}/material/.icons/material/domain.svg
+${PYSITELIB}/material/.icons/material/dome-light.svg
+${PYSITELIB}/material/.icons/material/domino-mask.svg
+${PYSITELIB}/material/.icons/material/donkey.svg
+${PYSITELIB}/material/.icons/material/door-closed-lock.svg
+${PYSITELIB}/material/.icons/material/door-closed.svg
+${PYSITELIB}/material/.icons/material/door-open.svg
+${PYSITELIB}/material/.icons/material/door.svg
+${PYSITELIB}/material/.icons/material/doorbell-video.svg
+${PYSITELIB}/material/.icons/material/doorbell.svg
+${PYSITELIB}/material/.icons/material/dot-net.svg
+${PYSITELIB}/material/.icons/material/dots-horizontal-circle-outline.svg
+${PYSITELIB}/material/.icons/material/dots-horizontal-circle.svg
+${PYSITELIB}/material/.icons/material/dots-horizontal.svg
+${PYSITELIB}/material/.icons/material/dots-vertical-circle-outline.svg
+${PYSITELIB}/material/.icons/material/dots-vertical-circle.svg
+${PYSITELIB}/material/.icons/material/dots-vertical.svg
+${PYSITELIB}/material/.icons/material/douban.svg
+${PYSITELIB}/material/.icons/material/download-box-outline.svg
+${PYSITELIB}/material/.icons/material/download-box.svg
+${PYSITELIB}/material/.icons/material/download-circle-outline.svg
+${PYSITELIB}/material/.icons/material/download-circle.svg
+${PYSITELIB}/material/.icons/material/download-lock-outline.svg
+${PYSITELIB}/material/.icons/material/download-lock.svg
+${PYSITELIB}/material/.icons/material/download-multiple.svg
+${PYSITELIB}/material/.icons/material/download-network-outline.svg
+${PYSITELIB}/material/.icons/material/download-network.svg
+${PYSITELIB}/material/.icons/material/download-off-outline.svg
+${PYSITELIB}/material/.icons/material/download-off.svg
+${PYSITELIB}/material/.icons/material/download-outline.svg
+${PYSITELIB}/material/.icons/material/download.svg
+${PYSITELIB}/material/.icons/material/drag-horizontal-variant.svg
+${PYSITELIB}/material/.icons/material/drag-horizontal.svg
+${PYSITELIB}/material/.icons/material/drag-variant.svg
+${PYSITELIB}/material/.icons/material/drag-vertical-variant.svg
+${PYSITELIB}/material/.icons/material/drag-vertical.svg
+${PYSITELIB}/material/.icons/material/drag.svg
+${PYSITELIB}/material/.icons/material/drama-masks.svg
+${PYSITELIB}/material/.icons/material/draw.svg
+${PYSITELIB}/material/.icons/material/drawing-box.svg
+${PYSITELIB}/material/.icons/material/drawing.svg
+${PYSITELIB}/material/.icons/material/dresser-outline.svg
+${PYSITELIB}/material/.icons/material/dresser.svg
+${PYSITELIB}/material/.icons/material/drone.svg
+${PYSITELIB}/material/.icons/material/dropbox.svg
+${PYSITELIB}/material/.icons/material/drupal.svg
+${PYSITELIB}/material/.icons/material/duck.svg
+${PYSITELIB}/material/.icons/material/dumbbell.svg
+${PYSITELIB}/material/.icons/material/dump-truck.svg
+${PYSITELIB}/material/.icons/material/ear-hearing-off.svg
+${PYSITELIB}/material/.icons/material/ear-hearing.svg
+${PYSITELIB}/material/.icons/material/earth-arrow-right.svg
+${PYSITELIB}/material/.icons/material/earth-box-minus.svg
+${PYSITELIB}/material/.icons/material/earth-box-off.svg
+${PYSITELIB}/material/.icons/material/earth-box-plus.svg
+${PYSITELIB}/material/.icons/material/earth-box-remove.svg
+${PYSITELIB}/material/.icons/material/earth-box.svg
+${PYSITELIB}/material/.icons/material/earth-minus.svg
+${PYSITELIB}/material/.icons/material/earth-off.svg
+${PYSITELIB}/material/.icons/material/earth-plus.svg
+${PYSITELIB}/material/.icons/material/earth-remove.svg
+${PYSITELIB}/material/.icons/material/earth.svg
+${PYSITELIB}/material/.icons/material/egg-easter.svg
+${PYSITELIB}/material/.icons/material/egg-off-outline.svg
+${PYSITELIB}/material/.icons/material/egg-off.svg
+${PYSITELIB}/material/.icons/material/egg-outline.svg
+${PYSITELIB}/material/.icons/material/egg.svg
+${PYSITELIB}/material/.icons/material/eiffel-tower.svg
+${PYSITELIB}/material/.icons/material/eight-track.svg
+${PYSITELIB}/material/.icons/material/eject-outline.svg
+${PYSITELIB}/material/.icons/material/eject.svg
+${PYSITELIB}/material/.icons/material/electric-switch-closed.svg
+${PYSITELIB}/material/.icons/material/electric-switch.svg
+${PYSITELIB}/material/.icons/material/electron-framework.svg
+${PYSITELIB}/material/.icons/material/elephant.svg
+${PYSITELIB}/material/.icons/material/elevation-decline.svg
+${PYSITELIB}/material/.icons/material/elevation-rise.svg
+${PYSITELIB}/material/.icons/material/elevator-down.svg
+${PYSITELIB}/material/.icons/material/elevator-passenger.svg
+${PYSITELIB}/material/.icons/material/elevator-up.svg
+${PYSITELIB}/material/.icons/material/elevator.svg
+${PYSITELIB}/material/.icons/material/ellipse-outline.svg
+${PYSITELIB}/material/.icons/material/ellipse.svg
+${PYSITELIB}/material/.icons/material/email-alert-outline.svg
+${PYSITELIB}/material/.icons/material/email-alert.svg
+${PYSITELIB}/material/.icons/material/email-box.svg
+${PYSITELIB}/material/.icons/material/email-check-outline.svg
+${PYSITELIB}/material/.icons/material/email-check.svg
+${PYSITELIB}/material/.icons/material/email-edit-outline.svg
+${PYSITELIB}/material/.icons/material/email-edit.svg
+${PYSITELIB}/material/.icons/material/email-lock.svg
+${PYSITELIB}/material/.icons/material/email-mark-as-unread.svg
+${PYSITELIB}/material/.icons/material/email-minus-outline.svg
+${PYSITELIB}/material/.icons/material/email-minus.svg
+${PYSITELIB}/material/.icons/material/email-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/email-multiple.svg
+${PYSITELIB}/material/.icons/material/email-newsletter.svg
+${PYSITELIB}/material/.icons/material/email-off-outline.svg
+${PYSITELIB}/material/.icons/material/email-off.svg
+${PYSITELIB}/material/.icons/material/email-open-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/email-open-multiple.svg
+${PYSITELIB}/material/.icons/material/email-open-outline.svg
+${PYSITELIB}/material/.icons/material/email-open.svg
+${PYSITELIB}/material/.icons/material/email-outline.svg
+${PYSITELIB}/material/.icons/material/email-plus-outline.svg
+${PYSITELIB}/material/.icons/material/email-plus.svg
+${PYSITELIB}/material/.icons/material/email-receive-outline.svg
+${PYSITELIB}/material/.icons/material/email-receive.svg
+${PYSITELIB}/material/.icons/material/email-search-outline.svg
+${PYSITELIB}/material/.icons/material/email-search.svg
+${PYSITELIB}/material/.icons/material/email-send-outline.svg
+${PYSITELIB}/material/.icons/material/email-send.svg
+${PYSITELIB}/material/.icons/material/email-sync-outline.svg
+${PYSITELIB}/material/.icons/material/email-sync.svg
+${PYSITELIB}/material/.icons/material/email-variant.svg
+${PYSITELIB}/material/.icons/material/email.svg
+${PYSITELIB}/material/.icons/material/ember.svg
+${PYSITELIB}/material/.icons/material/emby.svg
+${PYSITELIB}/material/.icons/material/emoticon-angry-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-angry.svg
+${PYSITELIB}/material/.icons/material/emoticon-confused-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-confused.svg
+${PYSITELIB}/material/.icons/material/emoticon-cool-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-cool.svg
+${PYSITELIB}/material/.icons/material/emoticon-cry-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-cry.svg
+${PYSITELIB}/material/.icons/material/emoticon-dead-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-dead.svg
+${PYSITELIB}/material/.icons/material/emoticon-devil-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-devil.svg
+${PYSITELIB}/material/.icons/material/emoticon-excited-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-excited.svg
+${PYSITELIB}/material/.icons/material/emoticon-frown-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-frown.svg
+${PYSITELIB}/material/.icons/material/emoticon-happy-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-happy.svg
+${PYSITELIB}/material/.icons/material/emoticon-kiss-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-kiss.svg
+${PYSITELIB}/material/.icons/material/emoticon-lol-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-lol.svg
+${PYSITELIB}/material/.icons/material/emoticon-neutral-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-neutral.svg
+${PYSITELIB}/material/.icons/material/emoticon-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-poop-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-poop.svg
+${PYSITELIB}/material/.icons/material/emoticon-sad-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-sad.svg
+${PYSITELIB}/material/.icons/material/emoticon-sick-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-sick.svg
+${PYSITELIB}/material/.icons/material/emoticon-tongue-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-tongue.svg
+${PYSITELIB}/material/.icons/material/emoticon-wink-outline.svg
+${PYSITELIB}/material/.icons/material/emoticon-wink.svg
+${PYSITELIB}/material/.icons/material/emoticon.svg
+${PYSITELIB}/material/.icons/material/engine-off-outline.svg
+${PYSITELIB}/material/.icons/material/engine-off.svg
+${PYSITELIB}/material/.icons/material/engine-outline.svg
+${PYSITELIB}/material/.icons/material/engine.svg
+${PYSITELIB}/material/.icons/material/epsilon.svg
+${PYSITELIB}/material/.icons/material/equal-box.svg
+${PYSITELIB}/material/.icons/material/equal.svg
+${PYSITELIB}/material/.icons/material/equalizer-outline.svg
+${PYSITELIB}/material/.icons/material/equalizer.svg
+${PYSITELIB}/material/.icons/material/eraser-variant.svg
+${PYSITELIB}/material/.icons/material/eraser.svg
+${PYSITELIB}/material/.icons/material/escalator-box.svg
+${PYSITELIB}/material/.icons/material/escalator-down.svg
+${PYSITELIB}/material/.icons/material/escalator-up.svg
+${PYSITELIB}/material/.icons/material/escalator.svg
+${PYSITELIB}/material/.icons/material/eslint.svg
+${PYSITELIB}/material/.icons/material/et.svg
+${PYSITELIB}/material/.icons/material/ethereum.svg
+${PYSITELIB}/material/.icons/material/ethernet-cable-off.svg
+${PYSITELIB}/material/.icons/material/ethernet-cable.svg
+${PYSITELIB}/material/.icons/material/ethernet.svg
+${PYSITELIB}/material/.icons/material/ev-plug-ccs1.svg
+${PYSITELIB}/material/.icons/material/ev-plug-ccs2.svg
+${PYSITELIB}/material/.icons/material/ev-plug-chademo.svg
+${PYSITELIB}/material/.icons/material/ev-plug-tesla.svg
+${PYSITELIB}/material/.icons/material/ev-plug-type1.svg
+${PYSITELIB}/material/.icons/material/ev-plug-type2.svg
+${PYSITELIB}/material/.icons/material/ev-station.svg
+${PYSITELIB}/material/.icons/material/evernote.svg
+${PYSITELIB}/material/.icons/material/excavator.svg
+${PYSITELIB}/material/.icons/material/exclamation-thick.svg
+${PYSITELIB}/material/.icons/material/exclamation.svg
+${PYSITELIB}/material/.icons/material/exit-run.svg
+${PYSITELIB}/material/.icons/material/exit-to-app.svg
+${PYSITELIB}/material/.icons/material/expand-all-outline.svg
+${PYSITELIB}/material/.icons/material/expand-all.svg
+${PYSITELIB}/material/.icons/material/expansion-card-variant.svg
+${PYSITELIB}/material/.icons/material/expansion-card.svg
+${PYSITELIB}/material/.icons/material/exponent-box.svg
+${PYSITELIB}/material/.icons/material/exponent.svg
+${PYSITELIB}/material/.icons/material/export-variant.svg
+${PYSITELIB}/material/.icons/material/export.svg
+${PYSITELIB}/material/.icons/material/eye-check-outline.svg
+${PYSITELIB}/material/.icons/material/eye-check.svg
+${PYSITELIB}/material/.icons/material/eye-circle-outline.svg
+${PYSITELIB}/material/.icons/material/eye-circle.svg
+${PYSITELIB}/material/.icons/material/eye-minus-outline.svg
+${PYSITELIB}/material/.icons/material/eye-minus.svg
+${PYSITELIB}/material/.icons/material/eye-off-outline.svg
+${PYSITELIB}/material/.icons/material/eye-off.svg
+${PYSITELIB}/material/.icons/material/eye-outline.svg
+${PYSITELIB}/material/.icons/material/eye-plus-outline.svg
+${PYSITELIB}/material/.icons/material/eye-plus.svg
+${PYSITELIB}/material/.icons/material/eye-settings-outline.svg
+${PYSITELIB}/material/.icons/material/eye-settings.svg
+${PYSITELIB}/material/.icons/material/eye.svg
+${PYSITELIB}/material/.icons/material/eyedropper-minus.svg
+${PYSITELIB}/material/.icons/material/eyedropper-off.svg
+${PYSITELIB}/material/.icons/material/eyedropper-plus.svg
+${PYSITELIB}/material/.icons/material/eyedropper-remove.svg
+${PYSITELIB}/material/.icons/material/eyedropper-variant.svg
+${PYSITELIB}/material/.icons/material/eyedropper.svg
+${PYSITELIB}/material/.icons/material/face-agent.svg
+${PYSITELIB}/material/.icons/material/face-mask-outline.svg
+${PYSITELIB}/material/.icons/material/face-mask.svg
+${PYSITELIB}/material/.icons/material/face-outline.svg
+${PYSITELIB}/material/.icons/material/face-profile-woman.svg
+${PYSITELIB}/material/.icons/material/face-profile.svg
+${PYSITELIB}/material/.icons/material/face-recognition.svg
+${PYSITELIB}/material/.icons/material/face-woman-outline.svg
+${PYSITELIB}/material/.icons/material/face-woman.svg
+${PYSITELIB}/material/.icons/material/face.svg
+${PYSITELIB}/material/.icons/material/facebook-gaming.svg
+${PYSITELIB}/material/.icons/material/facebook-messenger.svg
+${PYSITELIB}/material/.icons/material/facebook-workplace.svg
+${PYSITELIB}/material/.icons/material/facebook.svg
+${PYSITELIB}/material/.icons/material/factory.svg
+${PYSITELIB}/material/.icons/material/fan-alert.svg
+${PYSITELIB}/material/.icons/material/fan-chevron-down.svg
+${PYSITELIB}/material/.icons/material/fan-chevron-up.svg
+${PYSITELIB}/material/.icons/material/fan-minus.svg
+${PYSITELIB}/material/.icons/material/fan-off.svg
+${PYSITELIB}/material/.icons/material/fan-plus.svg
+${PYSITELIB}/material/.icons/material/fan-remove.svg
+${PYSITELIB}/material/.icons/material/fan-speed-1.svg
+${PYSITELIB}/material/.icons/material/fan-speed-2.svg
+${PYSITELIB}/material/.icons/material/fan-speed-3.svg
+${PYSITELIB}/material/.icons/material/fan.svg
+${PYSITELIB}/material/.icons/material/fast-forward-10.svg
+${PYSITELIB}/material/.icons/material/fast-forward-30.svg
+${PYSITELIB}/material/.icons/material/fast-forward-5.svg
+${PYSITELIB}/material/.icons/material/fast-forward-outline.svg
+${PYSITELIB}/material/.icons/material/fast-forward.svg
+${PYSITELIB}/material/.icons/material/fax.svg
+${PYSITELIB}/material/.icons/material/feather.svg
+${PYSITELIB}/material/.icons/material/feature-search-outline.svg
+${PYSITELIB}/material/.icons/material/feature-search.svg
+${PYSITELIB}/material/.icons/material/fedora.svg
+${PYSITELIB}/material/.icons/material/fencing.svg
+${PYSITELIB}/material/.icons/material/ferris-wheel.svg
+${PYSITELIB}/material/.icons/material/ferry.svg
+${PYSITELIB}/material/.icons/material/file-account-outline.svg
+${PYSITELIB}/material/.icons/material/file-account.svg
+${PYSITELIB}/material/.icons/material/file-alert-outline.svg
+${PYSITELIB}/material/.icons/material/file-alert.svg
+${PYSITELIB}/material/.icons/material/file-cabinet.svg
+${PYSITELIB}/material/.icons/material/file-cad-box.svg
+${PYSITELIB}/material/.icons/material/file-cad.svg
+${PYSITELIB}/material/.icons/material/file-cancel-outline.svg
+${PYSITELIB}/material/.icons/material/file-cancel.svg
+${PYSITELIB}/material/.icons/material/file-certificate-outline.svg
+${PYSITELIB}/material/.icons/material/file-certificate.svg
+${PYSITELIB}/material/.icons/material/file-chart-outline.svg
+${PYSITELIB}/material/.icons/material/file-chart.svg
+${PYSITELIB}/material/.icons/material/file-check-outline.svg
+${PYSITELIB}/material/.icons/material/file-check.svg
+${PYSITELIB}/material/.icons/material/file-clock-outline.svg
+${PYSITELIB}/material/.icons/material/file-clock.svg
+${PYSITELIB}/material/.icons/material/file-cloud-outline.svg
+${PYSITELIB}/material/.icons/material/file-cloud.svg
+${PYSITELIB}/material/.icons/material/file-code-outline.svg
+${PYSITELIB}/material/.icons/material/file-code.svg
+${PYSITELIB}/material/.icons/material/file-cog-outline.svg
+${PYSITELIB}/material/.icons/material/file-cog.svg
+${PYSITELIB}/material/.icons/material/file-compare.svg
+${PYSITELIB}/material/.icons/material/file-delimited-outline.svg
+${PYSITELIB}/material/.icons/material/file-delimited.svg
+${PYSITELIB}/material/.icons/material/file-document-edit-outline.svg
+${PYSITELIB}/material/.icons/material/file-document-edit.svg
+${PYSITELIB}/material/.icons/material/file-document-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/file-document-multiple.svg
+${PYSITELIB}/material/.icons/material/file-document-outline.svg
+${PYSITELIB}/material/.icons/material/file-document.svg
+${PYSITELIB}/material/.icons/material/file-download-outline.svg
+${PYSITELIB}/material/.icons/material/file-download.svg
+${PYSITELIB}/material/.icons/material/file-edit-outline.svg
+${PYSITELIB}/material/.icons/material/file-edit.svg
+${PYSITELIB}/material/.icons/material/file-excel-box-outline.svg
+${PYSITELIB}/material/.icons/material/file-excel-box.svg
+${PYSITELIB}/material/.icons/material/file-excel-outline.svg
+${PYSITELIB}/material/.icons/material/file-excel.svg
+${PYSITELIB}/material/.icons/material/file-export-outline.svg
+${PYSITELIB}/material/.icons/material/file-export.svg
+${PYSITELIB}/material/.icons/material/file-eye-outline.svg
+${PYSITELIB}/material/.icons/material/file-eye.svg
+${PYSITELIB}/material/.icons/material/file-find-outline.svg
+${PYSITELIB}/material/.icons/material/file-find.svg
+${PYSITELIB}/material/.icons/material/file-hidden.svg
+${PYSITELIB}/material/.icons/material/file-image-outline.svg
+${PYSITELIB}/material/.icons/material/file-image.svg
+${PYSITELIB}/material/.icons/material/file-import-outline.svg
+${PYSITELIB}/material/.icons/material/file-import.svg
+${PYSITELIB}/material/.icons/material/file-key-outline.svg
+${PYSITELIB}/material/.icons/material/file-key.svg
+${PYSITELIB}/material/.icons/material/file-link-outline.svg
+${PYSITELIB}/material/.icons/material/file-link.svg
+${PYSITELIB}/material/.icons/material/file-lock-outline.svg
+${PYSITELIB}/material/.icons/material/file-lock.svg
+${PYSITELIB}/material/.icons/material/file-move-outline.svg
+${PYSITELIB}/material/.icons/material/file-move.svg
+${PYSITELIB}/material/.icons/material/file-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/file-multiple.svg
+${PYSITELIB}/material/.icons/material/file-music-outline.svg
+${PYSITELIB}/material/.icons/material/file-music.svg
+${PYSITELIB}/material/.icons/material/file-outline.svg
+${PYSITELIB}/material/.icons/material/file-pdf-box-outline.svg
+${PYSITELIB}/material/.icons/material/file-pdf-box.svg
+${PYSITELIB}/material/.icons/material/file-pdf-outline.svg
+${PYSITELIB}/material/.icons/material/file-pdf.svg
+${PYSITELIB}/material/.icons/material/file-percent-outline.svg
+${PYSITELIB}/material/.icons/material/file-percent.svg
+${PYSITELIB}/material/.icons/material/file-phone-outline.svg
+${PYSITELIB}/material/.icons/material/file-phone.svg
+${PYSITELIB}/material/.icons/material/file-plus-outline.svg
+${PYSITELIB}/material/.icons/material/file-plus.svg
+${PYSITELIB}/material/.icons/material/file-powerpoint-box-outline.svg
+${PYSITELIB}/material/.icons/material/file-powerpoint-box.svg
+${PYSITELIB}/material/.icons/material/file-powerpoint-outline.svg
+${PYSITELIB}/material/.icons/material/file-powerpoint.svg
+${PYSITELIB}/material/.icons/material/file-presentation-box.svg
+${PYSITELIB}/material/.icons/material/file-question-outline.svg
+${PYSITELIB}/material/.icons/material/file-question.svg
+${PYSITELIB}/material/.icons/material/file-refresh-outline.svg
+${PYSITELIB}/material/.icons/material/file-refresh.svg
+${PYSITELIB}/material/.icons/material/file-remove-outline.svg
+${PYSITELIB}/material/.icons/material/file-remove.svg
+${PYSITELIB}/material/.icons/material/file-replace-outline.svg
+${PYSITELIB}/material/.icons/material/file-replace.svg
+${PYSITELIB}/material/.icons/material/file-restore-outline.svg
+${PYSITELIB}/material/.icons/material/file-restore.svg
+${PYSITELIB}/material/.icons/material/file-search-outline.svg
+${PYSITELIB}/material/.icons/material/file-search.svg
+${PYSITELIB}/material/.icons/material/file-send-outline.svg
+${PYSITELIB}/material/.icons/material/file-send.svg
+${PYSITELIB}/material/.icons/material/file-settings-outline.svg
+${PYSITELIB}/material/.icons/material/file-settings.svg
+${PYSITELIB}/material/.icons/material/file-star-outline.svg
+${PYSITELIB}/material/.icons/material/file-star.svg
+${PYSITELIB}/material/.icons/material/file-swap-outline.svg
+${PYSITELIB}/material/.icons/material/file-swap.svg
+${PYSITELIB}/material/.icons/material/file-sync-outline.svg
+${PYSITELIB}/material/.icons/material/file-sync.svg
+${PYSITELIB}/material/.icons/material/file-table-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/file-table-box-multiple.svg
+${PYSITELIB}/material/.icons/material/file-table-box-outline.svg
+${PYSITELIB}/material/.icons/material/file-table-box.svg
+${PYSITELIB}/material/.icons/material/file-table-outline.svg
+${PYSITELIB}/material/.icons/material/file-table.svg
+${PYSITELIB}/material/.icons/material/file-tree-outline.svg
+${PYSITELIB}/material/.icons/material/file-tree.svg
+${PYSITELIB}/material/.icons/material/file-undo-outline.svg
+${PYSITELIB}/material/.icons/material/file-undo.svg
+${PYSITELIB}/material/.icons/material/file-upload-outline.svg
+${PYSITELIB}/material/.icons/material/file-upload.svg
+${PYSITELIB}/material/.icons/material/file-video-outline.svg
+${PYSITELIB}/material/.icons/material/file-video.svg
+${PYSITELIB}/material/.icons/material/file-word-box-outline.svg
+${PYSITELIB}/material/.icons/material/file-word-box.svg
+${PYSITELIB}/material/.icons/material/file-word-outline.svg
+${PYSITELIB}/material/.icons/material/file-word.svg
+${PYSITELIB}/material/.icons/material/file.svg
+${PYSITELIB}/material/.icons/material/film.svg
+${PYSITELIB}/material/.icons/material/filmstrip-box-multiple.svg
+${PYSITELIB}/material/.icons/material/filmstrip-box.svg
+${PYSITELIB}/material/.icons/material/filmstrip-off.svg
+${PYSITELIB}/material/.icons/material/filmstrip.svg
+${PYSITELIB}/material/.icons/material/filter-menu-outline.svg
+${PYSITELIB}/material/.icons/material/filter-menu.svg
+${PYSITELIB}/material/.icons/material/filter-minus-outline.svg
+${PYSITELIB}/material/.icons/material/filter-minus.svg
+${PYSITELIB}/material/.icons/material/filter-off-outline.svg
+${PYSITELIB}/material/.icons/material/filter-off.svg
+${PYSITELIB}/material/.icons/material/filter-outline.svg
+${PYSITELIB}/material/.icons/material/filter-plus-outline.svg
+${PYSITELIB}/material/.icons/material/filter-plus.svg
+${PYSITELIB}/material/.icons/material/filter-remove-outline.svg
+${PYSITELIB}/material/.icons/material/filter-remove.svg
+${PYSITELIB}/material/.icons/material/filter-variant-minus.svg
+${PYSITELIB}/material/.icons/material/filter-variant-plus.svg
+${PYSITELIB}/material/.icons/material/filter-variant-remove.svg
+${PYSITELIB}/material/.icons/material/filter-variant.svg
+${PYSITELIB}/material/.icons/material/filter.svg
+${PYSITELIB}/material/.icons/material/finance.svg
+${PYSITELIB}/material/.icons/material/find-replace.svg
+${PYSITELIB}/material/.icons/material/fingerprint-off.svg
+${PYSITELIB}/material/.icons/material/fingerprint.svg
+${PYSITELIB}/material/.icons/material/fire-extinguisher.svg
+${PYSITELIB}/material/.icons/material/fire-hydrant-alert.svg
+${PYSITELIB}/material/.icons/material/fire-hydrant-off.svg
+${PYSITELIB}/material/.icons/material/fire-hydrant.svg
+${PYSITELIB}/material/.icons/material/fire-truck.svg
+${PYSITELIB}/material/.icons/material/fire.svg
+${PYSITELIB}/material/.icons/material/firebase.svg
+${PYSITELIB}/material/.icons/material/firefox.svg
+${PYSITELIB}/material/.icons/material/fireplace-off.svg
+${PYSITELIB}/material/.icons/material/fireplace.svg
+${PYSITELIB}/material/.icons/material/firework.svg
+${PYSITELIB}/material/.icons/material/fish-off.svg
+${PYSITELIB}/material/.icons/material/fish.svg
+${PYSITELIB}/material/.icons/material/fishbowl-outline.svg
+${PYSITELIB}/material/.icons/material/fishbowl.svg
+${PYSITELIB}/material/.icons/material/fit-to-page-outline.svg
+${PYSITELIB}/material/.icons/material/fit-to-page.svg
+${PYSITELIB}/material/.icons/material/flag-checkered.svg
+${PYSITELIB}/material/.icons/material/flag-minus-outline.svg
+${PYSITELIB}/material/.icons/material/flag-minus.svg
+${PYSITELIB}/material/.icons/material/flag-outline.svg
+${PYSITELIB}/material/.icons/material/flag-plus-outline.svg
+${PYSITELIB}/material/.icons/material/flag-plus.svg
+${PYSITELIB}/material/.icons/material/flag-remove-outline.svg
+${PYSITELIB}/material/.icons/material/flag-remove.svg
+${PYSITELIB}/material/.icons/material/flag-triangle.svg
+${PYSITELIB}/material/.icons/material/flag-variant-outline.svg
+${PYSITELIB}/material/.icons/material/flag-variant.svg
+${PYSITELIB}/material/.icons/material/flag.svg
+${PYSITELIB}/material/.icons/material/flare.svg
+${PYSITELIB}/material/.icons/material/flash-alert-outline.svg
+${PYSITELIB}/material/.icons/material/flash-alert.svg
+${PYSITELIB}/material/.icons/material/flash-auto.svg
+${PYSITELIB}/material/.icons/material/flash-circle.svg
+${PYSITELIB}/material/.icons/material/flash-off.svg
+${PYSITELIB}/material/.icons/material/flash-outline.svg
+${PYSITELIB}/material/.icons/material/flash-red-eye.svg
+${PYSITELIB}/material/.icons/material/flash.svg
+${PYSITELIB}/material/.icons/material/flashlight-off.svg
+${PYSITELIB}/material/.icons/material/flashlight.svg
+${PYSITELIB}/material/.icons/material/flask-empty-minus-outline.svg
+${PYSITELIB}/material/.icons/material/flask-empty-minus.svg
+${PYSITELIB}/material/.icons/material/flask-empty-off-outline.svg
+${PYSITELIB}/material/.icons/material/flask-empty-off.svg
+${PYSITELIB}/material/.icons/material/flask-empty-outline.svg
+${PYSITELIB}/material/.icons/material/flask-empty-plus-outline.svg
+${PYSITELIB}/material/.icons/material/flask-empty-plus.svg
+${PYSITELIB}/material/.icons/material/flask-empty-remove-outline.svg
+${PYSITELIB}/material/.icons/material/flask-empty-remove.svg
+${PYSITELIB}/material/.icons/material/flask-empty.svg
+${PYSITELIB}/material/.icons/material/flask-minus-outline.svg
+${PYSITELIB}/material/.icons/material/flask-minus.svg
+${PYSITELIB}/material/.icons/material/flask-off-outline.svg
+${PYSITELIB}/material/.icons/material/flask-off.svg
+${PYSITELIB}/material/.icons/material/flask-outline.svg
+${PYSITELIB}/material/.icons/material/flask-plus-outline.svg
+${PYSITELIB}/material/.icons/material/flask-plus.svg
+${PYSITELIB}/material/.icons/material/flask-remove-outline.svg
+${PYSITELIB}/material/.icons/material/flask-remove.svg
+${PYSITELIB}/material/.icons/material/flask-round-bottom-empty-outline.svg
+${PYSITELIB}/material/.icons/material/flask-round-bottom-empty.svg
+${PYSITELIB}/material/.icons/material/flask-round-bottom-outline.svg
+${PYSITELIB}/material/.icons/material/flask-round-bottom.svg
+${PYSITELIB}/material/.icons/material/flask.svg
+${PYSITELIB}/material/.icons/material/fleur-de-lis.svg
+${PYSITELIB}/material/.icons/material/flip-horizontal.svg
+${PYSITELIB}/material/.icons/material/flip-to-back.svg
+${PYSITELIB}/material/.icons/material/flip-to-front.svg
+${PYSITELIB}/material/.icons/material/flip-vertical.svg
+${PYSITELIB}/material/.icons/material/floor-lamp-dual.svg
+${PYSITELIB}/material/.icons/material/floor-lamp-variant.svg
+${PYSITELIB}/material/.icons/material/floor-lamp.svg
+${PYSITELIB}/material/.icons/material/floor-plan.svg
+${PYSITELIB}/material/.icons/material/floppy-variant.svg
+${PYSITELIB}/material/.icons/material/floppy.svg
+${PYSITELIB}/material/.icons/material/flower-outline.svg
+${PYSITELIB}/material/.icons/material/flower-poppy.svg
+${PYSITELIB}/material/.icons/material/flower-tulip-outline.svg
+${PYSITELIB}/material/.icons/material/flower-tulip.svg
+${PYSITELIB}/material/.icons/material/flower.svg
+${PYSITELIB}/material/.icons/material/focus-auto.svg
+${PYSITELIB}/material/.icons/material/focus-field-horizontal.svg
+${PYSITELIB}/material/.icons/material/focus-field-vertical.svg
+${PYSITELIB}/material/.icons/material/focus-field.svg
+${PYSITELIB}/material/.icons/material/folder-account-outline.svg
+${PYSITELIB}/material/.icons/material/folder-account.svg
+${PYSITELIB}/material/.icons/material/folder-alert-outline.svg
+${PYSITELIB}/material/.icons/material/folder-alert.svg
+${PYSITELIB}/material/.icons/material/folder-clock-outline.svg
+${PYSITELIB}/material/.icons/material/folder-clock.svg
+${PYSITELIB}/material/.icons/material/folder-cog-outline.svg
+${PYSITELIB}/material/.icons/material/folder-cog.svg
+${PYSITELIB}/material/.icons/material/folder-download-outline.svg
+${PYSITELIB}/material/.icons/material/folder-download.svg
+${PYSITELIB}/material/.icons/material/folder-edit-outline.svg
+${PYSITELIB}/material/.icons/material/folder-edit.svg
+${PYSITELIB}/material/.icons/material/folder-google-drive.svg
+${PYSITELIB}/material/.icons/material/folder-heart-outline.svg
+${PYSITELIB}/material/.icons/material/folder-heart.svg
+${PYSITELIB}/material/.icons/material/folder-home-outline.svg
+${PYSITELIB}/material/.icons/material/folder-home.svg
+${PYSITELIB}/material/.icons/material/folder-image.svg
+${PYSITELIB}/material/.icons/material/folder-information-outline.svg
+${PYSITELIB}/material/.icons/material/folder-information.svg
+${PYSITELIB}/material/.icons/material/folder-key-network-outline.svg
+${PYSITELIB}/material/.icons/material/folder-key-network.svg
+${PYSITELIB}/material/.icons/material/folder-key-outline.svg
+${PYSITELIB}/material/.icons/material/folder-key.svg
+${PYSITELIB}/material/.icons/material/folder-lock-open.svg
+${PYSITELIB}/material/.icons/material/folder-lock.svg
+${PYSITELIB}/material/.icons/material/folder-marker-outline.svg
+${PYSITELIB}/material/.icons/material/folder-marker.svg
+${PYSITELIB}/material/.icons/material/folder-move-outline.svg
+${PYSITELIB}/material/.icons/material/folder-move.svg
+${PYSITELIB}/material/.icons/material/folder-multiple-image.svg
+${PYSITELIB}/material/.icons/material/folder-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/folder-multiple-plus-outline.svg
+${PYSITELIB}/material/.icons/material/folder-multiple-plus.svg
+${PYSITELIB}/material/.icons/material/folder-multiple.svg
+${PYSITELIB}/material/.icons/material/folder-music-outline.svg
+${PYSITELIB}/material/.icons/material/folder-music.svg
+${PYSITELIB}/material/.icons/material/folder-network-outline.svg
+${PYSITELIB}/material/.icons/material/folder-network.svg
+${PYSITELIB}/material/.icons/material/folder-open-outline.svg
+${PYSITELIB}/material/.icons/material/folder-open.svg
+${PYSITELIB}/material/.icons/material/folder-outline.svg
+${PYSITELIB}/material/.icons/material/folder-plus-outline.svg
+${PYSITELIB}/material/.icons/material/folder-plus.svg
+${PYSITELIB}/material/.icons/material/folder-pound-outline.svg
+${PYSITELIB}/material/.icons/material/folder-pound.svg
+${PYSITELIB}/material/.icons/material/folder-refresh-outline.svg
+${PYSITELIB}/material/.icons/material/folder-refresh.svg
+${PYSITELIB}/material/.icons/material/folder-remove-outline.svg
+${PYSITELIB}/material/.icons/material/folder-remove.svg
+${PYSITELIB}/material/.icons/material/folder-search-outline.svg
+${PYSITELIB}/material/.icons/material/folder-search.svg
+${PYSITELIB}/material/.icons/material/folder-settings-outline.svg
+${PYSITELIB}/material/.icons/material/folder-settings.svg
+${PYSITELIB}/material/.icons/material/folder-star-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/folder-star-multiple.svg
+${PYSITELIB}/material/.icons/material/folder-star-outline.svg
+${PYSITELIB}/material/.icons/material/folder-star.svg
+${PYSITELIB}/material/.icons/material/folder-swap-outline.svg
+${PYSITELIB}/material/.icons/material/folder-swap.svg
+${PYSITELIB}/material/.icons/material/folder-sync-outline.svg
+${PYSITELIB}/material/.icons/material/folder-sync.svg
+${PYSITELIB}/material/.icons/material/folder-table-outline.svg
+${PYSITELIB}/material/.icons/material/folder-table.svg
+${PYSITELIB}/material/.icons/material/folder-text-outline.svg
+${PYSITELIB}/material/.icons/material/folder-text.svg
+${PYSITELIB}/material/.icons/material/folder-upload-outline.svg
+${PYSITELIB}/material/.icons/material/folder-upload.svg
+${PYSITELIB}/material/.icons/material/folder-zip-outline.svg
+${PYSITELIB}/material/.icons/material/folder-zip.svg
+${PYSITELIB}/material/.icons/material/folder.svg
+${PYSITELIB}/material/.icons/material/font-awesome.svg
+${PYSITELIB}/material/.icons/material/food-apple-outline.svg
+${PYSITELIB}/material/.icons/material/food-apple.svg
+${PYSITELIB}/material/.icons/material/food-croissant.svg
+${PYSITELIB}/material/.icons/material/food-drumstick-off-outline.svg
+${PYSITELIB}/material/.icons/material/food-drumstick-off.svg
+${PYSITELIB}/material/.icons/material/food-drumstick-outline.svg
+${PYSITELIB}/material/.icons/material/food-drumstick.svg
+${PYSITELIB}/material/.icons/material/food-fork-drink.svg
+${PYSITELIB}/material/.icons/material/food-halal.svg
+${PYSITELIB}/material/.icons/material/food-kosher.svg
+${PYSITELIB}/material/.icons/material/food-off.svg
+${PYSITELIB}/material/.icons/material/food-steak-off.svg
+${PYSITELIB}/material/.icons/material/food-steak.svg
+${PYSITELIB}/material/.icons/material/food-variant-off.svg
+${PYSITELIB}/material/.icons/material/food-variant.svg
+${PYSITELIB}/material/.icons/material/food.svg
+${PYSITELIB}/material/.icons/material/foot-print.svg
+${PYSITELIB}/material/.icons/material/football-australian.svg
+${PYSITELIB}/material/.icons/material/football-helmet.svg
+${PYSITELIB}/material/.icons/material/football.svg
+${PYSITELIB}/material/.icons/material/forklift.svg
+${PYSITELIB}/material/.icons/material/form-dropdown.svg
+${PYSITELIB}/material/.icons/material/form-select.svg
+${PYSITELIB}/material/.icons/material/form-textarea.svg
+${PYSITELIB}/material/.icons/material/form-textbox-lock.svg
+${PYSITELIB}/material/.icons/material/form-textbox-password.svg
+${PYSITELIB}/material/.icons/material/form-textbox.svg
+${PYSITELIB}/material/.icons/material/format-align-bottom.svg
+${PYSITELIB}/material/.icons/material/format-align-center.svg
+${PYSITELIB}/material/.icons/material/format-align-justify.svg
+${PYSITELIB}/material/.icons/material/format-align-left.svg
+${PYSITELIB}/material/.icons/material/format-align-middle.svg
+${PYSITELIB}/material/.icons/material/format-align-right.svg
+${PYSITELIB}/material/.icons/material/format-align-top.svg
+${PYSITELIB}/material/.icons/material/format-annotation-minus.svg
+${PYSITELIB}/material/.icons/material/format-annotation-plus.svg
+${PYSITELIB}/material/.icons/material/format-bold.svg
+${PYSITELIB}/material/.icons/material/format-clear.svg
+${PYSITELIB}/material/.icons/material/format-color-fill.svg
+${PYSITELIB}/material/.icons/material/format-color-highlight.svg
+${PYSITELIB}/material/.icons/material/format-color-marker-cancel.svg
+${PYSITELIB}/material/.icons/material/format-color-text.svg
+${PYSITELIB}/material/.icons/material/format-columns.svg
+${PYSITELIB}/material/.icons/material/format-float-center.svg
+${PYSITELIB}/material/.icons/material/format-float-left.svg
+${PYSITELIB}/material/.icons/material/format-float-none.svg
+${PYSITELIB}/material/.icons/material/format-float-right.svg
+${PYSITELIB}/material/.icons/material/format-font-size-decrease.svg
+${PYSITELIB}/material/.icons/material/format-font-size-increase.svg
+${PYSITELIB}/material/.icons/material/format-font.svg
+${PYSITELIB}/material/.icons/material/format-header-1.svg
+${PYSITELIB}/material/.icons/material/format-header-2.svg
+${PYSITELIB}/material/.icons/material/format-header-3.svg
+${PYSITELIB}/material/.icons/material/format-header-4.svg
+${PYSITELIB}/material/.icons/material/format-header-5.svg
+${PYSITELIB}/material/.icons/material/format-header-6.svg
+${PYSITELIB}/material/.icons/material/format-header-decrease.svg
+${PYSITELIB}/material/.icons/material/format-header-equal.svg
+${PYSITELIB}/material/.icons/material/format-header-increase.svg
+${PYSITELIB}/material/.icons/material/format-header-pound.svg
+${PYSITELIB}/material/.icons/material/format-horizontal-align-center.svg
+${PYSITELIB}/material/.icons/material/format-horizontal-align-left.svg
+${PYSITELIB}/material/.icons/material/format-horizontal-align-right.svg
+${PYSITELIB}/material/.icons/material/format-indent-decrease.svg
+${PYSITELIB}/material/.icons/material/format-indent-increase.svg
+${PYSITELIB}/material/.icons/material/format-italic.svg
+${PYSITELIB}/material/.icons/material/format-letter-case-lower.svg
+${PYSITELIB}/material/.icons/material/format-letter-case-upper.svg
+${PYSITELIB}/material/.icons/material/format-letter-case.svg
+${PYSITELIB}/material/.icons/material/format-letter-ends-with.svg
+${PYSITELIB}/material/.icons/material/format-letter-matches.svg
+${PYSITELIB}/material/.icons/material/format-letter-starts-with.svg
+${PYSITELIB}/material/.icons/material/format-line-spacing.svg
+${PYSITELIB}/material/.icons/material/format-line-style.svg
+${PYSITELIB}/material/.icons/material/format-line-weight.svg
+${PYSITELIB}/material/.icons/material/format-list-bulleted-square.svg
+${PYSITELIB}/material/.icons/material/format-list-bulleted-triangle.svg
+${PYSITELIB}/material/.icons/material/format-list-bulleted-type.svg
+${PYSITELIB}/material/.icons/material/format-list-bulleted.svg
+${PYSITELIB}/material/.icons/material/format-list-checkbox.svg
+${PYSITELIB}/material/.icons/material/format-list-checks.svg
+${PYSITELIB}/material/.icons/material/format-list-numbered-rtl.svg
+${PYSITELIB}/material/.icons/material/format-list-numbered.svg
+${PYSITELIB}/material/.icons/material/format-list-text.svg
+${PYSITELIB}/material/.icons/material/format-overline.svg
+${PYSITELIB}/material/.icons/material/format-page-break.svg
+${PYSITELIB}/material/.icons/material/format-paint.svg
+${PYSITELIB}/material/.icons/material/format-paragraph.svg
+${PYSITELIB}/material/.icons/material/format-pilcrow.svg
+${PYSITELIB}/material/.icons/material/format-quote-close-outline.svg
+${PYSITELIB}/material/.icons/material/format-quote-close.svg
+${PYSITELIB}/material/.icons/material/format-quote-open-outline.svg
+${PYSITELIB}/material/.icons/material/format-quote-open.svg
+${PYSITELIB}/material/.icons/material/format-rotate-90.svg
+${PYSITELIB}/material/.icons/material/format-section.svg
+${PYSITELIB}/material/.icons/material/format-size.svg
+${PYSITELIB}/material/.icons/material/format-strikethrough-variant.svg
+${PYSITELIB}/material/.icons/material/format-strikethrough.svg
+${PYSITELIB}/material/.icons/material/format-subscript.svg
+${PYSITELIB}/material/.icons/material/format-superscript.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-angle-down.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-angle-up.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-down-vertical.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-down.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-none.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-up.svg
+${PYSITELIB}/material/.icons/material/format-text-rotation-vertical.svg
+${PYSITELIB}/material/.icons/material/format-text-variant-outline.svg
+${PYSITELIB}/material/.icons/material/format-text-variant.svg
+${PYSITELIB}/material/.icons/material/format-text-wrapping-clip.svg
+${PYSITELIB}/material/.icons/material/format-text-wrapping-overflow.svg
+${PYSITELIB}/material/.icons/material/format-text-wrapping-wrap.svg
+${PYSITELIB}/material/.icons/material/format-text.svg
+${PYSITELIB}/material/.icons/material/format-textbox.svg
+${PYSITELIB}/material/.icons/material/format-textdirection-l-to-r.svg
+${PYSITELIB}/material/.icons/material/format-textdirection-r-to-l.svg
+${PYSITELIB}/material/.icons/material/format-title.svg
+${PYSITELIB}/material/.icons/material/format-underline.svg
+${PYSITELIB}/material/.icons/material/format-vertical-align-bottom.svg
+${PYSITELIB}/material/.icons/material/format-vertical-align-center.svg
+${PYSITELIB}/material/.icons/material/format-vertical-align-top.svg
+${PYSITELIB}/material/.icons/material/format-wrap-inline.svg
+${PYSITELIB}/material/.icons/material/format-wrap-square.svg
+${PYSITELIB}/material/.icons/material/format-wrap-tight.svg
+${PYSITELIB}/material/.icons/material/format-wrap-top-bottom.svg
+${PYSITELIB}/material/.icons/material/forum-outline.svg
+${PYSITELIB}/material/.icons/material/forum.svg
+${PYSITELIB}/material/.icons/material/forward.svg
+${PYSITELIB}/material/.icons/material/forwardburger.svg
+${PYSITELIB}/material/.icons/material/fountain-pen-tip.svg
+${PYSITELIB}/material/.icons/material/fountain-pen.svg
+${PYSITELIB}/material/.icons/material/fountain.svg
+${PYSITELIB}/material/.icons/material/freebsd.svg
+${PYSITELIB}/material/.icons/material/frequently-asked-questions.svg
+${PYSITELIB}/material/.icons/material/fridge-alert-outline.svg
+${PYSITELIB}/material/.icons/material/fridge-alert.svg
+${PYSITELIB}/material/.icons/material/fridge-bottom.svg
+${PYSITELIB}/material/.icons/material/fridge-off-outline.svg
+${PYSITELIB}/material/.icons/material/fridge-off.svg
+${PYSITELIB}/material/.icons/material/fridge-outline.svg
+${PYSITELIB}/material/.icons/material/fridge-top.svg
+${PYSITELIB}/material/.icons/material/fridge.svg
+${PYSITELIB}/material/.icons/material/fruit-cherries-off.svg
+${PYSITELIB}/material/.icons/material/fruit-cherries.svg
+${PYSITELIB}/material/.icons/material/fruit-citrus-off.svg
+${PYSITELIB}/material/.icons/material/fruit-citrus.svg
+${PYSITELIB}/material/.icons/material/fruit-grapes-outline.svg
+${PYSITELIB}/material/.icons/material/fruit-grapes.svg
+${PYSITELIB}/material/.icons/material/fruit-pineapple.svg
+${PYSITELIB}/material/.icons/material/fruit-watermelon.svg
+${PYSITELIB}/material/.icons/material/fuel.svg
+${PYSITELIB}/material/.icons/material/fullscreen-exit.svg
+${PYSITELIB}/material/.icons/material/fullscreen.svg
+${PYSITELIB}/material/.icons/material/function-variant.svg
+${PYSITELIB}/material/.icons/material/function.svg
+${PYSITELIB}/material/.icons/material/furigana-horizontal.svg
+${PYSITELIB}/material/.icons/material/furigana-vertical.svg
+${PYSITELIB}/material/.icons/material/fuse-alert.svg
+${PYSITELIB}/material/.icons/material/fuse-blade.svg
+${PYSITELIB}/material/.icons/material/fuse-off.svg
+${PYSITELIB}/material/.icons/material/fuse.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle-down.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle-left.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle-outline.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle-right.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle-up.svg
+${PYSITELIB}/material/.icons/material/gamepad-circle.svg
+${PYSITELIB}/material/.icons/material/gamepad-down.svg
+${PYSITELIB}/material/.icons/material/gamepad-left.svg
+${PYSITELIB}/material/.icons/material/gamepad-right.svg
+${PYSITELIB}/material/.icons/material/gamepad-round-down.svg
+${PYSITELIB}/material/.icons/material/gamepad-round-left.svg
+${PYSITELIB}/material/.icons/material/gamepad-round-outline.svg
+${PYSITELIB}/material/.icons/material/gamepad-round-right.svg
+${PYSITELIB}/material/.icons/material/gamepad-round-up.svg
+${PYSITELIB}/material/.icons/material/gamepad-round.svg
+${PYSITELIB}/material/.icons/material/gamepad-square-outline.svg
+${PYSITELIB}/material/.icons/material/gamepad-square.svg
+${PYSITELIB}/material/.icons/material/gamepad-up.svg
+${PYSITELIB}/material/.icons/material/gamepad-variant-outline.svg
+${PYSITELIB}/material/.icons/material/gamepad-variant.svg
+${PYSITELIB}/material/.icons/material/gamepad.svg
+${PYSITELIB}/material/.icons/material/gamma.svg
+${PYSITELIB}/material/.icons/material/gantry-crane.svg
+${PYSITELIB}/material/.icons/material/garage-alert-variant.svg
+${PYSITELIB}/material/.icons/material/garage-alert.svg
+${PYSITELIB}/material/.icons/material/garage-open-variant.svg
+${PYSITELIB}/material/.icons/material/garage-open.svg
+${PYSITELIB}/material/.icons/material/garage-variant.svg
+${PYSITELIB}/material/.icons/material/garage.svg
+${PYSITELIB}/material/.icons/material/gas-cylinder.svg
+${PYSITELIB}/material/.icons/material/gas-station-off-outline.svg
+${PYSITELIB}/material/.icons/material/gas-station-off.svg
+${PYSITELIB}/material/.icons/material/gas-station-outline.svg
+${PYSITELIB}/material/.icons/material/gas-station.svg
+${PYSITELIB}/material/.icons/material/gate-and.svg
+${PYSITELIB}/material/.icons/material/gate-arrow-right.svg
+${PYSITELIB}/material/.icons/material/gate-nand.svg
+${PYSITELIB}/material/.icons/material/gate-nor.svg
+${PYSITELIB}/material/.icons/material/gate-not.svg
+${PYSITELIB}/material/.icons/material/gate-open.svg
+${PYSITELIB}/material/.icons/material/gate-or.svg
+${PYSITELIB}/material/.icons/material/gate-xnor.svg
+${PYSITELIB}/material/.icons/material/gate-xor.svg
+${PYSITELIB}/material/.icons/material/gate.svg
+${PYSITELIB}/material/.icons/material/gatsby.svg
+${PYSITELIB}/material/.icons/material/gauge-empty.svg
+${PYSITELIB}/material/.icons/material/gauge-full.svg
+${PYSITELIB}/material/.icons/material/gauge-low.svg
+${PYSITELIB}/material/.icons/material/gauge.svg
+${PYSITELIB}/material/.icons/material/gavel.svg
+${PYSITELIB}/material/.icons/material/gender-female.svg
+${PYSITELIB}/material/.icons/material/gender-male-female-variant.svg
+${PYSITELIB}/material/.icons/material/gender-male-female.svg
+${PYSITELIB}/material/.icons/material/gender-male.svg
+${PYSITELIB}/material/.icons/material/gender-non-binary.svg
+${PYSITELIB}/material/.icons/material/gender-transgender.svg
+${PYSITELIB}/material/.icons/material/gentoo.svg
+${PYSITELIB}/material/.icons/material/gesture-double-tap.svg
+${PYSITELIB}/material/.icons/material/gesture-pinch.svg
+${PYSITELIB}/material/.icons/material/gesture-spread.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-down.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-horizontal.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-left.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-right.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-up.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe-vertical.svg
+${PYSITELIB}/material/.icons/material/gesture-swipe.svg
+${PYSITELIB}/material/.icons/material/gesture-tap-box.svg
+${PYSITELIB}/material/.icons/material/gesture-tap-button.svg
+${PYSITELIB}/material/.icons/material/gesture-tap-hold.svg
+${PYSITELIB}/material/.icons/material/gesture-tap.svg
+${PYSITELIB}/material/.icons/material/gesture-two-double-tap.svg
+${PYSITELIB}/material/.icons/material/gesture-two-tap.svg
+${PYSITELIB}/material/.icons/material/gesture.svg
+${PYSITELIB}/material/.icons/material/ghost-off.svg
+${PYSITELIB}/material/.icons/material/ghost.svg
+${PYSITELIB}/material/.icons/material/gif.svg
+${PYSITELIB}/material/.icons/material/gift-outline.svg
+${PYSITELIB}/material/.icons/material/gift.svg
+${PYSITELIB}/material/.icons/material/git.svg
+${PYSITELIB}/material/.icons/material/github.svg
+${PYSITELIB}/material/.icons/material/gitlab.svg
+${PYSITELIB}/material/.icons/material/glass-cocktail.svg
+${PYSITELIB}/material/.icons/material/glass-flute.svg
+${PYSITELIB}/material/.icons/material/glass-mug-variant.svg
+${PYSITELIB}/material/.icons/material/glass-mug.svg
+${PYSITELIB}/material/.icons/material/glass-pint-outline.svg
+${PYSITELIB}/material/.icons/material/glass-stange.svg
+${PYSITELIB}/material/.icons/material/glass-tulip.svg
+${PYSITELIB}/material/.icons/material/glass-wine.svg
+${PYSITELIB}/material/.icons/material/glasses.svg
+${PYSITELIB}/material/.icons/material/globe-light.svg
+${PYSITELIB}/material/.icons/material/globe-model.svg
+${PYSITELIB}/material/.icons/material/gmail.svg
+${PYSITELIB}/material/.icons/material/gnome.svg
+${PYSITELIB}/material/.icons/material/go-kart-track.svg
+${PYSITELIB}/material/.icons/material/go-kart.svg
+${PYSITELIB}/material/.icons/material/gog.svg
+${PYSITELIB}/material/.icons/material/gold.svg
+${PYSITELIB}/material/.icons/material/golf-cart.svg
+${PYSITELIB}/material/.icons/material/golf-tee.svg
+${PYSITELIB}/material/.icons/material/golf.svg
+${PYSITELIB}/material/.icons/material/gondola.svg
+${PYSITELIB}/material/.icons/material/goodreads.svg
+${PYSITELIB}/material/.icons/material/google-ads.svg
+${PYSITELIB}/material/.icons/material/google-analytics.svg
+${PYSITELIB}/material/.icons/material/google-assistant.svg
+${PYSITELIB}/material/.icons/material/google-cardboard.svg
+${PYSITELIB}/material/.icons/material/google-chrome.svg
+${PYSITELIB}/material/.icons/material/google-circles-communities.svg
+${PYSITELIB}/material/.icons/material/google-circles-extended.svg
+${PYSITELIB}/material/.icons/material/google-circles-group.svg
+${PYSITELIB}/material/.icons/material/google-circles.svg
+${PYSITELIB}/material/.icons/material/google-classroom.svg
+${PYSITELIB}/material/.icons/material/google-cloud.svg
+${PYSITELIB}/material/.icons/material/google-controller-off.svg
+${PYSITELIB}/material/.icons/material/google-controller.svg
+${PYSITELIB}/material/.icons/material/google-downasaur.svg
+${PYSITELIB}/material/.icons/material/google-drive.svg
+${PYSITELIB}/material/.icons/material/google-earth.svg
+${PYSITELIB}/material/.icons/material/google-fit.svg
+${PYSITELIB}/material/.icons/material/google-glass.svg
+${PYSITELIB}/material/.icons/material/google-hangouts.svg
+${PYSITELIB}/material/.icons/material/google-home.svg
+${PYSITELIB}/material/.icons/material/google-keep.svg
+${PYSITELIB}/material/.icons/material/google-lens.svg
+${PYSITELIB}/material/.icons/material/google-maps.svg
+${PYSITELIB}/material/.icons/material/google-my-business.svg
+${PYSITELIB}/material/.icons/material/google-nearby.svg
+${PYSITELIB}/material/.icons/material/google-photos.svg
+${PYSITELIB}/material/.icons/material/google-play.svg
+${PYSITELIB}/material/.icons/material/google-plus.svg
+${PYSITELIB}/material/.icons/material/google-podcast.svg
+${PYSITELIB}/material/.icons/material/google-spreadsheet.svg
+${PYSITELIB}/material/.icons/material/google-street-view.svg
+${PYSITELIB}/material/.icons/material/google-translate.svg
+${PYSITELIB}/material/.icons/material/google.svg
+${PYSITELIB}/material/.icons/material/gradient.svg
+${PYSITELIB}/material/.icons/material/grain.svg
+${PYSITELIB}/material/.icons/material/graph-outline.svg
+${PYSITELIB}/material/.icons/material/graph.svg
+${PYSITELIB}/material/.icons/material/graphql.svg
+${PYSITELIB}/material/.icons/material/grass.svg
+${PYSITELIB}/material/.icons/material/grave-stone.svg
+${PYSITELIB}/material/.icons/material/grease-pencil.svg
+${PYSITELIB}/material/.icons/material/greater-than-or-equal.svg
+${PYSITELIB}/material/.icons/material/greater-than.svg
+${PYSITELIB}/material/.icons/material/grid-large.svg
+${PYSITELIB}/material/.icons/material/grid-off.svg
+${PYSITELIB}/material/.icons/material/grid.svg
+${PYSITELIB}/material/.icons/material/grill-outline.svg
+${PYSITELIB}/material/.icons/material/grill.svg
+${PYSITELIB}/material/.icons/material/group.svg
+${PYSITELIB}/material/.icons/material/guitar-acoustic.svg
+${PYSITELIB}/material/.icons/material/guitar-electric.svg
+${PYSITELIB}/material/.icons/material/guitar-pick-outline.svg
+${PYSITELIB}/material/.icons/material/guitar-pick.svg
+${PYSITELIB}/material/.icons/material/guy-fawkes-mask.svg
+${PYSITELIB}/material/.icons/material/hail.svg
+${PYSITELIB}/material/.icons/material/hair-dryer-outline.svg
+${PYSITELIB}/material/.icons/material/hair-dryer.svg
+${PYSITELIB}/material/.icons/material/halloween.svg
+${PYSITELIB}/material/.icons/material/hamburger.svg
+${PYSITELIB}/material/.icons/material/hammer-screwdriver.svg
+${PYSITELIB}/material/.icons/material/hammer-wrench.svg
+${PYSITELIB}/material/.icons/material/hammer.svg
+${PYSITELIB}/material/.icons/material/hand-heart-outline.svg
+${PYSITELIB}/material/.icons/material/hand-heart.svg
+${PYSITELIB}/material/.icons/material/hand-left.svg
+${PYSITELIB}/material/.icons/material/hand-okay.svg
+${PYSITELIB}/material/.icons/material/hand-peace-variant.svg
+${PYSITELIB}/material/.icons/material/hand-peace.svg
+${PYSITELIB}/material/.icons/material/hand-pointing-down.svg
+${PYSITELIB}/material/.icons/material/hand-pointing-left.svg
+${PYSITELIB}/material/.icons/material/hand-pointing-right.svg
+${PYSITELIB}/material/.icons/material/hand-pointing-up.svg
+${PYSITELIB}/material/.icons/material/hand-right.svg
+${PYSITELIB}/material/.icons/material/hand-saw.svg
+${PYSITELIB}/material/.icons/material/hand-wash-outline.svg
+${PYSITELIB}/material/.icons/material/hand-wash.svg
+${PYSITELIB}/material/.icons/material/hand-water.svg
+${PYSITELIB}/material/.icons/material/hand.svg
+${PYSITELIB}/material/.icons/material/handball.svg
+${PYSITELIB}/material/.icons/material/handcuffs.svg
+${PYSITELIB}/material/.icons/material/handshake-outline.svg
+${PYSITELIB}/material/.icons/material/handshake.svg
+${PYSITELIB}/material/.icons/material/hanger.svg
+${PYSITELIB}/material/.icons/material/hard-hat.svg
+${PYSITELIB}/material/.icons/material/harddisk-plus.svg
+${PYSITELIB}/material/.icons/material/harddisk-remove.svg
+${PYSITELIB}/material/.icons/material/harddisk.svg
+${PYSITELIB}/material/.icons/material/hat-fedora.svg
+${PYSITELIB}/material/.icons/material/hazard-lights.svg
+${PYSITELIB}/material/.icons/material/hdr-off.svg
+${PYSITELIB}/material/.icons/material/hdr.svg
+${PYSITELIB}/material/.icons/material/head-alert-outline.svg
+${PYSITELIB}/material/.icons/material/head-alert.svg
+${PYSITELIB}/material/.icons/material/head-check-outline.svg
+${PYSITELIB}/material/.icons/material/head-check.svg
+${PYSITELIB}/material/.icons/material/head-cog-outline.svg
+${PYSITELIB}/material/.icons/material/head-cog.svg
+${PYSITELIB}/material/.icons/material/head-dots-horizontal-outline.svg
+${PYSITELIB}/material/.icons/material/head-dots-horizontal.svg
+${PYSITELIB}/material/.icons/material/head-flash-outline.svg
+${PYSITELIB}/material/.icons/material/head-flash.svg
+${PYSITELIB}/material/.icons/material/head-heart-outline.svg
+${PYSITELIB}/material/.icons/material/head-heart.svg
+${PYSITELIB}/material/.icons/material/head-lightbulb-outline.svg
+${PYSITELIB}/material/.icons/material/head-lightbulb.svg
+${PYSITELIB}/material/.icons/material/head-minus-outline.svg
+${PYSITELIB}/material/.icons/material/head-minus.svg
+${PYSITELIB}/material/.icons/material/head-outline.svg
+${PYSITELIB}/material/.icons/material/head-plus-outline.svg
+${PYSITELIB}/material/.icons/material/head-plus.svg
+${PYSITELIB}/material/.icons/material/head-question-outline.svg
+${PYSITELIB}/material/.icons/material/head-question.svg
+${PYSITELIB}/material/.icons/material/head-remove-outline.svg
+${PYSITELIB}/material/.icons/material/head-remove.svg
+${PYSITELIB}/material/.icons/material/head-snowflake-outline.svg
+${PYSITELIB}/material/.icons/material/head-snowflake.svg
+${PYSITELIB}/material/.icons/material/head-sync-outline.svg
+${PYSITELIB}/material/.icons/material/head-sync.svg
+${PYSITELIB}/material/.icons/material/head.svg
+${PYSITELIB}/material/.icons/material/headphones-bluetooth.svg
+${PYSITELIB}/material/.icons/material/headphones-box.svg
+${PYSITELIB}/material/.icons/material/headphones-off.svg
+${PYSITELIB}/material/.icons/material/headphones-settings.svg
+${PYSITELIB}/material/.icons/material/headphones.svg
+${PYSITELIB}/material/.icons/material/headset-dock.svg
+${PYSITELIB}/material/.icons/material/headset-off.svg
+${PYSITELIB}/material/.icons/material/headset.svg
+${PYSITELIB}/material/.icons/material/heart-box-outline.svg
+${PYSITELIB}/material/.icons/material/heart-box.svg
+${PYSITELIB}/material/.icons/material/heart-broken-outline.svg
+${PYSITELIB}/material/.icons/material/heart-broken.svg
+${PYSITELIB}/material/.icons/material/heart-circle-outline.svg
+${PYSITELIB}/material/.icons/material/heart-circle.svg
+${PYSITELIB}/material/.icons/material/heart-flash.svg
+${PYSITELIB}/material/.icons/material/heart-half-full.svg
+${PYSITELIB}/material/.icons/material/heart-half-outline.svg
+${PYSITELIB}/material/.icons/material/heart-half.svg
+${PYSITELIB}/material/.icons/material/heart-minus-outline.svg
+${PYSITELIB}/material/.icons/material/heart-minus.svg
+${PYSITELIB}/material/.icons/material/heart-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/heart-multiple.svg
+${PYSITELIB}/material/.icons/material/heart-off-outline.svg
+${PYSITELIB}/material/.icons/material/heart-off.svg
+${PYSITELIB}/material/.icons/material/heart-outline.svg
+${PYSITELIB}/material/.icons/material/heart-plus-outline.svg
+${PYSITELIB}/material/.icons/material/heart-plus.svg
+${PYSITELIB}/material/.icons/material/heart-pulse.svg
+${PYSITELIB}/material/.icons/material/heart-remove-outline.svg
+${PYSITELIB}/material/.icons/material/heart-remove.svg
+${PYSITELIB}/material/.icons/material/heart.svg
+${PYSITELIB}/material/.icons/material/helicopter.svg
+${PYSITELIB}/material/.icons/material/help-box.svg
+${PYSITELIB}/material/.icons/material/help-circle-outline.svg
+${PYSITELIB}/material/.icons/material/help-circle.svg
+${PYSITELIB}/material/.icons/material/help-network-outline.svg
+${PYSITELIB}/material/.icons/material/help-network.svg
+${PYSITELIB}/material/.icons/material/help-rhombus-outline.svg
+${PYSITELIB}/material/.icons/material/help-rhombus.svg
+${PYSITELIB}/material/.icons/material/help.svg
+${PYSITELIB}/material/.icons/material/hexadecimal.svg
+${PYSITELIB}/material/.icons/material/hexagon-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/hexagon-multiple.svg
+${PYSITELIB}/material/.icons/material/hexagon-outline.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-1.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-2.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-3.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-4.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-5.svg
+${PYSITELIB}/material/.icons/material/hexagon-slice-6.svg
+${PYSITELIB}/material/.icons/material/hexagon.svg
+${PYSITELIB}/material/.icons/material/hexagram-outline.svg
+${PYSITELIB}/material/.icons/material/hexagram.svg
+${PYSITELIB}/material/.icons/material/high-definition-box.svg
+${PYSITELIB}/material/.icons/material/high-definition.svg
+${PYSITELIB}/material/.icons/material/highway.svg
+${PYSITELIB}/material/.icons/material/hiking.svg
+${PYSITELIB}/material/.icons/material/hinduism.svg
+${PYSITELIB}/material/.icons/material/history.svg
+${PYSITELIB}/material/.icons/material/hockey-puck.svg
+${PYSITELIB}/material/.icons/material/hockey-sticks.svg
+${PYSITELIB}/material/.icons/material/hololens.svg
+${PYSITELIB}/material/.icons/material/home-account.svg
+${PYSITELIB}/material/.icons/material/home-alert.svg
+${PYSITELIB}/material/.icons/material/home-analytics.svg
+${PYSITELIB}/material/.icons/material/home-assistant.svg
+${PYSITELIB}/material/.icons/material/home-automation.svg
+${PYSITELIB}/material/.icons/material/home-circle-outline.svg
+${PYSITELIB}/material/.icons/material/home-circle.svg
+${PYSITELIB}/material/.icons/material/home-city-outline.svg
+${PYSITELIB}/material/.icons/material/home-city.svg
+${PYSITELIB}/material/.icons/material/home-currency-usd.svg
+${PYSITELIB}/material/.icons/material/home-edit-outline.svg
+${PYSITELIB}/material/.icons/material/home-edit.svg
+${PYSITELIB}/material/.icons/material/home-export-outline.svg
+${PYSITELIB}/material/.icons/material/home-flood.svg
+${PYSITELIB}/material/.icons/material/home-floor-0.svg
+${PYSITELIB}/material/.icons/material/home-floor-1.svg
+${PYSITELIB}/material/.icons/material/home-floor-2.svg
+${PYSITELIB}/material/.icons/material/home-floor-3.svg
+${PYSITELIB}/material/.icons/material/home-floor-a.svg
+${PYSITELIB}/material/.icons/material/home-floor-b.svg
+${PYSITELIB}/material/.icons/material/home-floor-g.svg
+${PYSITELIB}/material/.icons/material/home-floor-l.svg
+${PYSITELIB}/material/.icons/material/home-floor-negative-1.svg
+${PYSITELIB}/material/.icons/material/home-group.svg
+${PYSITELIB}/material/.icons/material/home-heart.svg
+${PYSITELIB}/material/.icons/material/home-import-outline.svg
+${PYSITELIB}/material/.icons/material/home-lightbulb-outline.svg
+${PYSITELIB}/material/.icons/material/home-lightbulb.svg
+${PYSITELIB}/material/.icons/material/home-lock-open.svg
+${PYSITELIB}/material/.icons/material/home-lock.svg
+${PYSITELIB}/material/.icons/material/home-map-marker.svg
+${PYSITELIB}/material/.icons/material/home-minus-outline.svg
+${PYSITELIB}/material/.icons/material/home-minus.svg
+${PYSITELIB}/material/.icons/material/home-modern.svg
+${PYSITELIB}/material/.icons/material/home-outline.svg
+${PYSITELIB}/material/.icons/material/home-plus-outline.svg
+${PYSITELIB}/material/.icons/material/home-plus.svg
+${PYSITELIB}/material/.icons/material/home-remove-outline.svg
+${PYSITELIB}/material/.icons/material/home-remove.svg
+${PYSITELIB}/material/.icons/material/home-roof.svg
+${PYSITELIB}/material/.icons/material/home-search-outline.svg
+${PYSITELIB}/material/.icons/material/home-search.svg
+${PYSITELIB}/material/.icons/material/home-thermometer-outline.svg
+${PYSITELIB}/material/.icons/material/home-thermometer.svg
+${PYSITELIB}/material/.icons/material/home-variant-outline.svg
+${PYSITELIB}/material/.icons/material/home-variant.svg
+${PYSITELIB}/material/.icons/material/home.svg
+${PYSITELIB}/material/.icons/material/hook-off.svg
+${PYSITELIB}/material/.icons/material/hook.svg
+${PYSITELIB}/material/.icons/material/hops.svg
+${PYSITELIB}/material/.icons/material/horizontal-rotate-clockwise.svg
+${PYSITELIB}/material/.icons/material/horizontal-rotate-counterclockwise.svg
+${PYSITELIB}/material/.icons/material/horseshoe.svg
+${PYSITELIB}/material/.icons/material/hospital-box-outline.svg
+${PYSITELIB}/material/.icons/material/hospital-box.svg
+${PYSITELIB}/material/.icons/material/hospital-building.svg
+${PYSITELIB}/material/.icons/material/hospital-marker.svg
+${PYSITELIB}/material/.icons/material/hospital.svg
+${PYSITELIB}/material/.icons/material/hot-tub.svg
+${PYSITELIB}/material/.icons/material/hours-24.svg
+${PYSITELIB}/material/.icons/material/hubspot.svg
+${PYSITELIB}/material/.icons/material/hulu.svg
+${PYSITELIB}/material/.icons/material/human-baby-changing-table.svg
+${PYSITELIB}/material/.icons/material/human-cane.svg
+${PYSITELIB}/material/.icons/material/human-capacity-decrease.svg
+${PYSITELIB}/material/.icons/material/human-capacity-increase.svg
+${PYSITELIB}/material/.icons/material/human-child.svg
+${PYSITELIB}/material/.icons/material/human-edit.svg
+${PYSITELIB}/material/.icons/material/human-female-boy.svg
+${PYSITELIB}/material/.icons/material/human-female-female.svg
+${PYSITELIB}/material/.icons/material/human-female-girl.svg
+${PYSITELIB}/material/.icons/material/human-female.svg
+${PYSITELIB}/material/.icons/material/human-greeting-proximity.svg
+${PYSITELIB}/material/.icons/material/human-greeting.svg
+${PYSITELIB}/material/.icons/material/human-handsdown.svg
+${PYSITELIB}/material/.icons/material/human-handsup.svg
+${PYSITELIB}/material/.icons/material/human-male-boy.svg
+${PYSITELIB}/material/.icons/material/human-male-child.svg
+${PYSITELIB}/material/.icons/material/human-male-female.svg
+${PYSITELIB}/material/.icons/material/human-male-girl.svg
+${PYSITELIB}/material/.icons/material/human-male-height-variant.svg
+${PYSITELIB}/material/.icons/material/human-male-height.svg
+${PYSITELIB}/material/.icons/material/human-male-male.svg
+${PYSITELIB}/material/.icons/material/human-male.svg
+${PYSITELIB}/material/.icons/material/human-pregnant.svg
+${PYSITELIB}/material/.icons/material/human-queue.svg
+${PYSITELIB}/material/.icons/material/human-scooter.svg
+${PYSITELIB}/material/.icons/material/human-wheelchair.svg
+${PYSITELIB}/material/.icons/material/human.svg
+${PYSITELIB}/material/.icons/material/humble-bundle.svg
+${PYSITELIB}/material/.icons/material/hvac-off.svg
+${PYSITELIB}/material/.icons/material/hvac.svg
+${PYSITELIB}/material/.icons/material/hydraulic-oil-level.svg
+${PYSITELIB}/material/.icons/material/hydraulic-oil-temperature.svg
+${PYSITELIB}/material/.icons/material/hydro-power.svg
+${PYSITELIB}/material/.icons/material/ice-cream-off.svg
+${PYSITELIB}/material/.icons/material/ice-cream.svg
+${PYSITELIB}/material/.icons/material/ice-pop.svg
+${PYSITELIB}/material/.icons/material/id-card.svg
+${PYSITELIB}/material/.icons/material/identifier.svg
+${PYSITELIB}/material/.icons/material/ideogram-cjk-variant.svg
+${PYSITELIB}/material/.icons/material/ideogram-cjk.svg
+${PYSITELIB}/material/.icons/material/iframe-array-outline.svg
+${PYSITELIB}/material/.icons/material/iframe-array.svg
+${PYSITELIB}/material/.icons/material/iframe-braces-outline.svg
+${PYSITELIB}/material/.icons/material/iframe-braces.svg
+${PYSITELIB}/material/.icons/material/iframe-outline.svg
+${PYSITELIB}/material/.icons/material/iframe-parentheses-outline.svg
+${PYSITELIB}/material/.icons/material/iframe-parentheses.svg
+${PYSITELIB}/material/.icons/material/iframe-variable-outline.svg
+${PYSITELIB}/material/.icons/material/iframe-variable.svg
+${PYSITELIB}/material/.icons/material/iframe.svg
+${PYSITELIB}/material/.icons/material/image-album.svg
+${PYSITELIB}/material/.icons/material/image-area-close.svg
+${PYSITELIB}/material/.icons/material/image-area.svg
+${PYSITELIB}/material/.icons/material/image-auto-adjust.svg
+${PYSITELIB}/material/.icons/material/image-broken-variant.svg
+${PYSITELIB}/material/.icons/material/image-broken.svg
+${PYSITELIB}/material/.icons/material/image-edit-outline.svg
+${PYSITELIB}/material/.icons/material/image-edit.svg
+${PYSITELIB}/material/.icons/material/image-filter-black-white.svg
+${PYSITELIB}/material/.icons/material/image-filter-center-focus-strong-outline.svg
+${PYSITELIB}/material/.icons/material/image-filter-center-focus-strong.svg
+${PYSITELIB}/material/.icons/material/image-filter-center-focus-weak.svg
+${PYSITELIB}/material/.icons/material/image-filter-center-focus.svg
+${PYSITELIB}/material/.icons/material/image-filter-drama.svg
+${PYSITELIB}/material/.icons/material/image-filter-frames.svg
+${PYSITELIB}/material/.icons/material/image-filter-hdr.svg
+${PYSITELIB}/material/.icons/material/image-filter-none.svg
+${PYSITELIB}/material/.icons/material/image-filter-tilt-shift.svg
+${PYSITELIB}/material/.icons/material/image-filter-vintage.svg
+${PYSITELIB}/material/.icons/material/image-frame.svg
+${PYSITELIB}/material/.icons/material/image-minus.svg
+${PYSITELIB}/material/.icons/material/image-move.svg
+${PYSITELIB}/material/.icons/material/image-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/image-multiple.svg
+${PYSITELIB}/material/.icons/material/image-off-outline.svg
+${PYSITELIB}/material/.icons/material/image-off.svg
+${PYSITELIB}/material/.icons/material/image-outline.svg
+${PYSITELIB}/material/.icons/material/image-plus.svg
+${PYSITELIB}/material/.icons/material/image-remove.svg
+${PYSITELIB}/material/.icons/material/image-search-outline.svg
+${PYSITELIB}/material/.icons/material/image-search.svg
+${PYSITELIB}/material/.icons/material/image-size-select-actual.svg
+${PYSITELIB}/material/.icons/material/image-size-select-large.svg
+${PYSITELIB}/material/.icons/material/image-size-select-small.svg
+${PYSITELIB}/material/.icons/material/image.svg
+${PYSITELIB}/material/.icons/material/import.svg
+${PYSITELIB}/material/.icons/material/inbox-arrow-down-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-arrow-down.svg
+${PYSITELIB}/material/.icons/material/inbox-arrow-up-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-arrow-up.svg
+${PYSITELIB}/material/.icons/material/inbox-full-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-full.svg
+${PYSITELIB}/material/.icons/material/inbox-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-multiple.svg
+${PYSITELIB}/material/.icons/material/inbox-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-remove-outline.svg
+${PYSITELIB}/material/.icons/material/inbox-remove.svg
+${PYSITELIB}/material/.icons/material/inbox.svg
+${PYSITELIB}/material/.icons/material/incognito-circle-off.svg
+${PYSITELIB}/material/.icons/material/incognito-circle.svg
+${PYSITELIB}/material/.icons/material/incognito-off.svg
+${PYSITELIB}/material/.icons/material/incognito.svg
+${PYSITELIB}/material/.icons/material/infinity.svg
+${PYSITELIB}/material/.icons/material/information-outline.svg
+${PYSITELIB}/material/.icons/material/information-variant.svg
+${PYSITELIB}/material/.icons/material/information.svg
+${PYSITELIB}/material/.icons/material/instagram.svg
+${PYSITELIB}/material/.icons/material/instrument-triangle.svg
+${PYSITELIB}/material/.icons/material/invert-colors-off.svg
+${PYSITELIB}/material/.icons/material/invert-colors.svg
+${PYSITELIB}/material/.icons/material/iobroker.svg
+${PYSITELIB}/material/.icons/material/ip-network-outline.svg
+${PYSITELIB}/material/.icons/material/ip-network.svg
+${PYSITELIB}/material/.icons/material/ip.svg
+${PYSITELIB}/material/.icons/material/ipod.svg
+${PYSITELIB}/material/.icons/material/islam.svg
+${PYSITELIB}/material/.icons/material/island.svg
+${PYSITELIB}/material/.icons/material/iv-bag.svg
+${PYSITELIB}/material/.icons/material/jabber.svg
+${PYSITELIB}/material/.icons/material/jeepney.svg
+${PYSITELIB}/material/.icons/material/jellyfish-outline.svg
+${PYSITELIB}/material/.icons/material/jellyfish.svg
+${PYSITELIB}/material/.icons/material/jira.svg
+${PYSITELIB}/material/.icons/material/jquery.svg
+${PYSITELIB}/material/.icons/material/jsfiddle.svg
+${PYSITELIB}/material/.icons/material/judaism.svg
+${PYSITELIB}/material/.icons/material/jump-rope.svg
+${PYSITELIB}/material/.icons/material/kabaddi.svg
+${PYSITELIB}/material/.icons/material/kangaroo.svg
+${PYSITELIB}/material/.icons/material/karate.svg
+${PYSITELIB}/material/.icons/material/keg.svg
+${PYSITELIB}/material/.icons/material/kettle-alert-outline.svg
+${PYSITELIB}/material/.icons/material/kettle-alert.svg
+${PYSITELIB}/material/.icons/material/kettle-off-outline.svg
+${PYSITELIB}/material/.icons/material/kettle-off.svg
+${PYSITELIB}/material/.icons/material/kettle-outline.svg
+${PYSITELIB}/material/.icons/material/kettle-steam-outline.svg
+${PYSITELIB}/material/.icons/material/kettle-steam.svg
+${PYSITELIB}/material/.icons/material/kettle.svg
+${PYSITELIB}/material/.icons/material/kettlebell.svg
+${PYSITELIB}/material/.icons/material/key-arrow-right.svg
+${PYSITELIB}/material/.icons/material/key-chain-variant.svg
+${PYSITELIB}/material/.icons/material/key-chain.svg
+${PYSITELIB}/material/.icons/material/key-change.svg
+${PYSITELIB}/material/.icons/material/key-link.svg
+${PYSITELIB}/material/.icons/material/key-minus.svg
+${PYSITELIB}/material/.icons/material/key-outline.svg
+${PYSITELIB}/material/.icons/material/key-plus.svg
+${PYSITELIB}/material/.icons/material/key-remove.svg
+${PYSITELIB}/material/.icons/material/key-star.svg
+${PYSITELIB}/material/.icons/material/key-variant.svg
+${PYSITELIB}/material/.icons/material/key-wireless.svg
+${PYSITELIB}/material/.icons/material/key.svg
+${PYSITELIB}/material/.icons/material/keyboard-backspace.svg
+${PYSITELIB}/material/.icons/material/keyboard-caps.svg
+${PYSITELIB}/material/.icons/material/keyboard-close.svg
+${PYSITELIB}/material/.icons/material/keyboard-esc.svg
+${PYSITELIB}/material/.icons/material/keyboard-f1.svg
+${PYSITELIB}/material/.icons/material/keyboard-f10.svg
+${PYSITELIB}/material/.icons/material/keyboard-f11.svg
+${PYSITELIB}/material/.icons/material/keyboard-f12.svg
+${PYSITELIB}/material/.icons/material/keyboard-f2.svg
+${PYSITELIB}/material/.icons/material/keyboard-f3.svg
+${PYSITELIB}/material/.icons/material/keyboard-f4.svg
+${PYSITELIB}/material/.icons/material/keyboard-f5.svg
+${PYSITELIB}/material/.icons/material/keyboard-f6.svg
+${PYSITELIB}/material/.icons/material/keyboard-f7.svg
+${PYSITELIB}/material/.icons/material/keyboard-f8.svg
+${PYSITELIB}/material/.icons/material/keyboard-f9.svg
+${PYSITELIB}/material/.icons/material/keyboard-off-outline.svg
+${PYSITELIB}/material/.icons/material/keyboard-off.svg
+${PYSITELIB}/material/.icons/material/keyboard-outline.svg
+${PYSITELIB}/material/.icons/material/keyboard-return.svg
+${PYSITELIB}/material/.icons/material/keyboard-settings-outline.svg
+${PYSITELIB}/material/.icons/material/keyboard-settings.svg
+${PYSITELIB}/material/.icons/material/keyboard-space.svg
+${PYSITELIB}/material/.icons/material/keyboard-tab.svg
+${PYSITELIB}/material/.icons/material/keyboard-variant.svg
+${PYSITELIB}/material/.icons/material/keyboard.svg
+${PYSITELIB}/material/.icons/material/khanda.svg
+${PYSITELIB}/material/.icons/material/kickstarter.svg
+${PYSITELIB}/material/.icons/material/klingon.svg
+${PYSITELIB}/material/.icons/material/knife-military.svg
+${PYSITELIB}/material/.icons/material/knife.svg
+${PYSITELIB}/material/.icons/material/kodi.svg
+${PYSITELIB}/material/.icons/material/kubernetes.svg
+${PYSITELIB}/material/.icons/material/label-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/label-multiple.svg
+${PYSITELIB}/material/.icons/material/label-off-outline.svg
+${PYSITELIB}/material/.icons/material/label-off.svg
+${PYSITELIB}/material/.icons/material/label-outline.svg
+${PYSITELIB}/material/.icons/material/label-percent-outline.svg
+${PYSITELIB}/material/.icons/material/label-percent.svg
+${PYSITELIB}/material/.icons/material/label-variant-outline.svg
+${PYSITELIB}/material/.icons/material/label-variant.svg
+${PYSITELIB}/material/.icons/material/label.svg
+${PYSITELIB}/material/.icons/material/ladder.svg
+${PYSITELIB}/material/.icons/material/ladybug.svg
+${PYSITELIB}/material/.icons/material/lambda.svg
+${PYSITELIB}/material/.icons/material/lamp.svg
+${PYSITELIB}/material/.icons/material/lamps.svg
+${PYSITELIB}/material/.icons/material/lan-check.svg
+${PYSITELIB}/material/.icons/material/lan-connect.svg
+${PYSITELIB}/material/.icons/material/lan-disconnect.svg
+${PYSITELIB}/material/.icons/material/lan-pending.svg
+${PYSITELIB}/material/.icons/material/lan.svg
+${PYSITELIB}/material/.icons/material/language-c.svg
+${PYSITELIB}/material/.icons/material/language-cpp.svg
+${PYSITELIB}/material/.icons/material/language-csharp.svg
+${PYSITELIB}/material/.icons/material/language-css3.svg
+${PYSITELIB}/material/.icons/material/language-fortran.svg
+${PYSITELIB}/material/.icons/material/language-go.svg
+${PYSITELIB}/material/.icons/material/language-haskell.svg
+${PYSITELIB}/material/.icons/material/language-html5.svg
+${PYSITELIB}/material/.icons/material/language-java.svg
+${PYSITELIB}/material/.icons/material/language-javascript.svg
+${PYSITELIB}/material/.icons/material/language-kotlin.svg
+${PYSITELIB}/material/.icons/material/language-lua.svg
+${PYSITELIB}/material/.icons/material/language-markdown-outline.svg
+${PYSITELIB}/material/.icons/material/language-markdown.svg
+${PYSITELIB}/material/.icons/material/language-php.svg
+${PYSITELIB}/material/.icons/material/language-python.svg
+${PYSITELIB}/material/.icons/material/language-r.svg
+${PYSITELIB}/material/.icons/material/language-ruby-on-rails.svg
+${PYSITELIB}/material/.icons/material/language-ruby.svg
+${PYSITELIB}/material/.icons/material/language-swift.svg
+${PYSITELIB}/material/.icons/material/language-typescript.svg
+${PYSITELIB}/material/.icons/material/language-xaml.svg
+${PYSITELIB}/material/.icons/material/laptop-chromebook.svg
+${PYSITELIB}/material/.icons/material/laptop-mac.svg
+${PYSITELIB}/material/.icons/material/laptop-off.svg
+${PYSITELIB}/material/.icons/material/laptop-windows.svg
+${PYSITELIB}/material/.icons/material/laptop.svg
+${PYSITELIB}/material/.icons/material/laravel.svg
+${PYSITELIB}/material/.icons/material/laser-pointer.svg
+${PYSITELIB}/material/.icons/material/lasso.svg
+${PYSITELIB}/material/.icons/material/lastpass.svg
+${PYSITELIB}/material/.icons/material/latitude.svg
+${PYSITELIB}/material/.icons/material/launch.svg
+${PYSITELIB}/material/.icons/material/lava-lamp.svg
+${PYSITELIB}/material/.icons/material/layers-minus.svg
+${PYSITELIB}/material/.icons/material/layers-off-outline.svg
+${PYSITELIB}/material/.icons/material/layers-off.svg
+${PYSITELIB}/material/.icons/material/layers-outline.svg
+${PYSITELIB}/material/.icons/material/layers-plus.svg
+${PYSITELIB}/material/.icons/material/layers-remove.svg
+${PYSITELIB}/material/.icons/material/layers-search-outline.svg
+${PYSITELIB}/material/.icons/material/layers-search.svg
+${PYSITELIB}/material/.icons/material/layers-triple-outline.svg
+${PYSITELIB}/material/.icons/material/layers-triple.svg
+${PYSITELIB}/material/.icons/material/layers.svg
+${PYSITELIB}/material/.icons/material/lead-pencil.svg
+${PYSITELIB}/material/.icons/material/leaf-maple-off.svg
+${PYSITELIB}/material/.icons/material/leaf-maple.svg
+${PYSITELIB}/material/.icons/material/leaf-off.svg
+${PYSITELIB}/material/.icons/material/leaf.svg
+${PYSITELIB}/material/.icons/material/leak-off.svg
+${PYSITELIB}/material/.icons/material/leak.svg
+${PYSITELIB}/material/.icons/material/led-off.svg
+${PYSITELIB}/material/.icons/material/led-on.svg
+${PYSITELIB}/material/.icons/material/led-outline.svg
+${PYSITELIB}/material/.icons/material/led-strip-variant.svg
+${PYSITELIB}/material/.icons/material/led-strip.svg
+${PYSITELIB}/material/.icons/material/led-variant-off.svg
+${PYSITELIB}/material/.icons/material/led-variant-on.svg
+${PYSITELIB}/material/.icons/material/led-variant-outline.svg
+${PYSITELIB}/material/.icons/material/leek.svg
+${PYSITELIB}/material/.icons/material/less-than-or-equal.svg
+${PYSITELIB}/material/.icons/material/less-than.svg
+${PYSITELIB}/material/.icons/material/library-shelves.svg
+${PYSITELIB}/material/.icons/material/library.svg
+${PYSITELIB}/material/.icons/material/license.svg
+${PYSITELIB}/material/.icons/material/lifebuoy.svg
+${PYSITELIB}/material/.icons/material/light-switch.svg
+${PYSITELIB}/material/.icons/material/lightbulb-cfl-off.svg
+${PYSITELIB}/material/.icons/material/lightbulb-cfl-spiral-off.svg
+${PYSITELIB}/material/.icons/material/lightbulb-cfl-spiral.svg
+${PYSITELIB}/material/.icons/material/lightbulb-cfl.svg
+${PYSITELIB}/material/.icons/material/lightbulb-group-off-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-group-off.svg
+${PYSITELIB}/material/.icons/material/lightbulb-group-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-group.svg
+${PYSITELIB}/material/.icons/material/lightbulb-multiple-off-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-multiple-off.svg
+${PYSITELIB}/material/.icons/material/lightbulb-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-multiple.svg
+${PYSITELIB}/material/.icons/material/lightbulb-off-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-off.svg
+${PYSITELIB}/material/.icons/material/lightbulb-on-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb-on.svg
+${PYSITELIB}/material/.icons/material/lightbulb-outline.svg
+${PYSITELIB}/material/.icons/material/lightbulb.svg
+${PYSITELIB}/material/.icons/material/lighthouse-on.svg
+${PYSITELIB}/material/.icons/material/lighthouse.svg
+${PYSITELIB}/material/.icons/material/lightning-bolt-outline.svg
+${PYSITELIB}/material/.icons/material/lightning-bolt.svg
+${PYSITELIB}/material/.icons/material/lingerie.svg
+${PYSITELIB}/material/.icons/material/link-box-outline.svg
+${PYSITELIB}/material/.icons/material/link-box-variant-outline.svg
+${PYSITELIB}/material/.icons/material/link-box-variant.svg
+${PYSITELIB}/material/.icons/material/link-box.svg
+${PYSITELIB}/material/.icons/material/link-lock.svg
+${PYSITELIB}/material/.icons/material/link-off.svg
+${PYSITELIB}/material/.icons/material/link-plus.svg
+${PYSITELIB}/material/.icons/material/link-variant-minus.svg
+${PYSITELIB}/material/.icons/material/link-variant-off.svg
+${PYSITELIB}/material/.icons/material/link-variant-plus.svg
+${PYSITELIB}/material/.icons/material/link-variant-remove.svg
+${PYSITELIB}/material/.icons/material/link-variant.svg
+${PYSITELIB}/material/.icons/material/link.svg
+${PYSITELIB}/material/.icons/material/linkedin.svg
+${PYSITELIB}/material/.icons/material/linux-mint.svg
+${PYSITELIB}/material/.icons/material/linux.svg
+${PYSITELIB}/material/.icons/material/lipstick.svg
+${PYSITELIB}/material/.icons/material/list-status.svg
+${PYSITELIB}/material/.icons/material/litecoin.svg
+${PYSITELIB}/material/.icons/material/loading.svg
+${PYSITELIB}/material/.icons/material/location-enter.svg
+${PYSITELIB}/material/.icons/material/location-exit.svg
+${PYSITELIB}/material/.icons/material/lock-alert.svg
+${PYSITELIB}/material/.icons/material/lock-check.svg
+${PYSITELIB}/material/.icons/material/lock-clock.svg
+${PYSITELIB}/material/.icons/material/lock-open-alert.svg
+${PYSITELIB}/material/.icons/material/lock-open-check.svg
+${PYSITELIB}/material/.icons/material/lock-open-outline.svg
+${PYSITELIB}/material/.icons/material/lock-open-variant-outline.svg
+${PYSITELIB}/material/.icons/material/lock-open-variant.svg
+${PYSITELIB}/material/.icons/material/lock-open.svg
+${PYSITELIB}/material/.icons/material/lock-outline.svg
+${PYSITELIB}/material/.icons/material/lock-pattern.svg
+${PYSITELIB}/material/.icons/material/lock-plus.svg
+${PYSITELIB}/material/.icons/material/lock-question.svg
+${PYSITELIB}/material/.icons/material/lock-reset.svg
+${PYSITELIB}/material/.icons/material/lock-smart.svg
+${PYSITELIB}/material/.icons/material/lock.svg
+${PYSITELIB}/material/.icons/material/locker-multiple.svg
+${PYSITELIB}/material/.icons/material/locker.svg
+${PYSITELIB}/material/.icons/material/login-variant.svg
+${PYSITELIB}/material/.icons/material/login.svg
+${PYSITELIB}/material/.icons/material/logout-variant.svg
+${PYSITELIB}/material/.icons/material/logout.svg
+${PYSITELIB}/material/.icons/material/longitude.svg
+${PYSITELIB}/material/.icons/material/looks.svg
+${PYSITELIB}/material/.icons/material/lotion-outline.svg
+${PYSITELIB}/material/.icons/material/lotion-plus-outline.svg
+${PYSITELIB}/material/.icons/material/lotion-plus.svg
+${PYSITELIB}/material/.icons/material/lotion.svg
+${PYSITELIB}/material/.icons/material/loupe.svg
+${PYSITELIB}/material/.icons/material/lumx.svg
+${PYSITELIB}/material/.icons/material/lungs.svg
+${PYSITELIB}/material/.icons/material/magnet-on.svg
+${PYSITELIB}/material/.icons/material/magnet.svg
+${PYSITELIB}/material/.icons/material/magnify-close.svg
+${PYSITELIB}/material/.icons/material/magnify-minus-cursor.svg
+${PYSITELIB}/material/.icons/material/magnify-minus-outline.svg
+${PYSITELIB}/material/.icons/material/magnify-minus.svg
+${PYSITELIB}/material/.icons/material/magnify-plus-cursor.svg
+${PYSITELIB}/material/.icons/material/magnify-plus-outline.svg
+${PYSITELIB}/material/.icons/material/magnify-plus.svg
+${PYSITELIB}/material/.icons/material/magnify-remove-cursor.svg
+${PYSITELIB}/material/.icons/material/magnify-remove-outline.svg
+${PYSITELIB}/material/.icons/material/magnify-scan.svg
+${PYSITELIB}/material/.icons/material/magnify.svg
+${PYSITELIB}/material/.icons/material/mail.svg
+${PYSITELIB}/material/.icons/material/mailbox-open-outline.svg
+${PYSITELIB}/material/.icons/material/mailbox-open-up-outline.svg
+${PYSITELIB}/material/.icons/material/mailbox-open-up.svg
+${PYSITELIB}/material/.icons/material/mailbox-open.svg
+${PYSITELIB}/material/.icons/material/mailbox-outline.svg
+${PYSITELIB}/material/.icons/material/mailbox-up-outline.svg
+${PYSITELIB}/material/.icons/material/mailbox-up.svg
+${PYSITELIB}/material/.icons/material/mailbox.svg
+${PYSITELIB}/material/.icons/material/map-check-outline.svg
+${PYSITELIB}/material/.icons/material/map-check.svg
+${PYSITELIB}/material/.icons/material/map-clock-outline.svg
+${PYSITELIB}/material/.icons/material/map-clock.svg
+${PYSITELIB}/material/.icons/material/map-legend.svg
+${PYSITELIB}/material/.icons/material/map-marker-alert-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-alert.svg
+${PYSITELIB}/material/.icons/material/map-marker-check-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-check.svg
+${PYSITELIB}/material/.icons/material/map-marker-circle.svg
+${PYSITELIB}/material/.icons/material/map-marker-distance.svg
+${PYSITELIB}/material/.icons/material/map-marker-down.svg
+${PYSITELIB}/material/.icons/material/map-marker-left-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-left.svg
+${PYSITELIB}/material/.icons/material/map-marker-minus-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-minus.svg
+${PYSITELIB}/material/.icons/material/map-marker-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-multiple.svg
+${PYSITELIB}/material/.icons/material/map-marker-off-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-off.svg
+${PYSITELIB}/material/.icons/material/map-marker-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-path.svg
+${PYSITELIB}/material/.icons/material/map-marker-plus-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-plus.svg
+${PYSITELIB}/material/.icons/material/map-marker-question-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-question.svg
+${PYSITELIB}/material/.icons/material/map-marker-radius-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-radius.svg
+${PYSITELIB}/material/.icons/material/map-marker-remove-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-remove-variant.svg
+${PYSITELIB}/material/.icons/material/map-marker-remove.svg
+${PYSITELIB}/material/.icons/material/map-marker-right-outline.svg
+${PYSITELIB}/material/.icons/material/map-marker-right.svg
+${PYSITELIB}/material/.icons/material/map-marker-up.svg
+${PYSITELIB}/material/.icons/material/map-marker.svg
+${PYSITELIB}/material/.icons/material/map-minus.svg
+${PYSITELIB}/material/.icons/material/map-outline.svg
+${PYSITELIB}/material/.icons/material/map-plus.svg
+${PYSITELIB}/material/.icons/material/map-search-outline.svg
+${PYSITELIB}/material/.icons/material/map-search.svg
+${PYSITELIB}/material/.icons/material/map.svg
+${PYSITELIB}/material/.icons/material/mapbox.svg
+${PYSITELIB}/material/.icons/material/margin.svg
+${PYSITELIB}/material/.icons/material/marker-cancel.svg
+${PYSITELIB}/material/.icons/material/marker-check.svg
+${PYSITELIB}/material/.icons/material/marker.svg
+${PYSITELIB}/material/.icons/material/mastodon.svg
+${PYSITELIB}/material/.icons/material/material-design.svg
+${PYSITELIB}/material/.icons/material/material-ui.svg
+${PYSITELIB}/material/.icons/material/math-compass.svg
+${PYSITELIB}/material/.icons/material/math-cos.svg
+${PYSITELIB}/material/.icons/material/math-integral-box.svg
+${PYSITELIB}/material/.icons/material/math-integral.svg
+${PYSITELIB}/material/.icons/material/math-log.svg
+${PYSITELIB}/material/.icons/material/math-norm-box.svg
+${PYSITELIB}/material/.icons/material/math-norm.svg
+${PYSITELIB}/material/.icons/material/math-sin.svg
+${PYSITELIB}/material/.icons/material/math-tan.svg
+${PYSITELIB}/material/.icons/material/matrix.svg
+${PYSITELIB}/material/.icons/material/medal-outline.svg
+${PYSITELIB}/material/.icons/material/medal.svg
+${PYSITELIB}/material/.icons/material/medical-bag.svg
+${PYSITELIB}/material/.icons/material/meditation.svg
+${PYSITELIB}/material/.icons/material/memory.svg
+${PYSITELIB}/material/.icons/material/menu-down-outline.svg
+${PYSITELIB}/material/.icons/material/menu-down.svg
+${PYSITELIB}/material/.icons/material/menu-left-outline.svg
+${PYSITELIB}/material/.icons/material/menu-left.svg
+${PYSITELIB}/material/.icons/material/menu-open.svg
+${PYSITELIB}/material/.icons/material/menu-right-outline.svg
+${PYSITELIB}/material/.icons/material/menu-right.svg
+${PYSITELIB}/material/.icons/material/menu-swap-outline.svg
+${PYSITELIB}/material/.icons/material/menu-swap.svg
+${PYSITELIB}/material/.icons/material/menu-up-outline.svg
+${PYSITELIB}/material/.icons/material/menu-up.svg
+${PYSITELIB}/material/.icons/material/menu.svg
+${PYSITELIB}/material/.icons/material/merge.svg
+${PYSITELIB}/material/.icons/material/message-alert-outline.svg
+${PYSITELIB}/material/.icons/material/message-alert.svg
+${PYSITELIB}/material/.icons/material/message-arrow-left-outline.svg
+${PYSITELIB}/material/.icons/material/message-arrow-left.svg
+${PYSITELIB}/material/.icons/material/message-arrow-right-outline.svg
+${PYSITELIB}/material/.icons/material/message-arrow-right.svg
+${PYSITELIB}/material/.icons/material/message-bookmark-outline.svg
+${PYSITELIB}/material/.icons/material/message-bookmark.svg
+${PYSITELIB}/material/.icons/material/message-bulleted-off.svg
+${PYSITELIB}/material/.icons/material/message-bulleted.svg
+${PYSITELIB}/material/.icons/material/message-cog-outline.svg
+${PYSITELIB}/material/.icons/material/message-cog.svg
+${PYSITELIB}/material/.icons/material/message-draw.svg
+${PYSITELIB}/material/.icons/material/message-flash-outline.svg
+${PYSITELIB}/material/.icons/material/message-flash.svg
+${PYSITELIB}/material/.icons/material/message-image-outline.svg
+${PYSITELIB}/material/.icons/material/message-image.svg
+${PYSITELIB}/material/.icons/material/message-lock-outline.svg
+${PYSITELIB}/material/.icons/material/message-lock.svg
+${PYSITELIB}/material/.icons/material/message-minus-outline.svg
+${PYSITELIB}/material/.icons/material/message-minus.svg
+${PYSITELIB}/material/.icons/material/message-outline.svg
+${PYSITELIB}/material/.icons/material/message-plus-outline.svg
+${PYSITELIB}/material/.icons/material/message-plus.svg
+${PYSITELIB}/material/.icons/material/message-processing-outline.svg
+${PYSITELIB}/material/.icons/material/message-processing.svg
+${PYSITELIB}/material/.icons/material/message-reply-text.svg
+${PYSITELIB}/material/.icons/material/message-reply.svg
+${PYSITELIB}/material/.icons/material/message-settings-outline.svg
+${PYSITELIB}/material/.icons/material/message-settings.svg
+${PYSITELIB}/material/.icons/material/message-text-clock-outline.svg
+${PYSITELIB}/material/.icons/material/message-text-clock.svg
+${PYSITELIB}/material/.icons/material/message-text-lock-outline.svg
+${PYSITELIB}/material/.icons/material/message-text-lock.svg
+${PYSITELIB}/material/.icons/material/message-text-outline.svg
+${PYSITELIB}/material/.icons/material/message-text.svg
+${PYSITELIB}/material/.icons/material/message-video.svg
+${PYSITELIB}/material/.icons/material/message.svg
+${PYSITELIB}/material/.icons/material/meteor.svg
+${PYSITELIB}/material/.icons/material/metronome-tick.svg
+${PYSITELIB}/material/.icons/material/metronome.svg
+${PYSITELIB}/material/.icons/material/micro-sd.svg
+${PYSITELIB}/material/.icons/material/microphone-minus.svg
+${PYSITELIB}/material/.icons/material/microphone-off.svg
+${PYSITELIB}/material/.icons/material/microphone-outline.svg
+${PYSITELIB}/material/.icons/material/microphone-plus.svg
+${PYSITELIB}/material/.icons/material/microphone-settings.svg
+${PYSITELIB}/material/.icons/material/microphone-variant-off.svg
+${PYSITELIB}/material/.icons/material/microphone-variant.svg
+${PYSITELIB}/material/.icons/material/microphone.svg
+${PYSITELIB}/material/.icons/material/microscope.svg
+${PYSITELIB}/material/.icons/material/microsoft-access.svg
+${PYSITELIB}/material/.icons/material/microsoft-azure-devops.svg
+${PYSITELIB}/material/.icons/material/microsoft-azure.svg
+${PYSITELIB}/material/.icons/material/microsoft-bing.svg
+${PYSITELIB}/material/.icons/material/microsoft-dynamics-365.svg
+${PYSITELIB}/material/.icons/material/microsoft-edge-legacy.svg
+${PYSITELIB}/material/.icons/material/microsoft-edge.svg
+${PYSITELIB}/material/.icons/material/microsoft-excel.svg
+${PYSITELIB}/material/.icons/material/microsoft-internet-explorer.svg
+${PYSITELIB}/material/.icons/material/microsoft-office.svg
+${PYSITELIB}/material/.icons/material/microsoft-onedrive.svg
+${PYSITELIB}/material/.icons/material/microsoft-onenote.svg
+${PYSITELIB}/material/.icons/material/microsoft-outlook.svg
+${PYSITELIB}/material/.icons/material/microsoft-powerpoint.svg
+${PYSITELIB}/material/.icons/material/microsoft-sharepoint.svg
+${PYSITELIB}/material/.icons/material/microsoft-teams.svg
+${PYSITELIB}/material/.icons/material/microsoft-visual-studio-code.svg
+${PYSITELIB}/material/.icons/material/microsoft-visual-studio.svg
+${PYSITELIB}/material/.icons/material/microsoft-windows-classic.svg
+${PYSITELIB}/material/.icons/material/microsoft-windows.svg
+${PYSITELIB}/material/.icons/material/microsoft-word.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-alert.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-charging.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-empty.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-full.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-low.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-medium.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-battery-unknown.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-menu.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-off.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller-view.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox-controller.svg
+${PYSITELIB}/material/.icons/material/microsoft-xbox.svg
+${PYSITELIB}/material/.icons/material/microsoft-yammer.svg
+${PYSITELIB}/material/.icons/material/microsoft.svg
+${PYSITELIB}/material/.icons/material/microwave-off.svg
+${PYSITELIB}/material/.icons/material/microwave.svg
+${PYSITELIB}/material/.icons/material/middleware-outline.svg
+${PYSITELIB}/material/.icons/material/middleware.svg
+${PYSITELIB}/material/.icons/material/midi-port.svg
+${PYSITELIB}/material/.icons/material/midi.svg
+${PYSITELIB}/material/.icons/material/mine.svg
+${PYSITELIB}/material/.icons/material/minecraft.svg
+${PYSITELIB}/material/.icons/material/mini-sd.svg
+${PYSITELIB}/material/.icons/material/minidisc.svg
+${PYSITELIB}/material/.icons/material/minus-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/minus-box-multiple.svg
+${PYSITELIB}/material/.icons/material/minus-box-outline.svg
+${PYSITELIB}/material/.icons/material/minus-box.svg
+${PYSITELIB}/material/.icons/material/minus-circle-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/minus-circle-multiple.svg
+${PYSITELIB}/material/.icons/material/minus-circle-off-outline.svg
+${PYSITELIB}/material/.icons/material/minus-circle-off.svg
+${PYSITELIB}/material/.icons/material/minus-circle-outline.svg
+${PYSITELIB}/material/.icons/material/minus-circle.svg
+${PYSITELIB}/material/.icons/material/minus-network-outline.svg
+${PYSITELIB}/material/.icons/material/minus-network.svg
+${PYSITELIB}/material/.icons/material/minus.svg
+${PYSITELIB}/material/.icons/material/mirror.svg
+${PYSITELIB}/material/.icons/material/mixed-martial-arts.svg
+${PYSITELIB}/material/.icons/material/mixed-reality.svg
+${PYSITELIB}/material/.icons/material/molecule-co.svg
+${PYSITELIB}/material/.icons/material/molecule-co2.svg
+${PYSITELIB}/material/.icons/material/molecule.svg
+${PYSITELIB}/material/.icons/material/monitor-cellphone-star.svg
+${PYSITELIB}/material/.icons/material/monitor-cellphone.svg
+${PYSITELIB}/material/.icons/material/monitor-clean.svg
+${PYSITELIB}/material/.icons/material/monitor-dashboard.svg
+${PYSITELIB}/material/.icons/material/monitor-edit.svg
+${PYSITELIB}/material/.icons/material/monitor-eye.svg
+${PYSITELIB}/material/.icons/material/monitor-lock.svg
+${PYSITELIB}/material/.icons/material/monitor-multiple.svg
+${PYSITELIB}/material/.icons/material/monitor-off.svg
+${PYSITELIB}/material/.icons/material/monitor-screenshot.svg
+${PYSITELIB}/material/.icons/material/monitor-share.svg
+${PYSITELIB}/material/.icons/material/monitor-speaker-off.svg
+${PYSITELIB}/material/.icons/material/monitor-speaker.svg
+${PYSITELIB}/material/.icons/material/monitor-star.svg
+${PYSITELIB}/material/.icons/material/monitor.svg
+${PYSITELIB}/material/.icons/material/moon-first-quarter.svg
+${PYSITELIB}/material/.icons/material/moon-full.svg
+${PYSITELIB}/material/.icons/material/moon-last-quarter.svg
+${PYSITELIB}/material/.icons/material/moon-new.svg
+${PYSITELIB}/material/.icons/material/moon-waning-crescent.svg
+${PYSITELIB}/material/.icons/material/moon-waning-gibbous.svg
+${PYSITELIB}/material/.icons/material/moon-waxing-crescent.svg
+${PYSITELIB}/material/.icons/material/moon-waxing-gibbous.svg
+${PYSITELIB}/material/.icons/material/moped.svg
+${PYSITELIB}/material/.icons/material/more.svg
+${PYSITELIB}/material/.icons/material/mother-heart.svg
+${PYSITELIB}/material/.icons/material/mother-nurse.svg
+${PYSITELIB}/material/.icons/material/motion-outline.svg
+${PYSITELIB}/material/.icons/material/motion-pause-outline.svg
+${PYSITELIB}/material/.icons/material/motion-pause.svg
+${PYSITELIB}/material/.icons/material/motion-play-outline.svg
+${PYSITELIB}/material/.icons/material/motion-play.svg
+${PYSITELIB}/material/.icons/material/motion-sensor-off.svg
+${PYSITELIB}/material/.icons/material/motion-sensor.svg
+${PYSITELIB}/material/.icons/material/motion.svg
+${PYSITELIB}/material/.icons/material/motorbike.svg
+${PYSITELIB}/material/.icons/material/mouse-bluetooth.svg
+${PYSITELIB}/material/.icons/material/mouse-move-down.svg
+${PYSITELIB}/material/.icons/material/mouse-move-up.svg
+${PYSITELIB}/material/.icons/material/mouse-move-vertical.svg
+${PYSITELIB}/material/.icons/material/mouse-off.svg
+${PYSITELIB}/material/.icons/material/mouse-variant-off.svg
+${PYSITELIB}/material/.icons/material/mouse-variant.svg
+${PYSITELIB}/material/.icons/material/mouse.svg
+${PYSITELIB}/material/.icons/material/move-resize-variant.svg
+${PYSITELIB}/material/.icons/material/move-resize.svg
+${PYSITELIB}/material/.icons/material/movie-edit-outline.svg
+${PYSITELIB}/material/.icons/material/movie-edit.svg
+${PYSITELIB}/material/.icons/material/movie-filter-outline.svg
+${PYSITELIB}/material/.icons/material/movie-filter.svg
+${PYSITELIB}/material/.icons/material/movie-open-outline.svg
+${PYSITELIB}/material/.icons/material/movie-open.svg
+${PYSITELIB}/material/.icons/material/movie-outline.svg
+${PYSITELIB}/material/.icons/material/movie-roll.svg
+${PYSITELIB}/material/.icons/material/movie-search-outline.svg
+${PYSITELIB}/material/.icons/material/movie-search.svg
+${PYSITELIB}/material/.icons/material/movie.svg
+${PYSITELIB}/material/.icons/material/muffin.svg
+${PYSITELIB}/material/.icons/material/multiplication-box.svg
+${PYSITELIB}/material/.icons/material/multiplication.svg
+${PYSITELIB}/material/.icons/material/mushroom-off-outline.svg
+${PYSITELIB}/material/.icons/material/mushroom-off.svg
+${PYSITELIB}/material/.icons/material/mushroom-outline.svg
+${PYSITELIB}/material/.icons/material/mushroom.svg
+${PYSITELIB}/material/.icons/material/music-accidental-double-flat.svg
+${PYSITELIB}/material/.icons/material/music-accidental-double-sharp.svg
+${PYSITELIB}/material/.icons/material/music-accidental-flat.svg
+${PYSITELIB}/material/.icons/material/music-accidental-natural.svg
+${PYSITELIB}/material/.icons/material/music-accidental-sharp.svg
+${PYSITELIB}/material/.icons/material/music-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/music-box-multiple.svg
+${PYSITELIB}/material/.icons/material/music-box-outline.svg
+${PYSITELIB}/material/.icons/material/music-box.svg
+${PYSITELIB}/material/.icons/material/music-circle-outline.svg
+${PYSITELIB}/material/.icons/material/music-circle.svg
+${PYSITELIB}/material/.icons/material/music-clef-alto.svg
+${PYSITELIB}/material/.icons/material/music-clef-bass.svg
+${PYSITELIB}/material/.icons/material/music-clef-treble.svg
+${PYSITELIB}/material/.icons/material/music-note-bluetooth-off.svg
+${PYSITELIB}/material/.icons/material/music-note-bluetooth.svg
+${PYSITELIB}/material/.icons/material/music-note-eighth-dotted.svg
+${PYSITELIB}/material/.icons/material/music-note-eighth.svg
+${PYSITELIB}/material/.icons/material/music-note-half-dotted.svg
+${PYSITELIB}/material/.icons/material/music-note-half.svg
+${PYSITELIB}/material/.icons/material/music-note-off-outline.svg
+${PYSITELIB}/material/.icons/material/music-note-off.svg
+${PYSITELIB}/material/.icons/material/music-note-outline.svg
+${PYSITELIB}/material/.icons/material/music-note-plus.svg
+${PYSITELIB}/material/.icons/material/music-note-quarter-dotted.svg
+${PYSITELIB}/material/.icons/material/music-note-quarter.svg
+${PYSITELIB}/material/.icons/material/music-note-sixteenth-dotted.svg
+${PYSITELIB}/material/.icons/material/music-note-sixteenth.svg
+${PYSITELIB}/material/.icons/material/music-note-whole-dotted.svg
+${PYSITELIB}/material/.icons/material/music-note-whole.svg
+${PYSITELIB}/material/.icons/material/music-note.svg
+${PYSITELIB}/material/.icons/material/music-off.svg
+${PYSITELIB}/material/.icons/material/music-rest-eighth.svg
+${PYSITELIB}/material/.icons/material/music-rest-half.svg
+${PYSITELIB}/material/.icons/material/music-rest-quarter.svg
+${PYSITELIB}/material/.icons/material/music-rest-sixteenth.svg
+${PYSITELIB}/material/.icons/material/music-rest-whole.svg
+${PYSITELIB}/material/.icons/material/music.svg
+${PYSITELIB}/material/.icons/material/nail.svg
+${PYSITELIB}/material/.icons/material/nas.svg
+${PYSITELIB}/material/.icons/material/nativescript.svg
+${PYSITELIB}/material/.icons/material/nature-people.svg
+${PYSITELIB}/material/.icons/material/nature.svg
+${PYSITELIB}/material/.icons/material/navigation.svg
+${PYSITELIB}/material/.icons/material/near-me.svg
+${PYSITELIB}/material/.icons/material/necklace.svg
+${PYSITELIB}/material/.icons/material/needle.svg
+${PYSITELIB}/material/.icons/material/netflix.svg
+${PYSITELIB}/material/.icons/material/network-off-outline.svg
+${PYSITELIB}/material/.icons/material/network-off.svg
+${PYSITELIB}/material/.icons/material/network-outline.svg
+${PYSITELIB}/material/.icons/material/network-strength-1-alert.svg
+${PYSITELIB}/material/.icons/material/network-strength-1.svg
+${PYSITELIB}/material/.icons/material/network-strength-2-alert.svg
+${PYSITELIB}/material/.icons/material/network-strength-2.svg
+${PYSITELIB}/material/.icons/material/network-strength-3-alert.svg
+${PYSITELIB}/material/.icons/material/network-strength-3.svg
+${PYSITELIB}/material/.icons/material/network-strength-4-alert.svg
+${PYSITELIB}/material/.icons/material/network-strength-4.svg
+${PYSITELIB}/material/.icons/material/network-strength-off-outline.svg
+${PYSITELIB}/material/.icons/material/network-strength-off.svg
+${PYSITELIB}/material/.icons/material/network-strength-outline.svg
+${PYSITELIB}/material/.icons/material/network.svg
+${PYSITELIB}/material/.icons/material/new-box.svg
+${PYSITELIB}/material/.icons/material/newspaper-minus.svg
+${PYSITELIB}/material/.icons/material/newspaper-plus.svg
+${PYSITELIB}/material/.icons/material/newspaper-variant-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/newspaper-variant-multiple.svg
+${PYSITELIB}/material/.icons/material/newspaper-variant-outline.svg
+${PYSITELIB}/material/.icons/material/newspaper-variant.svg
+${PYSITELIB}/material/.icons/material/newspaper.svg
+${PYSITELIB}/material/.icons/material/nfc-search-variant.svg
+${PYSITELIB}/material/.icons/material/nfc-tap.svg
+${PYSITELIB}/material/.icons/material/nfc-variant-off.svg
+${PYSITELIB}/material/.icons/material/nfc-variant.svg
+${PYSITELIB}/material/.icons/material/nfc.svg
+${PYSITELIB}/material/.icons/material/ninja.svg
+${PYSITELIB}/material/.icons/material/nintendo-game-boy.svg
+${PYSITELIB}/material/.icons/material/nintendo-switch.svg
+${PYSITELIB}/material/.icons/material/nintendo-wii.svg
+${PYSITELIB}/material/.icons/material/nintendo-wiiu.svg
+${PYSITELIB}/material/.icons/material/nix.svg
+${PYSITELIB}/material/.icons/material/nodejs.svg
+${PYSITELIB}/material/.icons/material/noodles.svg
+${PYSITELIB}/material/.icons/material/not-equal-variant.svg
+${PYSITELIB}/material/.icons/material/not-equal.svg
+${PYSITELIB}/material/.icons/material/note-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/note-multiple.svg
+${PYSITELIB}/material/.icons/material/note-outline.svg
+${PYSITELIB}/material/.icons/material/note-plus-outline.svg
+${PYSITELIB}/material/.icons/material/note-plus.svg
+${PYSITELIB}/material/.icons/material/note-text-outline.svg
+${PYSITELIB}/material/.icons/material/note-text.svg
+${PYSITELIB}/material/.icons/material/note.svg
+${PYSITELIB}/material/.icons/material/notebook-check-outline.svg
+${PYSITELIB}/material/.icons/material/notebook-check.svg
+${PYSITELIB}/material/.icons/material/notebook-edit-outline.svg
+${PYSITELIB}/material/.icons/material/notebook-edit.svg
+${PYSITELIB}/material/.icons/material/notebook-multiple.svg
+${PYSITELIB}/material/.icons/material/notebook-outline.svg
+${PYSITELIB}/material/.icons/material/notebook.svg
+${PYSITELIB}/material/.icons/material/notification-clear-all.svg
+${PYSITELIB}/material/.icons/material/npm.svg
+${PYSITELIB}/material/.icons/material/nuke.svg
+${PYSITELIB}/material/.icons/material/null.svg
+${PYSITELIB}/material/.icons/material/numeric-0-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-0-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-0-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-0-box.svg
+${PYSITELIB}/material/.icons/material/numeric-0-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-0-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-0.svg
+${PYSITELIB}/material/.icons/material/numeric-1-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-1-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-1-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-1-box.svg
+${PYSITELIB}/material/.icons/material/numeric-1-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-1-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-1.svg
+${PYSITELIB}/material/.icons/material/numeric-10-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-10-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-10-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-10-box.svg
+${PYSITELIB}/material/.icons/material/numeric-10-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-10-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-10.svg
+${PYSITELIB}/material/.icons/material/numeric-2-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-2-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-2-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-2-box.svg
+${PYSITELIB}/material/.icons/material/numeric-2-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-2-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-2.svg
+${PYSITELIB}/material/.icons/material/numeric-3-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-3-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-3-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-3-box.svg
+${PYSITELIB}/material/.icons/material/numeric-3-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-3-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-3.svg
+${PYSITELIB}/material/.icons/material/numeric-4-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-4-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-4-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-4-box.svg
+${PYSITELIB}/material/.icons/material/numeric-4-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-4-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-4.svg
+${PYSITELIB}/material/.icons/material/numeric-5-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-5-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-5-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-5-box.svg
+${PYSITELIB}/material/.icons/material/numeric-5-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-5-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-5.svg
+${PYSITELIB}/material/.icons/material/numeric-6-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-6-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-6-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-6-box.svg
+${PYSITELIB}/material/.icons/material/numeric-6-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-6-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-6.svg
+${PYSITELIB}/material/.icons/material/numeric-7-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-7-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-7-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-7-box.svg
+${PYSITELIB}/material/.icons/material/numeric-7-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-7-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-7.svg
+${PYSITELIB}/material/.icons/material/numeric-8-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-8-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-8-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-8-box.svg
+${PYSITELIB}/material/.icons/material/numeric-8-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-8-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-8.svg
+${PYSITELIB}/material/.icons/material/numeric-9-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-9-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-box.svg
+${PYSITELIB}/material/.icons/material/numeric-9-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-box-multiple.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-box-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-box.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-circle-outline.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus-circle.svg
+${PYSITELIB}/material/.icons/material/numeric-9-plus.svg
+${PYSITELIB}/material/.icons/material/numeric-9.svg
+${PYSITELIB}/material/.icons/material/numeric-negative-1.svg
+${PYSITELIB}/material/.icons/material/numeric.svg
+${PYSITELIB}/material/.icons/material/nut.svg
+${PYSITELIB}/material/.icons/material/nutrition.svg
+${PYSITELIB}/material/.icons/material/nuxt.svg
+${PYSITELIB}/material/.icons/material/oar.svg
+${PYSITELIB}/material/.icons/material/ocarina.svg
+${PYSITELIB}/material/.icons/material/oci.svg
+${PYSITELIB}/material/.icons/material/ocr.svg
+${PYSITELIB}/material/.icons/material/octagon-outline.svg
+${PYSITELIB}/material/.icons/material/octagon.svg
+${PYSITELIB}/material/.icons/material/octagram-outline.svg
+${PYSITELIB}/material/.icons/material/octagram.svg
+${PYSITELIB}/material/.icons/material/odnoklassniki.svg
+${PYSITELIB}/material/.icons/material/offer.svg
+${PYSITELIB}/material/.icons/material/office-building-marker-outline.svg
+${PYSITELIB}/material/.icons/material/office-building-marker.svg
+${PYSITELIB}/material/.icons/material/office-building-outline.svg
+${PYSITELIB}/material/.icons/material/office-building.svg
+${PYSITELIB}/material/.icons/material/oil-lamp.svg
+${PYSITELIB}/material/.icons/material/oil-level.svg
+${PYSITELIB}/material/.icons/material/oil-temperature.svg
+${PYSITELIB}/material/.icons/material/oil.svg
+${PYSITELIB}/material/.icons/material/omega.svg
+${PYSITELIB}/material/.icons/material/one-up.svg
+${PYSITELIB}/material/.icons/material/onepassword.svg
+${PYSITELIB}/material/.icons/material/opacity.svg
+${PYSITELIB}/material/.icons/material/open-in-app.svg
+${PYSITELIB}/material/.icons/material/open-in-new.svg
+${PYSITELIB}/material/.icons/material/open-source-initiative.svg
+${PYSITELIB}/material/.icons/material/openid.svg
+${PYSITELIB}/material/.icons/material/opera.svg
+${PYSITELIB}/material/.icons/material/orbit.svg
+${PYSITELIB}/material/.icons/material/order-alphabetical-ascending.svg
+${PYSITELIB}/material/.icons/material/order-alphabetical-descending.svg
+${PYSITELIB}/material/.icons/material/order-bool-ascending-variant.svg
+${PYSITELIB}/material/.icons/material/order-bool-ascending.svg
+${PYSITELIB}/material/.icons/material/order-bool-descending-variant.svg
+${PYSITELIB}/material/.icons/material/order-bool-descending.svg
+${PYSITELIB}/material/.icons/material/order-numeric-ascending.svg
+${PYSITELIB}/material/.icons/material/order-numeric-descending.svg
+${PYSITELIB}/material/.icons/material/origin.svg
+${PYSITELIB}/material/.icons/material/ornament-variant.svg
+${PYSITELIB}/material/.icons/material/ornament.svg
+${PYSITELIB}/material/.icons/material/outdoor-lamp.svg
+${PYSITELIB}/material/.icons/material/overscan.svg
+${PYSITELIB}/material/.icons/material/owl.svg
+${PYSITELIB}/material/.icons/material/pac-man.svg
+${PYSITELIB}/material/.icons/material/package-down.svg
+${PYSITELIB}/material/.icons/material/package-up.svg
+${PYSITELIB}/material/.icons/material/package-variant-closed.svg
+${PYSITELIB}/material/.icons/material/package-variant.svg
+${PYSITELIB}/material/.icons/material/package.svg
+${PYSITELIB}/material/.icons/material/page-first.svg
+${PYSITELIB}/material/.icons/material/page-last.svg
+${PYSITELIB}/material/.icons/material/page-layout-body.svg
+${PYSITELIB}/material/.icons/material/page-layout-footer.svg
+${PYSITELIB}/material/.icons/material/page-layout-header-footer.svg
+${PYSITELIB}/material/.icons/material/page-layout-header.svg
+${PYSITELIB}/material/.icons/material/page-layout-sidebar-left.svg
+${PYSITELIB}/material/.icons/material/page-layout-sidebar-right.svg
+${PYSITELIB}/material/.icons/material/page-next-outline.svg
+${PYSITELIB}/material/.icons/material/page-next.svg
+${PYSITELIB}/material/.icons/material/page-previous-outline.svg
+${PYSITELIB}/material/.icons/material/page-previous.svg
+${PYSITELIB}/material/.icons/material/pail-minus-outline.svg
+${PYSITELIB}/material/.icons/material/pail-minus.svg
+${PYSITELIB}/material/.icons/material/pail-off-outline.svg
+${PYSITELIB}/material/.icons/material/pail-off.svg
+${PYSITELIB}/material/.icons/material/pail-outline.svg
+${PYSITELIB}/material/.icons/material/pail-plus-outline.svg
+${PYSITELIB}/material/.icons/material/pail-plus.svg
+${PYSITELIB}/material/.icons/material/pail-remove-outline.svg
+${PYSITELIB}/material/.icons/material/pail-remove.svg
+${PYSITELIB}/material/.icons/material/pail.svg
+${PYSITELIB}/material/.icons/material/palette-advanced.svg
+${PYSITELIB}/material/.icons/material/palette-outline.svg
+${PYSITELIB}/material/.icons/material/palette-swatch-outline.svg
+${PYSITELIB}/material/.icons/material/palette-swatch.svg
+${PYSITELIB}/material/.icons/material/palette.svg
+${PYSITELIB}/material/.icons/material/palm-tree.svg
+${PYSITELIB}/material/.icons/material/pan-bottom-left.svg
+${PYSITELIB}/material/.icons/material/pan-bottom-right.svg
+${PYSITELIB}/material/.icons/material/pan-down.svg
+${PYSITELIB}/material/.icons/material/pan-horizontal.svg
+${PYSITELIB}/material/.icons/material/pan-left.svg
+${PYSITELIB}/material/.icons/material/pan-right.svg
+${PYSITELIB}/material/.icons/material/pan-top-left.svg
+${PYSITELIB}/material/.icons/material/pan-top-right.svg
+${PYSITELIB}/material/.icons/material/pan-up.svg
+${PYSITELIB}/material/.icons/material/pan-vertical.svg
+${PYSITELIB}/material/.icons/material/pan.svg
+${PYSITELIB}/material/.icons/material/panda.svg
+${PYSITELIB}/material/.icons/material/pandora.svg
+${PYSITELIB}/material/.icons/material/panorama-fisheye.svg
+${PYSITELIB}/material/.icons/material/panorama-horizontal.svg
+${PYSITELIB}/material/.icons/material/panorama-vertical.svg
+${PYSITELIB}/material/.icons/material/panorama-wide-angle.svg
+${PYSITELIB}/material/.icons/material/panorama.svg
+${PYSITELIB}/material/.icons/material/paper-cut-vertical.svg
+${PYSITELIB}/material/.icons/material/paper-roll-outline.svg
+${PYSITELIB}/material/.icons/material/paper-roll.svg
+${PYSITELIB}/material/.icons/material/paperclip.svg
+${PYSITELIB}/material/.icons/material/parachute-outline.svg
+${PYSITELIB}/material/.icons/material/parachute.svg
+${PYSITELIB}/material/.icons/material/parking.svg
+${PYSITELIB}/material/.icons/material/party-popper.svg
+${PYSITELIB}/material/.icons/material/passport-biometric.svg
+${PYSITELIB}/material/.icons/material/passport.svg
+${PYSITELIB}/material/.icons/material/pasta.svg
+${PYSITELIB}/material/.icons/material/patio-heater.svg
+${PYSITELIB}/material/.icons/material/patreon.svg
+${PYSITELIB}/material/.icons/material/pause-circle-outline.svg
+${PYSITELIB}/material/.icons/material/pause-circle.svg
+${PYSITELIB}/material/.icons/material/pause-octagon-outline.svg
+${PYSITELIB}/material/.icons/material/pause-octagon.svg
+${PYSITELIB}/material/.icons/material/pause.svg
+${PYSITELIB}/material/.icons/material/paw-off.svg
+${PYSITELIB}/material/.icons/material/paw.svg
+${PYSITELIB}/material/.icons/material/pdf-box.svg
+${PYSITELIB}/material/.icons/material/peace.svg
+${PYSITELIB}/material/.icons/material/peanut-off-outline.svg
+${PYSITELIB}/material/.icons/material/peanut-off.svg
+${PYSITELIB}/material/.icons/material/peanut-outline.svg
+${PYSITELIB}/material/.icons/material/peanut.svg
+${PYSITELIB}/material/.icons/material/pen-lock.svg
+${PYSITELIB}/material/.icons/material/pen-minus.svg
+${PYSITELIB}/material/.icons/material/pen-off.svg
+${PYSITELIB}/material/.icons/material/pen-plus.svg
+${PYSITELIB}/material/.icons/material/pen-remove.svg
+${PYSITELIB}/material/.icons/material/pen.svg
+${PYSITELIB}/material/.icons/material/pencil-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-box-multiple.svg
+${PYSITELIB}/material/.icons/material/pencil-box-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-box.svg
+${PYSITELIB}/material/.icons/material/pencil-circle-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-circle.svg
+${PYSITELIB}/material/.icons/material/pencil-lock-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-lock.svg
+${PYSITELIB}/material/.icons/material/pencil-minus-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-minus.svg
+${PYSITELIB}/material/.icons/material/pencil-off-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-off.svg
+${PYSITELIB}/material/.icons/material/pencil-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-plus-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-plus.svg
+${PYSITELIB}/material/.icons/material/pencil-remove-outline.svg
+${PYSITELIB}/material/.icons/material/pencil-remove.svg
+${PYSITELIB}/material/.icons/material/pencil-ruler.svg
+${PYSITELIB}/material/.icons/material/pencil.svg
+${PYSITELIB}/material/.icons/material/penguin.svg
+${PYSITELIB}/material/.icons/material/pentagon-outline.svg
+${PYSITELIB}/material/.icons/material/pentagon.svg
+${PYSITELIB}/material/.icons/material/percent-outline.svg
+${PYSITELIB}/material/.icons/material/percent.svg
+${PYSITELIB}/material/.icons/material/periodic-table.svg
+${PYSITELIB}/material/.icons/material/perspective-less.svg
+${PYSITELIB}/material/.icons/material/perspective-more.svg
+${PYSITELIB}/material/.icons/material/pharmacy.svg
+${PYSITELIB}/material/.icons/material/phone-alert-outline.svg
+${PYSITELIB}/material/.icons/material/phone-alert.svg
+${PYSITELIB}/material/.icons/material/phone-bluetooth-outline.svg
+${PYSITELIB}/material/.icons/material/phone-bluetooth.svg
+${PYSITELIB}/material/.icons/material/phone-cancel-outline.svg
+${PYSITELIB}/material/.icons/material/phone-cancel.svg
+${PYSITELIB}/material/.icons/material/phone-check-outline.svg
+${PYSITELIB}/material/.icons/material/phone-check.svg
+${PYSITELIB}/material/.icons/material/phone-classic-off.svg
+${PYSITELIB}/material/.icons/material/phone-classic.svg
+${PYSITELIB}/material/.icons/material/phone-dial-outline.svg
+${PYSITELIB}/material/.icons/material/phone-dial.svg
+${PYSITELIB}/material/.icons/material/phone-forward-outline.svg
+${PYSITELIB}/material/.icons/material/phone-forward.svg
+${PYSITELIB}/material/.icons/material/phone-hangup-outline.svg
+${PYSITELIB}/material/.icons/material/phone-hangup.svg
+${PYSITELIB}/material/.icons/material/phone-in-talk-outline.svg
+${PYSITELIB}/material/.icons/material/phone-in-talk.svg
+${PYSITELIB}/material/.icons/material/phone-incoming-outline.svg
+${PYSITELIB}/material/.icons/material/phone-incoming.svg
+${PYSITELIB}/material/.icons/material/phone-lock-outline.svg
+${PYSITELIB}/material/.icons/material/phone-lock.svg
+${PYSITELIB}/material/.icons/material/phone-log-outline.svg
+${PYSITELIB}/material/.icons/material/phone-log.svg
+${PYSITELIB}/material/.icons/material/phone-message-outline.svg
+${PYSITELIB}/material/.icons/material/phone-message.svg
+${PYSITELIB}/material/.icons/material/phone-minus-outline.svg
+${PYSITELIB}/material/.icons/material/phone-minus.svg
+${PYSITELIB}/material/.icons/material/phone-missed-outline.svg
+${PYSITELIB}/material/.icons/material/phone-missed.svg
+${PYSITELIB}/material/.icons/material/phone-off-outline.svg
+${PYSITELIB}/material/.icons/material/phone-off.svg
+${PYSITELIB}/material/.icons/material/phone-outgoing-outline.svg
+${PYSITELIB}/material/.icons/material/phone-outgoing.svg
+${PYSITELIB}/material/.icons/material/phone-outline.svg
+${PYSITELIB}/material/.icons/material/phone-paused-outline.svg
+${PYSITELIB}/material/.icons/material/phone-paused.svg
+${PYSITELIB}/material/.icons/material/phone-plus-outline.svg
+${PYSITELIB}/material/.icons/material/phone-plus.svg
+${PYSITELIB}/material/.icons/material/phone-remove-outline.svg
+${PYSITELIB}/material/.icons/material/phone-remove.svg
+${PYSITELIB}/material/.icons/material/phone-return-outline.svg
+${PYSITELIB}/material/.icons/material/phone-return.svg
+${PYSITELIB}/material/.icons/material/phone-ring-outline.svg
+${PYSITELIB}/material/.icons/material/phone-ring.svg
+${PYSITELIB}/material/.icons/material/phone-rotate-landscape.svg
+${PYSITELIB}/material/.icons/material/phone-rotate-portrait.svg
+${PYSITELIB}/material/.icons/material/phone-settings-outline.svg
+${PYSITELIB}/material/.icons/material/phone-settings.svg
+${PYSITELIB}/material/.icons/material/phone-voip.svg
+${PYSITELIB}/material/.icons/material/phone.svg
+${PYSITELIB}/material/.icons/material/pi-box.svg
+${PYSITELIB}/material/.icons/material/pi-hole.svg
+${PYSITELIB}/material/.icons/material/pi.svg
+${PYSITELIB}/material/.icons/material/piano.svg
+${PYSITELIB}/material/.icons/material/pickaxe.svg
+${PYSITELIB}/material/.icons/material/picture-in-picture-bottom-right-outline.svg
+${PYSITELIB}/material/.icons/material/picture-in-picture-bottom-right.svg
+${PYSITELIB}/material/.icons/material/picture-in-picture-top-right-outline.svg
+${PYSITELIB}/material/.icons/material/picture-in-picture-top-right.svg
+${PYSITELIB}/material/.icons/material/pier-crane.svg
+${PYSITELIB}/material/.icons/material/pier.svg
+${PYSITELIB}/material/.icons/material/pig-variant.svg
+${PYSITELIB}/material/.icons/material/pig.svg
+${PYSITELIB}/material/.icons/material/piggy-bank.svg
+${PYSITELIB}/material/.icons/material/pill.svg
+${PYSITELIB}/material/.icons/material/pillar.svg
+${PYSITELIB}/material/.icons/material/pin-off-outline.svg
+${PYSITELIB}/material/.icons/material/pin-off.svg
+${PYSITELIB}/material/.icons/material/pin-outline.svg
+${PYSITELIB}/material/.icons/material/pin.svg
+${PYSITELIB}/material/.icons/material/pine-tree-box.svg
+${PYSITELIB}/material/.icons/material/pine-tree-fire.svg
+${PYSITELIB}/material/.icons/material/pine-tree.svg
+${PYSITELIB}/material/.icons/material/pinterest.svg
+${PYSITELIB}/material/.icons/material/pinwheel-outline.svg
+${PYSITELIB}/material/.icons/material/pinwheel.svg
+${PYSITELIB}/material/.icons/material/pipe-disconnected.svg
+${PYSITELIB}/material/.icons/material/pipe-leak.svg
+${PYSITELIB}/material/.icons/material/pipe-wrench.svg
+${PYSITELIB}/material/.icons/material/pipe.svg
+${PYSITELIB}/material/.icons/material/pirate.svg
+${PYSITELIB}/material/.icons/material/pistol.svg
+${PYSITELIB}/material/.icons/material/piston.svg
+${PYSITELIB}/material/.icons/material/pitchfork.svg
+${PYSITELIB}/material/.icons/material/pizza.svg
+${PYSITELIB}/material/.icons/material/play-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/play-box-multiple.svg
+${PYSITELIB}/material/.icons/material/play-box-outline.svg
+${PYSITELIB}/material/.icons/material/play-box.svg
+${PYSITELIB}/material/.icons/material/play-circle-outline.svg
+${PYSITELIB}/material/.icons/material/play-circle.svg
+${PYSITELIB}/material/.icons/material/play-network-outline.svg
+${PYSITELIB}/material/.icons/material/play-network.svg
+${PYSITELIB}/material/.icons/material/play-outline.svg
+${PYSITELIB}/material/.icons/material/play-pause.svg
+${PYSITELIB}/material/.icons/material/play-protected-content.svg
+${PYSITELIB}/material/.icons/material/play-speed.svg
+${PYSITELIB}/material/.icons/material/play.svg
+${PYSITELIB}/material/.icons/material/playlist-check.svg
+${PYSITELIB}/material/.icons/material/playlist-edit.svg
+${PYSITELIB}/material/.icons/material/playlist-minus.svg
+${PYSITELIB}/material/.icons/material/playlist-music-outline.svg
+${PYSITELIB}/material/.icons/material/playlist-music.svg
+${PYSITELIB}/material/.icons/material/playlist-play.svg
+${PYSITELIB}/material/.icons/material/playlist-plus.svg
+${PYSITELIB}/material/.icons/material/playlist-remove.svg
+${PYSITELIB}/material/.icons/material/playlist-star.svg
+${PYSITELIB}/material/.icons/material/plex.svg
+${PYSITELIB}/material/.icons/material/plus-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/plus-box-multiple.svg
+${PYSITELIB}/material/.icons/material/plus-box-outline.svg
+${PYSITELIB}/material/.icons/material/plus-box.svg
+${PYSITELIB}/material/.icons/material/plus-circle-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/plus-circle-multiple.svg
+${PYSITELIB}/material/.icons/material/plus-circle-outline.svg
+${PYSITELIB}/material/.icons/material/plus-circle.svg
+${PYSITELIB}/material/.icons/material/plus-minus-box.svg
+${PYSITELIB}/material/.icons/material/plus-minus-variant.svg
+${PYSITELIB}/material/.icons/material/plus-minus.svg
+${PYSITELIB}/material/.icons/material/plus-network-outline.svg
+${PYSITELIB}/material/.icons/material/plus-network.svg
+${PYSITELIB}/material/.icons/material/plus-one.svg
+${PYSITELIB}/material/.icons/material/plus-outline.svg
+${PYSITELIB}/material/.icons/material/plus-thick.svg
+${PYSITELIB}/material/.icons/material/plus.svg
+${PYSITELIB}/material/.icons/material/podcast.svg
+${PYSITELIB}/material/.icons/material/podium-bronze.svg
+${PYSITELIB}/material/.icons/material/podium-gold.svg
+${PYSITELIB}/material/.icons/material/podium-silver.svg
+${PYSITELIB}/material/.icons/material/podium.svg
+${PYSITELIB}/material/.icons/material/point-of-sale.svg
+${PYSITELIB}/material/.icons/material/pokeball.svg
+${PYSITELIB}/material/.icons/material/pokemon-go.svg
+${PYSITELIB}/material/.icons/material/poker-chip.svg
+${PYSITELIB}/material/.icons/material/polaroid.svg
+${PYSITELIB}/material/.icons/material/police-badge-outline.svg
+${PYSITELIB}/material/.icons/material/police-badge.svg
+${PYSITELIB}/material/.icons/material/poll-box-outline.svg
+${PYSITELIB}/material/.icons/material/poll-box.svg
+${PYSITELIB}/material/.icons/material/poll.svg
+${PYSITELIB}/material/.icons/material/polo.svg
+${PYSITELIB}/material/.icons/material/polymer.svg
+${PYSITELIB}/material/.icons/material/pool.svg
+${PYSITELIB}/material/.icons/material/popcorn.svg
+${PYSITELIB}/material/.icons/material/post-outline.svg
+${PYSITELIB}/material/.icons/material/post.svg
+${PYSITELIB}/material/.icons/material/postage-stamp.svg
+${PYSITELIB}/material/.icons/material/pot-mix-outline.svg
+${PYSITELIB}/material/.icons/material/pot-mix.svg
+${PYSITELIB}/material/.icons/material/pot-outline.svg
+${PYSITELIB}/material/.icons/material/pot-steam-outline.svg
+${PYSITELIB}/material/.icons/material/pot-steam.svg
+${PYSITELIB}/material/.icons/material/pot.svg
+${PYSITELIB}/material/.icons/material/pound-box-outline.svg
+${PYSITELIB}/material/.icons/material/pound-box.svg
+${PYSITELIB}/material/.icons/material/pound.svg
+${PYSITELIB}/material/.icons/material/power-cycle.svg
+${PYSITELIB}/material/.icons/material/power-off.svg
+${PYSITELIB}/material/.icons/material/power-on.svg
+${PYSITELIB}/material/.icons/material/power-plug-off-outline.svg
+${PYSITELIB}/material/.icons/material/power-plug-off.svg
+${PYSITELIB}/material/.icons/material/power-plug-outline.svg
+${PYSITELIB}/material/.icons/material/power-plug.svg
+${PYSITELIB}/material/.icons/material/power-settings.svg
+${PYSITELIB}/material/.icons/material/power-sleep.svg
+${PYSITELIB}/material/.icons/material/power-socket-au.svg
+${PYSITELIB}/material/.icons/material/power-socket-de.svg
+${PYSITELIB}/material/.icons/material/power-socket-eu.svg
+${PYSITELIB}/material/.icons/material/power-socket-fr.svg
+${PYSITELIB}/material/.icons/material/power-socket-it.svg
+${PYSITELIB}/material/.icons/material/power-socket-jp.svg
+${PYSITELIB}/material/.icons/material/power-socket-uk.svg
+${PYSITELIB}/material/.icons/material/power-socket-us.svg
+${PYSITELIB}/material/.icons/material/power-socket.svg
+${PYSITELIB}/material/.icons/material/power-standby.svg
+${PYSITELIB}/material/.icons/material/power.svg
+${PYSITELIB}/material/.icons/material/powershell.svg
+${PYSITELIB}/material/.icons/material/prescription.svg
+${PYSITELIB}/material/.icons/material/presentation-play.svg
+${PYSITELIB}/material/.icons/material/presentation.svg
+${PYSITELIB}/material/.icons/material/pretzel.svg
+${PYSITELIB}/material/.icons/material/printer-3d-nozzle-alert-outline.svg
+${PYSITELIB}/material/.icons/material/printer-3d-nozzle-alert.svg
+${PYSITELIB}/material/.icons/material/printer-3d-nozzle-outline.svg
+${PYSITELIB}/material/.icons/material/printer-3d-nozzle.svg
+${PYSITELIB}/material/.icons/material/printer-3d.svg
+${PYSITELIB}/material/.icons/material/printer-alert.svg
+${PYSITELIB}/material/.icons/material/printer-check.svg
+${PYSITELIB}/material/.icons/material/printer-eye.svg
+${PYSITELIB}/material/.icons/material/printer-off.svg
+${PYSITELIB}/material/.icons/material/printer-pos.svg
+${PYSITELIB}/material/.icons/material/printer-search.svg
+${PYSITELIB}/material/.icons/material/printer-settings.svg
+${PYSITELIB}/material/.icons/material/printer-wireless.svg
+${PYSITELIB}/material/.icons/material/printer.svg
+${PYSITELIB}/material/.icons/material/priority-high.svg
+${PYSITELIB}/material/.icons/material/priority-low.svg
+${PYSITELIB}/material/.icons/material/professional-hexagon.svg
+${PYSITELIB}/material/.icons/material/progress-alert.svg
+${PYSITELIB}/material/.icons/material/progress-check.svg
+${PYSITELIB}/material/.icons/material/progress-clock.svg
+${PYSITELIB}/material/.icons/material/progress-close.svg
+${PYSITELIB}/material/.icons/material/progress-download.svg
+${PYSITELIB}/material/.icons/material/progress-question.svg
+${PYSITELIB}/material/.icons/material/progress-upload.svg
+${PYSITELIB}/material/.icons/material/progress-wrench.svg
+${PYSITELIB}/material/.icons/material/projector-screen.svg
+${PYSITELIB}/material/.icons/material/projector.svg
+${PYSITELIB}/material/.icons/material/propane-tank-outline.svg
+${PYSITELIB}/material/.icons/material/propane-tank.svg
+${PYSITELIB}/material/.icons/material/protocol.svg
+${PYSITELIB}/material/.icons/material/publish.svg
+${PYSITELIB}/material/.icons/material/pulse.svg
+${PYSITELIB}/material/.icons/material/pump.svg
+${PYSITELIB}/material/.icons/material/pumpkin.svg
+${PYSITELIB}/material/.icons/material/purse-outline.svg
+${PYSITELIB}/material/.icons/material/purse.svg
+${PYSITELIB}/material/.icons/material/puzzle-check-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-check.svg
+${PYSITELIB}/material/.icons/material/puzzle-edit-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-edit.svg
+${PYSITELIB}/material/.icons/material/puzzle-heart-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-heart.svg
+${PYSITELIB}/material/.icons/material/puzzle-minus-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-minus.svg
+${PYSITELIB}/material/.icons/material/puzzle-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-plus-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-plus.svg
+${PYSITELIB}/material/.icons/material/puzzle-remove-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-remove.svg
+${PYSITELIB}/material/.icons/material/puzzle-star-outline.svg
+${PYSITELIB}/material/.icons/material/puzzle-star.svg
+${PYSITELIB}/material/.icons/material/puzzle.svg
+${PYSITELIB}/material/.icons/material/qi.svg
+${PYSITELIB}/material/.icons/material/qqchat.svg
+${PYSITELIB}/material/.icons/material/qrcode-edit.svg
+${PYSITELIB}/material/.icons/material/qrcode-minus.svg
+${PYSITELIB}/material/.icons/material/qrcode-plus.svg
+${PYSITELIB}/material/.icons/material/qrcode-remove.svg
+${PYSITELIB}/material/.icons/material/qrcode-scan.svg
+${PYSITELIB}/material/.icons/material/qrcode.svg
+${PYSITELIB}/material/.icons/material/quadcopter.svg
+${PYSITELIB}/material/.icons/material/quality-high.svg
+${PYSITELIB}/material/.icons/material/quality-low.svg
+${PYSITELIB}/material/.icons/material/quality-medium.svg
+${PYSITELIB}/material/.icons/material/quora.svg
+${PYSITELIB}/material/.icons/material/rabbit.svg
+${PYSITELIB}/material/.icons/material/racing-helmet.svg
+${PYSITELIB}/material/.icons/material/racquetball.svg
+${PYSITELIB}/material/.icons/material/radar.svg
+${PYSITELIB}/material/.icons/material/radiator-disabled.svg
+${PYSITELIB}/material/.icons/material/radiator-off.svg
+${PYSITELIB}/material/.icons/material/radiator.svg
+${PYSITELIB}/material/.icons/material/radio-am.svg
+${PYSITELIB}/material/.icons/material/radio-fm.svg
+${PYSITELIB}/material/.icons/material/radio-handheld.svg
+${PYSITELIB}/material/.icons/material/radio-off.svg
+${PYSITELIB}/material/.icons/material/radio-tower.svg
+${PYSITELIB}/material/.icons/material/radio.svg
+${PYSITELIB}/material/.icons/material/radioactive-off.svg
+${PYSITELIB}/material/.icons/material/radioactive.svg
+${PYSITELIB}/material/.icons/material/radiobox-blank.svg
+${PYSITELIB}/material/.icons/material/radiobox-marked.svg
+${PYSITELIB}/material/.icons/material/radiology-box-outline.svg
+${PYSITELIB}/material/.icons/material/radiology-box.svg
+${PYSITELIB}/material/.icons/material/radius-outline.svg
+${PYSITELIB}/material/.icons/material/radius.svg
+${PYSITELIB}/material/.icons/material/railroad-light.svg
+${PYSITELIB}/material/.icons/material/rake.svg
+${PYSITELIB}/material/.icons/material/raspberry-pi.svg
+${PYSITELIB}/material/.icons/material/ray-end-arrow.svg
+${PYSITELIB}/material/.icons/material/ray-end.svg
+${PYSITELIB}/material/.icons/material/ray-start-arrow.svg
+${PYSITELIB}/material/.icons/material/ray-start-end.svg
+${PYSITELIB}/material/.icons/material/ray-start.svg
+${PYSITELIB}/material/.icons/material/ray-vertex.svg
+${PYSITELIB}/material/.icons/material/react.svg
+${PYSITELIB}/material/.icons/material/read.svg
+${PYSITELIB}/material/.icons/material/receipt.svg
+${PYSITELIB}/material/.icons/material/record-circle-outline.svg
+${PYSITELIB}/material/.icons/material/record-circle.svg
+${PYSITELIB}/material/.icons/material/record-player.svg
+${PYSITELIB}/material/.icons/material/record-rec.svg
+${PYSITELIB}/material/.icons/material/record.svg
+${PYSITELIB}/material/.icons/material/rectangle-outline.svg
+${PYSITELIB}/material/.icons/material/rectangle.svg
+${PYSITELIB}/material/.icons/material/recycle-variant.svg
+${PYSITELIB}/material/.icons/material/recycle.svg
+${PYSITELIB}/material/.icons/material/reddit.svg
+${PYSITELIB}/material/.icons/material/redhat.svg
+${PYSITELIB}/material/.icons/material/redo-variant.svg
+${PYSITELIB}/material/.icons/material/redo.svg
+${PYSITELIB}/material/.icons/material/reflect-horizontal.svg
+${PYSITELIB}/material/.icons/material/reflect-vertical.svg
+${PYSITELIB}/material/.icons/material/refresh-circle.svg
+${PYSITELIB}/material/.icons/material/refresh.svg
+${PYSITELIB}/material/.icons/material/regex.svg
+${PYSITELIB}/material/.icons/material/registered-trademark.svg
+${PYSITELIB}/material/.icons/material/reiterate.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-many-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-or-many-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-one-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-only-one-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-many-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-one-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-only-one.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-zero-or-many.svg
+${PYSITELIB}/material/.icons/material/relation-zero-or-one-to-zero-or-one.svg
+${PYSITELIB}/material/.icons/material/relative-scale.svg
+${PYSITELIB}/material/.icons/material/reload-alert.svg
+${PYSITELIB}/material/.icons/material/reload.svg
+${PYSITELIB}/material/.icons/material/reminder.svg
+${PYSITELIB}/material/.icons/material/remote-desktop.svg
+${PYSITELIB}/material/.icons/material/remote-off.svg
+${PYSITELIB}/material/.icons/material/remote-tv-off.svg
+${PYSITELIB}/material/.icons/material/remote-tv.svg
+${PYSITELIB}/material/.icons/material/remote.svg
+${PYSITELIB}/material/.icons/material/rename-box.svg
+${PYSITELIB}/material/.icons/material/reorder-horizontal.svg
+${PYSITELIB}/material/.icons/material/reorder-vertical.svg
+${PYSITELIB}/material/.icons/material/repeat-off.svg
+${PYSITELIB}/material/.icons/material/repeat-once.svg
+${PYSITELIB}/material/.icons/material/repeat.svg
+${PYSITELIB}/material/.icons/material/replay.svg
+${PYSITELIB}/material/.icons/material/reply-all-outline.svg
+${PYSITELIB}/material/.icons/material/reply-all.svg
+${PYSITELIB}/material/.icons/material/reply-circle.svg
+${PYSITELIB}/material/.icons/material/reply-outline.svg
+${PYSITELIB}/material/.icons/material/reply.svg
+${PYSITELIB}/material/.icons/material/reproduction.svg
+${PYSITELIB}/material/.icons/material/resistor-nodes.svg
+${PYSITELIB}/material/.icons/material/resistor.svg
+${PYSITELIB}/material/.icons/material/resize-bottom-right.svg
+${PYSITELIB}/material/.icons/material/resize.svg
+${PYSITELIB}/material/.icons/material/responsive.svg
+${PYSITELIB}/material/.icons/material/restart-alert.svg
+${PYSITELIB}/material/.icons/material/restart-off.svg
+${PYSITELIB}/material/.icons/material/restart.svg
+${PYSITELIB}/material/.icons/material/restore-alert.svg
+${PYSITELIB}/material/.icons/material/restore.svg
+${PYSITELIB}/material/.icons/material/rewind-10.svg
+${PYSITELIB}/material/.icons/material/rewind-30.svg
+${PYSITELIB}/material/.icons/material/rewind-5.svg
+${PYSITELIB}/material/.icons/material/rewind-outline.svg
+${PYSITELIB}/material/.icons/material/rewind.svg
+${PYSITELIB}/material/.icons/material/rhombus-medium-outline.svg
+${PYSITELIB}/material/.icons/material/rhombus-medium.svg
+${PYSITELIB}/material/.icons/material/rhombus-outline.svg
+${PYSITELIB}/material/.icons/material/rhombus-split-outline.svg
+${PYSITELIB}/material/.icons/material/rhombus-split.svg
+${PYSITELIB}/material/.icons/material/rhombus.svg
+${PYSITELIB}/material/.icons/material/ribbon.svg
+${PYSITELIB}/material/.icons/material/rice.svg
+${PYSITELIB}/material/.icons/material/ring.svg
+${PYSITELIB}/material/.icons/material/rivet.svg
+${PYSITELIB}/material/.icons/material/road-variant.svg
+${PYSITELIB}/material/.icons/material/road.svg
+${PYSITELIB}/material/.icons/material/robber.svg
+${PYSITELIB}/material/.icons/material/robot-industrial.svg
+${PYSITELIB}/material/.icons/material/robot-mower-outline.svg
+${PYSITELIB}/material/.icons/material/robot-mower.svg
+${PYSITELIB}/material/.icons/material/robot-vacuum-variant.svg
+${PYSITELIB}/material/.icons/material/robot-vacuum.svg
+${PYSITELIB}/material/.icons/material/robot.svg
+${PYSITELIB}/material/.icons/material/rocket-launch-outline.svg
+${PYSITELIB}/material/.icons/material/rocket-launch.svg
+${PYSITELIB}/material/.icons/material/rocket-outline.svg
+${PYSITELIB}/material/.icons/material/rocket.svg
+${PYSITELIB}/material/.icons/material/rodent.svg
+${PYSITELIB}/material/.icons/material/roller-skate-off.svg
+${PYSITELIB}/material/.icons/material/roller-skate.svg
+${PYSITELIB}/material/.icons/material/rollerblade-off.svg
+${PYSITELIB}/material/.icons/material/rollerblade.svg
+${PYSITELIB}/material/.icons/material/rollupjs.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-1.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-10.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-2.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-3.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-4.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-5.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-6.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-7.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-8.svg
+${PYSITELIB}/material/.icons/material/roman-numeral-9.svg
+${PYSITELIB}/material/.icons/material/room-service-outline.svg
+${PYSITELIB}/material/.icons/material/room-service.svg
+${PYSITELIB}/material/.icons/material/rotate-3d-variant.svg
+${PYSITELIB}/material/.icons/material/rotate-3d.svg
+${PYSITELIB}/material/.icons/material/rotate-left-variant.svg
+${PYSITELIB}/material/.icons/material/rotate-left.svg
+${PYSITELIB}/material/.icons/material/rotate-orbit.svg
+${PYSITELIB}/material/.icons/material/rotate-right-variant.svg
+${PYSITELIB}/material/.icons/material/rotate-right.svg
+${PYSITELIB}/material/.icons/material/rounded-corner.svg
+${PYSITELIB}/material/.icons/material/router-network.svg
+${PYSITELIB}/material/.icons/material/router-wireless-off.svg
+${PYSITELIB}/material/.icons/material/router-wireless-settings.svg
+${PYSITELIB}/material/.icons/material/router-wireless.svg
+${PYSITELIB}/material/.icons/material/router.svg
+${PYSITELIB}/material/.icons/material/routes-clock.svg
+${PYSITELIB}/material/.icons/material/routes.svg
+${PYSITELIB}/material/.icons/material/rowing.svg
+${PYSITELIB}/material/.icons/material/rss-box.svg
+${PYSITELIB}/material/.icons/material/rss-off.svg
+${PYSITELIB}/material/.icons/material/rss.svg
+${PYSITELIB}/material/.icons/material/rug.svg
+${PYSITELIB}/material/.icons/material/rugby.svg
+${PYSITELIB}/material/.icons/material/ruler-square-compass.svg
+${PYSITELIB}/material/.icons/material/ruler-square.svg
+${PYSITELIB}/material/.icons/material/ruler.svg
+${PYSITELIB}/material/.icons/material/run-fast.svg
+${PYSITELIB}/material/.icons/material/run.svg
+${PYSITELIB}/material/.icons/material/rv-truck.svg
+${PYSITELIB}/material/.icons/material/sack-percent.svg
+${PYSITELIB}/material/.icons/material/sack.svg
+${PYSITELIB}/material/.icons/material/safe-square-outline.svg
+${PYSITELIB}/material/.icons/material/safe-square.svg
+${PYSITELIB}/material/.icons/material/safe.svg
+${PYSITELIB}/material/.icons/material/safety-goggles.svg
+${PYSITELIB}/material/.icons/material/sail-boat.svg
+${PYSITELIB}/material/.icons/material/sale.svg
+${PYSITELIB}/material/.icons/material/salesforce.svg
+${PYSITELIB}/material/.icons/material/sass.svg
+${PYSITELIB}/material/.icons/material/satellite-uplink.svg
+${PYSITELIB}/material/.icons/material/satellite-variant.svg
+${PYSITELIB}/material/.icons/material/satellite.svg
+${PYSITELIB}/material/.icons/material/sausage.svg
+${PYSITELIB}/material/.icons/material/saw-blade.svg
+${PYSITELIB}/material/.icons/material/sawtooth-wave.svg
+${PYSITELIB}/material/.icons/material/saxophone.svg
+${PYSITELIB}/material/.icons/material/scale-balance.svg
+${PYSITELIB}/material/.icons/material/scale-bathroom.svg
+${PYSITELIB}/material/.icons/material/scale-off.svg
+${PYSITELIB}/material/.icons/material/scale.svg
+${PYSITELIB}/material/.icons/material/scan-helper.svg
+${PYSITELIB}/material/.icons/material/scanner-off.svg
+${PYSITELIB}/material/.icons/material/scanner.svg
+${PYSITELIB}/material/.icons/material/scatter-plot-outline.svg
+${PYSITELIB}/material/.icons/material/scatter-plot.svg
+${PYSITELIB}/material/.icons/material/school-outline.svg
+${PYSITELIB}/material/.icons/material/school.svg
+${PYSITELIB}/material/.icons/material/scissors-cutting.svg
+${PYSITELIB}/material/.icons/material/scoreboard-outline.svg
+${PYSITELIB}/material/.icons/material/scoreboard.svg
+${PYSITELIB}/material/.icons/material/screen-rotation-lock.svg
+${PYSITELIB}/material/.icons/material/screen-rotation.svg
+${PYSITELIB}/material/.icons/material/screw-flat-top.svg
+${PYSITELIB}/material/.icons/material/screw-lag.svg
+${PYSITELIB}/material/.icons/material/screw-machine-flat-top.svg
+${PYSITELIB}/material/.icons/material/screw-machine-round-top.svg
+${PYSITELIB}/material/.icons/material/screw-round-top.svg
+${PYSITELIB}/material/.icons/material/screwdriver.svg
+${PYSITELIB}/material/.icons/material/script-outline.svg
+${PYSITELIB}/material/.icons/material/script-text-outline.svg
+${PYSITELIB}/material/.icons/material/script-text.svg
+${PYSITELIB}/material/.icons/material/script.svg
+${PYSITELIB}/material/.icons/material/sd.svg
+${PYSITELIB}/material/.icons/material/seal-variant.svg
+${PYSITELIB}/material/.icons/material/seal.svg
+${PYSITELIB}/material/.icons/material/search-web.svg
+${PYSITELIB}/material/.icons/material/seat-flat-angled.svg
+${PYSITELIB}/material/.icons/material/seat-flat.svg
+${PYSITELIB}/material/.icons/material/seat-individual-suite.svg
+${PYSITELIB}/material/.icons/material/seat-legroom-extra.svg
+${PYSITELIB}/material/.icons/material/seat-legroom-normal.svg
+${PYSITELIB}/material/.icons/material/seat-legroom-reduced.svg
+${PYSITELIB}/material/.icons/material/seat-outline.svg
+${PYSITELIB}/material/.icons/material/seat-passenger.svg
+${PYSITELIB}/material/.icons/material/seat-recline-extra.svg
+${PYSITELIB}/material/.icons/material/seat-recline-normal.svg
+${PYSITELIB}/material/.icons/material/seat.svg
+${PYSITELIB}/material/.icons/material/seatbelt.svg
+${PYSITELIB}/material/.icons/material/security-network.svg
+${PYSITELIB}/material/.icons/material/security.svg
+${PYSITELIB}/material/.icons/material/seed-off-outline.svg
+${PYSITELIB}/material/.icons/material/seed-off.svg
+${PYSITELIB}/material/.icons/material/seed-outline.svg
+${PYSITELIB}/material/.icons/material/seed.svg
+${PYSITELIB}/material/.icons/material/seesaw.svg
+${PYSITELIB}/material/.icons/material/segment.svg
+${PYSITELIB}/material/.icons/material/select-all.svg
+${PYSITELIB}/material/.icons/material/select-color.svg
+${PYSITELIB}/material/.icons/material/select-compare.svg
+${PYSITELIB}/material/.icons/material/select-drag.svg
+${PYSITELIB}/material/.icons/material/select-group.svg
+${PYSITELIB}/material/.icons/material/select-inverse.svg
+${PYSITELIB}/material/.icons/material/select-marker.svg
+${PYSITELIB}/material/.icons/material/select-multiple-marker.svg
+${PYSITELIB}/material/.icons/material/select-multiple.svg
+${PYSITELIB}/material/.icons/material/select-off.svg
+${PYSITELIB}/material/.icons/material/select-place.svg
+${PYSITELIB}/material/.icons/material/select-search.svg
+${PYSITELIB}/material/.icons/material/select.svg
+${PYSITELIB}/material/.icons/material/selection-drag.svg
+${PYSITELIB}/material/.icons/material/selection-ellipse-arrow-inside.svg
+${PYSITELIB}/material/.icons/material/selection-ellipse.svg
+${PYSITELIB}/material/.icons/material/selection-marker.svg
+${PYSITELIB}/material/.icons/material/selection-multiple-marker.svg
+${PYSITELIB}/material/.icons/material/selection-multiple.svg
+${PYSITELIB}/material/.icons/material/selection-off.svg
+${PYSITELIB}/material/.icons/material/selection-search.svg
+${PYSITELIB}/material/.icons/material/selection.svg
+${PYSITELIB}/material/.icons/material/semantic-web.svg
+${PYSITELIB}/material/.icons/material/send-check-outline.svg
+${PYSITELIB}/material/.icons/material/send-check.svg
+${PYSITELIB}/material/.icons/material/send-circle-outline.svg
+${PYSITELIB}/material/.icons/material/send-circle.svg
+${PYSITELIB}/material/.icons/material/send-clock-outline.svg
+${PYSITELIB}/material/.icons/material/send-clock.svg
+${PYSITELIB}/material/.icons/material/send-lock-outline.svg
+${PYSITELIB}/material/.icons/material/send-lock.svg
+${PYSITELIB}/material/.icons/material/send-outline.svg
+${PYSITELIB}/material/.icons/material/send.svg
+${PYSITELIB}/material/.icons/material/serial-port.svg
+${PYSITELIB}/material/.icons/material/server-minus.svg
+${PYSITELIB}/material/.icons/material/server-network-off.svg
+${PYSITELIB}/material/.icons/material/server-network.svg
+${PYSITELIB}/material/.icons/material/server-off.svg
+${PYSITELIB}/material/.icons/material/server-plus.svg
+${PYSITELIB}/material/.icons/material/server-remove.svg
+${PYSITELIB}/material/.icons/material/server-security.svg
+${PYSITELIB}/material/.icons/material/server.svg
+${PYSITELIB}/material/.icons/material/set-all.svg
+${PYSITELIB}/material/.icons/material/set-center-right.svg
+${PYSITELIB}/material/.icons/material/set-center.svg
+${PYSITELIB}/material/.icons/material/set-left-center.svg
+${PYSITELIB}/material/.icons/material/set-left-right.svg
+${PYSITELIB}/material/.icons/material/set-left.svg
+${PYSITELIB}/material/.icons/material/set-merge.svg
+${PYSITELIB}/material/.icons/material/set-none.svg
+${PYSITELIB}/material/.icons/material/set-right.svg
+${PYSITELIB}/material/.icons/material/set-split.svg
+${PYSITELIB}/material/.icons/material/set-square.svg
+${PYSITELIB}/material/.icons/material/set-top-box.svg
+${PYSITELIB}/material/.icons/material/settings-helper.svg
+${PYSITELIB}/material/.icons/material/shaker-outline.svg
+${PYSITELIB}/material/.icons/material/shaker.svg
+${PYSITELIB}/material/.icons/material/shape-circle-plus.svg
+${PYSITELIB}/material/.icons/material/shape-outline.svg
+${PYSITELIB}/material/.icons/material/shape-oval-plus.svg
+${PYSITELIB}/material/.icons/material/shape-plus.svg
+${PYSITELIB}/material/.icons/material/shape-polygon-plus.svg
+${PYSITELIB}/material/.icons/material/shape-rectangle-plus.svg
+${PYSITELIB}/material/.icons/material/shape-square-plus.svg
+${PYSITELIB}/material/.icons/material/shape-square-rounded-plus.svg
+${PYSITELIB}/material/.icons/material/shape.svg
+${PYSITELIB}/material/.icons/material/share-all-outline.svg
+${PYSITELIB}/material/.icons/material/share-all.svg
+${PYSITELIB}/material/.icons/material/share-circle.svg
+${PYSITELIB}/material/.icons/material/share-off-outline.svg
+${PYSITELIB}/material/.icons/material/share-off.svg
+${PYSITELIB}/material/.icons/material/share-outline.svg
+${PYSITELIB}/material/.icons/material/share-variant-outline.svg
+${PYSITELIB}/material/.icons/material/share-variant.svg
+${PYSITELIB}/material/.icons/material/share.svg
+${PYSITELIB}/material/.icons/material/sheep.svg
+${PYSITELIB}/material/.icons/material/shield-account-outline.svg
+${PYSITELIB}/material/.icons/material/shield-account-variant-outline.svg
+${PYSITELIB}/material/.icons/material/shield-account-variant.svg
+${PYSITELIB}/material/.icons/material/shield-account.svg
+${PYSITELIB}/material/.icons/material/shield-airplane-outline.svg
+${PYSITELIB}/material/.icons/material/shield-airplane.svg
+${PYSITELIB}/material/.icons/material/shield-alert-outline.svg
+${PYSITELIB}/material/.icons/material/shield-alert.svg
+${PYSITELIB}/material/.icons/material/shield-bug-outline.svg
+${PYSITELIB}/material/.icons/material/shield-bug.svg
+${PYSITELIB}/material/.icons/material/shield-car.svg
+${PYSITELIB}/material/.icons/material/shield-check-outline.svg
+${PYSITELIB}/material/.icons/material/shield-check.svg
+${PYSITELIB}/material/.icons/material/shield-cross-outline.svg
+${PYSITELIB}/material/.icons/material/shield-cross.svg
+${PYSITELIB}/material/.icons/material/shield-edit-outline.svg
+${PYSITELIB}/material/.icons/material/shield-edit.svg
+${PYSITELIB}/material/.icons/material/shield-half-full.svg
+${PYSITELIB}/material/.icons/material/shield-half.svg
+${PYSITELIB}/material/.icons/material/shield-home-outline.svg
+${PYSITELIB}/material/.icons/material/shield-home.svg
+${PYSITELIB}/material/.icons/material/shield-key-outline.svg
+${PYSITELIB}/material/.icons/material/shield-key.svg
+${PYSITELIB}/material/.icons/material/shield-link-variant-outline.svg
+${PYSITELIB}/material/.icons/material/shield-link-variant.svg
+${PYSITELIB}/material/.icons/material/shield-lock-outline.svg
+${PYSITELIB}/material/.icons/material/shield-lock.svg
+${PYSITELIB}/material/.icons/material/shield-off-outline.svg
+${PYSITELIB}/material/.icons/material/shield-off.svg
+${PYSITELIB}/material/.icons/material/shield-outline.svg
+${PYSITELIB}/material/.icons/material/shield-plus-outline.svg
+${PYSITELIB}/material/.icons/material/shield-plus.svg
+${PYSITELIB}/material/.icons/material/shield-refresh-outline.svg
+${PYSITELIB}/material/.icons/material/shield-refresh.svg
+${PYSITELIB}/material/.icons/material/shield-remove-outline.svg
+${PYSITELIB}/material/.icons/material/shield-remove.svg
+${PYSITELIB}/material/.icons/material/shield-search.svg
+${PYSITELIB}/material/.icons/material/shield-star-outline.svg
+${PYSITELIB}/material/.icons/material/shield-star.svg
+${PYSITELIB}/material/.icons/material/shield-sun-outline.svg
+${PYSITELIB}/material/.icons/material/shield-sun.svg
+${PYSITELIB}/material/.icons/material/shield-sync-outline.svg
+${PYSITELIB}/material/.icons/material/shield-sync.svg
+${PYSITELIB}/material/.icons/material/shield.svg
+${PYSITELIB}/material/.icons/material/ship-wheel.svg
+${PYSITELIB}/material/.icons/material/shoe-formal.svg
+${PYSITELIB}/material/.icons/material/shoe-heel.svg
+${PYSITELIB}/material/.icons/material/shoe-print.svg
+${PYSITELIB}/material/.icons/material/shopping-music.svg
+${PYSITELIB}/material/.icons/material/shopping-outline.svg
+${PYSITELIB}/material/.icons/material/shopping-search.svg
+${PYSITELIB}/material/.icons/material/shopping.svg
+${PYSITELIB}/material/.icons/material/shore.svg
+${PYSITELIB}/material/.icons/material/shovel-off.svg
+${PYSITELIB}/material/.icons/material/shovel.svg
+${PYSITELIB}/material/.icons/material/shower-head.svg
+${PYSITELIB}/material/.icons/material/shower.svg
+${PYSITELIB}/material/.icons/material/shredder.svg
+${PYSITELIB}/material/.icons/material/shuffle-disabled.svg
+${PYSITELIB}/material/.icons/material/shuffle-variant.svg
+${PYSITELIB}/material/.icons/material/shuffle.svg
+${PYSITELIB}/material/.icons/material/shuriken.svg
+${PYSITELIB}/material/.icons/material/sigma-lower.svg
+${PYSITELIB}/material/.icons/material/sigma.svg
+${PYSITELIB}/material/.icons/material/sign-caution.svg
+${PYSITELIB}/material/.icons/material/sign-direction-minus.svg
+${PYSITELIB}/material/.icons/material/sign-direction-plus.svg
+${PYSITELIB}/material/.icons/material/sign-direction-remove.svg
+${PYSITELIB}/material/.icons/material/sign-direction.svg
+${PYSITELIB}/material/.icons/material/sign-pole.svg
+${PYSITELIB}/material/.icons/material/sign-real-estate.svg
+${PYSITELIB}/material/.icons/material/sign-text.svg
+${PYSITELIB}/material/.icons/material/signal-2g.svg
+${PYSITELIB}/material/.icons/material/signal-3g.svg
+${PYSITELIB}/material/.icons/material/signal-4g.svg
+${PYSITELIB}/material/.icons/material/signal-5g.svg
+${PYSITELIB}/material/.icons/material/signal-cellular-1.svg
+${PYSITELIB}/material/.icons/material/signal-cellular-2.svg
+${PYSITELIB}/material/.icons/material/signal-cellular-3.svg
+${PYSITELIB}/material/.icons/material/signal-cellular-outline.svg
+${PYSITELIB}/material/.icons/material/signal-distance-variant.svg
+${PYSITELIB}/material/.icons/material/signal-hspa-plus.svg
+${PYSITELIB}/material/.icons/material/signal-hspa.svg
+${PYSITELIB}/material/.icons/material/signal-off.svg
+${PYSITELIB}/material/.icons/material/signal-variant.svg
+${PYSITELIB}/material/.icons/material/signal.svg
+${PYSITELIB}/material/.icons/material/signature-freehand.svg
+${PYSITELIB}/material/.icons/material/signature-image.svg
+${PYSITELIB}/material/.icons/material/signature-text.svg
+${PYSITELIB}/material/.icons/material/signature.svg
+${PYSITELIB}/material/.icons/material/silo.svg
+${PYSITELIB}/material/.icons/material/silverware-clean.svg
+${PYSITELIB}/material/.icons/material/silverware-fork-knife.svg
+${PYSITELIB}/material/.icons/material/silverware-fork.svg
+${PYSITELIB}/material/.icons/material/silverware-spoon.svg
+${PYSITELIB}/material/.icons/material/silverware-variant.svg
+${PYSITELIB}/material/.icons/material/silverware.svg
+${PYSITELIB}/material/.icons/material/sim-alert.svg
+${PYSITELIB}/material/.icons/material/sim-off.svg
+${PYSITELIB}/material/.icons/material/sim.svg
+${PYSITELIB}/material/.icons/material/simple-icons.svg
+${PYSITELIB}/material/.icons/material/sina-weibo.svg
+${PYSITELIB}/material/.icons/material/sine-wave.svg
+${PYSITELIB}/material/.icons/material/sitemap.svg
+${PYSITELIB}/material/.icons/material/size-l.svg
+${PYSITELIB}/material/.icons/material/size-m.svg
+${PYSITELIB}/material/.icons/material/size-s.svg
+${PYSITELIB}/material/.icons/material/size-xl.svg
+${PYSITELIB}/material/.icons/material/size-xs.svg
+${PYSITELIB}/material/.icons/material/size-xxl.svg
+${PYSITELIB}/material/.icons/material/size-xxs.svg
+${PYSITELIB}/material/.icons/material/size-xxxl.svg
+${PYSITELIB}/material/.icons/material/skate.svg
+${PYSITELIB}/material/.icons/material/skateboard.svg
+${PYSITELIB}/material/.icons/material/skew-less.svg
+${PYSITELIB}/material/.icons/material/skew-more.svg
+${PYSITELIB}/material/.icons/material/ski-cross-country.svg
+${PYSITELIB}/material/.icons/material/ski-water.svg
+${PYSITELIB}/material/.icons/material/ski.svg
+${PYSITELIB}/material/.icons/material/skip-backward-outline.svg
+${PYSITELIB}/material/.icons/material/skip-backward.svg
+${PYSITELIB}/material/.icons/material/skip-forward-outline.svg
+${PYSITELIB}/material/.icons/material/skip-forward.svg
+${PYSITELIB}/material/.icons/material/skip-next-circle-outline.svg
+${PYSITELIB}/material/.icons/material/skip-next-circle.svg
+${PYSITELIB}/material/.icons/material/skip-next-outline.svg
+${PYSITELIB}/material/.icons/material/skip-next.svg
+${PYSITELIB}/material/.icons/material/skip-previous-circle-outline.svg
+${PYSITELIB}/material/.icons/material/skip-previous-circle.svg
+${PYSITELIB}/material/.icons/material/skip-previous-outline.svg
+${PYSITELIB}/material/.icons/material/skip-previous.svg
+${PYSITELIB}/material/.icons/material/skull-crossbones-outline.svg
+${PYSITELIB}/material/.icons/material/skull-crossbones.svg
+${PYSITELIB}/material/.icons/material/skull-outline.svg
+${PYSITELIB}/material/.icons/material/skull-scan-outline.svg
+${PYSITELIB}/material/.icons/material/skull-scan.svg
+${PYSITELIB}/material/.icons/material/skull.svg
+${PYSITELIB}/material/.icons/material/skype-business.svg
+${PYSITELIB}/material/.icons/material/skype.svg
+${PYSITELIB}/material/.icons/material/slack.svg
+${PYSITELIB}/material/.icons/material/slash-forward-box.svg
+${PYSITELIB}/material/.icons/material/slash-forward.svg
+${PYSITELIB}/material/.icons/material/sleep-off.svg
+${PYSITELIB}/material/.icons/material/sleep.svg
+${PYSITELIB}/material/.icons/material/slide.svg
+${PYSITELIB}/material/.icons/material/slope-downhill.svg
+${PYSITELIB}/material/.icons/material/slope-uphill.svg
+${PYSITELIB}/material/.icons/material/slot-machine-outline.svg
+${PYSITELIB}/material/.icons/material/slot-machine.svg
+${PYSITELIB}/material/.icons/material/smart-card-outline.svg
+${PYSITELIB}/material/.icons/material/smart-card-reader-outline.svg
+${PYSITELIB}/material/.icons/material/smart-card-reader.svg
+${PYSITELIB}/material/.icons/material/smart-card.svg
+${PYSITELIB}/material/.icons/material/smog.svg
+${PYSITELIB}/material/.icons/material/smoke-detector.svg
+${PYSITELIB}/material/.icons/material/smoking-off.svg
+${PYSITELIB}/material/.icons/material/smoking-pipe-off.svg
+${PYSITELIB}/material/.icons/material/smoking-pipe.svg
+${PYSITELIB}/material/.icons/material/smoking.svg
+${PYSITELIB}/material/.icons/material/snake.svg
+${PYSITELIB}/material/.icons/material/snapchat.svg
+${PYSITELIB}/material/.icons/material/snowboard.svg
+${PYSITELIB}/material/.icons/material/snowflake-alert.svg
+${PYSITELIB}/material/.icons/material/snowflake-melt.svg
+${PYSITELIB}/material/.icons/material/snowflake-off.svg
+${PYSITELIB}/material/.icons/material/snowflake-variant.svg
+${PYSITELIB}/material/.icons/material/snowflake.svg
+${PYSITELIB}/material/.icons/material/snowman.svg
+${PYSITELIB}/material/.icons/material/soccer-field.svg
+${PYSITELIB}/material/.icons/material/soccer.svg
+${PYSITELIB}/material/.icons/material/social-distance-2-meters.svg
+${PYSITELIB}/material/.icons/material/social-distance-6-feet.svg
+${PYSITELIB}/material/.icons/material/sofa-outline.svg
+${PYSITELIB}/material/.icons/material/sofa-single-outline.svg
+${PYSITELIB}/material/.icons/material/sofa-single.svg
+${PYSITELIB}/material/.icons/material/sofa.svg
+${PYSITELIB}/material/.icons/material/solar-panel-large.svg
+${PYSITELIB}/material/.icons/material/solar-panel.svg
+${PYSITELIB}/material/.icons/material/solar-power.svg
+${PYSITELIB}/material/.icons/material/soldering-iron.svg
+${PYSITELIB}/material/.icons/material/solid.svg
+${PYSITELIB}/material/.icons/material/sony-playstation.svg
+${PYSITELIB}/material/.icons/material/sort-alphabetical-ascending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-alphabetical-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-alphabetical-descending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-alphabetical-descending.svg
+${PYSITELIB}/material/.icons/material/sort-alphabetical-variant.svg
+${PYSITELIB}/material/.icons/material/sort-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-bool-ascending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-bool-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-bool-descending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-bool-descending.svg
+${PYSITELIB}/material/.icons/material/sort-calendar-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-calendar-descending.svg
+${PYSITELIB}/material/.icons/material/sort-clock-ascending-outline.svg
+${PYSITELIB}/material/.icons/material/sort-clock-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-clock-descending-outline.svg
+${PYSITELIB}/material/.icons/material/sort-clock-descending.svg
+${PYSITELIB}/material/.icons/material/sort-descending.svg
+${PYSITELIB}/material/.icons/material/sort-numeric-ascending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-numeric-ascending.svg
+${PYSITELIB}/material/.icons/material/sort-numeric-descending-variant.svg
+${PYSITELIB}/material/.icons/material/sort-numeric-descending.svg
+${PYSITELIB}/material/.icons/material/sort-numeric-variant.svg
+${PYSITELIB}/material/.icons/material/sort-reverse-variant.svg
+${PYSITELIB}/material/.icons/material/sort-variant-lock-open.svg
+${PYSITELIB}/material/.icons/material/sort-variant-lock.svg
+${PYSITELIB}/material/.icons/material/sort-variant-remove.svg
+${PYSITELIB}/material/.icons/material/sort-variant.svg
+${PYSITELIB}/material/.icons/material/sort.svg
+${PYSITELIB}/material/.icons/material/soundcloud.svg
+${PYSITELIB}/material/.icons/material/source-branch-check.svg
+${PYSITELIB}/material/.icons/material/source-branch-minus.svg
+${PYSITELIB}/material/.icons/material/source-branch-plus.svg
+${PYSITELIB}/material/.icons/material/source-branch-refresh.svg
+${PYSITELIB}/material/.icons/material/source-branch-remove.svg
+${PYSITELIB}/material/.icons/material/source-branch-sync.svg
+${PYSITELIB}/material/.icons/material/source-branch.svg
+${PYSITELIB}/material/.icons/material/source-commit-end-local.svg
+${PYSITELIB}/material/.icons/material/source-commit-end.svg
+${PYSITELIB}/material/.icons/material/source-commit-local.svg
+${PYSITELIB}/material/.icons/material/source-commit-next-local.svg
+${PYSITELIB}/material/.icons/material/source-commit-start-next-local.svg
+${PYSITELIB}/material/.icons/material/source-commit-start.svg
+${PYSITELIB}/material/.icons/material/source-commit.svg
+${PYSITELIB}/material/.icons/material/source-fork.svg
+${PYSITELIB}/material/.icons/material/source-merge.svg
+${PYSITELIB}/material/.icons/material/source-pull.svg
+${PYSITELIB}/material/.icons/material/source-repository-multiple.svg
+${PYSITELIB}/material/.icons/material/source-repository.svg
+${PYSITELIB}/material/.icons/material/soy-sauce-off.svg
+${PYSITELIB}/material/.icons/material/soy-sauce.svg
+${PYSITELIB}/material/.icons/material/spa-outline.svg
+${PYSITELIB}/material/.icons/material/spa.svg
+${PYSITELIB}/material/.icons/material/space-invaders.svg
+${PYSITELIB}/material/.icons/material/space-station.svg
+${PYSITELIB}/material/.icons/material/spade.svg
+${PYSITELIB}/material/.icons/material/sparkles.svg
+${PYSITELIB}/material/.icons/material/speaker-bluetooth.svg
+${PYSITELIB}/material/.icons/material/speaker-multiple.svg
+${PYSITELIB}/material/.icons/material/speaker-off.svg
+${PYSITELIB}/material/.icons/material/speaker-wireless.svg
+${PYSITELIB}/material/.icons/material/speaker.svg
+${PYSITELIB}/material/.icons/material/speedometer-medium.svg
+${PYSITELIB}/material/.icons/material/speedometer-slow.svg
+${PYSITELIB}/material/.icons/material/speedometer.svg
+${PYSITELIB}/material/.icons/material/spellcheck.svg
+${PYSITELIB}/material/.icons/material/spider-thread.svg
+${PYSITELIB}/material/.icons/material/spider-web.svg
+${PYSITELIB}/material/.icons/material/spider.svg
+${PYSITELIB}/material/.icons/material/spirit-level.svg
+${PYSITELIB}/material/.icons/material/spoon-sugar.svg
+${PYSITELIB}/material/.icons/material/spotify.svg
+${PYSITELIB}/material/.icons/material/spotlight-beam.svg
+${PYSITELIB}/material/.icons/material/spotlight.svg
+${PYSITELIB}/material/.icons/material/spray-bottle.svg
+${PYSITELIB}/material/.icons/material/spray.svg
+${PYSITELIB}/material/.icons/material/sprinkler-variant.svg
+${PYSITELIB}/material/.icons/material/sprinkler.svg
+${PYSITELIB}/material/.icons/material/sprout-outline.svg
+${PYSITELIB}/material/.icons/material/sprout.svg
+${PYSITELIB}/material/.icons/material/square-circle.svg
+${PYSITELIB}/material/.icons/material/square-edit-outline.svg
+${PYSITELIB}/material/.icons/material/square-medium-outline.svg
+${PYSITELIB}/material/.icons/material/square-medium.svg
+${PYSITELIB}/material/.icons/material/square-off-outline.svg
+${PYSITELIB}/material/.icons/material/square-off.svg
+${PYSITELIB}/material/.icons/material/square-outline.svg
+${PYSITELIB}/material/.icons/material/square-root-box.svg
+${PYSITELIB}/material/.icons/material/square-root.svg
+${PYSITELIB}/material/.icons/material/square-rounded-outline.svg
+${PYSITELIB}/material/.icons/material/square-rounded.svg
+${PYSITELIB}/material/.icons/material/square-small.svg
+${PYSITELIB}/material/.icons/material/square-wave.svg
+${PYSITELIB}/material/.icons/material/square.svg
+${PYSITELIB}/material/.icons/material/squeegee.svg
+${PYSITELIB}/material/.icons/material/ssh.svg
+${PYSITELIB}/material/.icons/material/stack-exchange.svg
+${PYSITELIB}/material/.icons/material/stack-overflow.svg
+${PYSITELIB}/material/.icons/material/stackpath.svg
+${PYSITELIB}/material/.icons/material/stadium-variant.svg
+${PYSITELIB}/material/.icons/material/stadium.svg
+${PYSITELIB}/material/.icons/material/stairs-box.svg
+${PYSITELIB}/material/.icons/material/stairs-down.svg
+${PYSITELIB}/material/.icons/material/stairs-up.svg
+${PYSITELIB}/material/.icons/material/stairs.svg
+${PYSITELIB}/material/.icons/material/stamper.svg
+${PYSITELIB}/material/.icons/material/standard-definition.svg
+${PYSITELIB}/material/.icons/material/star-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/star-box-multiple.svg
+${PYSITELIB}/material/.icons/material/star-box-outline.svg
+${PYSITELIB}/material/.icons/material/star-box.svg
+${PYSITELIB}/material/.icons/material/star-check-outline.svg
+${PYSITELIB}/material/.icons/material/star-check.svg
+${PYSITELIB}/material/.icons/material/star-circle-outline.svg
+${PYSITELIB}/material/.icons/material/star-circle.svg
+${PYSITELIB}/material/.icons/material/star-face.svg
+${PYSITELIB}/material/.icons/material/star-four-points-outline.svg
+${PYSITELIB}/material/.icons/material/star-four-points.svg
+${PYSITELIB}/material/.icons/material/star-half-full.svg
+${PYSITELIB}/material/.icons/material/star-half.svg
+${PYSITELIB}/material/.icons/material/star-minus-outline.svg
+${PYSITELIB}/material/.icons/material/star-minus.svg
+${PYSITELIB}/material/.icons/material/star-off-outline.svg
+${PYSITELIB}/material/.icons/material/star-off.svg
+${PYSITELIB}/material/.icons/material/star-outline.svg
+${PYSITELIB}/material/.icons/material/star-plus-outline.svg
+${PYSITELIB}/material/.icons/material/star-plus.svg
+${PYSITELIB}/material/.icons/material/star-remove-outline.svg
+${PYSITELIB}/material/.icons/material/star-remove.svg
+${PYSITELIB}/material/.icons/material/star-three-points-outline.svg
+${PYSITELIB}/material/.icons/material/star-three-points.svg
+${PYSITELIB}/material/.icons/material/star.svg
+${PYSITELIB}/material/.icons/material/state-machine.svg
+${PYSITELIB}/material/.icons/material/steam.svg
+${PYSITELIB}/material/.icons/material/steering-off.svg
+${PYSITELIB}/material/.icons/material/steering.svg
+${PYSITELIB}/material/.icons/material/step-backward-2.svg
+${PYSITELIB}/material/.icons/material/step-backward.svg
+${PYSITELIB}/material/.icons/material/step-forward-2.svg
+${PYSITELIB}/material/.icons/material/step-forward.svg
+${PYSITELIB}/material/.icons/material/stethoscope.svg
+${PYSITELIB}/material/.icons/material/sticker-alert-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-alert.svg
+${PYSITELIB}/material/.icons/material/sticker-check-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-check.svg
+${PYSITELIB}/material/.icons/material/sticker-circle-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-emoji.svg
+${PYSITELIB}/material/.icons/material/sticker-minus-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-minus.svg
+${PYSITELIB}/material/.icons/material/sticker-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-plus-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-plus.svg
+${PYSITELIB}/material/.icons/material/sticker-remove-outline.svg
+${PYSITELIB}/material/.icons/material/sticker-remove.svg
+${PYSITELIB}/material/.icons/material/sticker.svg
+${PYSITELIB}/material/.icons/material/stocking.svg
+${PYSITELIB}/material/.icons/material/stomach.svg
+${PYSITELIB}/material/.icons/material/stop-circle-outline.svg
+${PYSITELIB}/material/.icons/material/stop-circle.svg
+${PYSITELIB}/material/.icons/material/stop.svg
+${PYSITELIB}/material/.icons/material/store-24-hour.svg
+${PYSITELIB}/material/.icons/material/store-outline.svg
+${PYSITELIB}/material/.icons/material/store.svg
+${PYSITELIB}/material/.icons/material/storefront-outline.svg
+${PYSITELIB}/material/.icons/material/storefront.svg
+${PYSITELIB}/material/.icons/material/stove.svg
+${PYSITELIB}/material/.icons/material/strategy.svg
+${PYSITELIB}/material/.icons/material/stretch-to-page-outline.svg
+${PYSITELIB}/material/.icons/material/stretch-to-page.svg
+${PYSITELIB}/material/.icons/material/string-lights-off.svg
+${PYSITELIB}/material/.icons/material/string-lights.svg
+${PYSITELIB}/material/.icons/material/subdirectory-arrow-left.svg
+${PYSITELIB}/material/.icons/material/subdirectory-arrow-right.svg
+${PYSITELIB}/material/.icons/material/submarine.svg
+${PYSITELIB}/material/.icons/material/subtitles-outline.svg
+${PYSITELIB}/material/.icons/material/subtitles.svg
+${PYSITELIB}/material/.icons/material/subway-alert-variant.svg
+${PYSITELIB}/material/.icons/material/subway-variant.svg
+${PYSITELIB}/material/.icons/material/subway.svg
+${PYSITELIB}/material/.icons/material/summit.svg
+${PYSITELIB}/material/.icons/material/sunglasses.svg
+${PYSITELIB}/material/.icons/material/surround-sound-2-0.svg
+${PYSITELIB}/material/.icons/material/surround-sound-3-1.svg
+${PYSITELIB}/material/.icons/material/surround-sound-5-1.svg
+${PYSITELIB}/material/.icons/material/surround-sound-7-1.svg
+${PYSITELIB}/material/.icons/material/surround-sound.svg
+${PYSITELIB}/material/.icons/material/svg.svg
+${PYSITELIB}/material/.icons/material/swap-horizontal-bold.svg
+${PYSITELIB}/material/.icons/material/swap-horizontal-circle-outline.svg
+${PYSITELIB}/material/.icons/material/swap-horizontal-circle.svg
+${PYSITELIB}/material/.icons/material/swap-horizontal-variant.svg
+${PYSITELIB}/material/.icons/material/swap-horizontal.svg
+${PYSITELIB}/material/.icons/material/swap-vertical-bold.svg
+${PYSITELIB}/material/.icons/material/swap-vertical-circle-outline.svg
+${PYSITELIB}/material/.icons/material/swap-vertical-circle.svg
+${PYSITELIB}/material/.icons/material/swap-vertical-variant.svg
+${PYSITELIB}/material/.icons/material/swap-vertical.svg
+${PYSITELIB}/material/.icons/material/swim.svg
+${PYSITELIB}/material/.icons/material/switch.svg
+${PYSITELIB}/material/.icons/material/sword-cross.svg
+${PYSITELIB}/material/.icons/material/sword.svg
+${PYSITELIB}/material/.icons/material/syllabary-hangul.svg
+${PYSITELIB}/material/.icons/material/syllabary-hiragana.svg
+${PYSITELIB}/material/.icons/material/syllabary-katakana-halfwidth.svg
+${PYSITELIB}/material/.icons/material/syllabary-katakana.svg
+${PYSITELIB}/material/.icons/material/symbol.svg
+${PYSITELIB}/material/.icons/material/symfony.svg
+${PYSITELIB}/material/.icons/material/sync-alert.svg
+${PYSITELIB}/material/.icons/material/sync-circle.svg
+${PYSITELIB}/material/.icons/material/sync-off.svg
+${PYSITELIB}/material/.icons/material/sync.svg
+${PYSITELIB}/material/.icons/material/tab-minus.svg
+${PYSITELIB}/material/.icons/material/tab-plus.svg
+${PYSITELIB}/material/.icons/material/tab-remove.svg
+${PYSITELIB}/material/.icons/material/tab-unselected.svg
+${PYSITELIB}/material/.icons/material/tab.svg
+${PYSITELIB}/material/.icons/material/table-account.svg
+${PYSITELIB}/material/.icons/material/table-alert.svg
+${PYSITELIB}/material/.icons/material/table-arrow-down.svg
+${PYSITELIB}/material/.icons/material/table-arrow-left.svg
+${PYSITELIB}/material/.icons/material/table-arrow-right.svg
+${PYSITELIB}/material/.icons/material/table-arrow-up.svg
+${PYSITELIB}/material/.icons/material/table-border.svg
+${PYSITELIB}/material/.icons/material/table-cancel.svg
+${PYSITELIB}/material/.icons/material/table-chair.svg
+${PYSITELIB}/material/.icons/material/table-check.svg
+${PYSITELIB}/material/.icons/material/table-clock.svg
+${PYSITELIB}/material/.icons/material/table-cog.svg
+${PYSITELIB}/material/.icons/material/table-column-plus-after.svg
+${PYSITELIB}/material/.icons/material/table-column-plus-before.svg
+${PYSITELIB}/material/.icons/material/table-column-remove.svg
+${PYSITELIB}/material/.icons/material/table-column-width.svg
+${PYSITELIB}/material/.icons/material/table-column.svg
+${PYSITELIB}/material/.icons/material/table-edit.svg
+${PYSITELIB}/material/.icons/material/table-eye-off.svg
+${PYSITELIB}/material/.icons/material/table-eye.svg
+${PYSITELIB}/material/.icons/material/table-furniture.svg
+${PYSITELIB}/material/.icons/material/table-headers-eye-off.svg
+${PYSITELIB}/material/.icons/material/table-headers-eye.svg
+${PYSITELIB}/material/.icons/material/table-heart.svg
+${PYSITELIB}/material/.icons/material/table-key.svg
+${PYSITELIB}/material/.icons/material/table-large-plus.svg
+${PYSITELIB}/material/.icons/material/table-large-remove.svg
+${PYSITELIB}/material/.icons/material/table-large.svg
+${PYSITELIB}/material/.icons/material/table-lock.svg
+${PYSITELIB}/material/.icons/material/table-merge-cells.svg
+${PYSITELIB}/material/.icons/material/table-minus.svg
+${PYSITELIB}/material/.icons/material/table-multiple.svg
+${PYSITELIB}/material/.icons/material/table-network.svg
+${PYSITELIB}/material/.icons/material/table-of-contents.svg
+${PYSITELIB}/material/.icons/material/table-off.svg
+${PYSITELIB}/material/.icons/material/table-plus.svg
+${PYSITELIB}/material/.icons/material/table-refresh.svg
+${PYSITELIB}/material/.icons/material/table-remove.svg
+${PYSITELIB}/material/.icons/material/table-row-height.svg
+${PYSITELIB}/material/.icons/material/table-row-plus-after.svg
+${PYSITELIB}/material/.icons/material/table-row-plus-before.svg
+${PYSITELIB}/material/.icons/material/table-row-remove.svg
+${PYSITELIB}/material/.icons/material/table-row.svg
+${PYSITELIB}/material/.icons/material/table-search.svg
+${PYSITELIB}/material/.icons/material/table-settings.svg
+${PYSITELIB}/material/.icons/material/table-split-cell.svg
+${PYSITELIB}/material/.icons/material/table-star.svg
+${PYSITELIB}/material/.icons/material/table-sync.svg
+${PYSITELIB}/material/.icons/material/table-tennis.svg
+${PYSITELIB}/material/.icons/material/table.svg
+${PYSITELIB}/material/.icons/material/tablet-android.svg
+${PYSITELIB}/material/.icons/material/tablet-cellphone.svg
+${PYSITELIB}/material/.icons/material/tablet-dashboard.svg
+${PYSITELIB}/material/.icons/material/tablet-ipad.svg
+${PYSITELIB}/material/.icons/material/tablet.svg
+${PYSITELIB}/material/.icons/material/taco.svg
+${PYSITELIB}/material/.icons/material/tag-faces.svg
+${PYSITELIB}/material/.icons/material/tag-heart-outline.svg
+${PYSITELIB}/material/.icons/material/tag-heart.svg
+${PYSITELIB}/material/.icons/material/tag-minus-outline.svg
+${PYSITELIB}/material/.icons/material/tag-minus.svg
+${PYSITELIB}/material/.icons/material/tag-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/tag-multiple.svg
+${PYSITELIB}/material/.icons/material/tag-off-outline.svg
+${PYSITELIB}/material/.icons/material/tag-off.svg
+${PYSITELIB}/material/.icons/material/tag-outline.svg
+${PYSITELIB}/material/.icons/material/tag-plus-outline.svg
+${PYSITELIB}/material/.icons/material/tag-plus.svg
+${PYSITELIB}/material/.icons/material/tag-remove-outline.svg
+${PYSITELIB}/material/.icons/material/tag-remove.svg
+${PYSITELIB}/material/.icons/material/tag-text-outline.svg
+${PYSITELIB}/material/.icons/material/tag-text.svg
+${PYSITELIB}/material/.icons/material/tag.svg
+${PYSITELIB}/material/.icons/material/tailwind.svg
+${PYSITELIB}/material/.icons/material/tank.svg
+${PYSITELIB}/material/.icons/material/tanker-truck.svg
+${PYSITELIB}/material/.icons/material/tape-measure.svg
+${PYSITELIB}/material/.icons/material/target-account.svg
+${PYSITELIB}/material/.icons/material/target-variant.svg
+${PYSITELIB}/material/.icons/material/target.svg
+${PYSITELIB}/material/.icons/material/taxi.svg
+${PYSITELIB}/material/.icons/material/tea-outline.svg
+${PYSITELIB}/material/.icons/material/tea.svg
+${PYSITELIB}/material/.icons/material/teach.svg
+${PYSITELIB}/material/.icons/material/teamviewer.svg
+${PYSITELIB}/material/.icons/material/telegram.svg
+${PYSITELIB}/material/.icons/material/telescope.svg
+${PYSITELIB}/material/.icons/material/television-ambient-light.svg
+${PYSITELIB}/material/.icons/material/television-box.svg
+${PYSITELIB}/material/.icons/material/television-classic-off.svg
+${PYSITELIB}/material/.icons/material/television-classic.svg
+${PYSITELIB}/material/.icons/material/television-clean.svg
+${PYSITELIB}/material/.icons/material/television-guide.svg
+${PYSITELIB}/material/.icons/material/television-off.svg
+${PYSITELIB}/material/.icons/material/television-pause.svg
+${PYSITELIB}/material/.icons/material/television-play.svg
+${PYSITELIB}/material/.icons/material/television-stop.svg
+${PYSITELIB}/material/.icons/material/television.svg
+${PYSITELIB}/material/.icons/material/temperature-celsius.svg
+${PYSITELIB}/material/.icons/material/temperature-fahrenheit.svg
+${PYSITELIB}/material/.icons/material/temperature-kelvin.svg
+${PYSITELIB}/material/.icons/material/tennis-ball.svg
+${PYSITELIB}/material/.icons/material/tennis.svg
+${PYSITELIB}/material/.icons/material/tent.svg
+${PYSITELIB}/material/.icons/material/terraform.svg
+${PYSITELIB}/material/.icons/material/terrain.svg
+${PYSITELIB}/material/.icons/material/test-tube-empty.svg
+${PYSITELIB}/material/.icons/material/test-tube-off.svg
+${PYSITELIB}/material/.icons/material/test-tube.svg
+${PYSITELIB}/material/.icons/material/text-account.svg
+${PYSITELIB}/material/.icons/material/text-box-check-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-check.svg
+${PYSITELIB}/material/.icons/material/text-box-minus-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-minus.svg
+${PYSITELIB}/material/.icons/material/text-box-multiple-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-multiple.svg
+${PYSITELIB}/material/.icons/material/text-box-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-plus-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-plus.svg
+${PYSITELIB}/material/.icons/material/text-box-remove-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-remove.svg
+${PYSITELIB}/material/.icons/material/text-box-search-outline.svg
+${PYSITELIB}/material/.icons/material/text-box-search.svg
+${PYSITELIB}/material/.icons/material/text-box.svg
+${PYSITELIB}/material/.icons/material/text-recognition.svg
+${PYSITELIB}/material/.icons/material/text-search.svg
+${PYSITELIB}/material/.icons/material/text-shadow.svg
+${PYSITELIB}/material/.icons/material/text-short.svg
+${PYSITELIB}/material/.icons/material/text-subject.svg
+${PYSITELIB}/material/.icons/material/text-to-speech-off.svg
+${PYSITELIB}/material/.icons/material/text-to-speech.svg
+${PYSITELIB}/material/.icons/material/text.svg
+${PYSITELIB}/material/.icons/material/texture-box.svg
+${PYSITELIB}/material/.icons/material/texture.svg
+${PYSITELIB}/material/.icons/material/theater.svg
+${PYSITELIB}/material/.icons/material/theme-light-dark.svg
+${PYSITELIB}/material/.icons/material/thermometer-alert.svg
+${PYSITELIB}/material/.icons/material/thermometer-chevron-down.svg
+${PYSITELIB}/material/.icons/material/thermometer-chevron-up.svg
+${PYSITELIB}/material/.icons/material/thermometer-high.svg
+${PYSITELIB}/material/.icons/material/thermometer-lines.svg
+${PYSITELIB}/material/.icons/material/thermometer-low.svg
+${PYSITELIB}/material/.icons/material/thermometer-minus.svg
+${PYSITELIB}/material/.icons/material/thermometer-off.svg
+${PYSITELIB}/material/.icons/material/thermometer-plus.svg
+${PYSITELIB}/material/.icons/material/thermometer.svg
+${PYSITELIB}/material/.icons/material/thermostat-box.svg
+${PYSITELIB}/material/.icons/material/thermostat.svg
+${PYSITELIB}/material/.icons/material/thought-bubble-outline.svg
+${PYSITELIB}/material/.icons/material/thought-bubble.svg
+${PYSITELIB}/material/.icons/material/thumb-down-outline.svg
+${PYSITELIB}/material/.icons/material/thumb-down.svg
+${PYSITELIB}/material/.icons/material/thumb-up-outline.svg
+${PYSITELIB}/material/.icons/material/thumb-up.svg
+${PYSITELIB}/material/.icons/material/thumbs-up-down.svg
+${PYSITELIB}/material/.icons/material/ticket-account.svg
+${PYSITELIB}/material/.icons/material/ticket-confirmation-outline.svg
+${PYSITELIB}/material/.icons/material/ticket-confirmation.svg
+${PYSITELIB}/material/.icons/material/ticket-outline.svg
+${PYSITELIB}/material/.icons/material/ticket-percent-outline.svg
+${PYSITELIB}/material/.icons/material/ticket-percent.svg
+${PYSITELIB}/material/.icons/material/ticket.svg
+${PYSITELIB}/material/.icons/material/tie.svg
+${PYSITELIB}/material/.icons/material/tilde.svg
+${PYSITELIB}/material/.icons/material/timelapse.svg
+${PYSITELIB}/material/.icons/material/timeline-alert-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-alert.svg
+${PYSITELIB}/material/.icons/material/timeline-check-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-check.svg
+${PYSITELIB}/material/.icons/material/timeline-clock-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-clock.svg
+${PYSITELIB}/material/.icons/material/timeline-help-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-help.svg
+${PYSITELIB}/material/.icons/material/timeline-minus-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-minus.svg
+${PYSITELIB}/material/.icons/material/timeline-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-plus-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-plus.svg
+${PYSITELIB}/material/.icons/material/timeline-remove-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-remove.svg
+${PYSITELIB}/material/.icons/material/timeline-text-outline.svg
+${PYSITELIB}/material/.icons/material/timeline-text.svg
+${PYSITELIB}/material/.icons/material/timeline.svg
+${PYSITELIB}/material/.icons/material/timer-10.svg
+${PYSITELIB}/material/.icons/material/timer-3.svg
+${PYSITELIB}/material/.icons/material/timer-off-outline.svg
+${PYSITELIB}/material/.icons/material/timer-off.svg
+${PYSITELIB}/material/.icons/material/timer-outline.svg
+${PYSITELIB}/material/.icons/material/timer-sand-empty.svg
+${PYSITELIB}/material/.icons/material/timer-sand-full.svg
+${PYSITELIB}/material/.icons/material/timer-sand.svg
+${PYSITELIB}/material/.icons/material/timer.svg
+${PYSITELIB}/material/.icons/material/timetable.svg
+${PYSITELIB}/material/.icons/material/toaster-off.svg
+${PYSITELIB}/material/.icons/material/toaster-oven.svg
+${PYSITELIB}/material/.icons/material/toaster.svg
+${PYSITELIB}/material/.icons/material/toggle-switch-off-outline.svg
+${PYSITELIB}/material/.icons/material/toggle-switch-off.svg
+${PYSITELIB}/material/.icons/material/toggle-switch-outline.svg
+${PYSITELIB}/material/.icons/material/toggle-switch.svg
+${PYSITELIB}/material/.icons/material/toilet.svg
+${PYSITELIB}/material/.icons/material/toolbox-outline.svg
+${PYSITELIB}/material/.icons/material/toolbox.svg
+${PYSITELIB}/material/.icons/material/tools.svg
+${PYSITELIB}/material/.icons/material/tooltip-account.svg
+${PYSITELIB}/material/.icons/material/tooltip-check-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-check.svg
+${PYSITELIB}/material/.icons/material/tooltip-edit-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-edit.svg
+${PYSITELIB}/material/.icons/material/tooltip-image-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-image.svg
+${PYSITELIB}/material/.icons/material/tooltip-minus-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-minus.svg
+${PYSITELIB}/material/.icons/material/tooltip-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-plus-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-plus.svg
+${PYSITELIB}/material/.icons/material/tooltip-remove-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-remove.svg
+${PYSITELIB}/material/.icons/material/tooltip-text-outline.svg
+${PYSITELIB}/material/.icons/material/tooltip-text.svg
+${PYSITELIB}/material/.icons/material/tooltip.svg
+${PYSITELIB}/material/.icons/material/tooth-outline.svg
+${PYSITELIB}/material/.icons/material/tooth.svg
+${PYSITELIB}/material/.icons/material/toothbrush-electric.svg
+${PYSITELIB}/material/.icons/material/toothbrush-paste.svg
+${PYSITELIB}/material/.icons/material/toothbrush.svg
+${PYSITELIB}/material/.icons/material/tortoise.svg
+${PYSITELIB}/material/.icons/material/toslink.svg
+${PYSITELIB}/material/.icons/material/tournament.svg
+${PYSITELIB}/material/.icons/material/tow-truck.svg
+${PYSITELIB}/material/.icons/material/tower-beach.svg
+${PYSITELIB}/material/.icons/material/tower-fire.svg
+${PYSITELIB}/material/.icons/material/toy-brick-marker-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-marker.svg
+${PYSITELIB}/material/.icons/material/toy-brick-minus-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-minus.svg
+${PYSITELIB}/material/.icons/material/toy-brick-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-plus-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-plus.svg
+${PYSITELIB}/material/.icons/material/toy-brick-remove-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-remove.svg
+${PYSITELIB}/material/.icons/material/toy-brick-search-outline.svg
+${PYSITELIB}/material/.icons/material/toy-brick-search.svg
+${PYSITELIB}/material/.icons/material/toy-brick.svg
+${PYSITELIB}/material/.icons/material/track-light.svg
+${PYSITELIB}/material/.icons/material/trackpad-lock.svg
+${PYSITELIB}/material/.icons/material/trackpad.svg
+${PYSITELIB}/material/.icons/material/tractor-variant.svg
+${PYSITELIB}/material/.icons/material/tractor.svg
+${PYSITELIB}/material/.icons/material/trademark.svg
+${PYSITELIB}/material/.icons/material/traffic-cone.svg
+${PYSITELIB}/material/.icons/material/traffic-light.svg
+${PYSITELIB}/material/.icons/material/train-car.svg
+${PYSITELIB}/material/.icons/material/train-variant.svg
+${PYSITELIB}/material/.icons/material/train.svg
+${PYSITELIB}/material/.icons/material/tram-side.svg
+${PYSITELIB}/material/.icons/material/tram.svg
+${PYSITELIB}/material/.icons/material/transcribe-close.svg
+${PYSITELIB}/material/.icons/material/transcribe.svg
+${PYSITELIB}/material/.icons/material/transfer-down.svg
+${PYSITELIB}/material/.icons/material/transfer-left.svg
+${PYSITELIB}/material/.icons/material/transfer-right.svg
+${PYSITELIB}/material/.icons/material/transfer-up.svg
+${PYSITELIB}/material/.icons/material/transfer.svg
+${PYSITELIB}/material/.icons/material/transit-connection-horizontal.svg
+${PYSITELIB}/material/.icons/material/transit-connection-variant.svg
+${PYSITELIB}/material/.icons/material/transit-connection.svg
+${PYSITELIB}/material/.icons/material/transit-detour.svg
+${PYSITELIB}/material/.icons/material/transit-skip.svg
+${PYSITELIB}/material/.icons/material/transit-transfer.svg
+${PYSITELIB}/material/.icons/material/transition-masked.svg
+${PYSITELIB}/material/.icons/material/transition.svg
+${PYSITELIB}/material/.icons/material/translate-off.svg
+${PYSITELIB}/material/.icons/material/translate.svg
+${PYSITELIB}/material/.icons/material/transmission-tower.svg
+${PYSITELIB}/material/.icons/material/trash-can-outline.svg
+${PYSITELIB}/material/.icons/material/trash-can.svg
+${PYSITELIB}/material/.icons/material/tray-alert.svg
+${PYSITELIB}/material/.icons/material/tray-full.svg
+${PYSITELIB}/material/.icons/material/tray-minus.svg
+${PYSITELIB}/material/.icons/material/tray-plus.svg
+${PYSITELIB}/material/.icons/material/tray-remove.svg
+${PYSITELIB}/material/.icons/material/tray.svg
+${PYSITELIB}/material/.icons/material/treasure-chest.svg
+${PYSITELIB}/material/.icons/material/tree-outline.svg
+${PYSITELIB}/material/.icons/material/tree.svg
+${PYSITELIB}/material/.icons/material/trello.svg
+${PYSITELIB}/material/.icons/material/trending-down.svg
+${PYSITELIB}/material/.icons/material/trending-neutral.svg
+${PYSITELIB}/material/.icons/material/trending-up.svg
+${PYSITELIB}/material/.icons/material/triangle-outline.svg
+${PYSITELIB}/material/.icons/material/triangle-wave.svg
+${PYSITELIB}/material/.icons/material/triangle.svg
+${PYSITELIB}/material/.icons/material/triforce.svg
+${PYSITELIB}/material/.icons/material/trophy-award.svg
+${PYSITELIB}/material/.icons/material/trophy-broken.svg
+${PYSITELIB}/material/.icons/material/trophy-outline.svg
+${PYSITELIB}/material/.icons/material/trophy-variant-outline.svg
+${PYSITELIB}/material/.icons/material/trophy-variant.svg
+${PYSITELIB}/material/.icons/material/trophy.svg
+${PYSITELIB}/material/.icons/material/truck-check-outline.svg
+${PYSITELIB}/material/.icons/material/truck-check.svg
+${PYSITELIB}/material/.icons/material/truck-delivery-outline.svg
+${PYSITELIB}/material/.icons/material/truck-delivery.svg
+${PYSITELIB}/material/.icons/material/truck-fast-outline.svg
+${PYSITELIB}/material/.icons/material/truck-fast.svg
+${PYSITELIB}/material/.icons/material/truck-outline.svg
+${PYSITELIB}/material/.icons/material/truck-trailer.svg
+${PYSITELIB}/material/.icons/material/truck.svg
+${PYSITELIB}/material/.icons/material/trumpet.svg
+${PYSITELIB}/material/.icons/material/tshirt-crew-outline.svg
+${PYSITELIB}/material/.icons/material/tshirt-crew.svg
+${PYSITELIB}/material/.icons/material/tshirt-v-outline.svg
+${PYSITELIB}/material/.icons/material/tshirt-v.svg
+${PYSITELIB}/material/.icons/material/tumble-dryer-alert.svg
+${PYSITELIB}/material/.icons/material/tumble-dryer-off.svg
+${PYSITELIB}/material/.icons/material/tumble-dryer.svg
+${PYSITELIB}/material/.icons/material/tune-variant.svg
+${PYSITELIB}/material/.icons/material/tune-vertical-variant.svg
+${PYSITELIB}/material/.icons/material/tune-vertical.svg
+${PYSITELIB}/material/.icons/material/tune.svg
+${PYSITELIB}/material/.icons/material/turnstile-outline.svg
+${PYSITELIB}/material/.icons/material/turnstile.svg
+${PYSITELIB}/material/.icons/material/turtle.svg
+${PYSITELIB}/material/.icons/material/twitch.svg
+${PYSITELIB}/material/.icons/material/twitter-retweet.svg
+${PYSITELIB}/material/.icons/material/twitter.svg
+${PYSITELIB}/material/.icons/material/two-factor-authentication.svg
+${PYSITELIB}/material/.icons/material/typewriter.svg
+${PYSITELIB}/material/.icons/material/ubisoft.svg
+${PYSITELIB}/material/.icons/material/ubuntu.svg
+${PYSITELIB}/material/.icons/material/ufo-outline.svg
+${PYSITELIB}/material/.icons/material/ufo.svg
+${PYSITELIB}/material/.icons/material/ultra-high-definition.svg
+${PYSITELIB}/material/.icons/material/umbraco.svg
+${PYSITELIB}/material/.icons/material/umbrella-closed-outline.svg
+${PYSITELIB}/material/.icons/material/umbrella-closed-variant.svg
+${PYSITELIB}/material/.icons/material/umbrella-closed.svg
+${PYSITELIB}/material/.icons/material/umbrella-outline.svg
+${PYSITELIB}/material/.icons/material/umbrella.svg
+${PYSITELIB}/material/.icons/material/undo-variant.svg
+${PYSITELIB}/material/.icons/material/undo.svg
+${PYSITELIB}/material/.icons/material/unfold-less-horizontal.svg
+${PYSITELIB}/material/.icons/material/unfold-less-vertical.svg
+${PYSITELIB}/material/.icons/material/unfold-more-horizontal.svg
+${PYSITELIB}/material/.icons/material/unfold-more-vertical.svg
+${PYSITELIB}/material/.icons/material/ungroup.svg
+${PYSITELIB}/material/.icons/material/unicode.svg
+${PYSITELIB}/material/.icons/material/unity.svg
+${PYSITELIB}/material/.icons/material/unreal.svg
+${PYSITELIB}/material/.icons/material/untappd.svg
+${PYSITELIB}/material/.icons/material/update.svg
+${PYSITELIB}/material/.icons/material/upload-lock-outline.svg
+${PYSITELIB}/material/.icons/material/upload-lock.svg
+${PYSITELIB}/material/.icons/material/upload-multiple.svg
+${PYSITELIB}/material/.icons/material/upload-network-outline.svg
+${PYSITELIB}/material/.icons/material/upload-network.svg
+${PYSITELIB}/material/.icons/material/upload-off-outline.svg
+${PYSITELIB}/material/.icons/material/upload-off.svg
+${PYSITELIB}/material/.icons/material/upload-outline.svg
+${PYSITELIB}/material/.icons/material/upload.svg
+${PYSITELIB}/material/.icons/material/usb-flash-drive-outline.svg
+${PYSITELIB}/material/.icons/material/usb-flash-drive.svg
+${PYSITELIB}/material/.icons/material/usb-port.svg
+${PYSITELIB}/material/.icons/material/usb.svg
+${PYSITELIB}/material/.icons/material/valve-closed.svg
+${PYSITELIB}/material/.icons/material/valve-open.svg
+${PYSITELIB}/material/.icons/material/valve.svg
+${PYSITELIB}/material/.icons/material/van-passenger.svg
+${PYSITELIB}/material/.icons/material/van-utility.svg
+${PYSITELIB}/material/.icons/material/vanish-quarter.svg
+${PYSITELIB}/material/.icons/material/vanish.svg
+${PYSITELIB}/material/.icons/material/vanity-light.svg
+${PYSITELIB}/material/.icons/material/variable-box.svg
+${PYSITELIB}/material/.icons/material/variable.svg
+${PYSITELIB}/material/.icons/material/vector-arrange-above.svg
+${PYSITELIB}/material/.icons/material/vector-arrange-below.svg
+${PYSITELIB}/material/.icons/material/vector-bezier.svg
+${PYSITELIB}/material/.icons/material/vector-circle-variant.svg
+${PYSITELIB}/material/.icons/material/vector-circle.svg
+${PYSITELIB}/material/.icons/material/vector-combine.svg
+${PYSITELIB}/material/.icons/material/vector-curve.svg
+${PYSITELIB}/material/.icons/material/vector-difference-ab.svg
+${PYSITELIB}/material/.icons/material/vector-difference-ba.svg
+${PYSITELIB}/material/.icons/material/vector-difference.svg
+${PYSITELIB}/material/.icons/material/vector-ellipse.svg
+${PYSITELIB}/material/.icons/material/vector-intersection.svg
+${PYSITELIB}/material/.icons/material/vector-line.svg
+${PYSITELIB}/material/.icons/material/vector-link.svg
+${PYSITELIB}/material/.icons/material/vector-point.svg
+${PYSITELIB}/material/.icons/material/vector-polygon.svg
+${PYSITELIB}/material/.icons/material/vector-polyline-edit.svg
+${PYSITELIB}/material/.icons/material/vector-polyline-minus.svg
+${PYSITELIB}/material/.icons/material/vector-polyline-plus.svg
+${PYSITELIB}/material/.icons/material/vector-polyline-remove.svg
+${PYSITELIB}/material/.icons/material/vector-polyline.svg
+${PYSITELIB}/material/.icons/material/vector-radius.svg
+${PYSITELIB}/material/.icons/material/vector-rectangle.svg
+${PYSITELIB}/material/.icons/material/vector-selection.svg
+${PYSITELIB}/material/.icons/material/vector-square.svg
+${PYSITELIB}/material/.icons/material/vector-triangle.svg
+${PYSITELIB}/material/.icons/material/vector-union.svg
+${PYSITELIB}/material/.icons/material/vhs.svg
+${PYSITELIB}/material/.icons/material/vibrate-off.svg
+${PYSITELIB}/material/.icons/material/vibrate.svg
+${PYSITELIB}/material/.icons/material/video-3d-off.svg
+${PYSITELIB}/material/.icons/material/video-3d-variant.svg
+${PYSITELIB}/material/.icons/material/video-3d.svg
+${PYSITELIB}/material/.icons/material/video-4k-box.svg
+${PYSITELIB}/material/.icons/material/video-account.svg
+${PYSITELIB}/material/.icons/material/video-box-off.svg
+${PYSITELIB}/material/.icons/material/video-box.svg
+${PYSITELIB}/material/.icons/material/video-check-outline.svg
+${PYSITELIB}/material/.icons/material/video-check.svg
+${PYSITELIB}/material/.icons/material/video-high-definition.svg
+${PYSITELIB}/material/.icons/material/video-image.svg
+${PYSITELIB}/material/.icons/material/video-input-antenna.svg
+${PYSITELIB}/material/.icons/material/video-input-component.svg
+${PYSITELIB}/material/.icons/material/video-input-hdmi.svg
+${PYSITELIB}/material/.icons/material/video-input-scart.svg
+${PYSITELIB}/material/.icons/material/video-input-svideo.svg
+${PYSITELIB}/material/.icons/material/video-minus-outline.svg
+${PYSITELIB}/material/.icons/material/video-minus.svg
+${PYSITELIB}/material/.icons/material/video-off-outline.svg
+${PYSITELIB}/material/.icons/material/video-off.svg
+${PYSITELIB}/material/.icons/material/video-outline.svg
+${PYSITELIB}/material/.icons/material/video-plus-outline.svg
+${PYSITELIB}/material/.icons/material/video-plus.svg
+${PYSITELIB}/material/.icons/material/video-stabilization.svg
+${PYSITELIB}/material/.icons/material/video-switch-outline.svg
+${PYSITELIB}/material/.icons/material/video-switch.svg
+${PYSITELIB}/material/.icons/material/video-vintage.svg
+${PYSITELIB}/material/.icons/material/video-wireless-outline.svg
+${PYSITELIB}/material/.icons/material/video-wireless.svg
+${PYSITELIB}/material/.icons/material/video.svg
+${PYSITELIB}/material/.icons/material/view-agenda-outline.svg
+${PYSITELIB}/material/.icons/material/view-agenda.svg
+${PYSITELIB}/material/.icons/material/view-array-outline.svg
+${PYSITELIB}/material/.icons/material/view-array.svg
+${PYSITELIB}/material/.icons/material/view-carousel-outline.svg
+${PYSITELIB}/material/.icons/material/view-carousel.svg
+${PYSITELIB}/material/.icons/material/view-column-outline.svg
+${PYSITELIB}/material/.icons/material/view-column.svg
+${PYSITELIB}/material/.icons/material/view-comfy-outline.svg
+${PYSITELIB}/material/.icons/material/view-comfy.svg
+${PYSITELIB}/material/.icons/material/view-compact-outline.svg
+${PYSITELIB}/material/.icons/material/view-compact.svg
+${PYSITELIB}/material/.icons/material/view-dashboard-outline.svg
+${PYSITELIB}/material/.icons/material/view-dashboard-variant-outline.svg
+${PYSITELIB}/material/.icons/material/view-dashboard-variant.svg
+${PYSITELIB}/material/.icons/material/view-dashboard.svg
+${PYSITELIB}/material/.icons/material/view-day-outline.svg
+${PYSITELIB}/material/.icons/material/view-day.svg
+${PYSITELIB}/material/.icons/material/view-grid-outline.svg
+${PYSITELIB}/material/.icons/material/view-grid-plus-outline.svg
+${PYSITELIB}/material/.icons/material/view-grid-plus.svg
+${PYSITELIB}/material/.icons/material/view-grid.svg
+${PYSITELIB}/material/.icons/material/view-headline.svg
+${PYSITELIB}/material/.icons/material/view-list-outline.svg
+${PYSITELIB}/material/.icons/material/view-list.svg
+${PYSITELIB}/material/.icons/material/view-module-outline.svg
+${PYSITELIB}/material/.icons/material/view-module.svg
+${PYSITELIB}/material/.icons/material/view-parallel-outline.svg
+${PYSITELIB}/material/.icons/material/view-parallel.svg
+${PYSITELIB}/material/.icons/material/view-quilt-outline.svg
+${PYSITELIB}/material/.icons/material/view-quilt.svg
+${PYSITELIB}/material/.icons/material/view-sequential-outline.svg
+${PYSITELIB}/material/.icons/material/view-sequential.svg
+${PYSITELIB}/material/.icons/material/view-split-horizontal.svg
+${PYSITELIB}/material/.icons/material/view-split-vertical.svg
+${PYSITELIB}/material/.icons/material/view-stream-outline.svg
+${PYSITELIB}/material/.icons/material/view-stream.svg
+${PYSITELIB}/material/.icons/material/view-week-outline.svg
+${PYSITELIB}/material/.icons/material/view-week.svg
+${PYSITELIB}/material/.icons/material/vimeo.svg
+${PYSITELIB}/material/.icons/material/violin.svg
+${PYSITELIB}/material/.icons/material/virtual-reality.svg
+${PYSITELIB}/material/.icons/material/virus-outline.svg
+${PYSITELIB}/material/.icons/material/virus.svg
+${PYSITELIB}/material/.icons/material/vk.svg
+${PYSITELIB}/material/.icons/material/vlc.svg
+${PYSITELIB}/material/.icons/material/voice-off.svg
+${PYSITELIB}/material/.icons/material/voicemail.svg
+${PYSITELIB}/material/.icons/material/volleyball.svg
+${PYSITELIB}/material/.icons/material/volume-high.svg
+${PYSITELIB}/material/.icons/material/volume-low.svg
+${PYSITELIB}/material/.icons/material/volume-medium.svg
+${PYSITELIB}/material/.icons/material/volume-minus.svg
+${PYSITELIB}/material/.icons/material/volume-mute.svg
+${PYSITELIB}/material/.icons/material/volume-off.svg
+${PYSITELIB}/material/.icons/material/volume-plus.svg
+${PYSITELIB}/material/.icons/material/volume-source.svg
+${PYSITELIB}/material/.icons/material/volume-variant-off.svg
+${PYSITELIB}/material/.icons/material/volume-vibrate.svg
+${PYSITELIB}/material/.icons/material/vote-outline.svg
+${PYSITELIB}/material/.icons/material/vote.svg
+${PYSITELIB}/material/.icons/material/vpn.svg
+${PYSITELIB}/material/.icons/material/vuejs.svg
+${PYSITELIB}/material/.icons/material/vuetify.svg
+${PYSITELIB}/material/.icons/material/walk.svg
+${PYSITELIB}/material/.icons/material/wall-sconce-flat-variant.svg
+${PYSITELIB}/material/.icons/material/wall-sconce-flat.svg
+${PYSITELIB}/material/.icons/material/wall-sconce-round-variant.svg
+${PYSITELIB}/material/.icons/material/wall-sconce-round.svg
+${PYSITELIB}/material/.icons/material/wall-sconce.svg
+${PYSITELIB}/material/.icons/material/wall.svg
+${PYSITELIB}/material/.icons/material/wallet-giftcard.svg
+${PYSITELIB}/material/.icons/material/wallet-membership.svg
+${PYSITELIB}/material/.icons/material/wallet-outline.svg
+${PYSITELIB}/material/.icons/material/wallet-plus-outline.svg
+${PYSITELIB}/material/.icons/material/wallet-plus.svg
+${PYSITELIB}/material/.icons/material/wallet-travel.svg
+${PYSITELIB}/material/.icons/material/wallet.svg
+${PYSITELIB}/material/.icons/material/wallpaper.svg
+${PYSITELIB}/material/.icons/material/wan.svg
+${PYSITELIB}/material/.icons/material/wardrobe-outline.svg
+${PYSITELIB}/material/.icons/material/wardrobe.svg
+${PYSITELIB}/material/.icons/material/warehouse.svg
+${PYSITELIB}/material/.icons/material/washing-machine-alert.svg
+${PYSITELIB}/material/.icons/material/washing-machine-off.svg
+${PYSITELIB}/material/.icons/material/washing-machine.svg
+${PYSITELIB}/material/.icons/material/watch-export-variant.svg
+${PYSITELIB}/material/.icons/material/watch-export.svg
+${PYSITELIB}/material/.icons/material/watch-import-variant.svg
+${PYSITELIB}/material/.icons/material/watch-import.svg
+${PYSITELIB}/material/.icons/material/watch-variant.svg
+${PYSITELIB}/material/.icons/material/watch-vibrate-off.svg
+${PYSITELIB}/material/.icons/material/watch-vibrate.svg
+${PYSITELIB}/material/.icons/material/watch.svg
+${PYSITELIB}/material/.icons/material/water-alert-outline.svg
+${PYSITELIB}/material/.icons/material/water-alert.svg
+${PYSITELIB}/material/.icons/material/water-boiler-alert.svg
+${PYSITELIB}/material/.icons/material/water-boiler-off.svg
+${PYSITELIB}/material/.icons/material/water-boiler.svg
+${PYSITELIB}/material/.icons/material/water-check-outline.svg
+${PYSITELIB}/material/.icons/material/water-check.svg
+${PYSITELIB}/material/.icons/material/water-minus-outline.svg
+${PYSITELIB}/material/.icons/material/water-minus.svg
+${PYSITELIB}/material/.icons/material/water-off-outline.svg
+${PYSITELIB}/material/.icons/material/water-off.svg
+${PYSITELIB}/material/.icons/material/water-outline.svg
+${PYSITELIB}/material/.icons/material/water-percent-alert.svg
+${PYSITELIB}/material/.icons/material/water-percent.svg
+${PYSITELIB}/material/.icons/material/water-plus-outline.svg
+${PYSITELIB}/material/.icons/material/water-plus.svg
+${PYSITELIB}/material/.icons/material/water-polo.svg
+${PYSITELIB}/material/.icons/material/water-pump-off.svg
+${PYSITELIB}/material/.icons/material/water-pump.svg
+${PYSITELIB}/material/.icons/material/water-remove-outline.svg
+${PYSITELIB}/material/.icons/material/water-remove.svg
+${PYSITELIB}/material/.icons/material/water-well-outline.svg
+${PYSITELIB}/material/.icons/material/water-well.svg
+${PYSITELIB}/material/.icons/material/water.svg
+${PYSITELIB}/material/.icons/material/watering-can-outline.svg
+${PYSITELIB}/material/.icons/material/watering-can.svg
+${PYSITELIB}/material/.icons/material/watermark.svg
+${PYSITELIB}/material/.icons/material/wave.svg
+${PYSITELIB}/material/.icons/material/waveform.svg
+${PYSITELIB}/material/.icons/material/waves.svg
+${PYSITELIB}/material/.icons/material/waze.svg
+${PYSITELIB}/material/.icons/material/weather-cloudy-alert.svg
+${PYSITELIB}/material/.icons/material/weather-cloudy-arrow-right.svg
+${PYSITELIB}/material/.icons/material/weather-cloudy.svg
+${PYSITELIB}/material/.icons/material/weather-fog.svg
+${PYSITELIB}/material/.icons/material/weather-hail.svg
+${PYSITELIB}/material/.icons/material/weather-hazy.svg
+${PYSITELIB}/material/.icons/material/weather-hurricane.svg
+${PYSITELIB}/material/.icons/material/weather-lightning-rainy.svg
+${PYSITELIB}/material/.icons/material/weather-lightning.svg
+${PYSITELIB}/material/.icons/material/weather-night-partly-cloudy.svg
+${PYSITELIB}/material/.icons/material/weather-night.svg
+${PYSITELIB}/material/.icons/material/weather-partly-cloudy.svg
+${PYSITELIB}/material/.icons/material/weather-partly-lightning.svg
+${PYSITELIB}/material/.icons/material/weather-partly-rainy.svg
+${PYSITELIB}/material/.icons/material/weather-partly-snowy-rainy.svg
+${PYSITELIB}/material/.icons/material/weather-partly-snowy.svg
+${PYSITELIB}/material/.icons/material/weather-pouring.svg
+${PYSITELIB}/material/.icons/material/weather-rainy.svg
+${PYSITELIB}/material/.icons/material/weather-snowy-heavy.svg
+${PYSITELIB}/material/.icons/material/weather-snowy-rainy.svg
+${PYSITELIB}/material/.icons/material/weather-snowy.svg
+${PYSITELIB}/material/.icons/material/weather-sunny-alert.svg
+${PYSITELIB}/material/.icons/material/weather-sunny-off.svg
+${PYSITELIB}/material/.icons/material/weather-sunny.svg
+${PYSITELIB}/material/.icons/material/weather-sunset-down.svg
+${PYSITELIB}/material/.icons/material/weather-sunset-up.svg
+${PYSITELIB}/material/.icons/material/weather-sunset.svg
+${PYSITELIB}/material/.icons/material/weather-tornado.svg
+${PYSITELIB}/material/.icons/material/weather-windy-variant.svg
+${PYSITELIB}/material/.icons/material/weather-windy.svg
+${PYSITELIB}/material/.icons/material/web-box.svg
+${PYSITELIB}/material/.icons/material/web-clock.svg
+${PYSITELIB}/material/.icons/material/web.svg
+${PYSITELIB}/material/.icons/material/webcam.svg
+${PYSITELIB}/material/.icons/material/webhook.svg
+${PYSITELIB}/material/.icons/material/webpack.svg
+${PYSITELIB}/material/.icons/material/webrtc.svg
+${PYSITELIB}/material/.icons/material/wechat.svg
+${PYSITELIB}/material/.icons/material/weight-gram.svg
+${PYSITELIB}/material/.icons/material/weight-kilogram.svg
+${PYSITELIB}/material/.icons/material/weight-lifter.svg
+${PYSITELIB}/material/.icons/material/weight-pound.svg
+${PYSITELIB}/material/.icons/material/weight.svg
+${PYSITELIB}/material/.icons/material/whatsapp.svg
+${PYSITELIB}/material/.icons/material/wheel-barrow.svg
+${PYSITELIB}/material/.icons/material/wheelchair-accessibility.svg
+${PYSITELIB}/material/.icons/material/whistle-outline.svg
+${PYSITELIB}/material/.icons/material/whistle.svg
+${PYSITELIB}/material/.icons/material/white-balance-auto.svg
+${PYSITELIB}/material/.icons/material/white-balance-incandescent.svg
+${PYSITELIB}/material/.icons/material/white-balance-iridescent.svg
+${PYSITELIB}/material/.icons/material/white-balance-sunny.svg
+${PYSITELIB}/material/.icons/material/widgets-outline.svg
+${PYSITELIB}/material/.icons/material/widgets.svg
+${PYSITELIB}/material/.icons/material/wifi-off.svg
+${PYSITELIB}/material/.icons/material/wifi-star.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-1-alert.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-1-lock.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-1.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-2-alert.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-2-lock.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-2.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-3-alert.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-3-lock.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-3.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-4-alert.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-4-lock.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-4.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-alert-outline.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-lock-outline.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-off-outline.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-off.svg
+${PYSITELIB}/material/.icons/material/wifi-strength-outline.svg
+${PYSITELIB}/material/.icons/material/wifi.svg
+${PYSITELIB}/material/.icons/material/wikipedia.svg
+${PYSITELIB}/material/.icons/material/wind-turbine.svg
+${PYSITELIB}/material/.icons/material/window-close.svg
+${PYSITELIB}/material/.icons/material/window-closed-variant.svg
+${PYSITELIB}/material/.icons/material/window-closed.svg
+${PYSITELIB}/material/.icons/material/window-maximize.svg
+${PYSITELIB}/material/.icons/material/window-minimize.svg
+${PYSITELIB}/material/.icons/material/window-open-variant.svg
+${PYSITELIB}/material/.icons/material/window-open.svg
+${PYSITELIB}/material/.icons/material/window-restore.svg
+${PYSITELIB}/material/.icons/material/window-shutter-alert.svg
+${PYSITELIB}/material/.icons/material/window-shutter-open.svg
+${PYSITELIB}/material/.icons/material/window-shutter.svg
+${PYSITELIB}/material/.icons/material/wiper-wash.svg
+${PYSITELIB}/material/.icons/material/wiper.svg
+${PYSITELIB}/material/.icons/material/wizard-hat.svg
+${PYSITELIB}/material/.icons/material/wordpress.svg
+${PYSITELIB}/material/.icons/material/wrap-disabled.svg
+${PYSITELIB}/material/.icons/material/wrap.svg
+${PYSITELIB}/material/.icons/material/wrench-outline.svg
+${PYSITELIB}/material/.icons/material/wrench.svg
+${PYSITELIB}/material/.icons/material/xamarin-outline.svg
+${PYSITELIB}/material/.icons/material/xamarin.svg
+${PYSITELIB}/material/.icons/material/xing.svg
+${PYSITELIB}/material/.icons/material/xml.svg
+${PYSITELIB}/material/.icons/material/xmpp.svg
+${PYSITELIB}/material/.icons/material/y-combinator.svg
+${PYSITELIB}/material/.icons/material/yahoo.svg
+${PYSITELIB}/material/.icons/material/yeast.svg
+${PYSITELIB}/material/.icons/material/yin-yang.svg
+${PYSITELIB}/material/.icons/material/yoga.svg
+${PYSITELIB}/material/.icons/material/youtube-gaming.svg
+${PYSITELIB}/material/.icons/material/youtube-studio.svg
+${PYSITELIB}/material/.icons/material/youtube-subscription.svg
+${PYSITELIB}/material/.icons/material/youtube-tv.svg
+${PYSITELIB}/material/.icons/material/youtube.svg
+${PYSITELIB}/material/.icons/material/yurt.svg
+${PYSITELIB}/material/.icons/material/z-wave.svg
+${PYSITELIB}/material/.icons/material/zend.svg
+${PYSITELIB}/material/.icons/material/zigbee.svg
+${PYSITELIB}/material/.icons/material/zip-box-outline.svg
+${PYSITELIB}/material/.icons/material/zip-box.svg
+${PYSITELIB}/material/.icons/material/zip-disk.svg
+${PYSITELIB}/material/.icons/material/zodiac-aquarius.svg
+${PYSITELIB}/material/.icons/material/zodiac-aries.svg
+${PYSITELIB}/material/.icons/material/zodiac-cancer.svg
+${PYSITELIB}/material/.icons/material/zodiac-capricorn.svg
+${PYSITELIB}/material/.icons/material/zodiac-gemini.svg
+${PYSITELIB}/material/.icons/material/zodiac-leo.svg
+${PYSITELIB}/material/.icons/material/zodiac-libra.svg
+${PYSITELIB}/material/.icons/material/zodiac-pisces.svg
+${PYSITELIB}/material/.icons/material/zodiac-sagittarius.svg
+${PYSITELIB}/material/.icons/material/zodiac-scorpio.svg
+${PYSITELIB}/material/.icons/material/zodiac-taurus.svg
+${PYSITELIB}/material/.icons/material/zodiac-virgo.svg
+${PYSITELIB}/material/.icons/octicons/LICENSE
+${PYSITELIB}/material/.icons/octicons/alert-16.svg
+${PYSITELIB}/material/.icons/octicons/alert-24.svg
+${PYSITELIB}/material/.icons/octicons/archive-16.svg
+${PYSITELIB}/material/.icons/octicons/archive-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-both-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-both-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-down-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-down-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-down-left-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-down-right-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-left-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-left-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-right-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-right-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-switch-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-switch-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-up-16.svg
+${PYSITELIB}/material/.icons/octicons/arrow-up-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-up-left-24.svg
+${PYSITELIB}/material/.icons/octicons/arrow-up-right-24.svg
+${PYSITELIB}/material/.icons/octicons/beaker-16.svg
+${PYSITELIB}/material/.icons/octicons/beaker-24.svg
+${PYSITELIB}/material/.icons/octicons/bell-16.svg
+${PYSITELIB}/material/.icons/octicons/bell-24.svg
+${PYSITELIB}/material/.icons/octicons/bell-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/bell-slash-16.svg
+${PYSITELIB}/material/.icons/octicons/bell-slash-24.svg
+${PYSITELIB}/material/.icons/octicons/bold-16.svg
+${PYSITELIB}/material/.icons/octicons/bold-24.svg
+${PYSITELIB}/material/.icons/octicons/book-16.svg
+${PYSITELIB}/material/.icons/octicons/book-24.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-16.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-24.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-slash-16.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-slash-24.svg
+${PYSITELIB}/material/.icons/octicons/bookmark-slash-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/briefcase-16.svg
+${PYSITELIB}/material/.icons/octicons/briefcase-24.svg
+${PYSITELIB}/material/.icons/octicons/broadcast-16.svg
+${PYSITELIB}/material/.icons/octicons/broadcast-24.svg
+${PYSITELIB}/material/.icons/octicons/browser-16.svg
+${PYSITELIB}/material/.icons/octicons/bug-16.svg
+${PYSITELIB}/material/.icons/octicons/calendar-16.svg
+${PYSITELIB}/material/.icons/octicons/calendar-24.svg
+${PYSITELIB}/material/.icons/octicons/check-16.svg
+${PYSITELIB}/material/.icons/octicons/check-24.svg
+${PYSITELIB}/material/.icons/octicons/check-circle-16.svg
+${PYSITELIB}/material/.icons/octicons/check-circle-24.svg
+${PYSITELIB}/material/.icons/octicons/check-circle-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/check-circle-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/checklist-16.svg
+${PYSITELIB}/material/.icons/octicons/checklist-24.svg
+${PYSITELIB}/material/.icons/octicons/chevron-down-16.svg
+${PYSITELIB}/material/.icons/octicons/chevron-down-24.svg
+${PYSITELIB}/material/.icons/octicons/chevron-left-16.svg
+${PYSITELIB}/material/.icons/octicons/chevron-left-24.svg
+${PYSITELIB}/material/.icons/octicons/chevron-right-16.svg
+${PYSITELIB}/material/.icons/octicons/chevron-right-24.svg
+${PYSITELIB}/material/.icons/octicons/chevron-up-16.svg
+${PYSITELIB}/material/.icons/octicons/chevron-up-24.svg
+${PYSITELIB}/material/.icons/octicons/circle-16.svg
+${PYSITELIB}/material/.icons/octicons/circle-24.svg
+${PYSITELIB}/material/.icons/octicons/circle-slash-16.svg
+${PYSITELIB}/material/.icons/octicons/circle-slash-24.svg
+${PYSITELIB}/material/.icons/octicons/clippy-16.svg
+${PYSITELIB}/material/.icons/octicons/clippy-24.svg
+${PYSITELIB}/material/.icons/octicons/clock-16.svg
+${PYSITELIB}/material/.icons/octicons/clock-24.svg
+${PYSITELIB}/material/.icons/octicons/code-16.svg
+${PYSITELIB}/material/.icons/octicons/code-24.svg
+${PYSITELIB}/material/.icons/octicons/code-review-16.svg
+${PYSITELIB}/material/.icons/octicons/code-review-24.svg
+${PYSITELIB}/material/.icons/octicons/code-square-16.svg
+${PYSITELIB}/material/.icons/octicons/code-square-24.svg
+${PYSITELIB}/material/.icons/octicons/comment-16.svg
+${PYSITELIB}/material/.icons/octicons/comment-24.svg
+${PYSITELIB}/material/.icons/octicons/comment-discussion-16.svg
+${PYSITELIB}/material/.icons/octicons/comment-discussion-24.svg
+${PYSITELIB}/material/.icons/octicons/commit-24.svg
+${PYSITELIB}/material/.icons/octicons/copy-24.svg
+${PYSITELIB}/material/.icons/octicons/cpu-16.svg
+${PYSITELIB}/material/.icons/octicons/cpu-24.svg
+${PYSITELIB}/material/.icons/octicons/credit-card-16.svg
+${PYSITELIB}/material/.icons/octicons/credit-card-24.svg
+${PYSITELIB}/material/.icons/octicons/cross-reference-16.svg
+${PYSITELIB}/material/.icons/octicons/cross-reference-24.svg
+${PYSITELIB}/material/.icons/octicons/dash-16.svg
+${PYSITELIB}/material/.icons/octicons/dash-24.svg
+${PYSITELIB}/material/.icons/octicons/database-16.svg
+${PYSITELIB}/material/.icons/octicons/database-24.svg
+${PYSITELIB}/material/.icons/octicons/desktop-download-16.svg
+${PYSITELIB}/material/.icons/octicons/desktop-download-24.svg
+${PYSITELIB}/material/.icons/octicons/device-camera-16.svg
+${PYSITELIB}/material/.icons/octicons/device-camera-video-16.svg
+${PYSITELIB}/material/.icons/octicons/device-camera-video-24.svg
+${PYSITELIB}/material/.icons/octicons/device-desktop-16.svg
+${PYSITELIB}/material/.icons/octicons/device-desktop-24.svg
+${PYSITELIB}/material/.icons/octicons/device-mobile-16.svg
+${PYSITELIB}/material/.icons/octicons/device-mobile-24.svg
+${PYSITELIB}/material/.icons/octicons/diff-16.svg
+${PYSITELIB}/material/.icons/octicons/diff-24.svg
+${PYSITELIB}/material/.icons/octicons/diff-added-16.svg
+${PYSITELIB}/material/.icons/octicons/diff-ignored-16.svg
+${PYSITELIB}/material/.icons/octicons/diff-modified-16.svg
+${PYSITELIB}/material/.icons/octicons/diff-removed-16.svg
+${PYSITELIB}/material/.icons/octicons/diff-renamed-16.svg
+${PYSITELIB}/material/.icons/octicons/dot-16.svg
+${PYSITELIB}/material/.icons/octicons/dot-24.svg
+${PYSITELIB}/material/.icons/octicons/dot-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/dot-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/download-16.svg
+${PYSITELIB}/material/.icons/octicons/download-24.svg
+${PYSITELIB}/material/.icons/octicons/ellipsis-16.svg
+${PYSITELIB}/material/.icons/octicons/eye-16.svg
+${PYSITELIB}/material/.icons/octicons/eye-24.svg
+${PYSITELIB}/material/.icons/octicons/eye-closed-16.svg
+${PYSITELIB}/material/.icons/octicons/eye-closed-24.svg
+${PYSITELIB}/material/.icons/octicons/file-16.svg
+${PYSITELIB}/material/.icons/octicons/file-24.svg
+${PYSITELIB}/material/.icons/octicons/file-badge-16.svg
+${PYSITELIB}/material/.icons/octicons/file-binary-16.svg
+${PYSITELIB}/material/.icons/octicons/file-binary-24.svg
+${PYSITELIB}/material/.icons/octicons/file-code-16.svg
+${PYSITELIB}/material/.icons/octicons/file-code-24.svg
+${PYSITELIB}/material/.icons/octicons/file-diff-16.svg
+${PYSITELIB}/material/.icons/octicons/file-diff-24.svg
+${PYSITELIB}/material/.icons/octicons/file-directory-16.svg
+${PYSITELIB}/material/.icons/octicons/file-directory-24.svg
+${PYSITELIB}/material/.icons/octicons/file-directory-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/file-media-24.svg
+${PYSITELIB}/material/.icons/octicons/file-submodule-16.svg
+${PYSITELIB}/material/.icons/octicons/file-submodule-24.svg
+${PYSITELIB}/material/.icons/octicons/file-symlink-file-16.svg
+${PYSITELIB}/material/.icons/octicons/file-symlink-file-24.svg
+${PYSITELIB}/material/.icons/octicons/file-zip-16.svg
+${PYSITELIB}/material/.icons/octicons/file-zip-24.svg
+${PYSITELIB}/material/.icons/octicons/filter-16.svg
+${PYSITELIB}/material/.icons/octicons/filter-24.svg
+${PYSITELIB}/material/.icons/octicons/flame-16.svg
+${PYSITELIB}/material/.icons/octicons/flame-24.svg
+${PYSITELIB}/material/.icons/octicons/fold-16.svg
+${PYSITELIB}/material/.icons/octicons/fold-24.svg
+${PYSITELIB}/material/.icons/octicons/fold-down-16.svg
+${PYSITELIB}/material/.icons/octicons/fold-down-24.svg
+${PYSITELIB}/material/.icons/octicons/fold-up-16.svg
+${PYSITELIB}/material/.icons/octicons/fold-up-24.svg
+${PYSITELIB}/material/.icons/octicons/gear-16.svg
+${PYSITELIB}/material/.icons/octicons/gear-24.svg
+${PYSITELIB}/material/.icons/octicons/gift-16.svg
+${PYSITELIB}/material/.icons/octicons/gift-24.svg
+${PYSITELIB}/material/.icons/octicons/git-branch-16.svg
+${PYSITELIB}/material/.icons/octicons/git-branch-24.svg
+${PYSITELIB}/material/.icons/octicons/git-commit-16.svg
+${PYSITELIB}/material/.icons/octicons/git-commit-24.svg
+${PYSITELIB}/material/.icons/octicons/git-compare-16.svg
+${PYSITELIB}/material/.icons/octicons/git-compare-24.svg
+${PYSITELIB}/material/.icons/octicons/git-fork-24.svg
+${PYSITELIB}/material/.icons/octicons/git-merge-16.svg
+${PYSITELIB}/material/.icons/octicons/git-merge-24.svg
+${PYSITELIB}/material/.icons/octicons/git-pull-request-16.svg
+${PYSITELIB}/material/.icons/octicons/git-pull-request-24.svg
+${PYSITELIB}/material/.icons/octicons/globe-16.svg
+${PYSITELIB}/material/.icons/octicons/globe-24.svg
+${PYSITELIB}/material/.icons/octicons/grabber-16.svg
+${PYSITELIB}/material/.icons/octicons/grabber-24.svg
+${PYSITELIB}/material/.icons/octicons/graph-16.svg
+${PYSITELIB}/material/.icons/octicons/graph-24.svg
+${PYSITELIB}/material/.icons/octicons/heading-16.svg
+${PYSITELIB}/material/.icons/octicons/heading-24.svg
+${PYSITELIB}/material/.icons/octicons/heart-16.svg
+${PYSITELIB}/material/.icons/octicons/heart-24.svg
+${PYSITELIB}/material/.icons/octicons/heart-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/heart-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/history-16.svg
+${PYSITELIB}/material/.icons/octicons/history-24.svg
+${PYSITELIB}/material/.icons/octicons/home-16.svg
+${PYSITELIB}/material/.icons/octicons/home-24.svg
+${PYSITELIB}/material/.icons/octicons/home-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/horizontal-rule-16.svg
+${PYSITELIB}/material/.icons/octicons/horizontal-rule-24.svg
+${PYSITELIB}/material/.icons/octicons/hourglass-16.svg
+${PYSITELIB}/material/.icons/octicons/hourglass-24.svg
+${PYSITELIB}/material/.icons/octicons/hubot-16.svg
+${PYSITELIB}/material/.icons/octicons/hubot-24.svg
+${PYSITELIB}/material/.icons/octicons/image-16.svg
+${PYSITELIB}/material/.icons/octicons/image-24.svg
+${PYSITELIB}/material/.icons/octicons/inbox-16.svg
+${PYSITELIB}/material/.icons/octicons/inbox-24.svg
+${PYSITELIB}/material/.icons/octicons/infinity-16.svg
+${PYSITELIB}/material/.icons/octicons/infinity-24.svg
+${PYSITELIB}/material/.icons/octicons/info-16.svg
+${PYSITELIB}/material/.icons/octicons/info-24.svg
+${PYSITELIB}/material/.icons/octicons/insights-24.svg
+${PYSITELIB}/material/.icons/octicons/issue-closed-16.svg
+${PYSITELIB}/material/.icons/octicons/issue-closed-24.svg
+${PYSITELIB}/material/.icons/octicons/issue-opened-16.svg
+${PYSITELIB}/material/.icons/octicons/issue-opened-24.svg
+${PYSITELIB}/material/.icons/octicons/issue-reopened-16.svg
+${PYSITELIB}/material/.icons/octicons/issue-reopened-24.svg
+${PYSITELIB}/material/.icons/octicons/italic-16.svg
+${PYSITELIB}/material/.icons/octicons/italic-24.svg
+${PYSITELIB}/material/.icons/octicons/kebab-horizontal-16.svg
+${PYSITELIB}/material/.icons/octicons/kebab-horizontal-24.svg
+${PYSITELIB}/material/.icons/octicons/key-16.svg
+${PYSITELIB}/material/.icons/octicons/key-24.svg
+${PYSITELIB}/material/.icons/octicons/law-16.svg
+${PYSITELIB}/material/.icons/octicons/law-24.svg
+${PYSITELIB}/material/.icons/octicons/light-bulb-16.svg
+${PYSITELIB}/material/.icons/octicons/light-bulb-24.svg
+${PYSITELIB}/material/.icons/octicons/link-16.svg
+${PYSITELIB}/material/.icons/octicons/link-24.svg
+${PYSITELIB}/material/.icons/octicons/link-external-16.svg
+${PYSITELIB}/material/.icons/octicons/link-external-24.svg
+${PYSITELIB}/material/.icons/octicons/list-ordered-16.svg
+${PYSITELIB}/material/.icons/octicons/list-ordered-24.svg
+${PYSITELIB}/material/.icons/octicons/list-unordered-16.svg
+${PYSITELIB}/material/.icons/octicons/list-unordered-24.svg
+${PYSITELIB}/material/.icons/octicons/location-16.svg
+${PYSITELIB}/material/.icons/octicons/location-24.svg
+${PYSITELIB}/material/.icons/octicons/lock-16.svg
+${PYSITELIB}/material/.icons/octicons/lock-24.svg
+${PYSITELIB}/material/.icons/octicons/logo-gist-16.svg
+${PYSITELIB}/material/.icons/octicons/logo-github-16.svg
+${PYSITELIB}/material/.icons/octicons/mail-16.svg
+${PYSITELIB}/material/.icons/octicons/mail-24.svg
+${PYSITELIB}/material/.icons/octicons/mark-github-16.svg
+${PYSITELIB}/material/.icons/octicons/markdown-16.svg
+${PYSITELIB}/material/.icons/octicons/megaphone-16.svg
+${PYSITELIB}/material/.icons/octicons/megaphone-24.svg
+${PYSITELIB}/material/.icons/octicons/mention-16.svg
+${PYSITELIB}/material/.icons/octicons/mention-24.svg
+${PYSITELIB}/material/.icons/octicons/meter-16.svg
+${PYSITELIB}/material/.icons/octicons/milestone-16.svg
+${PYSITELIB}/material/.icons/octicons/milestone-24.svg
+${PYSITELIB}/material/.icons/octicons/mirror-16.svg
+${PYSITELIB}/material/.icons/octicons/mirror-24.svg
+${PYSITELIB}/material/.icons/octicons/moon-16.svg
+${PYSITELIB}/material/.icons/octicons/moon-24.svg
+${PYSITELIB}/material/.icons/octicons/mortar-board-16.svg
+${PYSITELIB}/material/.icons/octicons/mortar-board-24.svg
+${PYSITELIB}/material/.icons/octicons/mute-16.svg
+${PYSITELIB}/material/.icons/octicons/mute-24.svg
+${PYSITELIB}/material/.icons/octicons/no-entry-16.svg
+${PYSITELIB}/material/.icons/octicons/no-entry-24.svg
+${PYSITELIB}/material/.icons/octicons/north-star-16.svg
+${PYSITELIB}/material/.icons/octicons/north-star-24.svg
+${PYSITELIB}/material/.icons/octicons/note-16.svg
+${PYSITELIB}/material/.icons/octicons/note-24.svg
+${PYSITELIB}/material/.icons/octicons/octoface-16.svg
+${PYSITELIB}/material/.icons/octicons/octoface-24.svg
+${PYSITELIB}/material/.icons/octicons/organization-16.svg
+${PYSITELIB}/material/.icons/octicons/organization-24.svg
+${PYSITELIB}/material/.icons/octicons/package-16.svg
+${PYSITELIB}/material/.icons/octicons/package-24.svg
+${PYSITELIB}/material/.icons/octicons/package-dependencies-16.svg
+${PYSITELIB}/material/.icons/octicons/package-dependencies-24.svg
+${PYSITELIB}/material/.icons/octicons/package-dependents-16.svg
+${PYSITELIB}/material/.icons/octicons/package-dependents-24.svg
+${PYSITELIB}/material/.icons/octicons/paintbrush-16.svg
+${PYSITELIB}/material/.icons/octicons/paper-airplane-16.svg
+${PYSITELIB}/material/.icons/octicons/paper-airplane-24.svg
+${PYSITELIB}/material/.icons/octicons/pencil-16.svg
+${PYSITELIB}/material/.icons/octicons/pencil-24.svg
+${PYSITELIB}/material/.icons/octicons/people-16.svg
+${PYSITELIB}/material/.icons/octicons/people-24.svg
+${PYSITELIB}/material/.icons/octicons/person-16.svg
+${PYSITELIB}/material/.icons/octicons/person-24.svg
+${PYSITELIB}/material/.icons/octicons/pin-16.svg
+${PYSITELIB}/material/.icons/octicons/pin-24.svg
+${PYSITELIB}/material/.icons/octicons/play-16.svg
+${PYSITELIB}/material/.icons/octicons/play-24.svg
+${PYSITELIB}/material/.icons/octicons/plug-16.svg
+${PYSITELIB}/material/.icons/octicons/plug-24.svg
+${PYSITELIB}/material/.icons/octicons/plus-16.svg
+${PYSITELIB}/material/.icons/octicons/plus-24.svg
+${PYSITELIB}/material/.icons/octicons/plus-circle-16.svg
+${PYSITELIB}/material/.icons/octicons/plus-circle-24.svg
+${PYSITELIB}/material/.icons/octicons/project-16.svg
+${PYSITELIB}/material/.icons/octicons/project-24.svg
+${PYSITELIB}/material/.icons/octicons/pulse-16.svg
+${PYSITELIB}/material/.icons/octicons/pulse-24.svg
+${PYSITELIB}/material/.icons/octicons/question-16.svg
+${PYSITELIB}/material/.icons/octicons/question-24.svg
+${PYSITELIB}/material/.icons/octicons/quote-16.svg
+${PYSITELIB}/material/.icons/octicons/quote-24.svg
+${PYSITELIB}/material/.icons/octicons/reply-16.svg
+${PYSITELIB}/material/.icons/octicons/reply-24.svg
+${PYSITELIB}/material/.icons/octicons/repo-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-24.svg
+${PYSITELIB}/material/.icons/octicons/repo-clone-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-forked-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-pull-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-push-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-push-24.svg
+${PYSITELIB}/material/.icons/octicons/repo-template-16.svg
+${PYSITELIB}/material/.icons/octicons/repo-template-24.svg
+${PYSITELIB}/material/.icons/octicons/report-16.svg
+${PYSITELIB}/material/.icons/octicons/report-24.svg
+${PYSITELIB}/material/.icons/octicons/rocket-16.svg
+${PYSITELIB}/material/.icons/octicons/rocket-24.svg
+${PYSITELIB}/material/.icons/octicons/rss-16.svg
+${PYSITELIB}/material/.icons/octicons/rss-24.svg
+${PYSITELIB}/material/.icons/octicons/ruby-16.svg
+${PYSITELIB}/material/.icons/octicons/ruby-24.svg
+${PYSITELIB}/material/.icons/octicons/screen-full-16.svg
+${PYSITELIB}/material/.icons/octicons/screen-full-24.svg
+${PYSITELIB}/material/.icons/octicons/screen-normal-16.svg
+${PYSITELIB}/material/.icons/octicons/screen-normal-24.svg
+${PYSITELIB}/material/.icons/octicons/search-16.svg
+${PYSITELIB}/material/.icons/octicons/search-24.svg
+${PYSITELIB}/material/.icons/octicons/server-16.svg
+${PYSITELIB}/material/.icons/octicons/server-24.svg
+${PYSITELIB}/material/.icons/octicons/share-16.svg
+${PYSITELIB}/material/.icons/octicons/share-24.svg
+${PYSITELIB}/material/.icons/octicons/share-android-16.svg
+${PYSITELIB}/material/.icons/octicons/share-android-24.svg
+${PYSITELIB}/material/.icons/octicons/shield-16.svg
+${PYSITELIB}/material/.icons/octicons/shield-24.svg
+${PYSITELIB}/material/.icons/octicons/shield-check-16.svg
+${PYSITELIB}/material/.icons/octicons/shield-check-24.svg
+${PYSITELIB}/material/.icons/octicons/shield-lock-16.svg
+${PYSITELIB}/material/.icons/octicons/shield-lock-24.svg
+${PYSITELIB}/material/.icons/octicons/shield-x-16.svg
+${PYSITELIB}/material/.icons/octicons/shield-x-24.svg
+${PYSITELIB}/material/.icons/octicons/sign-in-16.svg
+${PYSITELIB}/material/.icons/octicons/sign-in-24.svg
+${PYSITELIB}/material/.icons/octicons/sign-out-16.svg
+${PYSITELIB}/material/.icons/octicons/sign-out-24.svg
+${PYSITELIB}/material/.icons/octicons/skip-16.svg
+${PYSITELIB}/material/.icons/octicons/skip-24.svg
+${PYSITELIB}/material/.icons/octicons/smiley-16.svg
+${PYSITELIB}/material/.icons/octicons/smiley-24.svg
+${PYSITELIB}/material/.icons/octicons/square-16.svg
+${PYSITELIB}/material/.icons/octicons/square-24.svg
+${PYSITELIB}/material/.icons/octicons/square-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/square-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/squirrel-16.svg
+${PYSITELIB}/material/.icons/octicons/star-16.svg
+${PYSITELIB}/material/.icons/octicons/star-24.svg
+${PYSITELIB}/material/.icons/octicons/star-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/star-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/stop-16.svg
+${PYSITELIB}/material/.icons/octicons/stop-24.svg
+${PYSITELIB}/material/.icons/octicons/stopwatch-16.svg
+${PYSITELIB}/material/.icons/octicons/stopwatch-24.svg
+${PYSITELIB}/material/.icons/octicons/sun-16.svg
+${PYSITELIB}/material/.icons/octicons/sun-24.svg
+${PYSITELIB}/material/.icons/octicons/sync-16.svg
+${PYSITELIB}/material/.icons/octicons/sync-24.svg
+${PYSITELIB}/material/.icons/octicons/tab-24.svg
+${PYSITELIB}/material/.icons/octicons/tag-16.svg
+${PYSITELIB}/material/.icons/octicons/tag-24.svg
+${PYSITELIB}/material/.icons/octicons/tasklist-16.svg
+${PYSITELIB}/material/.icons/octicons/tasklist-24.svg
+${PYSITELIB}/material/.icons/octicons/telescope-16.svg
+${PYSITELIB}/material/.icons/octicons/telescope-24.svg
+${PYSITELIB}/material/.icons/octicons/terminal-16.svg
+${PYSITELIB}/material/.icons/octicons/terminal-24.svg
+${PYSITELIB}/material/.icons/octicons/three-bars-16.svg
+${PYSITELIB}/material/.icons/octicons/thumbsdown-16.svg
+${PYSITELIB}/material/.icons/octicons/thumbsdown-24.svg
+${PYSITELIB}/material/.icons/octicons/thumbsup-16.svg
+${PYSITELIB}/material/.icons/octicons/thumbsup-24.svg
+${PYSITELIB}/material/.icons/octicons/tools-16.svg
+${PYSITELIB}/material/.icons/octicons/tools-24.svg
+${PYSITELIB}/material/.icons/octicons/trash-24.svg
+${PYSITELIB}/material/.icons/octicons/trashcan-16.svg
+${PYSITELIB}/material/.icons/octicons/triangle-down-16.svg
+${PYSITELIB}/material/.icons/octicons/triangle-down-24.svg
+${PYSITELIB}/material/.icons/octicons/triangle-left-16.svg
+${PYSITELIB}/material/.icons/octicons/triangle-left-24.svg
+${PYSITELIB}/material/.icons/octicons/triangle-right-16.svg
+${PYSITELIB}/material/.icons/octicons/triangle-right-24.svg
+${PYSITELIB}/material/.icons/octicons/triangle-up-16.svg
+${PYSITELIB}/material/.icons/octicons/triangle-up-24.svg
+${PYSITELIB}/material/.icons/octicons/typography-16.svg
+${PYSITELIB}/material/.icons/octicons/typography-24.svg
+${PYSITELIB}/material/.icons/octicons/unfold-16.svg
+${PYSITELIB}/material/.icons/octicons/unfold-24.svg
+${PYSITELIB}/material/.icons/octicons/unlock-16.svg
+${PYSITELIB}/material/.icons/octicons/unlock-24.svg
+${PYSITELIB}/material/.icons/octicons/unmute-16.svg
+${PYSITELIB}/material/.icons/octicons/unmute-24.svg
+${PYSITELIB}/material/.icons/octicons/unverified-16.svg
+${PYSITELIB}/material/.icons/octicons/unverified-24.svg
+${PYSITELIB}/material/.icons/octicons/upload-16.svg
+${PYSITELIB}/material/.icons/octicons/upload-24.svg
+${PYSITELIB}/material/.icons/octicons/verified-16.svg
+${PYSITELIB}/material/.icons/octicons/verified-24.svg
+${PYSITELIB}/material/.icons/octicons/versions-16.svg
+${PYSITELIB}/material/.icons/octicons/versions-24.svg
+${PYSITELIB}/material/.icons/octicons/workflow-16.svg
+${PYSITELIB}/material/.icons/octicons/workflow-24.svg
+${PYSITELIB}/material/.icons/octicons/x-16.svg
+${PYSITELIB}/material/.icons/octicons/x-24.svg
+${PYSITELIB}/material/.icons/octicons/x-circle-16.svg
+${PYSITELIB}/material/.icons/octicons/x-circle-24.svg
+${PYSITELIB}/material/.icons/octicons/x-circle-fill-16.svg
+${PYSITELIB}/material/.icons/octicons/x-circle-fill-24.svg
+${PYSITELIB}/material/.icons/octicons/zap-16.svg
+${PYSITELIB}/material/.icons/octicons/zap-24.svg
+${PYSITELIB}/material/404.html
+${PYSITELIB}/material/__init__.py
+${PYSITELIB}/material/__init__.pyc
+${PYSITELIB}/material/__init__.pyo
+${PYSITELIB}/material/assets/images/favicon.png
+${PYSITELIB}/material/assets/javascripts/bundle.6627ddf3.min.js
+${PYSITELIB}/material/assets/javascripts/bundle.6627ddf3.min.js.map
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.ar.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.da.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.de.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.du.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.es.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.fi.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.fr.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.hu.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.it.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.ja.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.jp.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.multi.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.nl.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.no.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.pt.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.ro.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.ru.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.stemmer.support.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.sv.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.tr.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/min/lunr.vi.min.js
+${PYSITELIB}/material/assets/javascripts/lunr/tinyseg.min.js
+${PYSITELIB}/material/assets/javascripts/vendor.2d1db4bd.min.js
+${PYSITELIB}/material/assets/javascripts/vendor.2d1db4bd.min.js.map
+${PYSITELIB}/material/assets/javascripts/worker/search.5eca75d3.min.js
+${PYSITELIB}/material/assets/javascripts/worker/search.5eca75d3.min.js.map
+${PYSITELIB}/material/assets/stylesheets/main.077507d7.min.css
+${PYSITELIB}/material/assets/stylesheets/main.077507d7.min.css.map
+${PYSITELIB}/material/assets/stylesheets/palette.ff0a5ce4.min.css
+${PYSITELIB}/material/assets/stylesheets/palette.ff0a5ce4.min.css.map
+${PYSITELIB}/material/base.html
+${PYSITELIB}/material/main.html
+${PYSITELIB}/material/mkdocs_theme.yml
+${PYSITELIB}/material/partials/footer.html
+${PYSITELIB}/material/partials/header.html
+${PYSITELIB}/material/partials/hero.html
+${PYSITELIB}/material/partials/integrations/analytics.html
+${PYSITELIB}/material/partials/integrations/disqus.html
+${PYSITELIB}/material/partials/language.html
+${PYSITELIB}/material/partials/language/af.html
+${PYSITELIB}/material/partials/language/ar.html
+${PYSITELIB}/material/partials/language/bn.html
+${PYSITELIB}/material/partials/language/ca.html
+${PYSITELIB}/material/partials/language/cs.html
+${PYSITELIB}/material/partials/language/da.html
+${PYSITELIB}/material/partials/language/de.html
+${PYSITELIB}/material/partials/language/en.html
+${PYSITELIB}/material/partials/language/eo.html
+${PYSITELIB}/material/partials/language/es.html
+${PYSITELIB}/material/partials/language/et.html
+${PYSITELIB}/material/partials/language/fa.html
+${PYSITELIB}/material/partials/language/fi.html
+${PYSITELIB}/material/partials/language/fr.html
+${PYSITELIB}/material/partials/language/gl.html
+${PYSITELIB}/material/partials/language/gr.html
+${PYSITELIB}/material/partials/language/he.html
+${PYSITELIB}/material/partials/language/hi.html
+${PYSITELIB}/material/partials/language/hr.html
+${PYSITELIB}/material/partials/language/hu.html
+${PYSITELIB}/material/partials/language/id.html
+${PYSITELIB}/material/partials/language/it.html
+${PYSITELIB}/material/partials/language/ja.html
+${PYSITELIB}/material/partials/language/kr.html
+${PYSITELIB}/material/partials/language/my.html
+${PYSITELIB}/material/partials/language/nl.html
+${PYSITELIB}/material/partials/language/nn.html
+${PYSITELIB}/material/partials/language/no.html
+${PYSITELIB}/material/partials/language/pl.html
+${PYSITELIB}/material/partials/language/pt.html
+${PYSITELIB}/material/partials/language/ro.html
+${PYSITELIB}/material/partials/language/ru.html
+${PYSITELIB}/material/partials/language/sh.html
+${PYSITELIB}/material/partials/language/si.html
+${PYSITELIB}/material/partials/language/sk.html
+${PYSITELIB}/material/partials/language/sr.html
+${PYSITELIB}/material/partials/language/sv.html
+${PYSITELIB}/material/partials/language/th.html
+${PYSITELIB}/material/partials/language/tr.html
+${PYSITELIB}/material/partials/language/uk.html
+${PYSITELIB}/material/partials/language/vi.html
+${PYSITELIB}/material/partials/language/zh-Hant.html
+${PYSITELIB}/material/partials/language/zh-TW.html
+${PYSITELIB}/material/partials/language/zh.html
+${PYSITELIB}/material/partials/logo.html
+${PYSITELIB}/material/partials/nav-item.html
+${PYSITELIB}/material/partials/nav.html
+${PYSITELIB}/material/partials/palette.html
+${PYSITELIB}/material/partials/search.html
+${PYSITELIB}/material/partials/social.html
+${PYSITELIB}/material/partials/source-date.html
+${PYSITELIB}/material/partials/source-link.html
+${PYSITELIB}/material/partials/source.html
+${PYSITELIB}/material/partials/tabs-item.html
+${PYSITELIB}/material/partials/tabs.html
+${PYSITELIB}/material/partials/toc-item.html
+${PYSITELIB}/material/partials/toc.html
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-mkdocs-material/distinfo b/py-mkdocs-material/distinfo
new file mode 100644
index 0000000000..89ca6e82f0
--- /dev/null
+++ b/py-mkdocs-material/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mkdocs-material-5.5.13.tar.gz) = 07a8315c0935a17d69fd9e5015ed2c899ab2a7cc
+RMD160 (mkdocs-material-5.5.13.tar.gz) = d5755b8c7faf41872c5c8d38c19ba5e035f51942
+SHA512 (mkdocs-material-5.5.13.tar.gz) = b0bfaa583fdab30a4f19d4b5e711b213afce9210a9ce5da2b241171b87a2302df0fb01e99f2429b5de5cd4b38c41202abb64cd65e1b2acb27325e8df487b3eca
+Size (mkdocs-material-5.5.13.tar.gz) = 1662783 bytes
diff --git a/py-qiskit/DESCR b/py-qiskit/DESCR
new file mode 100644
index 0000000000..47b0e21b9a
--- /dev/null
+++ b/py-qiskit/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+![Image](images/qiskit_header.png?raw=true)
+
+[![License](https://img.shields.io/github/license/Qiskit/qiskit.svg?)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://img.shields.io/travis/com/Qiskit/qiskit/master.svg?)](https://travis-ci.com/Qiskit/qiskit) [![](https://img.shields.io/github/release/Qiskit/qiskit.svg)](https://github.com/Qiskit/qiskit/releases) [![Downloads](https://pepy.tech/badge/qiskit)](https://pypi.org/project/qiskit/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2562110.svg)](https://doi.org/10.5281/zenodo.2562110)
+
+**Qiskit** is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.
+
+Qiskit is made up of elements that work together to enable quantum computing. This is a simple meta-package to install the elements of Qiskit altogether.
+
+## Installation
+
+The best way of installing `qiskit` is by using `pip`:
+
+```bash
+$ pip install qiskit
+```
+
+See [install](https://qiskit.org/documentation/install.html) Qiskit for detailed instructions, how to use virtual environments, and
+build from source standalone versions of the individual Qiskit elements and components.
+
+## Qiskit Elements
+...
diff --git a/py-qiskit/Makefile b/py-qiskit/Makefile
new file mode 100644
index 0000000000..f52becd1c6
--- /dev/null
+++ b/py-qiskit/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	qiskit-0.20.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/1f/60/542761fb70fa8039a546512b870c99e467df2151ab42b5327ef7b26d2f0f/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/Qiskit/qiskit
+COMMENT=	Software for developing quantum computing programs
+LICENSE=	apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=   27
+
+DEPENDS+=	${PYPKGPREFIX}-qiskit-terra>=0.15.2:../../wip/py-qiskit-terra
+DEPENDS+=	${PYPKGPREFIX}-qiskit-aer>=0.6.1:../../wip/py-qiskit-aer
+DEPENDS+=	${PYPKGPREFIX}-qiskit-ibmq-provider>=0.9.0:../../wip/py-qiskit-ibmq-provider
+DEPENDS+=	${PYPKGPREFIX}-qiskit-ignis>==0.4.0:../../wip/py-qiskit-ignis
+DEPENDS+=	${PYPKGPREFIX}-qiskit-aqua>=0.7.5:../../wip/py-qiskit-aqua
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-qiskit/PLIST b/py-qiskit/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-qiskit/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-qiskit/distinfo b/py-qiskit/distinfo
new file mode 100644
index 0000000000..7cf62dc88e
--- /dev/null
+++ b/py-qiskit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qiskit-0.20.1.tar.gz) = e1082d1978e7c7f725d720187a82bb5bbc625356
+RMD160 (qiskit-0.20.1.tar.gz) = 15548a8d4e949340624b6bc644480e8d4607fc40
+SHA512 (qiskit-0.20.1.tar.gz) = f96aac85b31137fa43f15214c79d5275e546e6a5554959ceedbf6623f2fdeaba538190ce5dbace0841ca5c02ab0f9f4c57c370f886a1a68fffc8886c1d341754
+Size (qiskit-0.20.1.tar.gz) = 3878 bytes


Home | Main Index | Thread Index | Old Index