Skip to content

Commit e0df700

Browse files
fix: changed size to match padding of other icons (#565)
1 parent 8c4a6a0 commit e0df700

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Loading

src/icons/experimental/EditPenIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const EditPenIcon: React.FC<Props> = ({ size = 'medium', color = 'inherit', ...r
1313
{...props}
1414
width={sizePx}
1515
height={sizePx}
16-
viewBox="0 0 18 18"
16+
viewBox="0 0 24 24"
1717
fill="none"
1818
xmlns="http://www.w3.org/2000/svg"
1919
>

0 commit comments

Comments
 (0)