@shoplflow/base 0.23.2 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1868,7 +1868,6 @@ exports.StyledIcon = styled6__default.default.svg`
1868
1868
  min-width: ${({ sizeVar }) => sizeVar && getIconSize(sizeVar)};
1869
1869
  height: ${({ sizeVar }) => sizeVar && getIconSize(sizeVar)};
1870
1870
  min-height: ${({ sizeVar }) => sizeVar && getIconSize(sizeVar)};
1871
-
1872
1871
  & > path {
1873
1872
  fill: ${({ color }) => color && exports.colorTokens[color]};
1874
1873
  }