mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
45 lines
796 B
Plaintext
45 lines
796 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ButtonIcon Should render correctly 1`] = `
|
|
<button
|
|
className="sc-bdnyFh bxHnoO"
|
|
iconStyle={
|
|
{
|
|
"size": "23px",
|
|
}
|
|
}
|
|
isHaveChildren={false}
|
|
style={
|
|
{
|
|
"backgroundColor": undefined,
|
|
"color": undefined,
|
|
"fontSize": undefined,
|
|
}
|
|
}
|
|
>
|
|
<svg
|
|
aria-hidden="true"
|
|
fill="none"
|
|
height="1em"
|
|
stroke="currentColor"
|
|
strokeWidth="2"
|
|
style={
|
|
{
|
|
"color": undefined,
|
|
}
|
|
}
|
|
viewBox="0 0 24 24"
|
|
width="1em"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
</svg>
|
|
|
|
<span />
|
|
</button>
|
|
`;
|