.govuk-warning-text {
  .govuk-warning-text__icon {
    border-color: lbcamden-colour("dark-blue");
    background: lbcamden-colour("dark-blue");
    @include background-svg("<svg width='6' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 23a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z' fill='#fff' stroke='#fff'/><path d='M3 3v11' stroke='#fff' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999em;
  }
}
