// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Button render default slot 1`] = ``; exports[`Icon render default slot 1`] = `
Default Content
`; exports[`Icon render icon slot 1`] = `
Custom Icon
Text
`; exports[`Icon render icon slot with info 1`] = `
Custom Icon
1
Text
`;