toggle-corp/react-store

View on GitHub
components/General/Icon/styles.scss

Summary

Maintainability
Test Coverage

.svg {
    width: auto;
    height: var(--font-size-medium);
    color: inherit;

    path {
        color: inherit;
        fill: currentColor;
    }
}

.image {
    height: var(--font-size-medium);
}