We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xmlns
1 parent 3f620aa commit 8743327Copy full SHA for 8743327
react-responsive-modal/__tests__/__snapshots__/index.test.tsx.snap
@@ -10,7 +10,6 @@ exports[`modal closeIcon should render the closeIcon by default 1`] = `
10
height="28"
11
viewBox="0 0 36 36"
12
width="28"
13
- xmlns="http://www.w3.org/2000/svg"
14
>
15
<path
16
d="M28.5 9.62L26.38 7.5 18 15.88 9.62 7.5 7.5 9.62 15.88 18 7.5 26.38l2.12 2.12L18 20.12l8.38 8.38 2.12-2.12L20.12 18z"
react-responsive-modal/src/CloseIcon.tsx
@@ -39,7 +39,6 @@ const CloseIcon = ({
39
<svg
40
className={classNames?.closeIcon}
41
style={styles?.closeIcon}
42
43
width={28}
44
height={28}
45
0 commit comments