.jjt-icon {
  width: var(--jjt-icon-size, 32px);
  height: var(--jjt-icon-size, 32px);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
.jjt-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

