:import {
  -st-from: '../Foundation/stylable/colors.st.css';
  -st-named: THEME-COLOR-10;
}

@st-import [
  --wds-color-text-primary
  ] from "@wix/design-system-tokens/all.st.css";

.root {
  display: inline-block;
  line-height: 0;
  color: var(--wds-color-text-primary, value(THEME-COLOR-10));
}

.icon {
  vertical-align: middle;
}

/* st-namespace-reference="../../../../src/InfoIcon/InfoIcon.st.css" */