Skip to content

Commit 9058240

Browse files
chore: center the plus icon (#880)
1 parent b167675 commit 9058240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ export const PlusIcon = ({ size = 16 }: { size?: number }) => (
757757
<path
758758
fillRule="evenodd"
759759
clipRule="evenodd"
760-
d="M8.75 1.75V1H7.25V1.75V6.75H2.25H1.5V8.25H2.25H7.25V13.25V14H8.75V13.25V8.25H13.75H14.5V6.75H13.75H8.75V1.75Z"
760+
d="M 8.75,1 H7.25 V7.25 H1.5 V8.75 H7.25 V15 H8.75 V8.75 H14.5 V7.25 H8.75 V1.75 Z"
761761
fill="currentColor"
762762
/>
763763
</svg>

0 commit comments

Comments
 (0)