Skip to content

Commit

Permalink
fix css on icons
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Jun 29, 2024
1 parent df17cd6 commit 3915411
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/icons/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ export const CheckIcon: IconType = ({ fill = defaultFill }) => (
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M12.1725 19.1625L8.7025 15.6925C8.51567 15.5052 8.26202 15.4 7.9975 15.4C7.73298 15.4 7.47933 15.5052 7.2925 15.6925C6.9025 16.0825 6.9025 16.7125 7.2925 17.1025L11.4725 21.2825C11.8625 21.6725 12.4925 21.6725 12.8825 21.2825L23.4625 10.7025C23.8525 10.3125 23.8525 9.68249 23.4625 9.29249C23.2757 9.10523 23.022 9 22.7575 9C22.493 9 22.2393 9.10523 22.0525 9.29249L12.1725 19.1625Z"
fill={fill}
/>
Expand Down Expand Up @@ -393,12 +393,11 @@ export const AdminIcon: IconType = ({ fill = defaultFill }) => (
className={fill}
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M6 23.1738H16C16.55 23.1738 17 23.6238 17 24.1738C17 24.7238 16.55 25.1738 16 25.1738H6C5.45 25.1738 5 24.7238 5 24.1738C5 23.6238 5.45 23.1738 6 23.1738ZM9.24 10.2438L12.07 7.41376L24.8 20.1438C25.58 20.9238 25.58 22.1938 24.8 22.9738C24.02 23.7538 22.75 23.7538 21.97 22.9738L9.24 10.2438ZM17.73 4.58376L20.56 7.41376C21.34 8.19376 21.34 9.46376 20.56 10.2438L19.14 11.6638L13.49 6.00376L14.9 4.59376C15.68 3.80376 16.95 3.80376 17.73 4.58376ZM7.83 11.6538L13.49 17.3138L12.08 18.7238C11.3 19.5038 10.03 19.5038 9.25 18.7238L6.42 15.8938C5.64 15.1138 5.64 13.8438 6.42 13.0638L7.83 11.6538Z"
fill="#C3CAD9"
className={fill}
/>
</svg>
);

0 comments on commit 3915411

Please sign in to comment.