Skip to content

Commit 536fe98

Browse files
committed
update snapshot
1 parent f2d4722 commit 536fe98

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

packages/pf4-component-mapper/src/icons/times-circle-icon.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/pf4-component-mapper/src/tests/field-array/__snapshots__/field-array.test.js.snap

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -550,29 +550,28 @@ exports[`FieldArray should render array field correctly 1`] = `
550550
>
551551
<AddCircleOIcon
552552
className="ddf-final-form-group-add-icon"
553+
color="currentColor"
554+
noVerticalAlign={false}
553555
onClick={[Function]}
556+
size="sm"
557+
title={null}
554558
>
555559
<svg
556-
aria-labelledby="icon-title-25"
560+
aria-hidden={true}
561+
aria-labelledby={null}
557562
className="ddf-final-form-group-add-icon"
558563
fill="currentColor"
559564
height="1em"
560565
onClick={[Function]}
561566
role="img"
562567
style={
563568
Object {
564-
"verticalAlign": "-0.375em",
569+
"verticalAlign": "-0.125em",
565570
}
566571
}
567-
tabIndex="0"
568572
viewBox="0 64 1024 1024"
569573
width="1em"
570574
>
571-
<title
572-
id="icon-title-25"
573-
>
574-
AddCircleOIcon
575-
</title>
576575
<path
577576
d="M512.059-73.143c-282.338 0-512.059 229.673-512.059 512.025 0 282.238 229.721 511.975 512.059 511.975 282.283 0 511.941-229.735 511.941-511.975 0.005-282.352-229.659-512.025-511.941-512.025zM512.059 826.523c-213.826 0-387.728-173.856-387.728-387.643 0-213.888 173.904-387.691 387.728-387.691 213.717 0 387.671 173.803 387.671 387.691 0.005 213.785-173.957 387.643-387.671 387.643zM726.283 506.777c-3.429 3.477-7.803 5.223-13.138 5.223h-128.005v128.007c0 5.333-1.739 9.71-5.218 13.138s-7.936 5.141-13.351 5.141h-109.143c-5.417 0-9.863-1.714-13.351-5.141-3.481-3.429-5.221-7.808-5.221-13.141v-128.005l-128.007-0.002c-5.333 0-9.71-1.737-13.138-5.218-3.426-3.477-5.141-7.934-5.141-13.351v-109.143c0-5.417 1.714-9.856 5.141-13.351 3.429-3.481 7.808-5.221 13.141-5.221l128.005 0.002v-128.009c0-5.335 1.744-9.707 5.225-13.134 3.477-3.429 7.927-5.145 13.344-5.145h109.143c5.417 0 9.858 1.717 13.351 5.145 3.477 3.429 5.223 7.803 5.223 13.138v128.002h128.007c5.335 0 9.707 1.742 13.134 5.225 3.429 3.477 5.145 7.927 5.145 13.344v109.143c0 5.417-1.717 9.863-5.145 13.351z"
578577
transform="rotate(180 0 512) scale(-1 1)"

0 commit comments

Comments
 (0)