// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiButtonIcon is rendered 1`] = `
`;
exports[`OuiButtonIcon props color accent is rendered 1`] = `
`;
exports[`OuiButtonIcon props color danger is rendered 1`] = `
`;
exports[`OuiButtonIcon props color ghost is rendered 1`] = `
`;
exports[`OuiButtonIcon props color primary is rendered 1`] = `
`;
exports[`OuiButtonIcon props color subdued is rendered 1`] = `
`;
exports[`OuiButtonIcon props color success is rendered 1`] = `
`;
exports[`OuiButtonIcon props color text is rendered 1`] = `
`;
exports[`OuiButtonIcon props color warning is rendered 1`] = `
`;
exports[`OuiButtonIcon props display base is rendered 1`] = `
`;
exports[`OuiButtonIcon props display empty is rendered 1`] = `
`;
exports[`OuiButtonIcon props display fill is rendered 1`] = `
`;
exports[`OuiButtonIcon props href secures the rel attribute when the target is _blank 1`] = `
`;
exports[`OuiButtonIcon props iconType is rendered 1`] = `
`;
exports[`OuiButtonIcon props isDisabled is rendered 1`] = `
`;
exports[`OuiButtonIcon props isDisabled renders a button even when href is defined 1`] = `
`;
exports[`OuiButtonIcon props isSelected is rendered as false 1`] = `
`;
exports[`OuiButtonIcon props isSelected is rendered as true 1`] = `
`;
exports[`OuiButtonIcon props size m is rendered 1`] = `
`;
exports[`OuiButtonIcon props size s is rendered 1`] = `
`;
exports[`OuiButtonIcon props size xs is rendered 1`] = `
`;