public/styles/components/_icons.scss (14 lines of code) (raw):

.svg-icon { svg { width: $iconSize; height: $iconSize; } path { fill: $color600Grey; } &:hover { path { fill: $color400Grey; } } }