/*https://glenthemes.tumblr.com/icons/iconsax
*/
.iconsax {
    display: inline-block;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: var(--Iconsax-Size);
    vertical-align: middle;
}

.iconsax svg {
  display: block;
  width: var(--Iconsax-Size);
  height: var(--Iconsax-Size);
}

.iconsax svg [stroke] {
  stroke: var(--Iconsax-Color);
}

.iconsax svg [fill] {
  fill: var(--Iconsax-Color);
}