/* ===================== سیستم آیکون SVG استاندارد ===================== */
.icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-xs { width: 12px; height: 12px; }
.icon-sm { width: 14px; height: 14px; }
.icon-lg { width: 18px; height: 18px; }
.icon-xl { width: 22px; height: 22px; }

.icon-indigo { color: #3f51b5; }
.icon-ruby { color: #c2185b; }
.icon-turquoise { color: #00897b; }
.icon-gray { color: #6b7280; }
.icon-light { color: #9ca3af; }
.icon-white { color: #fff; }