/* 图标样式 */
.icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.tool-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.tool-icon svg,
.tool-icon img {
    width: 100%;
    height: 100%;
}

.modal-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.modal-title-icon svg,
.modal-title-icon img {
    width: 100%;
    height: 100%;
}
