Skip to content

Commit 5db9f26

Browse files
committed
feat: update edit icon
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent fb751c5 commit 5db9f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/icons/Edit/EditIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const EditIcon = ({
1414
height={height}
1515
{...props}
1616
>
17-
<path d="M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z" />
17+
<path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"></path>
1818
</svg>
1919
);
2020
};

0 commit comments

Comments
 (0)