Skip to content

Commit

Permalink
fix: resolve linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
franmc01 authored Oct 7, 2023
1 parent 6c502ed commit 153c87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/helper_components/calendar_icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ export function IconParkSolidApplication(props) {
>
<mask id="ipSApplication0">
<g fill="none" stroke="#fff" strokeLinejoin="round" strokeWidth="4">
<path strokeLinecap="round" d="M40.04 22v20h-32V22"></path>
<path strokeLinecap="round" d="M40.04 22v20h-32V22" />
<path
fill="#fff"
d="M5.842 13.777C4.312 17.737 7.263 22 11.51 22c3.314 0 6.019-2.686 6.019-6a6 6 0 0 0 6 6h1.018a6 6 0 0 0 6-6c0 3.314 2.706 6 6.02 6c4.248 0 7.201-4.265 5.67-8.228L39.234 6H8.845l-3.003 7.777Z"
></path>
/>
</g>
</mask>
<path
fill="currentColor"
d="M0 0h48v48H0z"
mask="url(#ipSApplication0)"
></path>
/>
</svg>
);
}

0 comments on commit 153c87b

Please sign in to comment.