:host {
    height: 48px;
    width: 48px;

    display: flex;
    justify-content: center;
    align-items: center;

    & > svg {
        width: 100%;
        height: 100%;
    }
}

.kit-icon {
    &-simple-arrow {
    }
}
