/* Alias for FA wheelchair move icon to existing glyph in older local fonts */
.fa-wheelchair-move:before {
  content: "\f193";
}
/* Ensure compatible font-family if older FA 4/5 fonts are used */
.fa-wheelchair-move {
  font-family: "FontAwesome", "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
}
