inline-svg {
    &:not([src]) {
        display: block;
        width: 70px;
        height: 70px;
        content: "SVG";
        font-size: 40px;
    }
}