Skip to content

Commit

Permalink
pkp/pkp-lib#9626 Update svg for StarTicked icon
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Nov 8, 2024
1 parent 1c203dd commit c786f8b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/components/Icon/icons/StarTicked.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
<template>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_339_47)">
<path
d="M22.9557 8.37289L16.3465 7.74793C15.9299 7.71006 15.5699 7.44493 15.3996 7.04723L13.0324 1.30905C12.6536 0.362153 11.3089 0.362153 10.9301 1.30905L8.58179 7.04723C8.43029 7.44493 8.05153 7.71006 7.6349 7.74793L1.02557 8.37289C0.0408002 8.46758 -0.356896 9.69854 0.381682 10.3614L5.36235 14.736C5.68429 15.0201 5.81686 15.4367 5.72217 15.8534L4.22608 21.989C3.99882 22.9551 5.04041 23.7503 5.91155 23.2391L11.4225 20.0006C11.7823 19.7922 12.2179 19.7922 12.5777 20.0006L18.0888 23.2391C18.96 23.7503 20.0015 22.974 19.7741 21.989L18.2969 15.8534C18.2022 15.4367 18.3348 15.0201 18.6568 14.736L23.6374 10.3614C24.3571 9.69854 23.9404 8.46758 22.9557 8.37289Z"
fill="currentColor"
/>
</g>
<defs>
<clipPath id="clip0_339_47">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
<path
d="M19.9203 9.73016L15.0488 9.26951C14.7417 9.24159 14.4763 9.04617 14.3508 8.75303L12.606 4.52346C12.3268 3.82551 11.3356 3.82551 11.0564 4.52346L9.32548 8.75303C9.21381 9.04617 8.93463 9.24159 8.62753 9.26951L3.75585 9.73016C3.02998 9.79995 2.73685 10.7073 3.28124 11.1958L6.95245 14.4204C7.18976 14.6298 7.28747 14.9368 7.21767 15.2439L6.11492 19.7665C5.94741 20.4786 6.71515 21.0647 7.35726 20.6879L11.4193 18.3008C11.6845 18.1473 12.0056 18.1473 12.2708 18.3008L16.333 20.6879C16.9751 21.0647 17.7429 20.4925 17.5752 19.7665L16.4864 15.2439C16.4166 14.9368 16.5143 14.6298 16.7516 14.4204L20.4229 11.1958C20.9533 10.7073 20.6462 9.79995 19.9203 9.73016Z"
fill="currentColor"
/>
</svg>
</template>

0 comments on commit c786f8b

Please sign in to comment.