$icon-svg-width: 100% !default;
$icon-svg-height: 100% !default;

.icon {
    @include unselectable;
    cursor: inherit;
    svg {
        background-color: transparent;
        fill: currentColor;
        stroke-width: 0;
        stroke: currentColor;
        pointer-events: none;
        width: $icon-svg-width;
        height: $icon-svg-height;
    }
}
