// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TextIconSpacing should render the icon after the children if the iconAfter prop is enabled 1`] = `
`; exports[`TextIconSpacing should render the icon before the children by default 1`] = `
`; exports[`TextIconSpacing should return the children if no icon prop is provided 1`] = `
`; exports[`TextIconSpacing should wrap the icon in a span with the required classNames if the icon is not a valid react element or the forceIconWrap prop is enabled 1`] = `
Some text
`; exports[`TextIconSpacing should wrap the icon in a span with the required classNames if the icon is not a valid react element or the forceIconWrap prop is enabled 2`] = `
`;