Skip to content

Commit db69bec

Browse files
committed
fix: use GitHub pixel icon
1 parent bb03150 commit db69bec

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

landing/src/components/pixel-icon.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,26 @@ function FigmaDevicesIcon({ children, ...props }: SVGProps<SVGSVGElement>) {
8080
);
8181
}
8282

83-
function FigmaGithubIcon({ children, ...props }: SVGProps<SVGSVGElement>) {
83+
function PixelGithubIcon({ children, ...props }: SVGProps<SVGSVGElement>) {
8484
return (
85-
<svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
85+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
8686
{children}
87-
<path d="M4.16667 1.66699H7.5V3.33366H5.83334V5.00033H4.16667V1.66699Z" fill="currentColor" />
88-
<path d="M4.16667 10.0003H2.5V5.00033H4.16667V10.0003Z" fill="currentColor" />
89-
<path d="M5.83334 11.667H4.16667V10.0003H5.83334V11.667Z" fill="currentColor" />
87+
<path d="M5 2H9V4H7V6H5V2Z" fill="currentColor" />
88+
<path d="M5 12H3V6H5V12Z" fill="currentColor" />
89+
<path d="M7 14H5V12H7V14Z" fill="currentColor" />
9090
<path
9191
fillRule="evenodd"
9292
clipRule="evenodd"
93-
d="M7.5 13.3337V11.667H5.83334V13.3337H2.5V11.667H0.833336V13.3337H2.5V15.0003H5.83334V18.3337H7.5V15.0003H9.16667V13.3337H7.5ZM7.5 13.3337V15.0003H5.83334V13.3337H7.5Z"
93+
d="M9 16V14H7V16H3V14H1V16H3V18H7V22H9V18H11V16H9ZM9 16V18H7V16H9Z"
9494
fill="currentColor"
9595
/>
96-
<path d="M12.5 3.33366V5.00033H7.5V3.33366H12.5Z" fill="currentColor" />
97-
<path d="M15.8333 5.00033H14.1667V3.33366H12.5V1.66699H15.8333V5.00033Z" fill="currentColor" />
98-
<path d="M15.8333 10.0003V5.00033H17.5V10.0003H15.8333Z" fill="currentColor" />
99-
<path d="M14.1667 11.667V10.0003H15.8333V11.667H14.1667Z" fill="currentColor" />
100-
<path d="M12.5 13.3337V11.667H14.1667V13.3337H12.5Z" fill="currentColor" />
101-
<path d="M12.5 15.0003H10.8333V13.3337H12.5V15.0003Z" fill="currentColor" />
102-
<path d="M12.5 15.0003H14.1667V18.3337H12.5V15.0003Z" fill="currentColor" />
96+
<path d="M15 4V6H9V4H15Z" fill="currentColor" />
97+
<path d="M19 6H17V4H15V2H19V6Z" fill="currentColor" />
98+
<path d="M19 12V6H21V12H19Z" fill="currentColor" />
99+
<path d="M17 14V12H19V14H17Z" fill="currentColor" />
100+
<path d="M15 16V14H17V16H15Z" fill="currentColor" />
101+
<path d="M15 18H13V16H15V18Z" fill="currentColor" />
102+
<path d="M15 18H17V22H15V18Z" fill="currentColor" />
103103
</svg>
104104
);
105105
}
@@ -122,7 +122,7 @@ const iconComponents: Record<PixelIconName, IconComponent> = {
122122
devices: FigmaDevicesIcon,
123123
download: Download,
124124
gauge: Analytics,
125-
github: FigmaGithubIcon,
125+
github: PixelGithubIcon,
126126
hand: Hand,
127127
handshake: Users,
128128
list: Bulletlist,

0 commit comments

Comments
 (0)