/* jam's icons — Font Awesome Pro 6.7.2, the set Jelly draws with.
   License - https://fontawesome.com/license (Commercial License, Jelly's)
   Copyright 2024 Fonticons, Inc.

   GENERATED by `make icons` from internal/jam/iconfont/glyphs.txt, with
   the faces in static/fonts cut down to the same list. Do not edit:
   add the glyph to glyphs.txt and run it again.

   Written the way Jelly writes one: <i class="fa-regular fa-bell"
   aria-hidden="true"></i>, or {{template "fa" "bell"}}, which says the
   same thing. fa-solid is the same glyph filled; fa-kit is Jelly's own
   kit, which draws the slashed glyphs Font Awesome does not.

   The three faces are declared in layout.html, where their URLs can go
   through {{asset}}. Below the base rules is one line per glyph the app
   uses, not Font Awesome's four thousand: icons_test.go fails the gate
   when a template names a glyph this file does not define, and
   iconfont_test.go when a face does not draw one it does. */
.fa-regular, .fa-solid, .fa-kit {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-shrink: 0;
}
.fa-regular, .fa-solid { font-family: "Font Awesome 6 Pro"; }
.fa-regular { font-weight: 400; }
.fa-solid { font-weight: 900; }
.fa-kit { font-family: "Font Awesome Kit"; font-weight: 400; }
.fa-regular::before, .fa-solid::before, .fa-kit::before { content: var(--fa); }
.fa-fw { text-align: center; width: 1.25em; }

.fa-address-book { --fa: "\f2b9"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-arrow-right-from-bracket { --fa: "\f08b"; }
.fa-arrows-rotate { --fa: "\f021"; }
.fa-ban { --fa: "\f05e"; }
.fa-bars { --fa: "\f0c9"; }
.fa-bell { --fa: "\f0f3"; }
.fa-bell-slash { --fa: "\f1f6"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-bookmark { --fa: "\f02e"; }
.fa-bookmark-slash { --fa: "\e0c2"; }
.fa-box { --fa: "\f466"; }
.fa-box-archive { --fa: "\f187"; }
.fa-box-open { --fa: "\f49e"; }
.fa-camera { --fa: "\f030"; }
.fa-check { --fa: "\f00c"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-circle-check { --fa: "\f058"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-circle-question { --fa: "\f059"; }
.fa-kit.fa-circle-question-custom { --fa: "\e013"; }
.fa-circle-xmark { --fa: "\f057"; }
.fa-clock { --fa: "\f017"; }
.fa-code { --fa: "\f121"; }
.fa-comment { --fa: "\f075"; }
.fa-copy { --fa: "\f0c5"; }
.fa-ellipsis { --fa: "\f141"; }
.fa-ellipsis-vertical { --fa: "\f142"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-envelope-dot { --fa: "\e16f"; }
.fa-eye { --fa: "\f06e"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-face-smile { --fa: "\f118"; }
.fa-file { --fa: "\f15b"; }
.fa-file-lines { --fa: "\f15c"; }
.fa-gear { --fa: "\f013"; }
.fa-hand { --fa: "\f256"; }
.fa-inbox { --fa: "\f01c"; }
.fa-key { --fa: "\f084"; }
.fa-link { --fa: "\f0c1"; }
.fa-magnifying-glass { --fa: "\f002"; }
.fa-message-lines { --fa: "\f4a6"; }
.fa-octagon-exclamation { --fa: "\e204"; }
.fa-paper-plane { --fa: "\f1d8"; }
.fa-pen { --fa: "\f304"; }
.fa-pen-to-square { --fa: "\f044"; }
.fa-plus { --fa: "\2b"; }
.fa-kit.fa-regular-box-archive-slash { --fa: "\e00a"; }
.fa-kit.fa-regular-clock-slash { --fa: "\e015"; }
.fa-kit.fa-regular-hand-slash { --fa: "\e000"; }
.fa-kit.fa-regular-octagon-exclamation-slash { --fa: "\e00e"; }
.fa-kit.fa-regular-tag-slash { --fa: "\e00d"; }
.fa-reply { --fa: "\f3e5"; }
.fa-robot { --fa: "\f544"; }
.fa-scissors { --fa: "\f0c4"; }
.fa-share { --fa: "\f064"; }
.fa-sliders { --fa: "\f1de"; }
.fa-star { --fa: "\f005"; }
.fa-tag { --fa: "\f02b"; }
.fa-trash-can { --fa: "\f2ed"; }
.fa-trash-can-slash { --fa: "\e2ad"; }
.fa-triangle-exclamation { --fa: "\f071"; }
.fa-user { --fa: "\f007"; }
.fa-user-check { --fa: "\f4fc"; }
.fa-wave-pulse { --fa: "\f5f8"; }
.fa-webhook { --fa: "\e5d5"; }
.fa-xmark { --fa: "\f00d"; }
