@mixin setSvgColor($color) {
    fill: $color;
    stroke: $color;
}
