Skip to content

Commit 2b9a3d8

Browse files
committed
Minor size fix to more-vertical icon
1 parent ab87d67 commit 2b9a3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Icon/iconList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const icons = (size: string, color: string, className?: string): Record<s
209209
</g>
210210
</g>
211211
</svg>,
212-
"more-vertical": <svg className={className} width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
212+
"more-vertical": <svg className={className} width={size} height={size} viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
213213
<g id="more-vertical">
214214
<g>
215215
<path fill={color} d="M12.5 4.75C12.5 5.7165 11.7165 6.5 10.75 6.5C9.7835 6.5 9 5.7165 9 4.75C9 3.7835 9.7835 3 10.75 3C11.7165 3 12.5 3.7835 12.5 4.75Z" />

0 commit comments

Comments
 (0)