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

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #3060a0;
}

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