// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`OuiBadge is disabled 1`] = ` Content `; exports[`OuiBadge is rendered 1`] = ` Content `; exports[`OuiBadge is rendered with href and rel provided 1`] = ` Content `; exports[`OuiBadge is rendered with href provided 1`] = ` Content `; exports[`OuiBadge is rendered with iconOnClick and href provided 1`] = ` Content `; exports[`OuiBadge is rendered with iconOnClick and onClick provided 1`] = ` `; exports[`OuiBadge is rendered with iconOnClick provided 1`] = ` Content `; exports[`OuiBadge is rendered with onClick provided 1`] = ` `; exports[`OuiBadge props color accent is rendered 1`] = ` Content `; exports[`OuiBadge props color accepts hex 1`] = ` Content `; exports[`OuiBadge props color accepts rgba 1`] = ` Content `; exports[`OuiBadge props color danger is rendered 1`] = ` Content `; exports[`OuiBadge props color default is rendered 1`] = ` Content `; exports[`OuiBadge props color primary is rendered 1`] = ` Content `; exports[`OuiBadge props color secondary is rendered 1`] = ` Content `; exports[`OuiBadge props color success is rendered 1`] = ` Content `; exports[`OuiBadge props color warning is rendered 1`] = ` Content `; exports[`OuiBadge props iconSide left is rendered 1`] = ` Content `; exports[`OuiBadge props iconSide right is rendered 1`] = ` Content `; exports[`OuiBadge props iconType is rendered 1`] = ` Content `; exports[`OuiBadge props style is rendered 1`] = ` Content `; exports[`OuiBadge props style is rendered with accent 1`] = ` Content `; exports[`OuiBadge props style is rendered with danger 1`] = ` Content `; exports[`OuiBadge props style is rendered with default 1`] = ` Content `; exports[`OuiBadge props style is rendered with hollow 1`] = ` Content `; exports[`OuiBadge props style is rendered with primary 1`] = ` Content `; exports[`OuiBadge props style is rendered with secondary 1`] = ` Content `; exports[`OuiBadge props style is rendered with success 1`] = ` Content `; exports[`OuiBadge props style is rendered with warning 1`] = ` Content `;