.svgIcon {
  fill: currentColor;
  font-size: 10px;
}
.svgIcon__xxs_read {
  width: 0.6em;
  height: 0.6em;
}
.svgIcon__xxs {
  width: 1.8em;
  height: 1.8em;
}
.svgIcon__xs {
  width: 2em;
  height: 2em;
}
.svgIcon__sm {
  width: 2.4em;
  height: 2.4em;
}
.svgIcon__md {
  width: 3em;
  height: 3em;
}
.svgIcon__lg {
  width: 4em;
  height: 4em;
}
.svgIcon__black {
  border: 2px solid var(--SysLightOnSurfaceVariant);
  border-radius: 50%;
}
.svgIcon__none {
  border: none;
}
