/**
 * @file
 * Admin toolbar icon for the Iframeios module.
 */

.toolbar a[href$="/admin/iframeios"]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='20' height='18' rx='2'/%3E%3Cline x1='2' y1='8' x2='22' y2='8'/%3E%3Crect x='5' y='11' width='14' height='7' rx='1'/%3E%3C/svg%3E");
}
