(fontSize)
| 35757 | outline: 0 |
| 35758 | }; |
| 35759 | var iconStyle = function(fontSize) { |
| 35760 | return { |
| 35761 | fontSize: fontSize, |
| 35762 | margin: "0 4px", |
| 35763 | height: "16px", |
| 35764 | lineHeight: "16px", |
| 35765 | textAlign: "center", |
| 35766 | flexShrink: 0 |
| 35767 | }; |
| 35768 | }; |
| 35769 | var getStyles = (0, _utilities.memoizeFunction)(function(theme) { |
| 35770 | var _a, _b; |
| 35771 | var semanticColors = theme.semanticColors, effects = theme.effects, fonts = theme.fonts; |