.custicon {
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 18px;
}

.custicon--arrow-left {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M3.75 9h10.5M3.75 9l4.5 4.5M3.75 9l4.5-4.5"/></g></svg>');
}

.custicon--chevron-left {
  content: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 20 21%22 fill=%22none%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M11.7803 6.4397C12.0732 6.73259 12.0732 7.20747 11.7803 7.50036L8.31066 10.97L11.7803 14.4397C12.0732 14.7326 12.0732 15.2075 11.7803 15.5004C11.4874 15.7933 11.0126 15.7933 10.7197 15.5004L6.71967 11.5004C6.42678 11.2075 6.42678 10.7326 6.71967 10.4397L10.7197 6.4397C11.0126 6.14681 11.4874 6.14681 11.7803 6.4397Z%22 fill=%22%234A4A4A%22/%3E%3C/svg%3E');
}