@media all {
    .hidden-svg-icons {
        visibility: hidden;
        position: absolute;
        display: none;
    }
    .hidden-svg-icons path, .hidden-svg-icons polygon {
        fill: currentColor;
    }
    .svg-icon {
        width: 1em;
        height: 1em;
        fill: currentColor;
    }
    .svg-icon path {
        fill: currentColor;
    }
    .svg-icon polygon {
        fill: currentColor;
    }
}
