/* Safari-safe defaults for SVG icons inside sized wrappers */

.icon svg {
    max-width: 100%;
    max-height: 100%;
    display: block;
    flex-shrink: 0;
}

.icon svg path,
.icon svg .fil0,
.icon svg .fil1,
.icon svg .st0 {
    fill: inherit;
}
