Skip to content

Commit

Permalink
X2-11281 chore(icons): resolves lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtesh-xola committed Dec 3, 2024
1 parent 1048b52 commit 1fef379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/icons/src/VerifiedTickIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export const VerifiedTickIcon = createIcon((props) => {
y2="86.5"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#0281DF"/>
<stop offset="0.25" stopColor="#249EEE"/>
<stop offset="0.5" stopColor="#3CB2F9"/>
<stop offset="1" stopColor="#61CAFF"/>
<stop stopColor="#0281DF" />
<stop offset="0.25" stopColor="#249EEE" />
<stop offset="0.5" stopColor="#3CB2F9" />
<stop offset="1" stopColor="#61CAFF" />
</linearGradient>
</defs>
</svg>
Expand Down

0 comments on commit 1fef379

Please sign in to comment.