/* =============================================================
   GSPANN ICON LIBRARY — icons.css
   Usage:
     <svg class="icon icon-md icon-purple" aria-hidden="true">
       <use href="#icon-search"/>
     </svg>
   ============================================================= */

.icon {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  overflow: visible;
}

.icon-sm  { width: 16px; height: 16px; stroke-width: 2; }
.icon-md  { width: 24px; height: 24px; stroke-width: 1.75; }
.icon-lg  { width: 32px; height: 32px; stroke-width: 1.25; }

.icon-black   { color: #000000; }
.icon-white   { color: #ffffff; }
.icon-purple  { color: rgb(124, 58, 237); }
.icon-red     { color: #E8373E; }
.icon-inherit { color: inherit; }
