/* Iconsax SVG icons. Used via <ix-icon name="bank" variant="bold" />.
   Sized in em so Bootstrap's fs-* utilities still drive icon size from the parent.
   `fill: currentColor` lets text-* color utilities recolor the icon like bi-*. */
.ix {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
    flex-shrink: 0;
}

/* Outline variant uses stroke; bold/bulk use fill. Variant-specific tweaks go here. */
.ix-outline {
    fill: none;
    stroke-width: 1.5;
}

