chore: center the plus icon (#880)

This commit is contained in:
Elliott Johnson 2025-03-20 12:16:58 -06:00 committed by GitHub
parent b167675f83
commit 9058240e10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -757,7 +757,7 @@ export const PlusIcon = ({ size = 16 }: { size?: number }) => (
<path <path
fillRule="evenodd" fillRule="evenodd"
clipRule="evenodd" clipRule="evenodd"
d="M8.75 1.75V1H7.25V1.75V6.75H2.25H1.5V8.25H2.25H7.25V13.25V14H8.75V13.25V8.25H13.75H14.5V6.75H13.75H8.75V1.75Z" 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"
fill="currentColor" fill="currentColor"
/> />
</svg> </svg>