/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
  width: 1em;
  height: 1em;
  animation: none;
  display: inline-block;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #1b375a;
}

.svg-icon circle {
  stroke: #1b375a;
  stroke-width: 1;
}