// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should change arrow direction when using arrow-direction prop 1`] = ` `; exports[`should change icon class prefix when using icon-prefix prop 1`] = `
`; exports[`should render default slot correctly 1`] = `
Custom Default
`; exports[`should render extra slot correctly 1`] = `
Custom Extra
`; exports[`should render icon slot correctly 1`] = `
Custom Icon
`; exports[`should render label slot correctly 1`] = `
Title
Custom Label
`; exports[`should render title slot correctly 1`] = `
Custom Title
`;