Skip to content

Commit

Permalink
Design: 연필 아이콘 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJinNo committed Sep 17, 2024
1 parent 2d2bba3 commit cd3f419
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/common/icons/EditIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ const EditIcon = ({ className }: Props) => {
return (
<svg
className={className}
width="20"
height="20"
viewBox="0 0 22 21"
width="18"
height="18"
viewBox="0 0 19 19"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.5288 1.9437C15.0172 1.45576 15.809 1.45576 16.2974 1.9437L19.0726 4.7165C19.5609 5.20444 19.5609 5.99556 19.0726 6.4835L9.05327 16.4941C8.85152 16.6957 8.58685 16.8223 8.30318 16.8529L5.19226 17.1883C4.39872 17.2738 3.72913 16.6048 3.81477 15.812L4.15048 12.7038C4.18109 12.4203 4.30778 12.1559 4.50953 11.9543L14.5288 1.9437Z"
d="M13.02 1.4437C13.5084 0.955757 14.3002 0.955757 14.7886 1.4437L17.5638 4.2165C18.0521 4.70444 18.0521 5.49556 17.5638 5.9835L7.54448 15.9941C7.34273 16.1957 7.07806 16.3223 6.79439 16.3529L3.68347 16.6883C2.88993 16.7738 2.22034 16.1048 2.30598 15.312L2.64169 12.2038C2.6723 11.9203 2.79899 11.6559 3.00074 11.4543L13.02 1.4437Z"
stroke-width="1.5"
/>
<rect
x="0.350303"
width="3.46633"
height="0.495189"
transform="matrix(0.707413 0.7068 0.707413 -0.7068 13.5341 4.70214)"
transform="matrix(0.707413 0.7068 0.707413 -0.7068 12.0244 4.20211)"
fill="white"
stroke-width="0.495189"
/>
Expand Down

0 comments on commit cd3f419

Please sign in to comment.