Skip to content

Commit

Permalink
fix(icons-import): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
German Sigutov authored and Heymdall committed Dec 13, 2021
1 parent 88e2670 commit 4051778
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/attach/__snapshots__/attach.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`attach should render without problems 1`] = `
className="attach__button"
disabled={false}
focused={false}
icon={<r />}
icon={<a />}
leftAddons={
<label
className="attach__label"
Expand All @@ -45,7 +45,7 @@ exports[`attach should render without problems 1`] = `
disabled={false}
focused={false}
formNoValidate={false}
icon={<r />}
icon={<a />}
leftAddons={
<label
className="attach__label"
Expand Down Expand Up @@ -113,19 +113,20 @@ exports[`attach should render without problems 1`] = `
className="button__icon"
key="icon"
>
<r>
<a>
<svg
fill="currentColor"
focusable="false"
height="18"
role="img"
viewBox="0 0 17 18"
width="17"
>
<path
d="M8.508 16.07a5.002 5.002 0 007.026-.044A4.998 4.998 0 0015.578 9L7.8 1.222a3.996 3.996 0 00-6.69 1.793 3.999 3.999 0 001.034 3.864l6.364 6.363a3 3 0 005.037-1.337 2.998 2.998 0 00-.795-2.907L9.92 6.172l-.706.707 2.83 2.827a2.002 2.002 0 01-2.831 2.829l-6.36-6.364a2.996 2.996 0 01-.001-4.241 2.997 2.997 0 014.242 0l7.778 7.777a4 4 0 01-5.657 5.658L2.85 9l-.707.707 6.365 6.364z"
/>
</svg>
</r>
</a>
</span>
<span
className="button__text"
Expand Down
2 changes: 2 additions & 0 deletions src/calendar/__snapshots__/calendar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ exports[`calendar should render without problems 1`] = `
fill="currentColor"
focusable="false"
height="24"
role="img"
viewBox="0 0 24 24"
width="24"
>
Expand Down Expand Up @@ -151,6 +152,7 @@ exports[`calendar should render without problems 1`] = `
fill="currentColor"
focusable="false"
height="24"
role="img"
viewBox="0 0 24 24"
width="24"
>
Expand Down
2 changes: 1 addition & 1 deletion src/checkbox/__snapshots__/checkbox.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`checkbox should render without problems 1`] = `
onClick={[Function]}
type="checkbox"
/>
<s
<l
className="checkbox__icon"
/>
</span>
Expand Down
1 change: 1 addition & 0 deletions src/select/__snapshots__/select.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ exports[`select should render without problem 1`] = `
fill="currentColor"
focusable="false"
height="18"
role="img"
viewBox="0 0 18 18"
width="18"
>
Expand Down

0 comments on commit 4051778

Please sign in to comment.