added beginnings of plain SVG output-format.
fixed resizing of graphics in tasty and growlr. Added FontAwesome CSS and any-resize.
Showing
with
96832 additions
and
20 deletions
+96832
-20
- apps/tasty/source/assembly.lisp apps/tasty/source/assembly.lisp +1 -1
- apps/tasty/source/viewport.lisp apps/tasty/source/viewport.lisp +2 -0
- base/source/package.lisp base/source/package.lisp +2 -0
- geom-base/drawing/source/lenses.lisp geom-base/drawing/source/lenses.lisp +4 -1
- geom-base/formats/source/vector-graphics.lisp geom-base/formats/source/vector-graphics.lisp +5 -0
- geom-base/prereqs/source/parameters.lisp geom-base/prereqs/source/parameters.lisp +1 -0
- gwl-graphics/gwl/source/base-ajax-graphics-sheet.lisp gwl-graphics/gwl/source/base-ajax-graphics-sheet.lisp +27 -4
- gwl-graphics/gwl/source/base-html-graphics-sheet.lisp gwl-graphics/gwl/source/base-html-graphics-sheet.lisp +18 -11
- gwl-graphics/svg/source/file-ordering.isc gwl-graphics/svg/source/file-ordering.isc +22 -0
- gwl-graphics/svg/source/lenses.lisp gwl-graphics/svg/source/lenses.lisp +344 -0
- gwl-graphics/svg/source/package.lisp gwl-graphics/svg/source/package.lisp +24 -0
- gwl/ajax/source/base-ajax-sheet.lisp gwl/ajax/source/base-ajax-sheet.lisp +8 -3
- gwl/static/3rdpty/fa/LICENSE.txt gwl/static/3rdpty/fa/LICENSE.txt +34 -0
- gwl/static/3rdpty/fa/css/all.css gwl/static/3rdpty/fa/css/all.css +3809 -0
- gwl/static/3rdpty/fa/css/all.min.css gwl/static/3rdpty/fa/css/all.min.css +5 -0
- gwl/static/3rdpty/fa/css/brands.css gwl/static/3rdpty/fa/css/brands.css +13 -0
- gwl/static/3rdpty/fa/css/brands.min.css gwl/static/3rdpty/fa/css/brands.min.css +5 -0
- gwl/static/3rdpty/fa/css/fontawesome.css gwl/static/3rdpty/fa/css/fontawesome.css +3779 -0
- gwl/static/3rdpty/fa/css/fontawesome.min.css gwl/static/3rdpty/fa/css/fontawesome.min.css +5 -0
- gwl/static/3rdpty/fa/css/regular.css gwl/static/3rdpty/fa/css/regular.css +14 -0
- gwl/static/3rdpty/fa/css/regular.min.css gwl/static/3rdpty/fa/css/regular.min.css +5 -0
- gwl/static/3rdpty/fa/css/solid.css gwl/static/3rdpty/fa/css/solid.css +15 -0
- gwl/static/3rdpty/fa/css/solid.min.css gwl/static/3rdpty/fa/css/solid.min.css +5 -0
- gwl/static/3rdpty/fa/css/svg-with-js.css gwl/static/3rdpty/fa/css/svg-with-js.css +345 -0
- gwl/static/3rdpty/fa/css/svg-with-js.min.css gwl/static/3rdpty/fa/css/svg-with-js.min.css +5 -0
- gwl/static/3rdpty/fa/css/v4-shims.css gwl/static/3rdpty/fa/css/v4-shims.css +2170 -0
- gwl/static/3rdpty/fa/css/v4-shims.min.css gwl/static/3rdpty/fa/css/v4-shims.min.css +5 -0
- gwl/static/3rdpty/fa/js/all.js gwl/static/3rdpty/fa/js/all.js +3685 -0
- gwl/static/3rdpty/fa/js/all.min.js gwl/static/3rdpty/fa/js/all.min.js +5 -0
- gwl/static/3rdpty/fa/js/brands.js gwl/static/3rdpty/fa/js/brands.js +506 -0
- gwl/static/3rdpty/fa/js/brands.min.js gwl/static/3rdpty/fa/js/brands.min.js +5 -0
- gwl/static/3rdpty/fa/js/fontawesome.js gwl/static/3rdpty/fa/js/fontawesome.js +1978 -0
- gwl/static/3rdpty/fa/js/fontawesome.min.js gwl/static/3rdpty/fa/js/fontawesome.min.js +5 -0
- gwl/static/3rdpty/fa/js/regular.js gwl/static/3rdpty/fa/js/regular.js +277 -0
- gwl/static/3rdpty/fa/js/regular.min.js gwl/static/3rdpty/fa/js/regular.min.js +5 -0
- gwl/static/3rdpty/fa/js/solid.js gwl/static/3rdpty/fa/js/solid.js +936 -0
- gwl/static/3rdpty/fa/js/solid.min.js gwl/static/3rdpty/fa/js/solid.min.js +5 -0
- gwl/static/3rdpty/fa/js/v4-shims.js gwl/static/3rdpty/fa/js/v4-shims.js +91 -0
- gwl/static/3rdpty/fa/js/v4-shims.min.js gwl/static/3rdpty/fa/js/v4-shims.min.js +5 -0
- gwl/static/3rdpty/fa/less/_animated.less gwl/static/3rdpty/fa/less/_animated.less +19 -0
- gwl/static/3rdpty/fa/less/_bordered-pulled.less gwl/static/3rdpty/fa/less/_bordered-pulled.less +16 -0
- gwl/static/3rdpty/fa/less/_core.less gwl/static/3rdpty/fa/less/_core.less +12 -0
- gwl/static/3rdpty/fa/less/_fixed-width.less gwl/static/3rdpty/fa/less/_fixed-width.less +6 -0
- gwl/static/3rdpty/fa/less/_icons.less gwl/static/3rdpty/fa/less/_icons.less +1194 -0
- gwl/static/3rdpty/fa/less/_larger.less gwl/static/3rdpty/fa/less/_larger.less +27 -0
- gwl/static/3rdpty/fa/less/_list.less gwl/static/3rdpty/fa/less/_list.less +18 -0
- gwl/static/3rdpty/fa/less/_mixins.less gwl/static/3rdpty/fa/less/_mixins.less +57 -0
- gwl/static/3rdpty/fa/less/_rotated-flipped.less gwl/static/3rdpty/fa/less/_rotated-flipped.less +23 -0
- gwl/static/3rdpty/fa/less/_screen-reader.less gwl/static/3rdpty/fa/less/_screen-reader.less +5 -0
- gwl/static/3rdpty/fa/less/_shims.less gwl/static/3rdpty/fa/less/_shims.less +2066 -0
- gwl/static/3rdpty/fa/less/_stacked.less gwl/static/3rdpty/fa/less/_stacked.less +22 -0
- gwl/static/3rdpty/fa/less/_variables.less gwl/static/3rdpty/fa/less/_variables.less +1203 -0
- gwl/static/3rdpty/fa/less/brands.less gwl/static/3rdpty/fa/less/brands.less +21 -0
- gwl/static/3rdpty/fa/less/fontawesome.less gwl/static/3rdpty/fa/less/fontawesome.less +16 -0
- gwl/static/3rdpty/fa/less/regular.less gwl/static/3rdpty/fa/less/regular.less +22 -0
- gwl/static/3rdpty/fa/less/solid.less gwl/static/3rdpty/fa/less/solid.less +23 -0
- gwl/static/3rdpty/fa/less/v4-shims.less gwl/static/3rdpty/fa/less/v4-shims.less +6 -0
- gwl/static/3rdpty/fa/metadata/categories.yml gwl/static/3rdpty/fa/metadata/categories.yml +1677 -0
- gwl/static/3rdpty/fa/metadata/icons.json gwl/static/3rdpty/fa/metadata/icons.json +40348 -0
- gwl/static/3rdpty/fa/metadata/icons.yml gwl/static/3rdpty/fa/metadata/icons.yml +13935 -0
- gwl/static/3rdpty/fa/metadata/shims.json gwl/static/3rdpty/fa/metadata/shims.json +2307 -0
- gwl/static/3rdpty/fa/metadata/shims.yml gwl/static/3rdpty/fa/metadata/shims.yml +295 -0
- gwl/static/3rdpty/fa/metadata/sponsors.yml gwl/static/3rdpty/fa/metadata/sponsors.yml +612 -0
- gwl/static/3rdpty/fa/scss/_animated.scss gwl/static/3rdpty/fa/scss/_animated.scss +20 -0
- gwl/static/3rdpty/fa/scss/_bordered-pulled.scss gwl/static/3rdpty/fa/scss/_bordered-pulled.scss +20 -0
- gwl/static/3rdpty/fa/scss/_core.scss gwl/static/3rdpty/fa/scss/_core.scss +20 -0
- gwl/static/3rdpty/fa/scss/_fixed-width.scss gwl/static/3rdpty/fa/scss/_fixed-width.scss +6 -0
- gwl/static/3rdpty/fa/scss/_icons.scss gwl/static/3rdpty/fa/scss/_icons.scss +1194 -0
- gwl/static/3rdpty/fa/scss/_larger.scss gwl/static/3rdpty/fa/scss/_larger.scss +23 -0
- gwl/static/3rdpty/fa/scss/_list.scss gwl/static/3rdpty/fa/scss/_list.scss +18 -0
- gwl/static/3rdpty/fa/scss/_mixins.scss gwl/static/3rdpty/fa/scss/_mixins.scss +57 -0
- gwl/static/3rdpty/fa/scss/_rotated-flipped.scss gwl/static/3rdpty/fa/scss/_rotated-flipped.scss +23 -0
- gwl/static/3rdpty/fa/scss/_screen-reader.scss gwl/static/3rdpty/fa/scss/_screen-reader.scss +5 -0
- gwl/static/3rdpty/fa/scss/_shims.scss gwl/static/3rdpty/fa/scss/_shims.scss +2066 -0
- gwl/static/3rdpty/fa/scss/_stacked.scss gwl/static/3rdpty/fa/scss/_stacked.scss +31 -0
- gwl/static/3rdpty/fa/scss/_variables.scss gwl/static/3rdpty/fa/scss/_variables.scss +1207 -0
- gwl/static/3rdpty/fa/scss/brands.scss gwl/static/3rdpty/fa/scss/brands.scss +21 -0
- gwl/static/3rdpty/fa/scss/fontawesome.scss gwl/static/3rdpty/fa/scss/fontawesome.scss +16 -0
- gwl/static/3rdpty/fa/scss/regular.scss gwl/static/3rdpty/fa/scss/regular.scss +22 -0
- gwl/static/3rdpty/fa/scss/solid.scss gwl/static/3rdpty/fa/scss/solid.scss +23 -0
- gwl/static/3rdpty/fa/scss/v4-shims.scss gwl/static/3rdpty/fa/scss/v4-shims.scss +6 -0
- gwl/static/3rdpty/fa/sprites/brands.svg gwl/static/3rdpty/fa/sprites/brands.svg +1531 -0
- gwl/static/3rdpty/fa/sprites/regular.svg gwl/static/3rdpty/fa/sprites/regular.svg +615 -0
- gwl/static/3rdpty/fa/sprites/solid.svg gwl/static/3rdpty/fa/sprites/solid.svg +3251 -0
- gwl/static/3rdpty/fa/svgs/brands/500px.svg gwl/static/3rdpty/fa/svgs/brands/500px.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/accessible-icon.svg gwl/static/3rdpty/fa/svgs/brands/accessible-icon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/accusoft.svg gwl/static/3rdpty/fa/svgs/brands/accusoft.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/adn.svg gwl/static/3rdpty/fa/svgs/brands/adn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/adversal.svg gwl/static/3rdpty/fa/svgs/brands/adversal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/affiliatetheme.svg gwl/static/3rdpty/fa/svgs/brands/affiliatetheme.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/algolia.svg gwl/static/3rdpty/fa/svgs/brands/algolia.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/alipay.svg gwl/static/3rdpty/fa/svgs/brands/alipay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/amazon-pay.svg gwl/static/3rdpty/fa/svgs/brands/amazon-pay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/amazon.svg gwl/static/3rdpty/fa/svgs/brands/amazon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/amilia.svg gwl/static/3rdpty/fa/svgs/brands/amilia.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/android.svg gwl/static/3rdpty/fa/svgs/brands/android.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/angellist.svg gwl/static/3rdpty/fa/svgs/brands/angellist.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/angrycreative.svg gwl/static/3rdpty/fa/svgs/brands/angrycreative.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/angular.svg gwl/static/3rdpty/fa/svgs/brands/angular.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/app-store-ios.svg gwl/static/3rdpty/fa/svgs/brands/app-store-ios.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/app-store.svg gwl/static/3rdpty/fa/svgs/brands/app-store.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/apper.svg gwl/static/3rdpty/fa/svgs/brands/apper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/apple-pay.svg gwl/static/3rdpty/fa/svgs/brands/apple-pay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/apple.svg gwl/static/3rdpty/fa/svgs/brands/apple.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/asymmetrik.svg gwl/static/3rdpty/fa/svgs/brands/asymmetrik.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/audible.svg gwl/static/3rdpty/fa/svgs/brands/audible.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/autoprefixer.svg gwl/static/3rdpty/fa/svgs/brands/autoprefixer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/avianex.svg gwl/static/3rdpty/fa/svgs/brands/avianex.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/aviato.svg gwl/static/3rdpty/fa/svgs/brands/aviato.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/aws.svg gwl/static/3rdpty/fa/svgs/brands/aws.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bandcamp.svg gwl/static/3rdpty/fa/svgs/brands/bandcamp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/behance-square.svg gwl/static/3rdpty/fa/svgs/brands/behance-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/behance.svg gwl/static/3rdpty/fa/svgs/brands/behance.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bimobject.svg gwl/static/3rdpty/fa/svgs/brands/bimobject.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bitbucket.svg gwl/static/3rdpty/fa/svgs/brands/bitbucket.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bitcoin.svg gwl/static/3rdpty/fa/svgs/brands/bitcoin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bity.svg gwl/static/3rdpty/fa/svgs/brands/bity.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/black-tie.svg gwl/static/3rdpty/fa/svgs/brands/black-tie.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/blackberry.svg gwl/static/3rdpty/fa/svgs/brands/blackberry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/blogger-b.svg gwl/static/3rdpty/fa/svgs/brands/blogger-b.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/blogger.svg gwl/static/3rdpty/fa/svgs/brands/blogger.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bluetooth-b.svg gwl/static/3rdpty/fa/svgs/brands/bluetooth-b.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/bluetooth.svg gwl/static/3rdpty/fa/svgs/brands/bluetooth.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/btc.svg gwl/static/3rdpty/fa/svgs/brands/btc.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/buromobelexperte.svg gwl/static/3rdpty/fa/svgs/brands/buromobelexperte.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/buysellads.svg gwl/static/3rdpty/fa/svgs/brands/buysellads.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-amazon-pay.svg gwl/static/3rdpty/fa/svgs/brands/cc-amazon-pay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-amex.svg gwl/static/3rdpty/fa/svgs/brands/cc-amex.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-apple-pay.svg gwl/static/3rdpty/fa/svgs/brands/cc-apple-pay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-diners-club.svg gwl/static/3rdpty/fa/svgs/brands/cc-diners-club.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-discover.svg gwl/static/3rdpty/fa/svgs/brands/cc-discover.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-jcb.svg gwl/static/3rdpty/fa/svgs/brands/cc-jcb.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-mastercard.svg gwl/static/3rdpty/fa/svgs/brands/cc-mastercard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-paypal.svg gwl/static/3rdpty/fa/svgs/brands/cc-paypal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-stripe.svg gwl/static/3rdpty/fa/svgs/brands/cc-stripe.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cc-visa.svg gwl/static/3rdpty/fa/svgs/brands/cc-visa.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/centercode.svg gwl/static/3rdpty/fa/svgs/brands/centercode.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/chrome.svg gwl/static/3rdpty/fa/svgs/brands/chrome.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cloudscale.svg gwl/static/3rdpty/fa/svgs/brands/cloudscale.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cloudsmith.svg gwl/static/3rdpty/fa/svgs/brands/cloudsmith.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cloudversify.svg gwl/static/3rdpty/fa/svgs/brands/cloudversify.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/codepen.svg gwl/static/3rdpty/fa/svgs/brands/codepen.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/codiepie.svg gwl/static/3rdpty/fa/svgs/brands/codiepie.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/connectdevelop.svg gwl/static/3rdpty/fa/svgs/brands/connectdevelop.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/contao.svg gwl/static/3rdpty/fa/svgs/brands/contao.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cpanel.svg gwl/static/3rdpty/fa/svgs/brands/cpanel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-by.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-by.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc-eu.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc-eu.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc-jp.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc-jp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-nc.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-nd.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-nd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-pd-alt.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-pd-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-pd.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-pd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-remix.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-remix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-sa.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-sa.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-sampling-plus.svg .../3rdpty/fa/svgs/brands/creative-commons-sampling-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-sampling.svg ...tatic/3rdpty/fa/svgs/brands/creative-commons-sampling.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons-share.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons-share.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/creative-commons.svg gwl/static/3rdpty/fa/svgs/brands/creative-commons.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/css3-alt.svg gwl/static/3rdpty/fa/svgs/brands/css3-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/css3.svg gwl/static/3rdpty/fa/svgs/brands/css3.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/cuttlefish.svg gwl/static/3rdpty/fa/svgs/brands/cuttlefish.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/d-and-d.svg gwl/static/3rdpty/fa/svgs/brands/d-and-d.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dashcube.svg gwl/static/3rdpty/fa/svgs/brands/dashcube.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/delicious.svg gwl/static/3rdpty/fa/svgs/brands/delicious.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/deploydog.svg gwl/static/3rdpty/fa/svgs/brands/deploydog.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/deskpro.svg gwl/static/3rdpty/fa/svgs/brands/deskpro.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/deviantart.svg gwl/static/3rdpty/fa/svgs/brands/deviantart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/digg.svg gwl/static/3rdpty/fa/svgs/brands/digg.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/digital-ocean.svg gwl/static/3rdpty/fa/svgs/brands/digital-ocean.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/discord.svg gwl/static/3rdpty/fa/svgs/brands/discord.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/discourse.svg gwl/static/3rdpty/fa/svgs/brands/discourse.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dochub.svg gwl/static/3rdpty/fa/svgs/brands/dochub.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/docker.svg gwl/static/3rdpty/fa/svgs/brands/docker.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/draft2digital.svg gwl/static/3rdpty/fa/svgs/brands/draft2digital.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dribbble-square.svg gwl/static/3rdpty/fa/svgs/brands/dribbble-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dribbble.svg gwl/static/3rdpty/fa/svgs/brands/dribbble.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dropbox.svg gwl/static/3rdpty/fa/svgs/brands/dropbox.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/drupal.svg gwl/static/3rdpty/fa/svgs/brands/drupal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/dyalog.svg gwl/static/3rdpty/fa/svgs/brands/dyalog.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/earlybirds.svg gwl/static/3rdpty/fa/svgs/brands/earlybirds.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ebay.svg gwl/static/3rdpty/fa/svgs/brands/ebay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/edge.svg gwl/static/3rdpty/fa/svgs/brands/edge.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/elementor.svg gwl/static/3rdpty/fa/svgs/brands/elementor.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ello.svg gwl/static/3rdpty/fa/svgs/brands/ello.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ember.svg gwl/static/3rdpty/fa/svgs/brands/ember.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/empire.svg gwl/static/3rdpty/fa/svgs/brands/empire.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/envira.svg gwl/static/3rdpty/fa/svgs/brands/envira.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/erlang.svg gwl/static/3rdpty/fa/svgs/brands/erlang.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ethereum.svg gwl/static/3rdpty/fa/svgs/brands/ethereum.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/etsy.svg gwl/static/3rdpty/fa/svgs/brands/etsy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/expeditedssl.svg gwl/static/3rdpty/fa/svgs/brands/expeditedssl.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/facebook-f.svg gwl/static/3rdpty/fa/svgs/brands/facebook-f.svg +1 -0
- gwl/static/3rdpty/fa/svgs/brands/facebook-messenger.svg gwl/static/3rdpty/fa/svgs/brands/facebook-messenger.svg +1 -0
- gwl/static/3rdpty/fa/svgs/brands/facebook-square.svg gwl/static/3rdpty/fa/svgs/brands/facebook-square.svg +1 -0
- gwl/static/3rdpty/fa/svgs/brands/facebook.svg gwl/static/3rdpty/fa/svgs/brands/facebook.svg +1 -0
- gwl/static/3rdpty/fa/svgs/brands/firefox.svg gwl/static/3rdpty/fa/svgs/brands/firefox.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/first-order-alt.svg gwl/static/3rdpty/fa/svgs/brands/first-order-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/first-order.svg gwl/static/3rdpty/fa/svgs/brands/first-order.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/firstdraft.svg gwl/static/3rdpty/fa/svgs/brands/firstdraft.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/flickr.svg gwl/static/3rdpty/fa/svgs/brands/flickr.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/flipboard.svg gwl/static/3rdpty/fa/svgs/brands/flipboard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fly.svg gwl/static/3rdpty/fa/svgs/brands/fly.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/font-awesome-alt.svg gwl/static/3rdpty/fa/svgs/brands/font-awesome-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/font-awesome-flag.svg gwl/static/3rdpty/fa/svgs/brands/font-awesome-flag.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/font-awesome-logo-full.svg gwl/static/3rdpty/fa/svgs/brands/font-awesome-logo-full.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/font-awesome.svg gwl/static/3rdpty/fa/svgs/brands/font-awesome.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fonticons-fi.svg gwl/static/3rdpty/fa/svgs/brands/fonticons-fi.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fonticons.svg gwl/static/3rdpty/fa/svgs/brands/fonticons.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fort-awesome-alt.svg gwl/static/3rdpty/fa/svgs/brands/fort-awesome-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fort-awesome.svg gwl/static/3rdpty/fa/svgs/brands/fort-awesome.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/forumbee.svg gwl/static/3rdpty/fa/svgs/brands/forumbee.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/foursquare.svg gwl/static/3rdpty/fa/svgs/brands/foursquare.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/free-code-camp.svg gwl/static/3rdpty/fa/svgs/brands/free-code-camp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/freebsd.svg gwl/static/3rdpty/fa/svgs/brands/freebsd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/fulcrum.svg gwl/static/3rdpty/fa/svgs/brands/fulcrum.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/galactic-republic.svg gwl/static/3rdpty/fa/svgs/brands/galactic-republic.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/galactic-senate.svg gwl/static/3rdpty/fa/svgs/brands/galactic-senate.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/get-pocket.svg gwl/static/3rdpty/fa/svgs/brands/get-pocket.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gg-circle.svg gwl/static/3rdpty/fa/svgs/brands/gg-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gg.svg gwl/static/3rdpty/fa/svgs/brands/gg.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/git-square.svg gwl/static/3rdpty/fa/svgs/brands/git-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/git.svg gwl/static/3rdpty/fa/svgs/brands/git.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/github-alt.svg gwl/static/3rdpty/fa/svgs/brands/github-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/github-square.svg gwl/static/3rdpty/fa/svgs/brands/github-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/github.svg gwl/static/3rdpty/fa/svgs/brands/github.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gitkraken.svg gwl/static/3rdpty/fa/svgs/brands/gitkraken.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gitlab.svg gwl/static/3rdpty/fa/svgs/brands/gitlab.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gitter.svg gwl/static/3rdpty/fa/svgs/brands/gitter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/glide-g.svg gwl/static/3rdpty/fa/svgs/brands/glide-g.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/glide.svg gwl/static/3rdpty/fa/svgs/brands/glide.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gofore.svg gwl/static/3rdpty/fa/svgs/brands/gofore.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/goodreads-g.svg gwl/static/3rdpty/fa/svgs/brands/goodreads-g.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/goodreads.svg gwl/static/3rdpty/fa/svgs/brands/goodreads.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-drive.svg gwl/static/3rdpty/fa/svgs/brands/google-drive.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-play.svg gwl/static/3rdpty/fa/svgs/brands/google-play.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-plus-g.svg gwl/static/3rdpty/fa/svgs/brands/google-plus-g.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-plus-square.svg gwl/static/3rdpty/fa/svgs/brands/google-plus-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-plus.svg gwl/static/3rdpty/fa/svgs/brands/google-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google-wallet.svg gwl/static/3rdpty/fa/svgs/brands/google-wallet.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/google.svg gwl/static/3rdpty/fa/svgs/brands/google.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gratipay.svg gwl/static/3rdpty/fa/svgs/brands/gratipay.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/grav.svg gwl/static/3rdpty/fa/svgs/brands/grav.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gripfire.svg gwl/static/3rdpty/fa/svgs/brands/gripfire.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/grunt.svg gwl/static/3rdpty/fa/svgs/brands/grunt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/gulp.svg gwl/static/3rdpty/fa/svgs/brands/gulp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hacker-news-square.svg gwl/static/3rdpty/fa/svgs/brands/hacker-news-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hacker-news.svg gwl/static/3rdpty/fa/svgs/brands/hacker-news.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hackerrank.svg gwl/static/3rdpty/fa/svgs/brands/hackerrank.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hips.svg gwl/static/3rdpty/fa/svgs/brands/hips.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hire-a-helper.svg gwl/static/3rdpty/fa/svgs/brands/hire-a-helper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hooli.svg gwl/static/3rdpty/fa/svgs/brands/hooli.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hornbill.svg gwl/static/3rdpty/fa/svgs/brands/hornbill.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hotjar.svg gwl/static/3rdpty/fa/svgs/brands/hotjar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/houzz.svg gwl/static/3rdpty/fa/svgs/brands/houzz.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/html5.svg gwl/static/3rdpty/fa/svgs/brands/html5.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/hubspot.svg gwl/static/3rdpty/fa/svgs/brands/hubspot.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/imdb.svg gwl/static/3rdpty/fa/svgs/brands/imdb.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/instagram.svg gwl/static/3rdpty/fa/svgs/brands/instagram.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/internet-explorer.svg gwl/static/3rdpty/fa/svgs/brands/internet-explorer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ioxhost.svg gwl/static/3rdpty/fa/svgs/brands/ioxhost.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/itunes-note.svg gwl/static/3rdpty/fa/svgs/brands/itunes-note.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/itunes.svg gwl/static/3rdpty/fa/svgs/brands/itunes.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/java.svg gwl/static/3rdpty/fa/svgs/brands/java.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/jedi-order.svg gwl/static/3rdpty/fa/svgs/brands/jedi-order.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/jenkins.svg gwl/static/3rdpty/fa/svgs/brands/jenkins.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/joget.svg gwl/static/3rdpty/fa/svgs/brands/joget.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/joomla.svg gwl/static/3rdpty/fa/svgs/brands/joomla.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/js-square.svg gwl/static/3rdpty/fa/svgs/brands/js-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/js.svg gwl/static/3rdpty/fa/svgs/brands/js.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/jsfiddle.svg gwl/static/3rdpty/fa/svgs/brands/jsfiddle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/kaggle.svg gwl/static/3rdpty/fa/svgs/brands/kaggle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/keybase.svg gwl/static/3rdpty/fa/svgs/brands/keybase.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/keycdn.svg gwl/static/3rdpty/fa/svgs/brands/keycdn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/kickstarter-k.svg gwl/static/3rdpty/fa/svgs/brands/kickstarter-k.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/kickstarter.svg gwl/static/3rdpty/fa/svgs/brands/kickstarter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/korvue.svg gwl/static/3rdpty/fa/svgs/brands/korvue.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/laravel.svg gwl/static/3rdpty/fa/svgs/brands/laravel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/lastfm-square.svg gwl/static/3rdpty/fa/svgs/brands/lastfm-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/lastfm.svg gwl/static/3rdpty/fa/svgs/brands/lastfm.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/leanpub.svg gwl/static/3rdpty/fa/svgs/brands/leanpub.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/less.svg gwl/static/3rdpty/fa/svgs/brands/less.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/line.svg gwl/static/3rdpty/fa/svgs/brands/line.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/linkedin-in.svg gwl/static/3rdpty/fa/svgs/brands/linkedin-in.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/linkedin.svg gwl/static/3rdpty/fa/svgs/brands/linkedin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/linode.svg gwl/static/3rdpty/fa/svgs/brands/linode.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/linux.svg gwl/static/3rdpty/fa/svgs/brands/linux.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/lyft.svg gwl/static/3rdpty/fa/svgs/brands/lyft.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/magento.svg gwl/static/3rdpty/fa/svgs/brands/magento.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mailchimp.svg gwl/static/3rdpty/fa/svgs/brands/mailchimp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mandalorian.svg gwl/static/3rdpty/fa/svgs/brands/mandalorian.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/markdown.svg gwl/static/3rdpty/fa/svgs/brands/markdown.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mastodon.svg gwl/static/3rdpty/fa/svgs/brands/mastodon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/maxcdn.svg gwl/static/3rdpty/fa/svgs/brands/maxcdn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/medapps.svg gwl/static/3rdpty/fa/svgs/brands/medapps.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/medium-m.svg gwl/static/3rdpty/fa/svgs/brands/medium-m.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/medium.svg gwl/static/3rdpty/fa/svgs/brands/medium.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/medrt.svg gwl/static/3rdpty/fa/svgs/brands/medrt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/meetup.svg gwl/static/3rdpty/fa/svgs/brands/meetup.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/megaport.svg gwl/static/3rdpty/fa/svgs/brands/megaport.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/microsoft.svg gwl/static/3rdpty/fa/svgs/brands/microsoft.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mix.svg gwl/static/3rdpty/fa/svgs/brands/mix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mixcloud.svg gwl/static/3rdpty/fa/svgs/brands/mixcloud.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/mizuni.svg gwl/static/3rdpty/fa/svgs/brands/mizuni.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/modx.svg gwl/static/3rdpty/fa/svgs/brands/modx.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/monero.svg gwl/static/3rdpty/fa/svgs/brands/monero.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/napster.svg gwl/static/3rdpty/fa/svgs/brands/napster.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/neos.svg gwl/static/3rdpty/fa/svgs/brands/neos.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/nimblr.svg gwl/static/3rdpty/fa/svgs/brands/nimblr.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/nintendo-switch.svg gwl/static/3rdpty/fa/svgs/brands/nintendo-switch.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/node-js.svg gwl/static/3rdpty/fa/svgs/brands/node-js.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/node.svg gwl/static/3rdpty/fa/svgs/brands/node.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/npm.svg gwl/static/3rdpty/fa/svgs/brands/npm.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ns8.svg gwl/static/3rdpty/fa/svgs/brands/ns8.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/nutritionix.svg gwl/static/3rdpty/fa/svgs/brands/nutritionix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/odnoklassniki-square.svg gwl/static/3rdpty/fa/svgs/brands/odnoklassniki-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/odnoklassniki.svg gwl/static/3rdpty/fa/svgs/brands/odnoklassniki.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/old-republic.svg gwl/static/3rdpty/fa/svgs/brands/old-republic.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/opencart.svg gwl/static/3rdpty/fa/svgs/brands/opencart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/openid.svg gwl/static/3rdpty/fa/svgs/brands/openid.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/opera.svg gwl/static/3rdpty/fa/svgs/brands/opera.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/optin-monster.svg gwl/static/3rdpty/fa/svgs/brands/optin-monster.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/osi.svg gwl/static/3rdpty/fa/svgs/brands/osi.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/page4.svg gwl/static/3rdpty/fa/svgs/brands/page4.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pagelines.svg gwl/static/3rdpty/fa/svgs/brands/pagelines.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/palfed.svg gwl/static/3rdpty/fa/svgs/brands/palfed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/patreon.svg gwl/static/3rdpty/fa/svgs/brands/patreon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/paypal.svg gwl/static/3rdpty/fa/svgs/brands/paypal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/periscope.svg gwl/static/3rdpty/fa/svgs/brands/periscope.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/phabricator.svg gwl/static/3rdpty/fa/svgs/brands/phabricator.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/phoenix-framework.svg gwl/static/3rdpty/fa/svgs/brands/phoenix-framework.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/phoenix-squadron.svg gwl/static/3rdpty/fa/svgs/brands/phoenix-squadron.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/php.svg gwl/static/3rdpty/fa/svgs/brands/php.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pied-piper-alt.svg gwl/static/3rdpty/fa/svgs/brands/pied-piper-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pied-piper-hat.svg gwl/static/3rdpty/fa/svgs/brands/pied-piper-hat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pied-piper-pp.svg gwl/static/3rdpty/fa/svgs/brands/pied-piper-pp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pied-piper.svg gwl/static/3rdpty/fa/svgs/brands/pied-piper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pinterest-p.svg gwl/static/3rdpty/fa/svgs/brands/pinterest-p.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pinterest-square.svg gwl/static/3rdpty/fa/svgs/brands/pinterest-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pinterest.svg gwl/static/3rdpty/fa/svgs/brands/pinterest.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/playstation.svg gwl/static/3rdpty/fa/svgs/brands/playstation.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/product-hunt.svg gwl/static/3rdpty/fa/svgs/brands/product-hunt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/pushed.svg gwl/static/3rdpty/fa/svgs/brands/pushed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/python.svg gwl/static/3rdpty/fa/svgs/brands/python.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/qq.svg gwl/static/3rdpty/fa/svgs/brands/qq.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/quinscape.svg gwl/static/3rdpty/fa/svgs/brands/quinscape.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/quora.svg gwl/static/3rdpty/fa/svgs/brands/quora.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/r-project.svg gwl/static/3rdpty/fa/svgs/brands/r-project.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ravelry.svg gwl/static/3rdpty/fa/svgs/brands/ravelry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/react.svg gwl/static/3rdpty/fa/svgs/brands/react.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/readme.svg gwl/static/3rdpty/fa/svgs/brands/readme.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/rebel.svg gwl/static/3rdpty/fa/svgs/brands/rebel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/red-river.svg gwl/static/3rdpty/fa/svgs/brands/red-river.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/reddit-alien.svg gwl/static/3rdpty/fa/svgs/brands/reddit-alien.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/reddit-square.svg gwl/static/3rdpty/fa/svgs/brands/reddit-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/reddit.svg gwl/static/3rdpty/fa/svgs/brands/reddit.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/rendact.svg gwl/static/3rdpty/fa/svgs/brands/rendact.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/renren.svg gwl/static/3rdpty/fa/svgs/brands/renren.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/replyd.svg gwl/static/3rdpty/fa/svgs/brands/replyd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/researchgate.svg gwl/static/3rdpty/fa/svgs/brands/researchgate.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/resolving.svg gwl/static/3rdpty/fa/svgs/brands/resolving.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/rev.svg gwl/static/3rdpty/fa/svgs/brands/rev.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/rocketchat.svg gwl/static/3rdpty/fa/svgs/brands/rocketchat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/rockrms.svg gwl/static/3rdpty/fa/svgs/brands/rockrms.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/safari.svg gwl/static/3rdpty/fa/svgs/brands/safari.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sass.svg gwl/static/3rdpty/fa/svgs/brands/sass.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/schlix.svg gwl/static/3rdpty/fa/svgs/brands/schlix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/scribd.svg gwl/static/3rdpty/fa/svgs/brands/scribd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/searchengin.svg gwl/static/3rdpty/fa/svgs/brands/searchengin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sellcast.svg gwl/static/3rdpty/fa/svgs/brands/sellcast.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sellsy.svg gwl/static/3rdpty/fa/svgs/brands/sellsy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/servicestack.svg gwl/static/3rdpty/fa/svgs/brands/servicestack.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/shirtsinbulk.svg gwl/static/3rdpty/fa/svgs/brands/shirtsinbulk.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/shopware.svg gwl/static/3rdpty/fa/svgs/brands/shopware.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/simplybuilt.svg gwl/static/3rdpty/fa/svgs/brands/simplybuilt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sistrix.svg gwl/static/3rdpty/fa/svgs/brands/sistrix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sith.svg gwl/static/3rdpty/fa/svgs/brands/sith.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/skyatlas.svg gwl/static/3rdpty/fa/svgs/brands/skyatlas.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/skype.svg gwl/static/3rdpty/fa/svgs/brands/skype.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/slack-hash.svg gwl/static/3rdpty/fa/svgs/brands/slack-hash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/slack.svg gwl/static/3rdpty/fa/svgs/brands/slack.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/slideshare.svg gwl/static/3rdpty/fa/svgs/brands/slideshare.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/snapchat-ghost.svg gwl/static/3rdpty/fa/svgs/brands/snapchat-ghost.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/snapchat-square.svg gwl/static/3rdpty/fa/svgs/brands/snapchat-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/snapchat.svg gwl/static/3rdpty/fa/svgs/brands/snapchat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/soundcloud.svg gwl/static/3rdpty/fa/svgs/brands/soundcloud.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/speakap.svg gwl/static/3rdpty/fa/svgs/brands/speakap.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/spotify.svg gwl/static/3rdpty/fa/svgs/brands/spotify.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/squarespace.svg gwl/static/3rdpty/fa/svgs/brands/squarespace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stack-exchange.svg gwl/static/3rdpty/fa/svgs/brands/stack-exchange.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stack-overflow.svg gwl/static/3rdpty/fa/svgs/brands/stack-overflow.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/staylinked.svg gwl/static/3rdpty/fa/svgs/brands/staylinked.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/steam-square.svg gwl/static/3rdpty/fa/svgs/brands/steam-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/steam-symbol.svg gwl/static/3rdpty/fa/svgs/brands/steam-symbol.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/steam.svg gwl/static/3rdpty/fa/svgs/brands/steam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/sticker-mule.svg gwl/static/3rdpty/fa/svgs/brands/sticker-mule.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/strava.svg gwl/static/3rdpty/fa/svgs/brands/strava.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stripe-s.svg gwl/static/3rdpty/fa/svgs/brands/stripe-s.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stripe.svg gwl/static/3rdpty/fa/svgs/brands/stripe.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/studiovinari.svg gwl/static/3rdpty/fa/svgs/brands/studiovinari.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stumbleupon-circle.svg gwl/static/3rdpty/fa/svgs/brands/stumbleupon-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/stumbleupon.svg gwl/static/3rdpty/fa/svgs/brands/stumbleupon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/superpowers.svg gwl/static/3rdpty/fa/svgs/brands/superpowers.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/supple.svg gwl/static/3rdpty/fa/svgs/brands/supple.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/teamspeak.svg gwl/static/3rdpty/fa/svgs/brands/teamspeak.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/telegram-plane.svg gwl/static/3rdpty/fa/svgs/brands/telegram-plane.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/telegram.svg gwl/static/3rdpty/fa/svgs/brands/telegram.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/tencent-weibo.svg gwl/static/3rdpty/fa/svgs/brands/tencent-weibo.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/the-red-yeti.svg gwl/static/3rdpty/fa/svgs/brands/the-red-yeti.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/themeco.svg gwl/static/3rdpty/fa/svgs/brands/themeco.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/themeisle.svg gwl/static/3rdpty/fa/svgs/brands/themeisle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/trade-federation.svg gwl/static/3rdpty/fa/svgs/brands/trade-federation.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/trello.svg gwl/static/3rdpty/fa/svgs/brands/trello.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/tripadvisor.svg gwl/static/3rdpty/fa/svgs/brands/tripadvisor.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/tumblr-square.svg gwl/static/3rdpty/fa/svgs/brands/tumblr-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/tumblr.svg gwl/static/3rdpty/fa/svgs/brands/tumblr.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/twitch.svg gwl/static/3rdpty/fa/svgs/brands/twitch.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/twitter-square.svg gwl/static/3rdpty/fa/svgs/brands/twitter-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/twitter.svg gwl/static/3rdpty/fa/svgs/brands/twitter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/typo3.svg gwl/static/3rdpty/fa/svgs/brands/typo3.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/uber.svg gwl/static/3rdpty/fa/svgs/brands/uber.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/uikit.svg gwl/static/3rdpty/fa/svgs/brands/uikit.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/uniregistry.svg gwl/static/3rdpty/fa/svgs/brands/uniregistry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/untappd.svg gwl/static/3rdpty/fa/svgs/brands/untappd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/usb.svg gwl/static/3rdpty/fa/svgs/brands/usb.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/ussunnah.svg gwl/static/3rdpty/fa/svgs/brands/ussunnah.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vaadin.svg gwl/static/3rdpty/fa/svgs/brands/vaadin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/viacoin.svg gwl/static/3rdpty/fa/svgs/brands/viacoin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/viadeo-square.svg gwl/static/3rdpty/fa/svgs/brands/viadeo-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/viadeo.svg gwl/static/3rdpty/fa/svgs/brands/viadeo.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/viber.svg gwl/static/3rdpty/fa/svgs/brands/viber.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vimeo-square.svg gwl/static/3rdpty/fa/svgs/brands/vimeo-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vimeo-v.svg gwl/static/3rdpty/fa/svgs/brands/vimeo-v.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vimeo.svg gwl/static/3rdpty/fa/svgs/brands/vimeo.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vine.svg gwl/static/3rdpty/fa/svgs/brands/vine.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vk.svg gwl/static/3rdpty/fa/svgs/brands/vk.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vnv.svg gwl/static/3rdpty/fa/svgs/brands/vnv.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/vuejs.svg gwl/static/3rdpty/fa/svgs/brands/vuejs.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/weebly.svg gwl/static/3rdpty/fa/svgs/brands/weebly.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/weibo.svg gwl/static/3rdpty/fa/svgs/brands/weibo.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/weixin.svg gwl/static/3rdpty/fa/svgs/brands/weixin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/whatsapp-square.svg gwl/static/3rdpty/fa/svgs/brands/whatsapp-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/whatsapp.svg gwl/static/3rdpty/fa/svgs/brands/whatsapp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/whmcs.svg gwl/static/3rdpty/fa/svgs/brands/whmcs.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wikipedia-w.svg gwl/static/3rdpty/fa/svgs/brands/wikipedia-w.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/windows.svg gwl/static/3rdpty/fa/svgs/brands/windows.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wix.svg gwl/static/3rdpty/fa/svgs/brands/wix.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wolf-pack-battalion.svg gwl/static/3rdpty/fa/svgs/brands/wolf-pack-battalion.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wordpress-simple.svg gwl/static/3rdpty/fa/svgs/brands/wordpress-simple.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wordpress.svg gwl/static/3rdpty/fa/svgs/brands/wordpress.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wpbeginner.svg gwl/static/3rdpty/fa/svgs/brands/wpbeginner.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wpexplorer.svg gwl/static/3rdpty/fa/svgs/brands/wpexplorer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/wpforms.svg gwl/static/3rdpty/fa/svgs/brands/wpforms.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/xbox.svg gwl/static/3rdpty/fa/svgs/brands/xbox.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/xing-square.svg gwl/static/3rdpty/fa/svgs/brands/xing-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/xing.svg gwl/static/3rdpty/fa/svgs/brands/xing.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/y-combinator.svg gwl/static/3rdpty/fa/svgs/brands/y-combinator.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/yahoo.svg gwl/static/3rdpty/fa/svgs/brands/yahoo.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/yandex-international.svg gwl/static/3rdpty/fa/svgs/brands/yandex-international.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/yandex.svg gwl/static/3rdpty/fa/svgs/brands/yandex.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/yelp.svg gwl/static/3rdpty/fa/svgs/brands/yelp.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/yoast.svg gwl/static/3rdpty/fa/svgs/brands/yoast.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/youtube-square.svg gwl/static/3rdpty/fa/svgs/brands/youtube-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/youtube.svg gwl/static/3rdpty/fa/svgs/brands/youtube.svg +5 -0
- gwl/static/3rdpty/fa/svgs/brands/zhihu.svg gwl/static/3rdpty/fa/svgs/brands/zhihu.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/address-book.svg gwl/static/3rdpty/fa/svgs/regular/address-book.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/address-card.svg gwl/static/3rdpty/fa/svgs/regular/address-card.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/angry.svg gwl/static/3rdpty/fa/svgs/regular/angry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-down.svg gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-left.svg gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-right.svg gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-up.svg gwl/static/3rdpty/fa/svgs/regular/arrow-alt-circle-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/bell-slash.svg gwl/static/3rdpty/fa/svgs/regular/bell-slash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/bell.svg gwl/static/3rdpty/fa/svgs/regular/bell.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/bookmark.svg gwl/static/3rdpty/fa/svgs/regular/bookmark.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/building.svg gwl/static/3rdpty/fa/svgs/regular/building.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar-alt.svg gwl/static/3rdpty/fa/svgs/regular/calendar-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar-check.svg gwl/static/3rdpty/fa/svgs/regular/calendar-check.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar-minus.svg gwl/static/3rdpty/fa/svgs/regular/calendar-minus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar-plus.svg gwl/static/3rdpty/fa/svgs/regular/calendar-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar-times.svg gwl/static/3rdpty/fa/svgs/regular/calendar-times.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/calendar.svg gwl/static/3rdpty/fa/svgs/regular/calendar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/caret-square-down.svg gwl/static/3rdpty/fa/svgs/regular/caret-square-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/caret-square-left.svg gwl/static/3rdpty/fa/svgs/regular/caret-square-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/caret-square-right.svg gwl/static/3rdpty/fa/svgs/regular/caret-square-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/caret-square-up.svg gwl/static/3rdpty/fa/svgs/regular/caret-square-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/chart-bar.svg gwl/static/3rdpty/fa/svgs/regular/chart-bar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/check-circle.svg gwl/static/3rdpty/fa/svgs/regular/check-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/check-square.svg gwl/static/3rdpty/fa/svgs/regular/check-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/circle.svg gwl/static/3rdpty/fa/svgs/regular/circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/clipboard.svg gwl/static/3rdpty/fa/svgs/regular/clipboard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/clock.svg gwl/static/3rdpty/fa/svgs/regular/clock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/clone.svg gwl/static/3rdpty/fa/svgs/regular/clone.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/closed-captioning.svg gwl/static/3rdpty/fa/svgs/regular/closed-captioning.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/comment-alt.svg gwl/static/3rdpty/fa/svgs/regular/comment-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/comment-dots.svg gwl/static/3rdpty/fa/svgs/regular/comment-dots.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/comment.svg gwl/static/3rdpty/fa/svgs/regular/comment.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/comments.svg gwl/static/3rdpty/fa/svgs/regular/comments.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/compass.svg gwl/static/3rdpty/fa/svgs/regular/compass.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/copy.svg gwl/static/3rdpty/fa/svgs/regular/copy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/copyright.svg gwl/static/3rdpty/fa/svgs/regular/copyright.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/credit-card.svg gwl/static/3rdpty/fa/svgs/regular/credit-card.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/dizzy.svg gwl/static/3rdpty/fa/svgs/regular/dizzy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/dot-circle.svg gwl/static/3rdpty/fa/svgs/regular/dot-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/edit.svg gwl/static/3rdpty/fa/svgs/regular/edit.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/envelope-open.svg gwl/static/3rdpty/fa/svgs/regular/envelope-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/envelope.svg gwl/static/3rdpty/fa/svgs/regular/envelope.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/eye-slash.svg gwl/static/3rdpty/fa/svgs/regular/eye-slash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/eye.svg gwl/static/3rdpty/fa/svgs/regular/eye.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-alt.svg gwl/static/3rdpty/fa/svgs/regular/file-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-archive.svg gwl/static/3rdpty/fa/svgs/regular/file-archive.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-audio.svg gwl/static/3rdpty/fa/svgs/regular/file-audio.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-code.svg gwl/static/3rdpty/fa/svgs/regular/file-code.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-excel.svg gwl/static/3rdpty/fa/svgs/regular/file-excel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-image.svg gwl/static/3rdpty/fa/svgs/regular/file-image.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-pdf.svg gwl/static/3rdpty/fa/svgs/regular/file-pdf.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-powerpoint.svg gwl/static/3rdpty/fa/svgs/regular/file-powerpoint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-video.svg gwl/static/3rdpty/fa/svgs/regular/file-video.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file-word.svg gwl/static/3rdpty/fa/svgs/regular/file-word.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/file.svg gwl/static/3rdpty/fa/svgs/regular/file.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/flag.svg gwl/static/3rdpty/fa/svgs/regular/flag.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/flushed.svg gwl/static/3rdpty/fa/svgs/regular/flushed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/folder-open.svg gwl/static/3rdpty/fa/svgs/regular/folder-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/folder.svg gwl/static/3rdpty/fa/svgs/regular/folder.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/font-awesome-logo-full.svg gwl/static/3rdpty/fa/svgs/regular/font-awesome-logo-full.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/frown-open.svg gwl/static/3rdpty/fa/svgs/regular/frown-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/frown.svg gwl/static/3rdpty/fa/svgs/regular/frown.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/futbol.svg gwl/static/3rdpty/fa/svgs/regular/futbol.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/gem.svg gwl/static/3rdpty/fa/svgs/regular/gem.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grimace.svg gwl/static/3rdpty/fa/svgs/regular/grimace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-alt.svg gwl/static/3rdpty/fa/svgs/regular/grin-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-beam-sweat.svg gwl/static/3rdpty/fa/svgs/regular/grin-beam-sweat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-beam.svg gwl/static/3rdpty/fa/svgs/regular/grin-beam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-hearts.svg gwl/static/3rdpty/fa/svgs/regular/grin-hearts.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-squint-tears.svg gwl/static/3rdpty/fa/svgs/regular/grin-squint-tears.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-squint.svg gwl/static/3rdpty/fa/svgs/regular/grin-squint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-stars.svg gwl/static/3rdpty/fa/svgs/regular/grin-stars.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-tears.svg gwl/static/3rdpty/fa/svgs/regular/grin-tears.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-tongue-squint.svg gwl/static/3rdpty/fa/svgs/regular/grin-tongue-squint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-tongue-wink.svg gwl/static/3rdpty/fa/svgs/regular/grin-tongue-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-tongue.svg gwl/static/3rdpty/fa/svgs/regular/grin-tongue.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin-wink.svg gwl/static/3rdpty/fa/svgs/regular/grin-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/grin.svg gwl/static/3rdpty/fa/svgs/regular/grin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-lizard.svg gwl/static/3rdpty/fa/svgs/regular/hand-lizard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-paper.svg gwl/static/3rdpty/fa/svgs/regular/hand-paper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-peace.svg gwl/static/3rdpty/fa/svgs/regular/hand-peace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-point-down.svg gwl/static/3rdpty/fa/svgs/regular/hand-point-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-point-left.svg gwl/static/3rdpty/fa/svgs/regular/hand-point-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-point-right.svg gwl/static/3rdpty/fa/svgs/regular/hand-point-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-point-up.svg gwl/static/3rdpty/fa/svgs/regular/hand-point-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-pointer.svg gwl/static/3rdpty/fa/svgs/regular/hand-pointer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-rock.svg gwl/static/3rdpty/fa/svgs/regular/hand-rock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-scissors.svg gwl/static/3rdpty/fa/svgs/regular/hand-scissors.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hand-spock.svg gwl/static/3rdpty/fa/svgs/regular/hand-spock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/handshake.svg gwl/static/3rdpty/fa/svgs/regular/handshake.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hdd.svg gwl/static/3rdpty/fa/svgs/regular/hdd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/heart.svg gwl/static/3rdpty/fa/svgs/regular/heart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hospital.svg gwl/static/3rdpty/fa/svgs/regular/hospital.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/hourglass.svg gwl/static/3rdpty/fa/svgs/regular/hourglass.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/id-badge.svg gwl/static/3rdpty/fa/svgs/regular/id-badge.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/id-card.svg gwl/static/3rdpty/fa/svgs/regular/id-card.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/image.svg gwl/static/3rdpty/fa/svgs/regular/image.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/images.svg gwl/static/3rdpty/fa/svgs/regular/images.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/keyboard.svg gwl/static/3rdpty/fa/svgs/regular/keyboard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/kiss-beam.svg gwl/static/3rdpty/fa/svgs/regular/kiss-beam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/kiss-wink-heart.svg gwl/static/3rdpty/fa/svgs/regular/kiss-wink-heart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/kiss.svg gwl/static/3rdpty/fa/svgs/regular/kiss.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/laugh-beam.svg gwl/static/3rdpty/fa/svgs/regular/laugh-beam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/laugh-squint.svg gwl/static/3rdpty/fa/svgs/regular/laugh-squint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/laugh-wink.svg gwl/static/3rdpty/fa/svgs/regular/laugh-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/laugh.svg gwl/static/3rdpty/fa/svgs/regular/laugh.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/lemon.svg gwl/static/3rdpty/fa/svgs/regular/lemon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/life-ring.svg gwl/static/3rdpty/fa/svgs/regular/life-ring.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/lightbulb.svg gwl/static/3rdpty/fa/svgs/regular/lightbulb.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/list-alt.svg gwl/static/3rdpty/fa/svgs/regular/list-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/map.svg gwl/static/3rdpty/fa/svgs/regular/map.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/meh-blank.svg gwl/static/3rdpty/fa/svgs/regular/meh-blank.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/meh-rolling-eyes.svg gwl/static/3rdpty/fa/svgs/regular/meh-rolling-eyes.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/meh.svg gwl/static/3rdpty/fa/svgs/regular/meh.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/minus-square.svg gwl/static/3rdpty/fa/svgs/regular/minus-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/money-bill-alt.svg gwl/static/3rdpty/fa/svgs/regular/money-bill-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/moon.svg gwl/static/3rdpty/fa/svgs/regular/moon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/newspaper.svg gwl/static/3rdpty/fa/svgs/regular/newspaper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/object-group.svg gwl/static/3rdpty/fa/svgs/regular/object-group.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/object-ungroup.svg gwl/static/3rdpty/fa/svgs/regular/object-ungroup.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/paper-plane.svg gwl/static/3rdpty/fa/svgs/regular/paper-plane.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/pause-circle.svg gwl/static/3rdpty/fa/svgs/regular/pause-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/play-circle.svg gwl/static/3rdpty/fa/svgs/regular/play-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/plus-square.svg gwl/static/3rdpty/fa/svgs/regular/plus-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/question-circle.svg gwl/static/3rdpty/fa/svgs/regular/question-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/registered.svg gwl/static/3rdpty/fa/svgs/regular/registered.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/sad-cry.svg gwl/static/3rdpty/fa/svgs/regular/sad-cry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/sad-tear.svg gwl/static/3rdpty/fa/svgs/regular/sad-tear.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/save.svg gwl/static/3rdpty/fa/svgs/regular/save.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/share-square.svg gwl/static/3rdpty/fa/svgs/regular/share-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/smile-beam.svg gwl/static/3rdpty/fa/svgs/regular/smile-beam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/smile-wink.svg gwl/static/3rdpty/fa/svgs/regular/smile-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/smile.svg gwl/static/3rdpty/fa/svgs/regular/smile.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/snowflake.svg gwl/static/3rdpty/fa/svgs/regular/snowflake.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/square.svg gwl/static/3rdpty/fa/svgs/regular/square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/star-half.svg gwl/static/3rdpty/fa/svgs/regular/star-half.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/star.svg gwl/static/3rdpty/fa/svgs/regular/star.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/sticky-note.svg gwl/static/3rdpty/fa/svgs/regular/sticky-note.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/stop-circle.svg gwl/static/3rdpty/fa/svgs/regular/stop-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/sun.svg gwl/static/3rdpty/fa/svgs/regular/sun.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/surprise.svg gwl/static/3rdpty/fa/svgs/regular/surprise.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/thumbs-down.svg gwl/static/3rdpty/fa/svgs/regular/thumbs-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/thumbs-up.svg gwl/static/3rdpty/fa/svgs/regular/thumbs-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/times-circle.svg gwl/static/3rdpty/fa/svgs/regular/times-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/tired.svg gwl/static/3rdpty/fa/svgs/regular/tired.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/trash-alt.svg gwl/static/3rdpty/fa/svgs/regular/trash-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/user-circle.svg gwl/static/3rdpty/fa/svgs/regular/user-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/user.svg gwl/static/3rdpty/fa/svgs/regular/user.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/window-close.svg gwl/static/3rdpty/fa/svgs/regular/window-close.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/window-maximize.svg gwl/static/3rdpty/fa/svgs/regular/window-maximize.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/window-minimize.svg gwl/static/3rdpty/fa/svgs/regular/window-minimize.svg +5 -0
- gwl/static/3rdpty/fa/svgs/regular/window-restore.svg gwl/static/3rdpty/fa/svgs/regular/window-restore.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ad.svg gwl/static/3rdpty/fa/svgs/solid/ad.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/address-book.svg gwl/static/3rdpty/fa/svgs/solid/address-book.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/address-card.svg gwl/static/3rdpty/fa/svgs/solid/address-card.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/adjust.svg gwl/static/3rdpty/fa/svgs/solid/adjust.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/air-freshener.svg gwl/static/3rdpty/fa/svgs/solid/air-freshener.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/align-center.svg gwl/static/3rdpty/fa/svgs/solid/align-center.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/align-justify.svg gwl/static/3rdpty/fa/svgs/solid/align-justify.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/align-left.svg gwl/static/3rdpty/fa/svgs/solid/align-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/align-right.svg gwl/static/3rdpty/fa/svgs/solid/align-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/allergies.svg gwl/static/3rdpty/fa/svgs/solid/allergies.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ambulance.svg gwl/static/3rdpty/fa/svgs/solid/ambulance.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/american-sign-language-interpreting.svg ...pty/fa/svgs/solid/american-sign-language-interpreting.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/anchor.svg gwl/static/3rdpty/fa/svgs/solid/anchor.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-double-down.svg gwl/static/3rdpty/fa/svgs/solid/angle-double-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-double-left.svg gwl/static/3rdpty/fa/svgs/solid/angle-double-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-double-right.svg gwl/static/3rdpty/fa/svgs/solid/angle-double-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-double-up.svg gwl/static/3rdpty/fa/svgs/solid/angle-double-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-down.svg gwl/static/3rdpty/fa/svgs/solid/angle-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-left.svg gwl/static/3rdpty/fa/svgs/solid/angle-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-right.svg gwl/static/3rdpty/fa/svgs/solid/angle-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angle-up.svg gwl/static/3rdpty/fa/svgs/solid/angle-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/angry.svg gwl/static/3rdpty/fa/svgs/solid/angry.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ankh.svg gwl/static/3rdpty/fa/svgs/solid/ankh.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/apple-alt.svg gwl/static/3rdpty/fa/svgs/solid/apple-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/archive.svg gwl/static/3rdpty/fa/svgs/solid/archive.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/archway.svg gwl/static/3rdpty/fa/svgs/solid/archway.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-down.svg gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-left.svg gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-right.svg gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-up.svg gwl/static/3rdpty/fa/svgs/solid/arrow-alt-circle-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-circle-down.svg gwl/static/3rdpty/fa/svgs/solid/arrow-circle-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-circle-left.svg gwl/static/3rdpty/fa/svgs/solid/arrow-circle-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-circle-right.svg gwl/static/3rdpty/fa/svgs/solid/arrow-circle-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-circle-up.svg gwl/static/3rdpty/fa/svgs/solid/arrow-circle-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-down.svg gwl/static/3rdpty/fa/svgs/solid/arrow-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-left.svg gwl/static/3rdpty/fa/svgs/solid/arrow-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-right.svg gwl/static/3rdpty/fa/svgs/solid/arrow-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrow-up.svg gwl/static/3rdpty/fa/svgs/solid/arrow-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrows-alt-h.svg gwl/static/3rdpty/fa/svgs/solid/arrows-alt-h.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrows-alt-v.svg gwl/static/3rdpty/fa/svgs/solid/arrows-alt-v.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/arrows-alt.svg gwl/static/3rdpty/fa/svgs/solid/arrows-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/assistive-listening-systems.svg ...atic/3rdpty/fa/svgs/solid/assistive-listening-systems.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/asterisk.svg gwl/static/3rdpty/fa/svgs/solid/asterisk.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/at.svg gwl/static/3rdpty/fa/svgs/solid/at.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/atlas.svg gwl/static/3rdpty/fa/svgs/solid/atlas.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/atom.svg gwl/static/3rdpty/fa/svgs/solid/atom.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/audio-description.svg gwl/static/3rdpty/fa/svgs/solid/audio-description.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/award.svg gwl/static/3rdpty/fa/svgs/solid/award.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/backspace.svg gwl/static/3rdpty/fa/svgs/solid/backspace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/backward.svg gwl/static/3rdpty/fa/svgs/solid/backward.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/balance-scale.svg gwl/static/3rdpty/fa/svgs/solid/balance-scale.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ban.svg gwl/static/3rdpty/fa/svgs/solid/ban.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/band-aid.svg gwl/static/3rdpty/fa/svgs/solid/band-aid.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/barcode.svg gwl/static/3rdpty/fa/svgs/solid/barcode.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bars.svg gwl/static/3rdpty/fa/svgs/solid/bars.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/baseball-ball.svg gwl/static/3rdpty/fa/svgs/solid/baseball-ball.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/basketball-ball.svg gwl/static/3rdpty/fa/svgs/solid/basketball-ball.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bath.svg gwl/static/3rdpty/fa/svgs/solid/bath.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/battery-empty.svg gwl/static/3rdpty/fa/svgs/solid/battery-empty.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/battery-full.svg gwl/static/3rdpty/fa/svgs/solid/battery-full.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/battery-half.svg gwl/static/3rdpty/fa/svgs/solid/battery-half.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/battery-quarter.svg gwl/static/3rdpty/fa/svgs/solid/battery-quarter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/battery-three-quarters.svg gwl/static/3rdpty/fa/svgs/solid/battery-three-quarters.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bed.svg gwl/static/3rdpty/fa/svgs/solid/bed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/beer.svg gwl/static/3rdpty/fa/svgs/solid/beer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bell-slash.svg gwl/static/3rdpty/fa/svgs/solid/bell-slash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bell.svg gwl/static/3rdpty/fa/svgs/solid/bell.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bezier-curve.svg gwl/static/3rdpty/fa/svgs/solid/bezier-curve.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bible.svg gwl/static/3rdpty/fa/svgs/solid/bible.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bicycle.svg gwl/static/3rdpty/fa/svgs/solid/bicycle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/binoculars.svg gwl/static/3rdpty/fa/svgs/solid/binoculars.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/birthday-cake.svg gwl/static/3rdpty/fa/svgs/solid/birthday-cake.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/blender.svg gwl/static/3rdpty/fa/svgs/solid/blender.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/blind.svg gwl/static/3rdpty/fa/svgs/solid/blind.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bold.svg gwl/static/3rdpty/fa/svgs/solid/bold.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bolt.svg gwl/static/3rdpty/fa/svgs/solid/bolt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bomb.svg gwl/static/3rdpty/fa/svgs/solid/bomb.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bone.svg gwl/static/3rdpty/fa/svgs/solid/bone.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bong.svg gwl/static/3rdpty/fa/svgs/solid/bong.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/book-open.svg gwl/static/3rdpty/fa/svgs/solid/book-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/book-reader.svg gwl/static/3rdpty/fa/svgs/solid/book-reader.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/book.svg gwl/static/3rdpty/fa/svgs/solid/book.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bookmark.svg gwl/static/3rdpty/fa/svgs/solid/bookmark.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bowling-ball.svg gwl/static/3rdpty/fa/svgs/solid/bowling-ball.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/box-open.svg gwl/static/3rdpty/fa/svgs/solid/box-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/box.svg gwl/static/3rdpty/fa/svgs/solid/box.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/boxes.svg gwl/static/3rdpty/fa/svgs/solid/boxes.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/braille.svg gwl/static/3rdpty/fa/svgs/solid/braille.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/brain.svg gwl/static/3rdpty/fa/svgs/solid/brain.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/briefcase-medical.svg gwl/static/3rdpty/fa/svgs/solid/briefcase-medical.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/briefcase.svg gwl/static/3rdpty/fa/svgs/solid/briefcase.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/broadcast-tower.svg gwl/static/3rdpty/fa/svgs/solid/broadcast-tower.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/broom.svg gwl/static/3rdpty/fa/svgs/solid/broom.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/brush.svg gwl/static/3rdpty/fa/svgs/solid/brush.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bug.svg gwl/static/3rdpty/fa/svgs/solid/bug.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/building.svg gwl/static/3rdpty/fa/svgs/solid/building.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bullhorn.svg gwl/static/3rdpty/fa/svgs/solid/bullhorn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bullseye.svg gwl/static/3rdpty/fa/svgs/solid/bullseye.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/burn.svg gwl/static/3rdpty/fa/svgs/solid/burn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bus-alt.svg gwl/static/3rdpty/fa/svgs/solid/bus-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/bus.svg gwl/static/3rdpty/fa/svgs/solid/bus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/business-time.svg gwl/static/3rdpty/fa/svgs/solid/business-time.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calculator.svg gwl/static/3rdpty/fa/svgs/solid/calculator.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar-alt.svg gwl/static/3rdpty/fa/svgs/solid/calendar-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar-check.svg gwl/static/3rdpty/fa/svgs/solid/calendar-check.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar-minus.svg gwl/static/3rdpty/fa/svgs/solid/calendar-minus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar-plus.svg gwl/static/3rdpty/fa/svgs/solid/calendar-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar-times.svg gwl/static/3rdpty/fa/svgs/solid/calendar-times.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/calendar.svg gwl/static/3rdpty/fa/svgs/solid/calendar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/camera-retro.svg gwl/static/3rdpty/fa/svgs/solid/camera-retro.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/camera.svg gwl/static/3rdpty/fa/svgs/solid/camera.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cannabis.svg gwl/static/3rdpty/fa/svgs/solid/cannabis.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/capsules.svg gwl/static/3rdpty/fa/svgs/solid/capsules.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/car-alt.svg gwl/static/3rdpty/fa/svgs/solid/car-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/car-battery.svg gwl/static/3rdpty/fa/svgs/solid/car-battery.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/car-crash.svg gwl/static/3rdpty/fa/svgs/solid/car-crash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/car-side.svg gwl/static/3rdpty/fa/svgs/solid/car-side.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/car.svg gwl/static/3rdpty/fa/svgs/solid/car.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-down.svg gwl/static/3rdpty/fa/svgs/solid/caret-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-left.svg gwl/static/3rdpty/fa/svgs/solid/caret-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-right.svg gwl/static/3rdpty/fa/svgs/solid/caret-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-square-down.svg gwl/static/3rdpty/fa/svgs/solid/caret-square-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-square-left.svg gwl/static/3rdpty/fa/svgs/solid/caret-square-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-square-right.svg gwl/static/3rdpty/fa/svgs/solid/caret-square-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-square-up.svg gwl/static/3rdpty/fa/svgs/solid/caret-square-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/caret-up.svg gwl/static/3rdpty/fa/svgs/solid/caret-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cart-arrow-down.svg gwl/static/3rdpty/fa/svgs/solid/cart-arrow-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cart-plus.svg gwl/static/3rdpty/fa/svgs/solid/cart-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/certificate.svg gwl/static/3rdpty/fa/svgs/solid/certificate.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chalkboard-teacher.svg gwl/static/3rdpty/fa/svgs/solid/chalkboard-teacher.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chalkboard.svg gwl/static/3rdpty/fa/svgs/solid/chalkboard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/charging-station.svg gwl/static/3rdpty/fa/svgs/solid/charging-station.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chart-area.svg gwl/static/3rdpty/fa/svgs/solid/chart-area.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chart-bar.svg gwl/static/3rdpty/fa/svgs/solid/chart-bar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chart-line.svg gwl/static/3rdpty/fa/svgs/solid/chart-line.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chart-pie.svg gwl/static/3rdpty/fa/svgs/solid/chart-pie.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/check-circle.svg gwl/static/3rdpty/fa/svgs/solid/check-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/check-double.svg gwl/static/3rdpty/fa/svgs/solid/check-double.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/check-square.svg gwl/static/3rdpty/fa/svgs/solid/check-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/check.svg gwl/static/3rdpty/fa/svgs/solid/check.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-bishop.svg gwl/static/3rdpty/fa/svgs/solid/chess-bishop.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-board.svg gwl/static/3rdpty/fa/svgs/solid/chess-board.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-king.svg gwl/static/3rdpty/fa/svgs/solid/chess-king.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-knight.svg gwl/static/3rdpty/fa/svgs/solid/chess-knight.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-pawn.svg gwl/static/3rdpty/fa/svgs/solid/chess-pawn.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-queen.svg gwl/static/3rdpty/fa/svgs/solid/chess-queen.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess-rook.svg gwl/static/3rdpty/fa/svgs/solid/chess-rook.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chess.svg gwl/static/3rdpty/fa/svgs/solid/chess.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-circle-down.svg gwl/static/3rdpty/fa/svgs/solid/chevron-circle-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-circle-left.svg gwl/static/3rdpty/fa/svgs/solid/chevron-circle-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-circle-right.svg gwl/static/3rdpty/fa/svgs/solid/chevron-circle-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-circle-up.svg gwl/static/3rdpty/fa/svgs/solid/chevron-circle-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-down.svg gwl/static/3rdpty/fa/svgs/solid/chevron-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-left.svg gwl/static/3rdpty/fa/svgs/solid/chevron-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-right.svg gwl/static/3rdpty/fa/svgs/solid/chevron-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/chevron-up.svg gwl/static/3rdpty/fa/svgs/solid/chevron-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/child.svg gwl/static/3rdpty/fa/svgs/solid/child.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/church.svg gwl/static/3rdpty/fa/svgs/solid/church.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/circle-notch.svg gwl/static/3rdpty/fa/svgs/solid/circle-notch.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/circle.svg gwl/static/3rdpty/fa/svgs/solid/circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/city.svg gwl/static/3rdpty/fa/svgs/solid/city.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/clipboard-check.svg gwl/static/3rdpty/fa/svgs/solid/clipboard-check.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/clipboard-list.svg gwl/static/3rdpty/fa/svgs/solid/clipboard-list.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/clipboard.svg gwl/static/3rdpty/fa/svgs/solid/clipboard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/clock.svg gwl/static/3rdpty/fa/svgs/solid/clock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/clone.svg gwl/static/3rdpty/fa/svgs/solid/clone.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/closed-captioning.svg gwl/static/3rdpty/fa/svgs/solid/closed-captioning.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cloud-download-alt.svg gwl/static/3rdpty/fa/svgs/solid/cloud-download-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cloud-upload-alt.svg gwl/static/3rdpty/fa/svgs/solid/cloud-upload-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cloud.svg gwl/static/3rdpty/fa/svgs/solid/cloud.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cocktail.svg gwl/static/3rdpty/fa/svgs/solid/cocktail.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/code-branch.svg gwl/static/3rdpty/fa/svgs/solid/code-branch.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/code.svg gwl/static/3rdpty/fa/svgs/solid/code.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/coffee.svg gwl/static/3rdpty/fa/svgs/solid/coffee.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cog.svg gwl/static/3rdpty/fa/svgs/solid/cog.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cogs.svg gwl/static/3rdpty/fa/svgs/solid/cogs.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/coins.svg gwl/static/3rdpty/fa/svgs/solid/coins.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/columns.svg gwl/static/3rdpty/fa/svgs/solid/columns.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comment-alt.svg gwl/static/3rdpty/fa/svgs/solid/comment-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comment-dollar.svg gwl/static/3rdpty/fa/svgs/solid/comment-dollar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comment-dots.svg gwl/static/3rdpty/fa/svgs/solid/comment-dots.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comment-slash.svg gwl/static/3rdpty/fa/svgs/solid/comment-slash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comment.svg gwl/static/3rdpty/fa/svgs/solid/comment.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comments-dollar.svg gwl/static/3rdpty/fa/svgs/solid/comments-dollar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/comments.svg gwl/static/3rdpty/fa/svgs/solid/comments.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/compact-disc.svg gwl/static/3rdpty/fa/svgs/solid/compact-disc.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/compass.svg gwl/static/3rdpty/fa/svgs/solid/compass.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/compress.svg gwl/static/3rdpty/fa/svgs/solid/compress.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/concierge-bell.svg gwl/static/3rdpty/fa/svgs/solid/concierge-bell.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cookie-bite.svg gwl/static/3rdpty/fa/svgs/solid/cookie-bite.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cookie.svg gwl/static/3rdpty/fa/svgs/solid/cookie.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/copy.svg gwl/static/3rdpty/fa/svgs/solid/copy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/copyright.svg gwl/static/3rdpty/fa/svgs/solid/copyright.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/couch.svg gwl/static/3rdpty/fa/svgs/solid/couch.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/credit-card.svg gwl/static/3rdpty/fa/svgs/solid/credit-card.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/crop-alt.svg gwl/static/3rdpty/fa/svgs/solid/crop-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/crop.svg gwl/static/3rdpty/fa/svgs/solid/crop.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cross.svg gwl/static/3rdpty/fa/svgs/solid/cross.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/crosshairs.svg gwl/static/3rdpty/fa/svgs/solid/crosshairs.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/crow.svg gwl/static/3rdpty/fa/svgs/solid/crow.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/crown.svg gwl/static/3rdpty/fa/svgs/solid/crown.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cube.svg gwl/static/3rdpty/fa/svgs/solid/cube.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cubes.svg gwl/static/3rdpty/fa/svgs/solid/cubes.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/cut.svg gwl/static/3rdpty/fa/svgs/solid/cut.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/database.svg gwl/static/3rdpty/fa/svgs/solid/database.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/deaf.svg gwl/static/3rdpty/fa/svgs/solid/deaf.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/desktop.svg gwl/static/3rdpty/fa/svgs/solid/desktop.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dharmachakra.svg gwl/static/3rdpty/fa/svgs/solid/dharmachakra.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/diagnoses.svg gwl/static/3rdpty/fa/svgs/solid/diagnoses.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-five.svg gwl/static/3rdpty/fa/svgs/solid/dice-five.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-four.svg gwl/static/3rdpty/fa/svgs/solid/dice-four.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-one.svg gwl/static/3rdpty/fa/svgs/solid/dice-one.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-six.svg gwl/static/3rdpty/fa/svgs/solid/dice-six.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-three.svg gwl/static/3rdpty/fa/svgs/solid/dice-three.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice-two.svg gwl/static/3rdpty/fa/svgs/solid/dice-two.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dice.svg gwl/static/3rdpty/fa/svgs/solid/dice.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/digital-tachograph.svg gwl/static/3rdpty/fa/svgs/solid/digital-tachograph.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/directions.svg gwl/static/3rdpty/fa/svgs/solid/directions.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/divide.svg gwl/static/3rdpty/fa/svgs/solid/divide.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dizzy.svg gwl/static/3rdpty/fa/svgs/solid/dizzy.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dna.svg gwl/static/3rdpty/fa/svgs/solid/dna.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dollar-sign.svg gwl/static/3rdpty/fa/svgs/solid/dollar-sign.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dolly-flatbed.svg gwl/static/3rdpty/fa/svgs/solid/dolly-flatbed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dolly.svg gwl/static/3rdpty/fa/svgs/solid/dolly.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/donate.svg gwl/static/3rdpty/fa/svgs/solid/donate.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/door-closed.svg gwl/static/3rdpty/fa/svgs/solid/door-closed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/door-open.svg gwl/static/3rdpty/fa/svgs/solid/door-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dot-circle.svg gwl/static/3rdpty/fa/svgs/solid/dot-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dove.svg gwl/static/3rdpty/fa/svgs/solid/dove.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/download.svg gwl/static/3rdpty/fa/svgs/solid/download.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/drafting-compass.svg gwl/static/3rdpty/fa/svgs/solid/drafting-compass.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/draw-polygon.svg gwl/static/3rdpty/fa/svgs/solid/draw-polygon.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/drum-steelpan.svg gwl/static/3rdpty/fa/svgs/solid/drum-steelpan.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/drum.svg gwl/static/3rdpty/fa/svgs/solid/drum.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/dumbbell.svg gwl/static/3rdpty/fa/svgs/solid/dumbbell.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/edit.svg gwl/static/3rdpty/fa/svgs/solid/edit.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/eject.svg gwl/static/3rdpty/fa/svgs/solid/eject.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ellipsis-h.svg gwl/static/3rdpty/fa/svgs/solid/ellipsis-h.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/ellipsis-v.svg gwl/static/3rdpty/fa/svgs/solid/ellipsis-v.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/envelope-open-text.svg gwl/static/3rdpty/fa/svgs/solid/envelope-open-text.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/envelope-open.svg gwl/static/3rdpty/fa/svgs/solid/envelope-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/envelope-square.svg gwl/static/3rdpty/fa/svgs/solid/envelope-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/envelope.svg gwl/static/3rdpty/fa/svgs/solid/envelope.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/equals.svg gwl/static/3rdpty/fa/svgs/solid/equals.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/eraser.svg gwl/static/3rdpty/fa/svgs/solid/eraser.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/euro-sign.svg gwl/static/3rdpty/fa/svgs/solid/euro-sign.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/exchange-alt.svg gwl/static/3rdpty/fa/svgs/solid/exchange-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/exclamation-circle.svg gwl/static/3rdpty/fa/svgs/solid/exclamation-circle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/exclamation-triangle.svg gwl/static/3rdpty/fa/svgs/solid/exclamation-triangle.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/exclamation.svg gwl/static/3rdpty/fa/svgs/solid/exclamation.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/expand-arrows-alt.svg gwl/static/3rdpty/fa/svgs/solid/expand-arrows-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/expand.svg gwl/static/3rdpty/fa/svgs/solid/expand.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/external-link-alt.svg gwl/static/3rdpty/fa/svgs/solid/external-link-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/external-link-square-alt.svg gwl/static/3rdpty/fa/svgs/solid/external-link-square-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/eye-dropper.svg gwl/static/3rdpty/fa/svgs/solid/eye-dropper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/eye-slash.svg gwl/static/3rdpty/fa/svgs/solid/eye-slash.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/eye.svg gwl/static/3rdpty/fa/svgs/solid/eye.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fast-backward.svg gwl/static/3rdpty/fa/svgs/solid/fast-backward.svg +1 -0
- gwl/static/3rdpty/fa/svgs/solid/fast-forward.svg gwl/static/3rdpty/fa/svgs/solid/fast-forward.svg +1 -0
- gwl/static/3rdpty/fa/svgs/solid/fax.svg gwl/static/3rdpty/fa/svgs/solid/fax.svg +1 -0
- gwl/static/3rdpty/fa/svgs/solid/feather-alt.svg gwl/static/3rdpty/fa/svgs/solid/feather-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/feather.svg gwl/static/3rdpty/fa/svgs/solid/feather.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/female.svg gwl/static/3rdpty/fa/svgs/solid/female.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fighter-jet.svg gwl/static/3rdpty/fa/svgs/solid/fighter-jet.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-alt.svg gwl/static/3rdpty/fa/svgs/solid/file-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-archive.svg gwl/static/3rdpty/fa/svgs/solid/file-archive.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-audio.svg gwl/static/3rdpty/fa/svgs/solid/file-audio.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-code.svg gwl/static/3rdpty/fa/svgs/solid/file-code.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-contract.svg gwl/static/3rdpty/fa/svgs/solid/file-contract.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-download.svg gwl/static/3rdpty/fa/svgs/solid/file-download.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-excel.svg gwl/static/3rdpty/fa/svgs/solid/file-excel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-export.svg gwl/static/3rdpty/fa/svgs/solid/file-export.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-image.svg gwl/static/3rdpty/fa/svgs/solid/file-image.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-import.svg gwl/static/3rdpty/fa/svgs/solid/file-import.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-invoice-dollar.svg gwl/static/3rdpty/fa/svgs/solid/file-invoice-dollar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-invoice.svg gwl/static/3rdpty/fa/svgs/solid/file-invoice.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-medical-alt.svg gwl/static/3rdpty/fa/svgs/solid/file-medical-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-medical.svg gwl/static/3rdpty/fa/svgs/solid/file-medical.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-pdf.svg gwl/static/3rdpty/fa/svgs/solid/file-pdf.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-powerpoint.svg gwl/static/3rdpty/fa/svgs/solid/file-powerpoint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-prescription.svg gwl/static/3rdpty/fa/svgs/solid/file-prescription.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-signature.svg gwl/static/3rdpty/fa/svgs/solid/file-signature.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-upload.svg gwl/static/3rdpty/fa/svgs/solid/file-upload.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-video.svg gwl/static/3rdpty/fa/svgs/solid/file-video.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file-word.svg gwl/static/3rdpty/fa/svgs/solid/file-word.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/file.svg gwl/static/3rdpty/fa/svgs/solid/file.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fill-drip.svg gwl/static/3rdpty/fa/svgs/solid/fill-drip.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fill.svg gwl/static/3rdpty/fa/svgs/solid/fill.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/film.svg gwl/static/3rdpty/fa/svgs/solid/film.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/filter.svg gwl/static/3rdpty/fa/svgs/solid/filter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fingerprint.svg gwl/static/3rdpty/fa/svgs/solid/fingerprint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fire-extinguisher.svg gwl/static/3rdpty/fa/svgs/solid/fire-extinguisher.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fire.svg gwl/static/3rdpty/fa/svgs/solid/fire.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/first-aid.svg gwl/static/3rdpty/fa/svgs/solid/first-aid.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/fish.svg gwl/static/3rdpty/fa/svgs/solid/fish.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/flag-checkered.svg gwl/static/3rdpty/fa/svgs/solid/flag-checkered.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/flag.svg gwl/static/3rdpty/fa/svgs/solid/flag.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/flask.svg gwl/static/3rdpty/fa/svgs/solid/flask.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/flushed.svg gwl/static/3rdpty/fa/svgs/solid/flushed.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/folder-minus.svg gwl/static/3rdpty/fa/svgs/solid/folder-minus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/folder-open.svg gwl/static/3rdpty/fa/svgs/solid/folder-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/folder-plus.svg gwl/static/3rdpty/fa/svgs/solid/folder-plus.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/folder.svg gwl/static/3rdpty/fa/svgs/solid/folder.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/font-awesome-logo-full.svg gwl/static/3rdpty/fa/svgs/solid/font-awesome-logo-full.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/font.svg gwl/static/3rdpty/fa/svgs/solid/font.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/football-ball.svg gwl/static/3rdpty/fa/svgs/solid/football-ball.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/forward.svg gwl/static/3rdpty/fa/svgs/solid/forward.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/frog.svg gwl/static/3rdpty/fa/svgs/solid/frog.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/frown-open.svg gwl/static/3rdpty/fa/svgs/solid/frown-open.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/frown.svg gwl/static/3rdpty/fa/svgs/solid/frown.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/funnel-dollar.svg gwl/static/3rdpty/fa/svgs/solid/funnel-dollar.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/futbol.svg gwl/static/3rdpty/fa/svgs/solid/futbol.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gamepad.svg gwl/static/3rdpty/fa/svgs/solid/gamepad.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gas-pump.svg gwl/static/3rdpty/fa/svgs/solid/gas-pump.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gavel.svg gwl/static/3rdpty/fa/svgs/solid/gavel.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gem.svg gwl/static/3rdpty/fa/svgs/solid/gem.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/genderless.svg gwl/static/3rdpty/fa/svgs/solid/genderless.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gift.svg gwl/static/3rdpty/fa/svgs/solid/gift.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/glass-martini-alt.svg gwl/static/3rdpty/fa/svgs/solid/glass-martini-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/glass-martini.svg gwl/static/3rdpty/fa/svgs/solid/glass-martini.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/glasses.svg gwl/static/3rdpty/fa/svgs/solid/glasses.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/globe-africa.svg gwl/static/3rdpty/fa/svgs/solid/globe-africa.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/globe-americas.svg gwl/static/3rdpty/fa/svgs/solid/globe-americas.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/globe-asia.svg gwl/static/3rdpty/fa/svgs/solid/globe-asia.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/globe.svg gwl/static/3rdpty/fa/svgs/solid/globe.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/golf-ball.svg gwl/static/3rdpty/fa/svgs/solid/golf-ball.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/gopuram.svg gwl/static/3rdpty/fa/svgs/solid/gopuram.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/graduation-cap.svg gwl/static/3rdpty/fa/svgs/solid/graduation-cap.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/greater-than-equal.svg gwl/static/3rdpty/fa/svgs/solid/greater-than-equal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/greater-than.svg gwl/static/3rdpty/fa/svgs/solid/greater-than.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grimace.svg gwl/static/3rdpty/fa/svgs/solid/grimace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-alt.svg gwl/static/3rdpty/fa/svgs/solid/grin-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-beam-sweat.svg gwl/static/3rdpty/fa/svgs/solid/grin-beam-sweat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-beam.svg gwl/static/3rdpty/fa/svgs/solid/grin-beam.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-hearts.svg gwl/static/3rdpty/fa/svgs/solid/grin-hearts.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-squint-tears.svg gwl/static/3rdpty/fa/svgs/solid/grin-squint-tears.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-squint.svg gwl/static/3rdpty/fa/svgs/solid/grin-squint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-stars.svg gwl/static/3rdpty/fa/svgs/solid/grin-stars.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-tears.svg gwl/static/3rdpty/fa/svgs/solid/grin-tears.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-tongue-squint.svg gwl/static/3rdpty/fa/svgs/solid/grin-tongue-squint.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-tongue-wink.svg gwl/static/3rdpty/fa/svgs/solid/grin-tongue-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-tongue.svg gwl/static/3rdpty/fa/svgs/solid/grin-tongue.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin-wink.svg gwl/static/3rdpty/fa/svgs/solid/grin-wink.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grin.svg gwl/static/3rdpty/fa/svgs/solid/grin.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grip-horizontal.svg gwl/static/3rdpty/fa/svgs/solid/grip-horizontal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/grip-vertical.svg gwl/static/3rdpty/fa/svgs/solid/grip-vertical.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/h-square.svg gwl/static/3rdpty/fa/svgs/solid/h-square.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hamsa.svg gwl/static/3rdpty/fa/svgs/solid/hamsa.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-holding-heart.svg gwl/static/3rdpty/fa/svgs/solid/hand-holding-heart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-holding-usd.svg gwl/static/3rdpty/fa/svgs/solid/hand-holding-usd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-holding.svg gwl/static/3rdpty/fa/svgs/solid/hand-holding.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-lizard.svg gwl/static/3rdpty/fa/svgs/solid/hand-lizard.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-paper.svg gwl/static/3rdpty/fa/svgs/solid/hand-paper.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-peace.svg gwl/static/3rdpty/fa/svgs/solid/hand-peace.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-point-down.svg gwl/static/3rdpty/fa/svgs/solid/hand-point-down.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-point-left.svg gwl/static/3rdpty/fa/svgs/solid/hand-point-left.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-point-right.svg gwl/static/3rdpty/fa/svgs/solid/hand-point-right.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-point-up.svg gwl/static/3rdpty/fa/svgs/solid/hand-point-up.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-pointer.svg gwl/static/3rdpty/fa/svgs/solid/hand-pointer.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-rock.svg gwl/static/3rdpty/fa/svgs/solid/hand-rock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-scissors.svg gwl/static/3rdpty/fa/svgs/solid/hand-scissors.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hand-spock.svg gwl/static/3rdpty/fa/svgs/solid/hand-spock.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hands-helping.svg gwl/static/3rdpty/fa/svgs/solid/hands-helping.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hands.svg gwl/static/3rdpty/fa/svgs/solid/hands.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/handshake.svg gwl/static/3rdpty/fa/svgs/solid/handshake.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hashtag.svg gwl/static/3rdpty/fa/svgs/solid/hashtag.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/haykal.svg gwl/static/3rdpty/fa/svgs/solid/haykal.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hdd.svg gwl/static/3rdpty/fa/svgs/solid/hdd.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/heading.svg gwl/static/3rdpty/fa/svgs/solid/heading.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/headphones-alt.svg gwl/static/3rdpty/fa/svgs/solid/headphones-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/headphones.svg gwl/static/3rdpty/fa/svgs/solid/headphones.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/headset.svg gwl/static/3rdpty/fa/svgs/solid/headset.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/heart.svg gwl/static/3rdpty/fa/svgs/solid/heart.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/heartbeat.svg gwl/static/3rdpty/fa/svgs/solid/heartbeat.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/helicopter.svg gwl/static/3rdpty/fa/svgs/solid/helicopter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/highlighter.svg gwl/static/3rdpty/fa/svgs/solid/highlighter.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/history.svg gwl/static/3rdpty/fa/svgs/solid/history.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hockey-puck.svg gwl/static/3rdpty/fa/svgs/solid/hockey-puck.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/home.svg gwl/static/3rdpty/fa/svgs/solid/home.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hospital-alt.svg gwl/static/3rdpty/fa/svgs/solid/hospital-alt.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hospital-symbol.svg gwl/static/3rdpty/fa/svgs/solid/hospital-symbol.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hospital.svg gwl/static/3rdpty/fa/svgs/solid/hospital.svg +5 -0
- gwl/static/3rdpty/fa/svgs/solid/hot-tub.svg gwl/static/3rdpty/fa/svgs/solid/hot-tub.svg +5 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.