

/* original de icons.css */
.icon {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  vertical-align: -0.15em;
}

/* tamaños */
.icon--auto { width:100% !important; height: 100% !important; }
.icon--10 { width:10px !important; height:10px !important; }
.icon--12 { width:12px !important; height:12px !important; }
.icon--14 { width:14px !important; height:14px !important; }
.icon--16 { width:16px !important; height:16px !important; }
.icon--18 { width:18px !important; height:18px !important; }
.icon--20 { width:20px !important; height:20px !important; }
.icon--22 { width:22px !important; height:22px !important; }
.icon--24 { width:24px !important; height:24px !important; }

/* colores (usa currentColor) */
.icon--success { color:var(--ma-ok); }
.icon--warning { color:var(--ma-warn); }
.icon--danger { color:var(--ma-danger); }

.icon--blue { color:var(--ma-blue); }
.icon--white { color:#fff; }
.icon--muted { color:rgba(255,255,255,.7); }


.icon--clock {
  opacity: .85;
}
.icon--calendar {
  opacity: .85;
}

.icon--ticket {
  opacity: .85;
}

.icon--share {
  opacity: .85;
}

.icon--info {
  opacity: .85;
}

.icon--location{
  opacity: .85;
}

.icon--filters {
  opacity: .85;
}

.icon--filters-off{
  opacity: .85;
}