Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit aaff348

Browse files
authored
Merge pull request #362 from nestoralonso/patch-2
components/Icons: omit properties that doesn't exist in DOM
2 parents fe8d1c1 + f01749c commit aaff348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/visual-stack/src/components/Icons

packages/visual-stack/src/components/Icons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export const AnalysisIcon = props => (
4040
/>
4141
<path
4242
fill="#D8DCDF"
43-
fill-rule="evenodd"
44-
clip-rule="evenodd"
43+
fillRule="evenodd"
44+
clipRule="evenodd"
4545
d="M16.9,11.1c0.1,0,0.2,0.1,0.2,0.2v0v1.5c0,0,0,0.1,0,0.1c-0.1,0.1-0.2,0.1-0.2,0l0,0l-0.4-0.3l-2.7,2.8l0,0 c-0.3,0.3-0.8,0.3-1,0l0,0l-1.4-1.4L8,17.3l0,0c-0.2,0.2-0.5,0.2-0.7,0c-0.2-0.2-0.2-0.5,0-0.7l0,0l2.2-2.2l1.5-1.6c0,0,0,0,0,0 c0.1-0.1,0.4-0.1,0.5,0l0,0l1.6,1.7l2.5-2.4l-0.4-0.7c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.2-0.2h0H16.9z M8.1,10.5h1.1 c0.2,0,0.4,0.1,0.4,0.4v0v2.6l-1.9,1.9v-4.5C7.7,10.7,7.8,10.5,8.1,10.5L8.1,10.5h1.1H8.1z M14.6,6.4c0.2,0,0.4,0.2,0.4,0.4l0,0v5.2 l-1.9,2V6.8c0-0.2,0.2-0.4,0.4-0.4l0,0H14.6z M11.8,8.2c0.2,0,0.4,0.1,0.4,0.4v0v4.1l-0.9-0.9l-0.9,0.9V8.6c0-0.2,0.1-0.4,0.4-0.4h0 H11.8z"
4646
/>
4747
</Icon>

0 commit comments

Comments
 (0)