/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

.svg-icon-youtube path,
.svg-icon-youtube polygon,
.svg-icon-youtube rect
{
    fill: #ff0000;
}

.svg-icon-youtube circle {
    stroke: #ff0000;
    stroke-width: 1;
}

.svg-icon-github path,
.svg-icon-github polygon,
.svg-icon-github rect
{
    fill: #000000;
}

.svg-icon-github circle {
    stroke: #000000;
    stroke-width: 1;
}

.svg-icon-twitch path,
.svg-icon-twitch polygon,
.svg-icon-twitch rect
{
    fill: #9403fc;
}

.svg-icon-twitch circle {
    stroke: #9403fc;
    stroke-width: 1;
}