.Icon :global(.st0) {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.IconDisabled :global(.st0) {
  stroke: var(--label-color-disabled);
}
