/* icons — sized usage of the SVG sprite. */

.iblis-icon {
  display: inline-block;
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  flex-shrink: 0;
}

.iblis-icon-sm { width: 14px; height: 14px; }
.iblis-icon-md { width: 18px; height: 18px; }
.iblis-icon-lg { width: 24px; height: 24px; }
.iblis-icon-xl { width: 36px; height: 36px; }

/* When used as a button-internal icon */
.iblis-button .iblis-icon { color: inherit; }
