/*
 * Laserglow custom FontAwesome icons
 * ===================================
 * Custom brand glyphs that ship alongside FontAwesome but are NOT part of the
 * FontAwesome font. Each is a self-contained CSS mask (inline SVG data-URI), so
 * this file works on its own — it needs neither the FA webfonts nor the FA JS
 * kit (/shared/fontawesome7/all.min.js). The glyph takes its color from
 * `currentColor` (like a real FA icon), so `color:` / `font-size:` style it
 * exactly like any `<i class="fa-...">`.
 *
 * Source of truth: safetyview repo, webroot/assets/fontawesome/css/all.min.css
 * (Laserglow/safetyview). Do not hand-edit the mask data here — regenerate this
 * file from that source so all projects stay in sync.
 *
 * Icons defined in this file:
 *   .fa-laserglow   — the Laserglow "L" mark
 *
 * Usage:  <i class="fa-laserglow"></i>
 */

.fa-laserglow{display:inline-block;width:1em;height:1em;vertical-align:-.125em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 467 462%22%3E%3Cpath d=%22M58.483 441.248c4.397 2.384 9.05 4.34 13.869 5.92l379.684-91.85v-83.561zM211.075 13.549H98.633c-46.625 0-84.437 37.812-84.437 84.442v268.962c0 11.059 2.187 21.592 6.05 31.267zm224.629 34.687c-15.367-20.995-40.113-34.687-68.125-34.687h-89.492L25.657 409.287a83 83 0 0 0 6.922 10.17zm16.329 171.234V108.274L40 427.633a83 83 0 0 1 8.637 7.254zM98.41 451.381l.225.013 268.946.001c34.72.002 64.518-20.967 77.499-50.92z%22/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 467 462%22%3E%3Cpath d=%22M58.483 441.248c4.397 2.384 9.05 4.34 13.869 5.92l379.684-91.85v-83.561zM211.075 13.549H98.633c-46.625 0-84.437 37.812-84.437 84.442v268.962c0 11.059 2.187 21.592 6.05 31.267zm224.629 34.687c-15.367-20.995-40.113-34.687-68.125-34.687h-89.492L25.657 409.287a83 83 0 0 0 6.922 10.17zm16.329 171.234V108.274L40 427.633a83 83 0 0 1 8.637 7.254zM98.41 451.381l.225.013 268.946.001c34.72.002 64.518-20.967 77.499-50.92z%22/%3E%3C/svg%3E") center/contain no-repeat;}
