/**
 * @file: bootstrap-icons-pgt.css
 * @description: Дополнительные иконки Project GT (классы bi-*), отсутствующие в bootstrap-icons.
 * @dependencies: bootstrap-icons.css
 */

.bi-steering-wheel::before {
  content: "" !important;
  font-family: inherit !important;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Z'/%3E%3Cpath d='M7.25 4h1.5v8h-1.5z'/%3E%3Cpath d='M4 7.25h8v1.5H4z'/%3E%3Ccircle cx='8' cy='8' r='1.25'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm0 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Z'/%3E%3Cpath d='M7.25 4h1.5v8h-1.5z'/%3E%3Cpath d='M4 7.25h8v1.5H4z'/%3E%3Ccircle cx='8' cy='8' r='1.25'/%3E%3C/svg%3E") center / contain no-repeat;
}
